Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-band images #429

Closed
6 of 7 tasks
jeff-regier opened this issue Feb 13, 2022 · 3 comments
Closed
6 of 7 tasks

Multi-band images #429

jeff-regier opened this issue Feb 13, 2022 · 3 comments
Assignees
Labels
feature New feature or request

Comments

@jeff-regier
Copy link
Contributor

jeff-regier commented Feb 13, 2022

Because BLISS is a Bayesian model, it's conceptually straightforward to adapt to the BLISS model to perform inference with multi-band images, but there are some tricky aspects in practice.

Steps:

  • to "generate" star/galaxy colors (i.e., to draw colors from the prior), sampling from SDSS catalogs for arbitrary runs, camcols, and fields using the PhotoFullCatalog class
  • train encoder with images containing 2 sdss bands: r and g. don’t bother aligning the images or explicitly pairing each band’s background with the image in the band. just pass a four channel image (2 backgrounds, 2 images) to the encoder. verify that two bands leads to better validation accuracy than one with synthetic images
  • verify that two bands is better than one with real sdss images. Presumably it will be necessary to train with simulated images whose bands are not pixel aligned
  • try augmenting the image data with derived/transformed images: z-score, log transformed, coadds
  • train the encoder with all 5 sdss bands, doing what it takes to continue seeing performance gains as more bands are added (e.g., conv3d that pairs each image with itd background)
  • write a pytest test case showing multiple band input works, illustrate performance in output, and baseline comparison with colors (ideally a clear improvement over processing just the r band)
  • create a Jupyter notebook with the case_studies/multiband directory that contains the results we'd need for a paper about "Simulation-based Multiband Probabilistic Cataloging" (e.g., show that multiband is better than single-band for cataloging SDSS, with the decals catalog serving as ground truth)
@jeff-regier jeff-regier added the feature New feature or request label Feb 13, 2022
@github-actions
Copy link

github-actions bot commented Feb 4, 2023

Stale issue message

@ismael-mendoza
Copy link
Collaborator

We should still do this for sure, I've talked to several people that are very interested in multi-band detection for instance

@jeff-regier
Copy link
Contributor Author

closed by PR #835

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants