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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [§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.
- [§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.
- [§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)
- [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.
- [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.
- [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.
- [Section 2.3] The text contains a typo in 'Shapely value' (twice); the intended term is 'Shapley value'.
Circularity Check
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
free parameters (4)
- Zmax = 1.6 =
1.6
- Number of redshift classes C =
400
- Hyperparameters: learning rate, hidden width, weight decay =
LR 3e-3 early and 1e-3 late; hidden width 2048; weight decay 1e-7
- 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…
assumptions (5)
- domain assumption Spectroscopic redshift labels after quality cuts are accurate enough to serve as ground truth.
- domain assumption The spectroscopically confirmed galaxy sample is sufficiently representative for evaluating the model's stated performance.
- domain assumption Image cutout services and preprocessing preserve the information needed for redshift estimation.
- domain assumption Standard galaxy SED physics provides the correct reference for judging Shapley behavior.
- domain assumption No cross-survey duplicate sources leak between training and test splits.
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 from the paper (13 more)
Reference graph
Works this paper leans on
-
[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]
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]
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...
arXiv 2017
-
[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]
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]
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]
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]
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
-
[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
2011
-
[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
2013 doi
-
[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
2018 doi
-
[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
2022 doi
- [13]
-
[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
2016 doi
-
[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
2016 doi
-
[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
2022 doi
-
[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
2017 doi
-
[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
2021 doi
-
[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
2011
-
[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
1996 doi
-
[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
2014 doi
-
[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
2017 doi
-
[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
2011
-
[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
2010
-
[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
2008 doi
-
[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
2014 doi
-
[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
2003
-
[29]
Budav \'a ri , T., & Szalay , A. S. 2008, title Probabilistic Cross-Identification of Astronomical Sources , , 679, 301, 10.1086/587156
2008 doi
- [30]
-
[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
2023 doi
-
[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
2020 doi
- [33]
-
[34]
A., & Lahav , O
Collister , A. A., & Lahav , O. 2004, title ANNz: Estimating Photometric Redshifts Using Artificial Neural Networks , , 116, 345, 10.1086/383254
2004 doi
-
[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
2011 doi
-
[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
2009 doi
-
[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
2020
-
[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
1984
-
[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...
2016 doi
- [40]
- [41]
-
[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
2022 doi
-
[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
2022 doi
-
[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
2018 doi
-
[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
2018 doi
-
[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...
-
[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
2016
-
[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
2019 doi
-
[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...
2023
-
[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
2001 doi
-
[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
2006
-
[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
-
[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
2020 doi
-
[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
2006
-
[55]
Fitzpatrick , E. L. 1999, title Correcting for the Effects of Interstellar Extinction , , 111, 63, 10.1086/316293
1999 doi
-
[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
2021 doi
-
[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
2023 doi
-
[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
2018 doi
-
[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
-
[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
2023 doi
-
[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
2020 doi
-
[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
2021 doi
-
[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
2022 doi
-
[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
2016 doi
-
[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
2018 doi
-
[66]
Hunter, J. D. 2007, title Matplotlib: A 2D graphics environment, Computing in Science & Engineering, 9, 90, 10.1109/MCSE.2007.55
2007 doi
-
[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
2019 doi
- [68]
-
[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
2021 doi
-
[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
2009
-
[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
2021 doi
-
[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...
2012
-
[73]
Kron , R. G. 1980, title Photometry of a complete sample of faint galaxies. , , 43, 305, 10.1086/190669
1980 doi
-
[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
1996 doi
-
[75]
2011, Euclid Definition Study Report, 1110.3193
Laureijs, R., Amiaux, J., Arduini, S., et al. 2011, Euclid Definition Study Report, 1110.3193
2011 arXiv
-
[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
2007
-
[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
2013 doi
-
[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
-
[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
2015 doi
- [80]
- [81]
- [82]
-
[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
1999 doi
-
[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
2020 doi
-
[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
2018 doi
-
[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
2001
-
[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
2007 doi
-
[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
2015 doi
-
[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
2021 doi
-
[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
2017 doi
-
[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 ...
2023 doi
-
[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
2022 doi
-
[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
2013 doi
-
[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
2015 doi
-
[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
2022 doi
-
[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...
-
[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
-
[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
2020 doi
-
[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
2020
- [101]
-
[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
-
[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
2012 doi
-
[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
2019 doi
-
[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
-
[106]
Peebles , P. J. E., & Yu , J. T. 1970, title Primeval Adiabatic Perturbation in an Expanding Universe , , 162, 815, 10.1086/150713
1970 doi
-
[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
2010 doi
-
[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
2016 doi
- [109]
-
[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
2016 doi
-
[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
2023 doi
-
[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
2016 doi
-
[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
2019 doi
-
[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
2022
-
[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
2016 doi
- [116]
-
[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
1998 doi
-
[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
2023 doi
-
[119]
Schmidt, S. J. 2008, Galaxy Evolution: The DRaGONS Survey and Luminosity Functions With Photometric Redshifts, http://d-scholarship.pitt.edu/10019/
2008
-
[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
2020 doi
-
[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
2018 doi
-
[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
1951 doi
-
[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
2006 doi
-
[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
2002 doi
-
[125]
2013, GALEX/MCAT, STScI/MAST, 10.17909/T9H59D
STScI . 2013, GALEX/MCAT, STScI/MAST, 10.17909/T9H59D
2013 doi
-
[126]
2022, Pan-STARRS1 DR2 Catalog, STScI/MAST, 10.17909/S0ZG-JX37
STScI . 2022, Pan-STARRS1 DR2 Catalog, STScI/MAST, 10.17909/S0ZG-JX37
2022 doi
-
[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
2020 doi
- [128]
-
[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
-
[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 ...
2016 doi
-
[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
2020 doi
-
[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
2014 doi
-
[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
2024 doi
-
[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
2020 doi
- [135]
-
[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
2009 doi
- [137]
-
[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
2010 doi
-
[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
2019 doi
-
[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
2010 doi
-
[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
-
[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
-
[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
-
[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
-
[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
2020 doi
-
[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
2023 doi
-
[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
2023 doi
-
[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 ...
-
[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...
-
[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...
-
[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...
-
[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...
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.