Pith. sign in

REVIEW 3 major objections 4 minor 150 references

Mantis Shrimp: Exploring Photometric Band Utilization in Computer Vision Networks for Photometric Redshift Estimation

T0 review · 3 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read A nine-band convolutional network for photometric redshifts shows that early and late fusion of multi-survey images perform nearly identically.

desk verdict Solid public dataset and honest comparison, but the early-vs-late fusion equivalence claim is underpowered and partly contradicted by the paper's own Shapley figure. read the letter →

arxiv 2501.09112 v2 pith:WFZP7VYJ submitted 2025-01-15 astro-ph.IM cs.AI

classification astro-ph.IMcs.AI
keywords photometricredshiftestimationconvolutionalneuralnetworksmulti-surveyimagefusionearlylateconditionaldensityShapleyvaluesforcedphoto-z
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper presents Mantis Shrimp, a deep convolutional network that estimates the full probability distribution of a galaxy's redshift from nine image cutouts spanning three surveys: GALEX ultraviolet, PanSTARRS optical, and UnWISE infrared. On the test set of spectroscopically confirmed galaxies it reaches a bias near $10^{-2}$, scatter (NMAD) of $2.44\times10^{-2}$, and a catastrophic-outlier rate near 18 percent, with well-calibrated density estimates. Its central claim is that the two standard ways to combine multi-survey images — stacking them into a single input (early fusion) or feeding each survey through separate encoders and merging later (late fusion) — produce nearly identical performance and behavior, so the choice can be left to user convenience. The authors support this with ablation studies showing both architectures incorporate information from all surveys, and with Shapley-value analysis showing learned band usage tracks astrophysical expectations such as the 4000 Å break moving through the optical filters.

What carries the argument

The load-bearing comparison is between two fusion architectures built on the ConvNext family. Early fusion resamples all cutouts to a common pixel scale and stacks the nine bands into a single input to a ConvNext-Large network. Late fusion keeps each survey at native pixel scale, runs the five-band PanSTARRS cutout through a ConvNext-Large encoder and the two-band GALEX and UnWISE cutouts through ConvNext-Small encoders, and concatenates the latent vectors for a dense classification head. Both output a 400-bin probability distribution over redshift $z\in(0,1.6)$, trained with cross entropy on one-hot binned spectroscopic redshifts, from which point estimates are taken as the expectation value and calibration is evaluated via the probability integral transform and CDE loss. The other carrying mechanism is the Shapley-value analysis, which ablates the target galaxy's flux using source detection to build a sky-noise baseline image rather than zeroing pixels, then measures each band's contribution to the redshift point estimate; MM-SHAP normalizes these to relative importances.

What would settle it

Train both architectures from scratch with the same data and hyperparameters across, say, eight random seeds and compare the spread in NMAD and catastrophic-outlier rate against the early-vs-late gap in Table 4; if the seed-to-seed spread is comparable to or larger than the roughly 0.02-point NMAD gap, the claimed equivalence is not established.

Watch

Extended reading notes

Core claim

On its own terms, the paper's discovery is that a computer-vision model trained on cutouts from GALEX, PanSTARRS, and UnWISE can produce accurate and well-calibrated photometric redshift distributions for the northern sky, and that the two far-apart design options for merging those surveys are effectively interchangeable. With all nine bands, the early-fusion model achieves bias $=1.15\times10^{-2}$, NMAD $=2.44\times10^{-2}$, and catastrophic outlier fraction $\eta = 17.6\%$ on the full test set, and both fusion architectures meet the community benchmark of NMAD below $10^{-2}$ on the SDSS main galaxy sample. Ablations show the infrared bands drive most of the gain over optical-only, with ultraviolet adding a marginal improvement. The Shapley-value analysis finds that both models use the bands in ways consistent with the physics of redshifted galaxy spectra: the $g$-band importance falls near $z\approx0.4$ as the 4000 Å break leaves the filter, and infrared bands carry positive importance, reflecting the $r-W1$ color's known redshift sensitivity.

Load-bearing premise

The conclusion that early and late fusion perform alike rests on a single training run per architecture, and the paper itself notes that seed-to-seed variability could be large enough to mask real differences.

Editorial extensions

If this is right

  • Multi-survey image models can be built with the simpler early-fusion design without sacrificing accuracy, since late fusion's separate encoders buy no measurable performance gain.
  • The model's calibrated conditional densities can serve directly as prior distributions over redshift in stellar population synthesis and other downstream analyses.
  • Because the model runs on cutouts centered at arbitrary coordinates, it enables forced photo-z estimates for sources not detected in one or more of the input surveys.
  • Infrared photometry drives most of the multi-survey gain over optical alone, with ultraviolet contributing only marginally — a guide to which bands future surveys should prioritize.
  • On the SDSS main galaxy sample the model reaches NMAD below $10^{-2}$, the level earlier work treated as a practical accuracy floor.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the equivalence of early and late fusion survives repeated-seed tests, it would indicate that weight sharing across nine photometric bands is not a capacity bottleneck for this task — a useful rule of thumb for other multi-survey image problems.
  • The paper's finding that a tabular model on deeper Legacy Survey photometry wins at every PanSTARRS signal-to-noise level suggests photometric depth, not model class, is the limiting factor; retraining this architecture on deeper images is a direct test.
  • The match between learned band importances and the physics of the 4000 Å break and $r-W1$ color suggests a general validation protocol: check that a photo-z network's per-band usage varies with redshift the way galaxy SEDs do, which could expose models that rely on survey selection artifacts.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper presents Mantis Shrimp, a convolutional-network photometric redshift pipeline that fuses GALEX, PanSTARRS, and UnWISE cutouts into conditional density estimates of redshift. The authors assemble and release a 4.4-million-object, nine-band training sample from eight spectroscopic surveys, train ConvNeXt-based early- and late-fusion models, evaluate point and probabilistic metrics, compare against catalog-based photo-z methods on matched subpopulations, and use Shapley/MM-SHAP values with a source-extractor-based baseline to study band usage. The main claim is that early and late fusion perform and behave very similarly, so the fusion strategy can be left to user preference.

Significance. The public dataset, training code, and web-app make this a useful community resource, and the domain-aware Shapley baseline is a thoughtful contribution to photo-z interpretability. The ablation results in Table 4 support the secondary claim that all nine bands improve on optical-only inputs, and the external comparisons with B22, Tarrío+20, and Zhou+23 provide a valuable sanity check. The supervised training on spectroscopic labels and validation against external catalogs is methodologically sound, and I see no equation-level circularity. The central equivalence claim, however, is currently under-supported: it rests on one training run per architecture, and the paper's own Section 9.2 concedes that the design cannot determine which architecture is more performant. As a pathfinder study these limitations are understandable, but the abstract and conclusions state the equivalence more strongly than the evidence allows.

major comments (3)
  1. [§7.1, Table 4, §6.1] The central claim that early and late fusion 'perform very similarly' rests on one trained model per architecture, and the quoted uncertainties in Table 4 are bootstrap resamples of test residuals only (Section 6.1 explicitly does not include randomness from initialization, data order, or PyTorch nondeterminism). Since the authors cite Banerjee et al. (2024) for substantial seed-to-seed variance and concede in Section 9.2 that 'our experiment design prevents us from definitively saying either architecture is more performant in this task,' the small metric gaps (e.g., NMAD 2.438 vs 2.461 in Table 4) cannot distinguish equivalence from an underpowered comparison. To support the design-choice recommendation, the paper should either add multi-seed variance estimates (at least for the full-data early/late pair) or explicitly reframe the claim as 'no large difference detected in single runs' throughout the abstract, Section 8.1, and Section 10.
  2. [§7.1, Table 4] The statement in Section 7.1 that 'the early and late fusion architectures show very similar performance improvements in each group of ablation experiment' is not uniformly supported by Table 4. For the Optical+UV ablation, the CDE loss is -6.00(4) for late fusion versus -3.90(5) for early fusion, a difference of about 2.1 that is far larger than the reported bootstrap uncertainties and that is in the opposite direction from the full-model comparison, where early fusion has the lower CDE loss. The CDE loss is one of the paper's primary probabilistic metrics, so the 'very similar' wording should be qualified by metric and by ablation group, or this discrepancy should be explained.
  3. [§7.4, Figure 9, §8.4] The behavioral half of the equivalence claim is contradicted by the paper's own Shapley analysis. The Figure 9 caption states that the average W1 Shapley value is positive for late fusion and negative for early fusion over 0<z<0.8 and that UV and IR behavior is 'very different'; Section 7.4 also reports higher overall Shapley sensitivity in the late-fusion model. Section 8.4 nonetheless concludes that 'the shapes of the Shapley curves are overall similar' and uses this to support leaving the choice to the user. This apparent contradiction needs to be resolved, either by quantifying the similarity of the Shapley curves or by restricting the claim to performance metrics and explicitly acknowledging the behavioral differences shown in Figure 9.
minor comments (4)
  1. [Table 3] The grid search values for the learning rate are listed as [5e-4, 3e-4, 1e-4], while the best values are reported as 3e-3 and 1e-3, which are outside that grid; this should be corrected or explained.
  2. [Appendix E vs Section 3] Appendix E reports 4.2e6 samples after quality cuts and losses, while Section 3 states N = 4.4e6; the numbers should be reconciled in the text.
  3. [Abstract vs Table 4] The abstract quotes the catastrophic outlier rate as η>0.15 = 4.51%, whereas Table 4 and Section 6.1 define η as the fraction with scaled residual greater than 0.05; the abstract should state which threshold is being used.
  4. [Section 2.3] The text contains a typo in 'Shapely value' (twice); the intended term is 'Shapley value'.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the photo-z output is a supervised network prediction evaluated on held-out spectroscopic labels, and the early/late fusion equivalence is an explicitly qualified null result, not a fitted parameter renamed as a prediction.

full rationale

The paper's central derivation chain is supervised learning: cutout images are mapped through the network to a 400-bin redshift simplex via cross-entropy against spectroscopic redshift labels, and the point estimate is the expectation of the output distribution. All metrics (NMAD, bias, eta, CDE loss, PIT) are computed on a held-out test split, so no constant is fitted to the test set and then relabeled as a prediction. The ablations retrain models with and without UV/IR bands and compare them on the same test data, which is an empirical comparison rather than a definition. The 'early and late fusion perform similarly' claim is a null result based on single training runs per architecture; the authors explicitly concede in Section 9.2 that 'our experiment design prevents us from definitively saying either architecture is more performant in this task,' which is a statistical power limitation, not a circular derivation. The only self-reference, Engel et al. (2024), is cited merely to note that a 100x smaller earlier model did not show the UV improvement; it does not supply an assumption on which the present conclusion depends. External benchmarks against B22, Tarrio+20, and Zhou+23 use independent catalogs, and the paper reports that Zhou+23 outperforms it, which is falsifiable and non-circular. The Shapley analysis defines band importance as a difference in the trained model's point estimate under domain-motivated ablations; agreement with the expected g-band break behavior at z~0.4 is an ex post facto check, not an input to training or to the importance definition. There is therefore no equation-level reduction and no load-bearing self-citation chain.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central claim is empirical machine learning, so the ledger captures modeling choices rather than physical constants. No new particles, forces, or mediators are introduced. The largest hidden burdens are the spectroscopic selection function and the hand-set Shapley ablation baseline.

free parameters (4)
  • Zmax = 1.6 = 1.6
    Maximum redshift of the output grid; chosen by hand, restricts model support to z < 1.6 and defines the redshift binning.
  • Number of redshift classes C = 400
    Bin count sets delta_z = 0.004 and affects resolution and calibration of the conditional density estimate; selected via hyperparameter search over 400 and 500 classes.
  • Hyperparameters: learning rate, hidden width, weight decay = LR 3e-3 early and 1e-3 late; hidden width 2048; weight decay 1e-7
    Chosen by grid search on validation metrics. The performance comparison depends on these choices, and Table 3 lists best values outside the stated learning-rate grid.
  • Shapley ablation baseline parameters = 2-sigma detection threshold, 5-pixel center tolerance, 4x Kron ellipse, aperture radii 2/4/2 for GALEX/PS1/WISE, blend…
    Hand-set parameters define what ablating a band means; the Shapley importance results depend on this baseline.
assumptions (5)
  • domain assumption Spectroscopic redshift labels after quality cuts are accurate enough to serve as ground truth.
    All training and evaluation rely on reported spectroscopic redshifts; quality cuts per survey are listed in Table 1, following the methodology of B22.
  • domain assumption The spectroscopically confirmed galaxy sample is sufficiently representative for evaluating the model's stated performance.
    The authors acknowledge in Section 9.1 and Figure 3 that the sample is biased in magnitude and color; performance claims do not necessarily transfer to galaxies outside this support.
  • domain assumption Image cutout services and preprocessing preserve the information needed for redshift estimation.
    The pipeline in Section 3.2 uses quasi-logarithmic flux scaling and zero-filling of NaNs; the paper also notes 23% of the sample is not detectable in PanSTARRS, so some cutouts carry limited signal.
  • domain assumption Standard galaxy SED physics provides the correct reference for judging Shapley behavior.
    Section 2.2 sets expectations about the 4000 Angstrom break and the r-W1 color-redshift relation; these expectations are used in Section 8.4 to validate the interpretability results.
  • domain assumption No cross-survey duplicate sources leak between training and test splits.
    The dataset combines overlapping surveys such as SDSS and DESI, but only within-survey duplicate removal is described in Appendix D; duplicates straddling the split could inflate test metrics.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Mantis Shrimp: Exploring Photometric Band Utilization in Computer Vision Networks for Photometric Redshift Estimation." pith.science (2026). https://pith.science/paper/WFZP7VYJ

@misc{pith2026250109112,
  author       = {Pith},
  title        = {Pith review of: Mantis Shrimp: Exploring Photometric Band Utilization in Computer Vision Networks for Photometric Redshift Estimation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WFZP7VYJ}},
  note         = {Machine review of arXiv:2501.09112}
}
abstract

We present Mantis Shrimp, a multi-survey deep learning model for photometric redshift estimation that fuses ultra-violet (GALEX), optical (PanSTARRS), and infrared (UnWISE) imagery. Machine learning is now an established approach for photometric redshift estimation, with generally acknowledged higher performance in areas with a high density of spectroscopically identified galaxies over template-based methods. Multiple works have shown that image-based convolutional neural networks can outperform tabular-based color/magnitude models. In comparison to tabular models, image models have additional design complexities: it is largely unknown how to fuse inputs from different instruments which have different resolutions or noise properties. The Mantis Shrimp model estimates the conditional density estimate of redshift using cutout images. The density estimates are well calibrated and the point estimates perform well in the distribution of available spectroscopically confirmed galaxies with (bias = 1e-2), scatter (NMAD = 2.44e-2) and catastrophic outlier rate ($\eta$=17.53$\%$). We find that early fusion approaches (e.g., resampling and stacking images from different instruments) match the performance of late fusion approaches (e.g., concatenating latent space representations), so that the design choice ultimately is left to the user. Finally, we study how the models learn to use information across bands, finding evidence that our models successfully incorporates information from all surveys. The applicability of our model to the analysis of large populations of galaxies is limited by the speed of downloading cutouts from external servers; however, our model could be useful in smaller studies such as generating priors over redshift for stellar population synthesis.

Figures

Figures reproduced from arXiv: 2501.09112 by the authors.

Figure 1
Figure 1. Top Left. A representative galaxy SED (taken from the atlas in M. J. I. Brown et al. (2014)) is plot at that galaxy’s rest-frame, with the photometric filters used in this work overlaid. Additionally, important breaks in the galaxy SED are identified with vertical black lines. Lower left. We plot the same SED except redshifted to a value of 1.0 to visually represent how light incoming from a galaxy appears in our ob… view at source ↗
Figure 2
Figure 2. Left Distribution of targets in redshift visualized by individual survey. Right Combined distribution of redshift labels. Notice that the shape of the combined distribution is dominated by SDSS and DESI [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. We explore the distribution of the Mantis Shrimp sample in the context of colors and magnitudes of a random selection of galaxies from the PanSTARRS forced mean photometry table and the DESI Legacy Survey DR10 Tractor model photometry table. Note that the histograms along the diagonal are each individually normalized for each population and in log scale. This log scale highlights the tails of the distribution which … view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: Distribution of targets in the sky, plot as astrometric position on the night sky (RA, DEC). Our spectroscopic sample is dominated by the SDSS and DESI footprint in the northern sky, with some deep drilling wells from spectroscopic surveys showing as particularly brigh…
Figure 5
Figure 5. Figure 5: A visualization of early vs late fusion architectures. [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Example of using source extractor to define baseline image [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: PIT The rate of true occurrences in the CDF across the ensemble of test datapoint PDFs generated by our model, where a perfectly calibrated model would have all histogram bins line up across the horizontal black line. In the top row we compare our early and late fusion…
Figure 8
Figure 8. Figure 8: point-to-point clouds A: Early Fusion. B: Late Fusion. Both plots show the point-estimates (y-axis) against the ground truth redshift values (x-axis) visualized as a kernel density plot. The Blue points with error bars are a random selection from the population of test…
Figure 9
Figure 9. Figure 9: Shapley (left column) and MM-SHAP (right column) values for each band for (top row) Early and [PITH_FULL_IMAGE:figures/full_fig_p019_9.png]
Figure 10
Figure 10. Figure 10: Explaining the Performance of Zhou+23 in the context of the limitations of the PanSTARRS survey. [PITH_FULL_IMAGE:figures/full_fig_p020_10.png]
Figure 11
Figure 11. Figure 11: Effect of CalPIT on Global PIT We see how CalPIT recalibrates the model to reduce the amount of catastrophic outliers, but in doing so reduces their rate below what we should expect. We nonetheless believe this calibration preferable given that we see a major use case…
Figure 12
Figure 12. Figure 12: A set of examples of CDE estimates before and after CalPIT calibration [PITH_FULL_IMAGE:figures/full_fig_p025_12.png]
Figure 13
Figure 13. Figure 13: Example of Null Feature Contribution [PITH_FULL_IMAGE:figures/full_fig_p030_13.png]
Figure 14
Figure 14. Figure 14: Example of Null Feature Contribution [PITH_FULL_IMAGE:figures/full_fig_p030_14.png]
Figure 15
Figure 15. Figure 15: Example of Null Feature Contribution [PITH_FULL_IMAGE:figures/full_fig_p030_15.png]
Figure 16
Figure 16. Figure 16: , we mask out any image in which any band contains a blend [PITH_FULL_IMAGE:figures/full_fig_p031_16.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

150 extracted references · 8 canonical work pages

  1. [1]

    , " * write output.state after.block = add.period write newline

    ENTRY address archivePrefix author booktitle chapter doi edition editor eprint howpublished institution journal key month number organization pages publisher school series title misctitle type volume year version url label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block FUNCTION init.state.consts ...

  2. [2]

    write newline

    " write newline "" before.all 'output.state := FUNCTION format.url url empty "" new.block "" url * "" * if FUNCTION format.eprint eprint empty "" archivePrefix empty "" archivePrefix "arXiv" = new.block " " eprint * " " * new.block " " eprint * " " * if if if FUNCTION format.doi doi empty "" " " doi * " " * if FUNCTION format.pid doi empty eprint empty ur...

  3. [3]

    The Early Data Release of the Dark Energy Spectroscopic Instrument

    thebibliography [1] 20pt to REFERENCES 6pt =0pt \@twocolumntrue 12pt -12pt 10pt plus 3pt =0pt =0pt =1pt plus 1pt =0pt =0pt -12pt =13pt plus 1pt =20pt =13pt plus 1pt \@M =10000 =-1.0em =0pt =0pt 0pt =0pt =1.0em @enumiv\@empty 10000 10000 `\.\@m \@noitemerr \@latex@warning Empty `thebibliography' environment \@ifnextchar \@reference \@latexerr Missing key o...

  4. [4]

    write newline

    " write newline "" before.all 'output.state := FUNCTION fin.entry add.period write newline FUNCTION new.block output.state before.all = 'skip after.block 'output.state := if FUNCTION new.sentence output.state after.block = 'skip output.state before.all = 'skip after.sentence 'output.state := if if FUNCTION not #0 #1 if FUNCTION and 'skip pop #0 if FUNCTIO...

  5. [5]

    2011, title The Eighth Data Release of the Sloan Digital Sky Survey: First Data from SDSS-III , , 193, 29, 10.1088/0067-0049/193/2/29

    Aihara , H., Allende Prieto , C., An , D., et al. 2011, title The Eighth Data Release of the Sloan Digital Sky Survey: First Data from SDSS-III , , 193, 29, 10.1088/0067-0049/193/2/29

  6. [6]

    2019, title The Wide Field Infrared Survey Telescope: 100 Hubbles for the 2020s , arXiv e-prints, arXiv:1902.05569, 10.48550/arXiv.1902.05569

    Akeson , R., Armus , L., Bachelet , E., et al. 2019, title The Wide Field Infrared Survey Telescope: 100 Hubbles for the 2020s , arXiv e-prints, arXiv:1902.05569, 10.48550/arXiv.1902.05569

  7. [7]

    D., Allende Prieto , C., et al

    Alam , S., Albareti , F. D., Allende Prieto , C., et al. 2015, title The Eleventh and Twelfth Data Releases of the Sloan Digital Sky Survey: Final Data from SDSS-III , , 219, 12, 10.1088/0067-0049/219/1/12

  8. [8]

    F., Argudo-Fern \'a ndez , M., et al

    Almeida , A., Anderson , S. F., Argudo-Fern \'a ndez , M., et al. 2023, title The Eighteenth Data Release of the Sloan Digital Sky Surveys: Targeting and First Spectra from SDSS-V , , 267, 44, 10.3847/1538-4365/acda98

Show all 150 references
  1. [9]

    2011, LePHARE: Photometric Analysis for Redshift Estimate ,, Astrophysics Source Code Library, record ascl:1108.009

    Arnouts , S., & Ilbert , O. 2011, LePHARE: Photometric Analysis for Redshift Estimate ,, Astrophysics Source Code Library, record ascl:1108.009

  2. [10]

    P., Tollerud , E

    Astropy Collaboration , Robitaille , T. P., Tollerud , E. J., et al. 2013, title Astropy: A community Python package for astronomy , , 558, A33, 10.1051/0004-6361/201322068

  3. [11]

    M., Sip o cz , B

    Astropy Collaboration , Price-Whelan , A. M., Sip o cz , B. M., et al. 2018, title The Astropy Project: Building an Open-science Project and Status of the v2.0 Core Package , , 156, 123, 10.3847/1538-3881/aabc4f

  4. [12]

    M., Lim , P

    Astropy Collaboration , Price-Whelan , A. M., Lim , P. L., et al. 2022, title The Astropy Project: Sustaining and Growing a Community-oriented Open-source Project and the Latest Major Release (v5.0) of the Core Package , , 935, 167, 10.3847/1538-4357/ac7c74

  5. [13]

    Banerjee , S., Marrinan , T., Cannon , R., Chiang , T., & Sarwate , A. D. 2024, title Measuring model variability using robust non-parametric testing , arXiv e-prints, arXiv:2406.08307, 10.48550/arXiv.2406.08307

  6. [14]

    2016, title SEP: Source Extractor as a library, Journal of Open Source Software, 1, 58, 10.21105/joss.00058

    Barbary, K. 2016, title SEP: Source Extractor as a library, Journal of Open Source Software, 1, 58, 10.21105/joss.00058

  7. [15]

    S., & Csabai , I

    Beck , R., Dobos , L., Budav \'a ri , T., Szalay , A. S., & Csabai , I. 2016, title Photometric redshifts for the SDSS Data Release 12 , MNRAS, 460, 1371, 10.1093/mnras/stw1009

  8. [16]

    C., & Szapudi, I

    Beck, R., Dodds, S. C., & Szapudi, I. 2022, title WISE-PS1-STRM: neural network source classification and photometric redshifts for WISE×PS1 , Monthly Notices of the Royal Astronomical Society, 515, 4711, 10.1093/mnras/stac1714

  9. [17]

    A., Ishida , E

    Beck , R., Lin , C. A., Ishida , E. E. O., et al. 2017, title On the realistic validation of photometric redshifts , , 468, 4323, 10.1093/mnras/stx687

  10. [18]

    2021, title PS1-STRM: neural network source classification and photometric redshift catalogue for PS1 3 DR1 , , 500, 1633, 10.1093/mnras/staa2587

    Beck , R., Szapudi , I., Flewelling , H., et al. 2021, title PS1-STRM: neural network source classification and photometric redshift catalogue for PS1 3 DR1 , , 500, 1633, 10.1093/mnras/staa2587

  11. [19]

    2011, BPZ: Bayesian Photometric Redshift Code ,, Astrophysics Source Code Library, record ascl:1108.011 1108.011

    Ben \' tez , N. 2011, BPZ: Bayesian Photometric Redshift Code ,, Astrophysics Source Code Library, record ascl:1108.011 1108.011

  12. [21]

    1996 b , title SExtractor: Software for source extraction

    Bertin , E., & Arnouts , S. 1996 b , title SExtractor: Software for source extraction. , , 117, 393, 10.1051/aas:1996164

  13. [22]

    2014, title The ultraviolet sky: An overview from the GALEX surveys , Advances in Space Research, 53, 900, 10.1016/j.asr.2013.07.045

    Bianchi , L., Conti , A., & Shiao , B. 2014, title The ultraviolet sky: An overview from the GALEX surveys , Advances in Space Research, 53, 900, 10.1016/j.asr.2013.07.045

  14. [23]

    R., Bershady , M

    Blanton , M. R., Bershady , M. A., Abolfathi , B., et al. 2017, title Sloan Digital Sky Survey IV: Mapping the Milky Way, Nearby Galaxies, and the Distant Universe , , 154, 28, 10.3847/1538-3881/aa7567

  15. [24]

    2011, Hyperz: Photometric Redshift Code ,, Astrophysics Source Code Library, record ascl:1108.010

    Bolzonella , M., Miralles , J.-M., & Pell \'o , R. 2011, Hyperz: Photometric Redshift Code ,, Astrophysics Source Code Library, record ascl:1108.010

  16. [25]

    J., & Amara , A

    Bordoloi , R., Lilly , S. J., & Amara , A. 2010, title Photo-z performance for precision cosmology , , 406, 881, 10.1111/j.1365-2966.2010.16765.x

  17. [26]

    B., van Dokkum , P

    Brammer , G. B., van Dokkum , P. G., & Coppi , P. 2008, title EAZY: A Fast, Public Photometric Redshift Code , The Astrophysical Journal, 686, 1503, 10.1086/591786

  18. [27]

    Brown, M. J. I., Moustakas, J., Smith, J.-D. T., et al. 2014, title AN ATLAS OF GALAXY SPECTRAL ENERGY DISTRIBUTIONS FROM THE ULTRAVIOLET TO THE MID-INFRARED, The Astrophysical Journal Supplement Series, 212, 18, 10.1088/0067-0049/212/2/18

  19. [28]

    2003, title Stellar population synthesis at the resolution of 2003 , , 344, 1000, 10.1046/j.1365-8711.2003.06897.x

    Bruzual , G., & Charlot , S. 2003, title Stellar population synthesis at the resolution of 2003 , , 344, 1000, 10.1046/j.1365-8711.2003.06897.x

  20. [29]

    Budav \'a ri , T., & Szalay , A. S. 2008, title Probabilistic Cross-Identification of Astronomical Sources , , 679, 301, 10.1086/587156

  21. [30]

    C., Magnier , E

    Chambers , K. C., Magnier , E. A., Metcalfe , N., et al. 2016, title The Pan-STARRS1 Surveys , arXiv e-prints, arXiv:1612.05560, 10.48550/arXiv.1612.05560

  22. [31]

    2023, title Corrected SFD: A More Accurate Galactic Dust Map with Minimal Extragalactic Contamination , , 958, 118, 10.3847/1538-4357/acf4a1

    Chiang , Y.-K. 2023, title Corrected SFD: A More Accurate Galactic Dust Map with Minimal Extragalactic Contamination , , 958, 118, 10.3847/1538-4357/acf4a1

  23. [32]

    2020, title MOONS: The New Multi-Object Spectrograph for the VLT , The Messenger, 180, 10, 10.18727/0722-6691/5195

    Cirasuolo , M., Fairley , A., Rees , P., et al. 2020, title MOONS: The New Multi-Object Spectrograph for the VLT , The Messenger, 180, 10, 10.18727/0722-6691/5195

  24. [33]

    A., Jackson , C., et al

    Colless , M., Peterson , B. A., Jackson , C., et al. 2003, title The 2dF Galaxy Redshift Survey: Final Data Release , arXiv e-prints, astro, 10.48550/arXiv.astro-ph/0306581

  25. [34]

    A., & Lahav , O

    Collister , A. A., & Lahav , O. 2004, title ANNz: Estimating Photometric Redshifts Using Artificial Neural Networks , , 116, 345, 10.1086/383254

  26. [35]

    C., Aird , J

    Cooper , M. C., Aird , J. A., Coil , A. L., et al. 2011, title The DEEP3 Galaxy Redshift Survey: Keck/DEIMOS Spectroscopy in the GOODS-N Field , , 193, 14, 10.1088/0067-0049/193/1/14

  27. [36]

    2009, title Photometric redshifts for the CFHTLS T0004 deep and wide fields , , 500, 981, 10.1051/0004-6361/200811413

    Coupon , J., Ilbert , O., Kilbinger , M., et al. 2009, title Photometric redshifts for the CFHTLS T0004 deep and wide fields , , 500, 981, 10.1051/0004-6361/200811413

  28. [37]

    B., et al

    Dalmasso , N., Pospisil , T., Lee , A. B., et al. 2020, title Conditional density estimation tools in python and R with applications to photometric redshifts and likelihood-free cosmological inference , Astronomy and Computing, 30, 100362, 10.1016/j.ascom.2019.100362

  29. [38]

    Dawid, A. P. 1984, title The Prequential Approach, J. R. Stat. Soc. A, 2, 278. https://people.csail.mit.edu/jrennie/trg/papers/dawid-prequential-84.pdf

  30. [39]

    S., Barden , S

    de Jong , R. S., Barden , S. C., Bellido-Tirado , O., et al. 2016, title 4MOST: the 4-metre Multi-Object Spectroscopic Telescope project at preliminary design review , in Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series, Vol. 9908, Ground-based and A...

  31. [40]

    G., Aguilar , J., et al

    DESI Collaboration , Adame , A. G., Aguilar , J., et al. 2023, title The Early Data Release of the Dark Energy Spectroscopic Instrument , arXiv e-prints, arXiv:2306.06308, 10.48550/arXiv.2306.06308

  32. [41]

    G., et al

    DESI Collaboration , Abdul-Karim , M., Adame , A. G., et al. 2025, title Data Release 1 of the Dark Energy Spectroscopic Instrument , arXiv e-prints, arXiv:2503.14745, 10.48550/arXiv.2503.14745

  33. [42]

    H., Newman , J

    Dey , B., Andrews , B. H., Newman , J. A., et al. 2022 a , title Photometric redshifts from SDSS images with an interpretable deep capsule network , , 515, 5285, 10.1093/mnras/stac2105

  34. [43]

    A., et al

    Dey , B., Zhao , D., Newman , J. A., et al. 2022 b , title Conditionally Calibrated Predictive Distributions by Probability-Probability Map: Application to Galaxy Redshift Estimation and Probabilistic Forecasting , arXiv e-prints, arXiv:2205.14568, 10.48550/arXiv.2205.14568

  35. [44]

    D'Isanto , A., Cavuoti , S., Gieseke , F., & Polsterer , K. L. 2018, title Return of the features. Efficient feature selection and interpretation for photometric redshifts , , 616, A97, 10.1051/0004-6361/201833103

  36. [45]

    D'Isanto , A., & Polsterer , K. L. 2018, title Photometric redshift estimation via deep learning. Generalized and pre-classification-less, image based, fully probabilistic redshifts , Astronomy and Astrophysics, 609, A111, 10.1051/0004-6361/201731326

  37. [46]

    W., Ashby , M

    Dor \'e , O., Werner , M. W., Ashby , M. L. N., et al. 2018, title Science Impacts of the SPHEREx All-Sky Optical to Near-Infrared Spectral Survey II: Report of a Community Workshop on the Scientific Synergies Between the SPHEREx Survey and Other Astronomy Observatories , arXi...

  38. [47]

    2016, title Incorporating Nesterov Momentum into Adam, Workshop Submission, International Conference on Learning Representations

    Dozat, T. 2016, title Incorporating Nesterov Momentum into Adam, Workshop Submission, International Conference on Learning Representations. https://openreview.net/pdf/OM0jvwB8jIp57ZJjtNEZ.pdf

  39. [48]

    P., Liske , J., Davies , L

    Driver , S. P., Liske , J., Davies , L. J. M., et al. 2019, title 4MOST Consortium Survey 7: Wide-Area VISTA Extragalactic Survey (WAVES) , The Messenger, 175, 46, 10.18727/0722-6691/5126

  40. [49]

    2023, title On Uni-Modal Feature Learning in Supervised Multi-Modal Learning, in Proceedings of Machine Learning Research, Vol

    Du, C., Teng, J., Li, T., et al. 2023, title On Uni-Modal Feature Learning in Supervised Multi-Modal Learning, in Proceedings of Machine Learning Research, Vol. 202, Proceedings of the 40th International Conference on Machine Learning, ed. A. Krause, E. Brunskill, K. Cho, B. E...

  41. [50]

    J., Annis , J., Gunn , J

    Eisenstein , D. J., Annis , J., Gunn , J. E., et al. 2001, title Spectroscopic Target Selection for the Sloan Digital Sky Survey: The Luminous Red Galaxy Sample , , 122, 2267, 10.1086/323717

  42. [51]

    2006, title Visible and Infrared Survey Telescope for Astronomy: Progress Report , The Messenger, 126, 41

    Emerson , J., McPherson , A., & Sutherland , W. 2006, title Visible and Infrared Survey Telescope for Astronomy: Progress Report , The Messenger, 126, 41

  43. [52]

    2024, title Preliminary Report on Mantis Shrimp: a Multi-Survey Computer Vision Photometric Redshift Model , arXiv e-prints, arXiv:2402.03535, 10.48550/arXiv.2402.03535

    Engel , A., Narayan , G., & Byler , N. 2024, title Preliminary Report on Mantis Shrimp: a Multi-Survey Computer Vision Photometric Redshift Model , arXiv e-prints, arXiv:2402.03535, 10.48550/arXiv.2402.03535

  44. [53]

    , Paltani, S

    Euclid Collaboration , Desprez, G. , Paltani, S. , et al. 2020, title Euclid preparation - X. The Euclid photometric-redshift challenge, A&A, 644, A31, 10.1051/0004-6361/202039403

  45. [54]

    M., Porciani , C., et al

    Feldmann , R., Carollo , C. M., Porciani , C., et al. 2006, title The Zurich Extragalactic Bayesian Redshift Analyzer and its first application: COSMOS , , 372, 565, 10.1111/j.1365-2966.2006.10930.x

  46. [55]

    Fitzpatrick , E. L. 1999, title Correcting for the Effects of Interstellar Extinction , , 111, 63, 10.1086/316293

  47. [56]

    2021, title GHOST: Using Only Host Galaxy Information to Accurately Associate and Distinguish Supernovae , , 908, 170, 10.3847/1538-4357/abd02b

    Gagliano , A., Narayan , G., Engel , A., Carrasco Kind , M., & LSST Dark Energy Science Collaboration . 2021, title GHOST: Using Only Host Galaxy Information to Accurately Associate and Distinguish Supernovae , , 908, 170, 10.3847/1538-4357/abd02b

  48. [57]

    Gawlikowski, J., Tassi, C. R. N., Ali, M., et al. 2023, title A survey of uncertainty in deep neural networks, Artif. Intell. Rev., 56, 1513. https://doi.org/10.1007/s10462-023-10562-9

  49. [58]

    2018, title dustmaps: A Python interface for maps of interstellar dust , The Journal of Open Source Software, 3, 695, 10.21105/joss.00695

    Green , G. 2018, title dustmaps: A Python interface for maps of interstellar dust , The Journal of Open Source Software, 3, 695, 10.21105/joss.00695

  50. [59]

    2022, title The Prime Focus Spectrograph Galaxy Evolution Survey , arXiv e-prints, arXiv:2206.14908, 10.48550/arXiv.2206.14908

    Greene , J., Bezanson , R., Ouchi , M., Silverman , J., & the PFS Galaxy Evolution Working Group . 2022, title The Prime Focus Spectrograph Galaxy Evolution Survey , arXiv e-prints, arXiv:2206.14908, 10.48550/arXiv.2206.14908

  51. [60]

    J., Ruiz-Macias , O., et al

    Hahn , C., Wilson , M. J., Ruiz-Macias , O., et al. 2023, title The DESI Bright Galaxy Survey: Final Target Selection, Design, and Validation , , 165, 253, 10.3847/1538-3881/accff8

  52. [61]

    R., Millman, K

    Harris, C. R., Millman, K. J., van der Walt, S. J., et al. 2020, title Array programming with NumPy , Nature, 585, 357, 10.1038/s41586-020-2649-2

  53. [62]

    A., Stein, G., Harrington, P., Lukić, Z., & Mustafa, M

    Hayat, M. A., Stein, G., Harrington, P., Lukić, Z., & Mustafa, M. 2021, title Self-supervised Representation Learning for Astronomical Images, The Astrophysical Journal Letters, 911, L33, 10.3847/2041-8213/abf2c7

  54. [63]

    2022, title Deep learning methods for obtaining photometric redshift estimations from images , Mon

    Henghes, B., Thiyagalingam, J., Pettitt, C., Hey, T., & Lahav, O. 2022, title Deep learning methods for obtaining photometric redshift estimations from images , Mon. Not. Roy. Astron. Soc., 512, 1696, 10.1093/mnras/stac480

  55. [64]

    2016, title Measuring photometric redshifts using galaxy images and Deep Neural Networks , Astronomy and Computing, 16, 34, 10.1016/j.ascom.2016.03.006

    Hoyle , B. 2016, title Measuring photometric redshifts using galaxy images and Deep Neural Networks , Astronomy and Computing, 16, 34, 10.1016/j.ascom.2016.03.006

  56. [65]

    M., et al

    Hoyle , B., Gruen , D., Bernstein , G. M., et al. 2018, title Dark Energy Survey Year 1 Results: redshift distributions of the weak-lensing source galaxies , , 478, 592, 10.1093/mnras/sty957

  57. [66]

    Hunter, J. D. 2007, title Matplotlib: A 2D graphics environment, Computing in Science & Engineering, 9, 90, 10.1109/MCSE.2007.55

  58. [67]

    M., Tyson , J

    Ivezi \'c , Z ., Kahn , S. M., Tyson , J. A., et al. 2019, title LSST: From Science Drivers to Reference Design and Anticipated Data Products , , 873, 111, 10.3847/1538-4357/ab042c

  59. [68]

    Izbicki , R., & Lee , A. B. 2016, title Nonparametric Conditional Density Estimation in a High-Dimensional Regression Setting , arXiv e-prints, arXiv:1604.00540, 10.48550/arXiv.1604.00540

  60. [69]

    D., Leja , J., Conroy , C., & Speagle , J

    Johnson , B. D., Leja , J., Conroy , C., & Speagle , J. S. 2021, title Stellar Population Inference with Prospector , , 254, 22, 10.3847/1538-4365/abef67

  61. [70]

    H., Read , M

    Jones , D. H., Read , M. A., Saunders , W., et al. 2009, title The 6dF Galaxy Survey: final redshift release (DR3) and southern large-scale structures , , 399, 683, 10.1111/j.1365-2966.2009.15338.x

  62. [71]

    O., Foley , R

    Jones , D. O., Foley , R. J., Narayan , G., et al. 2021, title The Young Supernova Experiment: Survey Goals, Overview, and Operations , , 908, 143, 10.3847/1538-4357/abd7f5

  63. [72]

    Krizhevsky, A., Sutskever, I., & Hinton, G. E. 2012, title ImageNet classification with deep convolutional neural networks, in Proceedings of the 26th International Conference on Neural Information Processing Systems - Volume 1, NIPS'12 (Red Hook, NY, USA: Curran Associates In...

  64. [73]

    Kron , R. G. 1980, title Photometry of a complete sample of faint galaxies. , , 43, 305, 10.1086/190669

  65. [74]

    M., Yahil , A., & Fern \'a ndez-Soto , A

    Lanzetta , K. M., Yahil , A., & Fern \'a ndez-Soto , A. 1996, title Star-forming galaxies at very high redshifts , , 381, 759, 10.1038/381759a0

  66. [75]

    2011, Euclid Definition Study Report, 1110.3193

    Laureijs, R., Amiaux, J., Arduini, S., et al. 2011, Euclid Definition Study Report, 1110.3193

  67. [76]

    J., Almaini , O., et al

    Lawrence , A., Warren , S. J., Almaini , O., et al. 2007, title The UKIRT Infrared Deep Sky Survey (UKIDSS) , , 379, 1599, 10.1111/j.1365-2966.2007.12040.x

  68. [77]

    , Cassata, P

    Le Fèvre, O. , Cassata, P. , Cucciati, O. , et al. 2013, title The VIMOS VLT Deep Survey final data release: a spectroscopic sample of 35,016 galaxies and AGN out to z 6.7 selected with 17.5 <= i <= 24.75, , 559, A14, 10.1051/0004-6361/201322179

  69. [78]

    2023, title FFCV: Accelerating Training by Removing Data Bottlenecks , arXiv e-prints, arXiv:2306.12517, 10.48550/arXiv.2306.12517

    Leclerc , G., Ilyas , A., Engstrom , L., et al. 2023, title FFCV: Accelerating Training by Removing Data Bottlenecks , arXiv e-prints, arXiv:2306.12517, 10.48550/arXiv.2306.12517

  70. [79]

    K., Driver , S

    Liske , J., Baldry , I. K., Driver , S. P., et al. 2015, title Galaxy And Mass Assembly (GAMA): end of survey report and data release 2 , , 452, 2087, 10.1093/mnras/stv1436

  71. [80]

    2022, title A ConvNet for the 2020s , arXiv e-prints, arXiv:2201.03545, 10.48550/arXiv.2201.03545

    Liu , Z., Mao , H., Wu , C.-Y., et al. 2022, title A ConvNet for the 2020s , arXiv e-prints, arXiv:2201.03545, 10.48550/arXiv.2201.03545

  72. [81]

    A., Allison , J., et al

    LSST Science Collaboration , Abell , P. A., Allison , J., et al. 2009, title LSST Science Book, Version 2.0 , arXiv e-prints, arXiv:0912.0201, 10.48550/arXiv.0912.0201

  73. [82]

    2017, title A Unified Approach to Interpreting Model Predictions , arXiv e-prints, arXiv:1705.07874, 10.48550/arXiv.1705.07874

    Lundberg , S., & Lee , S.-I. 2017, title A Unified Approach to Interpreting Model Predictions , arXiv e-prints, arXiv:1705.07874, 10.48550/arXiv.1705.07874

  74. [83]

    H., Gunn , J

    Lupton , R. H., Gunn , J. E., & Szalay , A. S. 1999, title A Modified Magnitude System that Produces Well-Behaved Magnitudes, Colors, and Errors Even for Low Signal-to-Noise Ratio Measurements , , 118, 1406, 10.1086/301004

  75. [84]

    2020, title MOONRISE: The Main MOONS GTO Extragalactic Survey , The Messenger, 180, 24, 10.18727/0722-6691/5197

    Maiolino , R., Cirasuolo , M., Afonso , J., et al. 2020, title MOONRISE: The Main MOONS GTO Extragalactic Survey , The Messenger, 180, 24, 10.18727/0722-6691/5197

  76. [85]

    2018, title Weak Lensing for Precision Cosmology , Annual Review of Astronomy and Astrophysics, 56, 393, 10.1146/annurev-astro-081817-051928

    Mandelbaum , R. 2018, title Weak Lensing for Precision Cosmology , Annual Review of Astronomy and Astrophysics, 56, 393, 10.1146/annurev-astro-081817-051928

  77. [86]

    M., et al

    Mannucci , F., Basile , F., Poggianti , B. M., et al. 2001, title Near-infrared template spectra of normal galaxies: k-corrections, galaxy models and stellar populations , , 326, 745, 10.1046/j.1365-8711.2001.04628.x

  78. [87]

    W., & Kleinlogel , S

    Marshall , J., Conin , T. W., & Kleinlogel , S. 2007, title Stomatopod eye structure and function: a review, Arthopod Structure and Development, 36, 420, 10.1016/j.asd.2007.01.006

  79. [88]

    Masters, D., Capak, P., Stern, D., et al. 2015, title MAPPING THE GALAXY COLOR–REDSHIFT RELATION: OPTIMAL PHOTOMETRIC REDSHIFT CALIBRATION STRATEGIES FOR COSMOLOGY SURVEYS, The Astrophysical Journal, 813, 53, 10.1088/0004-637X/813/1/53

  80. [89]

    M., Lang, D., Schlafly, E

    Meisner, A. M., Lang, D., Schlafly, E. F., & Schlegel, D. J. 2021, title Full-sky unWISE Coadds at Seven Years’ Depth, Research Notes of the AAS, 5, 200, 10.3847/2515-5172/ac21ca

  81. [90]

    M., Lang , D., & Schlegel , D

    Meisner , A. M., Lang , D., & Schlegel , D. J. 2017, title Deep Full-sky Coadds from Three Years of WISE and NEOWISE Observations , , 154, 161, 10.3847/1538-3881/aa894e

  82. [91]

    J., et al

    Merz, G., Liu, Y., Burke, C. J., et al. 2023, title Detection, instance segmentation, and classification for astronomical surveys with deep learning (deepdisc): detectron2 implementation and demonstration with Hyper Suprime-Cam data , Monthly Notices of the Royal Astronomical ...

  83. [92]

    A., & Gruen , D

    Newman , J. A., & Gruen , D. 2022, title Photometric Redshifts for Next-Generation Surveys , , 60, 363, 10.1146/annurev-astro-032122-014611

  84. [94]

    A., Cooper , M

    Newman , J. A., Cooper , M. C., Davis , M., et al. 2013, title The DEEP2 Galaxy Redshift Survey: Design, Observations, Data Reduction, and Redshifts , , 208, 5, 10.1088/0067-0049/208/1/5

  85. [95]

    A., Abate , A., Abdalla , F

    Newman , J. A., Abate , A., Abdalla , F. B., et al. 2015, title Spectroscopic needs for imaging dark energy experiments , Astroparticle Physics, 63, 81, 10.1016/j.astropartphys.2014.06.007

  86. [96]

    2022, title The Importance of Being Interpretable: Toward an Understandable Machine Learning Encoder for Galaxy Cluster Cosmology , , 926, 45, 10.3847/1538-4357/ac423e

    Ntampaka , M., & Vikhlinin , A. 2022, title The Importance of Being Interpretable: Toward an Understandable Machine Learning Encoder for Galaxy Cluster Cosmology , , 926, 45, 10.3847/1538-4357/ac423e

  87. [97]

    2024, title Rubin Science Platform on Google: the story so far , in Astronomical Society of the Pacific Conference Series, Vol

    O'Mullane , W., Economou , F., Huang , F., et al. 2024, title Rubin Science Platform on Google: the story so far , in Astronomical Society of the Pacific Conference Series, Vol. 535, Astromical Data Analysis Software and Systems XXXI, ed. B. V. Hugo , R. Van Rooyen , & O. M. S...

  88. [98]

    2024, title AstroMLab 2: AstroLLaMA-2-70B Model and Benchmarking Specialised LLMs for Astronomy , arXiv e-prints, arXiv:2409.19750, 10.48550/arXiv.2409.19750

    Pan , R., Dung Nguyen , T., Arora , H., et al. 2024, title AstroMLab 2: AstroLLaMA-2-70B Model and Benchmarking Specialised LLMs for Astronomy , arXiv e-prints, arXiv:2409.19750, 10.48550/arXiv.2409.19750

  89. [99]

    2020, pandas-dev/pandas: Pandas, latest Zenodo, 10.5281/zenodo.3509134

    pandas development team, T. 2020, pandas-dev/pandas: Pandas, latest Zenodo, 10.5281/zenodo.3509134

  90. [100]

    Papyan, V., Han, X., & Donoho, D. L. 2020, title Prevalence of neural collapse during the terminal phase of deep learning training, Proceedings of the National Academy of Sciences of the United States of America, 117, 24652

  91. [101]

    Parcalabescu , L., & Frank , A. 2022, title MM-SHAP: A Performance-agnostic Metric for Measuring Multimodal Contributions in Vision and Language Models & Tasks , arXiv e-prints, arXiv:2212.08158, 10.48550/arXiv.2212.08158

  92. [102]

    2023, title AstroCLIP: A Cross-Modal Foundation Model for Galaxies , arXiv e-prints, arXiv:2310.03024, 10.48550/arXiv.2310.03024

    Parker , L., Lanusse , F., Golkar , S., et al. 2023, title AstroCLIP: A Cross-Modal Foundation Model for Galaxies , arXiv e-prints, arXiv:2310.03024, 10.48550/arXiv.2310.03024

  93. [103]

    2012, title The WiggleZ Dark Energy Survey: Final data release and cosmological results , , 86, 103518, 10.1103/PhysRevD.86.103518

    Parkinson , D., Riemer-S rensen , S., Blake , C., et al. 2012, title The WiggleZ Dark Energy Survey: Final data release and cosmological results , , 86, 103518, 10.1103/PhysRevD.86.103518

  94. [104]

    2019, title Photometric redshifts from SDSS images using a convolutional neural network, Astr & Astro, 621, A26, 10.1051/0004-6361/201833617

    Pasquet, J., Bertin, E., Treyer, M., Arnouts, S., & Fouchez, D. 2019, title Photometric redshifts from SDSS images using a convolutional neural network, Astr & Astro, 621, A26, 10.1051/0004-6361/201833617

  95. [105]

    2019, title PyTorch: An Imperative Style, High-Performance Deep Learning Library , arXiv e-prints, arXiv:1912.01703, 10.48550/arXiv.1912.01703

    Paszke , A., Gross , S., Massa , F., et al. 2019, title PyTorch: An Imperative Style, High-Performance Deep Learning Library , arXiv e-prints, arXiv:1912.01703, 10.48550/arXiv.1912.01703

  96. [106]

    Peebles , P. J. E., & Yu , J. T. 1970, title Primeval Adiabatic Perturbation in an Expanding Universe , , 162, 815, 10.1086/150713

  97. [107]

    D., Chiappetti , L., Page , C

    Pence , W. D., Chiappetti , L., Page , C. G., Shaw , R. A., & Stobie , E. 2010, title Definition of the Flexible Image Transport System (FITS), version 3.0 , , 524, A42, 10.1051/0004-6361/201015362

  98. [108]

    2016, title Planck intermediate results

    Planck Collaboration , Aghanim , N., Ashdown , M., et al. 2016, title Planck intermediate results. XLVIII. Disentangling Galactic dust emission and cosmic infrared background anisotropies , , 596, A109, 10.1051/0004-6361/201629022

  99. [109]

    L., D'Isanto , A., & Gieseke , F

    Polsterer , K. L., D'Isanto , A., & Gieseke , F. 2016, title Uncertain Photometric Redshifts , arXiv e-prints, arXiv:1608.08016, 10.48550/arXiv.1608.08016

  100. [110]

    C., Newman , J

    Prakash , A., Licquia , T. C., Newman , J. A., et al. 2016, title The SDSS-IV Extended Baryon Oscillation Spectroscopic Survey: Luminous Red Galaxy Target Selection , , 224, 34, 10.3847/0067-0049/224/2/34

  101. [111]

    A., et al

    Raichoor , A., Moustakas , J., Newman , J. A., et al. 2023, title Target Selection and Validation of DESI Emission Line Galaxies , , 165, 126, 10.3847/1538-3881/acb213

  102. [112]

    2016, title SDSS-III Baryon Oscillation Spectroscopic Survey Data Release 12: galaxy target selection and large-scale structure catalogues , , 455, 1553, 10.1093/mnras/stv2382

    Reid , B., Ho , S., Padmanabhan , N., et al. 2016, title SDSS-III Baryon Oscillation Spectroscopic Survey Data Release 12: galaxy target selection and large-scale structure catalogues , , 455, 1553, 10.1093/mnras/stv2382

  103. [113]

    P., Blake , C., et al

    Richard , J., Kneib , J. P., Blake , C., et al. 2019, title 4MOST Consortium Survey 8: Cosmology Redshift Survey (CRS) , The Messenger, 175, 50, 10.18727/0722-6691/5127

  104. [114]

    2022, title Einops: Clear and Reliable Tensor Manipulations with Einstein-like Notation, in International Conference on Learning Representations

    Rogozhnikov, A. 2022, title Einops: Clear and Reliable Tensor Manipulations with Einstein-like Notation, in International Conference on Learning Representations. https://openreview.net/forum?id=oapKSVM2bcj

  105. [115]

    B., & Lahav , O

    Sadeh , I., Abdalla , F. B., & Lahav , O. 2016, title ANNz2: Photometric Redshift and Probability Distribution Function Estimation using Machine Learning , , 128, 104502, 10.1088/1538-3873/128/968/104502

  106. [116]

    Saxena , A., Salvato , M., Roster , W., et al. 2024, title CircleZ: Reliable Photometric redshifts for AGN computed using only photometry from Legacy Survey Imaging for DESI , arXiv e-prints, arXiv:2407.10788, 10.48550/arXiv.2407.10788

  107. [117]

    J., Finkbeiner , D

    Schlegel , D. J., Finkbeiner , D. P., & Davis , M. 1998, title Maps of Dust Infrared Emission for Use in Estimation of Reddening and Cosmic Microwave Background Radiation Foregrounds , , 500, 525, 10.1086/305772

  108. [118]

    F., et al

    Schmidt, S., Gschwend, J., Crenshaw, J. F., et al. 2023, LSSTDESC/RAIL: v0.98.5, v0.98.5 Zenodo, 10.5281/zenodo.7927358

  109. [119]

    Schmidt, S. J. 2008, Galaxy Evolution: The DRaGONS Survey and Luminosity Functions With Photometric Redshifts, http://d-scholarship.pitt.edu/10019/

  110. [120]

    J., Malz , A

    Schmidt , S. J., Malz , A. I., Soo , J. Y. H., et al. 2020, title Evaluation of probabilistic photometric redshift estimation approaches for The Rubin Observatory Legacy Survey of Space and Time (LSST) , , 499, 1587, 10.1093/mnras/staa2799

  111. [121]

    2018, title The VIMOS Public Extragalactic Redshift Survey (VIPERS)

    Scodeggio , M., Guzzo , L., Garilli , B., et al. 2018, title The VIMOS Public Extragalactic Redshift Survey (VIPERS). Full spectroscopic data and auxiliary information release (PDR-2) , , 609, A84, 10.1051/0004-6361/201630114

  112. [122]

    Shapley, L. S. 1951, Notes on the N-Person Game; II: The Value of an N-Person Game (Santa Monica, CA: RAND Corporation), 10.7249/RM0670

  113. [123]

    F., Cutri , R

    Skrutskie , M. F., Cutri , R. M., Stiening , R., et al. 2006, title The Two Micron All Sky Survey (2MASS) , , 131, 1163, 10.1086/498708

  114. [124]

    A., Weinberg , D

    Strauss , M. A., Weinberg , D. H., Lupton , R. H., et al. 2002, title Spectroscopic Target Selection in the Sloan Digital Sky Survey: The Main Galaxy Sample , , 124, 1810, 10.1086/342343

  115. [125]

    2013, GALEX/MCAT, STScI/MAST, 10.17909/T9H59D

    STScI . 2013, GALEX/MCAT, STScI/MAST, 10.17909/T9H59D

  116. [126]

    2022, Pan-STARRS1 DR2 Catalog, STScI/MAST, 10.17909/S0ZG-JX37

    STScI . 2022, Pan-STARRS1 DR2 Catalog, STScI/MAST, 10.17909/S0ZG-JX37

  117. [127]

    2020, title Visualizing the Impact of Feature Attribution Baselines, Distill, 10.23915/distill.00022

    Sturmfels, P., Lundberg, S., & Lee, S.-I. 2020, title Visualizing the Impact of Feature Attribution Baselines, Distill, 10.23915/distill.00022

  118. [128]

    M., Li , S., & Abdul , J

    Summaira , J., Li , X., Shoib , A. M., Li , S., & Abdul , J. 2021, title Recent Advances and Trends in Multimodal Deep Learning: A Review , arXiv e-prints, arXiv:2105.11087, 10.48550/arXiv.2105.11087

  119. [129]

    2024, title Interpreting Multi-band Galaxy Observations with Large Language Model-Based Agents , arXiv e-prints, arXiv:2409.14807, 10.48550/arXiv.2409.14807

    Sun , Z., Ting , Y.-S., Liang , Y., et al. 2024, title Interpreting Multi-band Galaxy Observations with Large Language Model-Based Agents , arXiv e-prints, arXiv:2409.14807, 10.48550/arXiv.2409.14807

  120. [130]

    Tamura , N., Takato , N., Shimono , A., et al. 2016, title Prime Focus Spectrograph (PFS) for the Subaru telescope: overview, recent progress, and future perspectives , in Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series, Vol. 9908, Ground-based and ...

  121. [131]

    2020, title Photometric redshifts for the Pan-STARRS1 survey , , 642, A102, 10.1051/0004-6361/202038415

    Tarr \' o , P., & Zarattini , S. 2020, title Photometric redshifts for the Pan-STARRS1 survey , , 642, A102, 10.1051/0004-6361/202038415

  122. [132]

    H., How, M

    Thoen, H. H., How, M. J., Chiou, T.-H., & Marshall, J. 2014, title A Different Form of Color Vision in Mantis Shrimp, Science, 343, 411, 10.1126/science.1245824

  123. [133]

    van Dokkum, P., & Pasha, I. 2024, title A Robust and Simple Method for Filling in Masked Data in Astronomical Images, Publications of the Astronomical Society of the Pacific, 136, 034503, 10.1088/1538-3873/ad2866

  124. [134]

    E., et al

    Virtanen, P., Gommers, R., Oliphant, T. E., et al. 2020, title SciPy 1.0: Fundamental Algorithms for Scientific Computing in Python , Nature Methods, 17, 261, 10.1038/s41592-019-0686-2

  125. [135]

    Walmsley , M., Bowles , M., Scaife , A. M. M., et al. 2024, title Scaling Laws for Galaxy Images , arXiv e-prints, arXiv:2404.02973, 10.48550/arXiv.2404.02973

  126. [136]

    J., Foster, L

    Way, M. J., Foster, L. V., Gazis, P. R., & Srivastava, A. N. 2009, title NEW APPROACHES TO PHOTOMETRIC REDSHIFT PREDICTION VIA GAUSSIAN PROCESS REGRESSION IN THE SLOAN DIGITAL SKY SURVEY, The Astrophysical Journal, 706, 623, 10.1088/0004-637X/706/1/623

  127. [137]

    2019, title Unconstrained Monotonic Neural Networks , arXiv e-prints, arXiv:1908.05164, 10.48550/arXiv.1908.05164

    Wehenkel , A., & Louppe , G. 2019, title Unconstrained Monotonic Neural Networks , arXiv e-prints, arXiv:1908.05164, 10.48550/arXiv.1908.05164

  128. [138]

    2010, title D ata S tructures for S tatistical C omputing in P ython, in P roceedings of the 9th P ython in S cience C onference, ed

    W es M c K inney. 2010, title D ata S tructures for S tatistical C omputing in P ython, in P roceedings of the 9th P ython in S cience C onference, ed. S t\'efan van der W alt & J arrod M illman, 56 -- 61, 10.25080/Majora-92bf1922-00a

  129. [139]

    H., Hildebrandt , H., Kuijken , K., et al

    Wright , A. H., Hildebrandt , H., Kuijken , K., et al. 2019, title KiDS+VIKING-450: A new combined optical and near-infrared dataset for cosmology and astrophysics , , 632, A34, 10.1051/0004-6361/201834879

  130. [140]

    L., Eisenhardt , P

    Wright , E. L., Eisenhardt , P. R. M., Mainzer , A. K., et al. 2010, title The Wide-field Infrared Survey Explorer (WISE): Mission Description and Initial On-orbit Performance , , 140, 1868, 10.1088/0004-6256/140/6/1868

  131. [141]

    2020, title On Hyperparameter Optimization of Machine Learning Algorithms: Theory and Practice , arXiv e-prints, arXiv:2007.15745, 10.48550/arXiv.2007.15745

    Yang , L., & Shami , A. 2020, title On Hyperparameter Optimization of Machine Learning Algorithms: Theory and Practice , arXiv e-prints, arXiv:2007.15745, 10.48550/arXiv.2007.15745

  132. [142]

    2022, title Image Data Augmentation for Deep Learning: A Survey , arXiv e-prints, arXiv:2204.08610, 10.48550/arXiv.2204.08610

    Yang , S., Xiao , W., Zhang , M., et al. 2022, title Image Data Augmentation for Deep Learning: A Survey , arXiv e-prints, arXiv:2204.08610, 10.48550/arXiv.2204.08610

  133. [143]

    2020, title Hyper-Parameter Optimization: A Review of Algorithms and Applications , arXiv e-prints, arXiv:2003.05689, 10.48550/arXiv.2003.05689

    Yu , T., & Zhu , H. 2020, title Hyper-Parameter Optimization: A Review of Algorithms and Applications , arXiv e-prints, arXiv:2003.05689, 10.48550/arXiv.2003.05689

  134. [144]

    2025, title Transformers Meet Hyperspectral Imaging: A Comprehensive Study of Models, Challenges and Open Problems , arXiv e-prints, arXiv:2506.08596, 10.48550/arXiv.2506.08596

    Zhang , G., & Abdulla , W. 2025, title Transformers Meet Hyperspectral Imaging: A Comprehensive Study of Models, Challenges and Open Problems , arXiv e-prints, arXiv:2506.08596, 10.48550/arXiv.2506.08596

  135. [145]

    A., Mao, Y.-Y., et al

    Zhou, R., Newman, J. A., Mao, Y.-Y., et al. 2020, title The clustering of DESI-like luminous red galaxies using photometric redshifts , Monthly Notices of the Royal Astronomical Society, 501, 3309, 10.1093/mnras/staa3764

  136. [146]

    2023 a , title DESI luminous red galaxy samples for cross-correlations , , 2023, 097, 10.1088/1475-7516/2023/11/097

    Zhou , R., Ferraro , S., White , M., et al. 2023 a , title DESI luminous red galaxy samples for cross-correlations , , 2023, 097, 10.1088/1475-7516/2023/11/097

  137. [147]

    A., et al

    Zhou , R., Dey , B., Newman , J. A., et al. 2023 b , title Target Selection and Validation of DESI Luminous Red Galaxies , , 165, 58, 10.3847/1538-3881/aca5fb

  138. [148]

    @esa (Ref

    \@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...

  139. [149]

    \@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...

  140. [150]

    @open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...

  141. [151]

    , " * write output.state after.block = add.period write newline

    ENTRY address archivePrefix author booktitle chapter doi edition editor eprint howpublished institution journal key month number organization pages publisher school series title misctitle type volume year version url label extra.label sort.label short.list INTEGERS output.stat...

  142. [152]

    write newline

    " write newline "" before.all 'output.state := FUNCTION format.url url empty "" new.block "" url * "" * if FUNCTION format.eprint eprint empty "" archivePrefix empty "" archivePrefix "arXiv" = new.block " " eprint * " " * new.block " " eprint * " " * if if if FUNCTION format.d...

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.