REVIEW 4 major objections 5 minor 60 references
From Galaxy Zoo DECaLS to BASS/MzLS: detailed galaxy morphology classification with unsupervised domain adaption
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Unsupervised domain adaptation transfers a detailed galaxy morphology classifier from DECaLS to BASS/MzLS without new labels.
desk verdict Useful UDA application and catalogue, but the headline parity claim rests on a small unmatched test set and needs revision. 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 mechanism is a pseudo-label alignment loop built on spherical k-means and a fixed classifier. Each epoch, the target-domain feature embeddings are clustered in cosine space; galaxies whose embedding lies close enough to a cluster center (cosine similarity above a schedule threshold) receive the corresponding morphology pseudo-label. The feature extractor is then fine-tuned by a softmax cross-entropy loss (with temperature) that pushes these embeddings onto the fixed source classifier's weight vectors, which also serve as the initial cluster centers. This alignment transfers the source model's decision boundaries to the target domain without requiring any target labels.
What would settle it
Apply the fully trained UDA model to the 3,618 common DECaLS/BMz galaxies and compare accuracy per question to the source model without adaptation; if the UDA model does not substantially beat the source model on questions like 'Bar' and 'Spiral Arm Count', the claimed transfer has not occurred.
Extended reading notes
Core claim
The central claim is that UDA with pseudo-label alignment closes most of the 'data shift' gap between DECaLS and BMz imaging. The authors start from a source model (EfficientNet-v2-s with a Dirichlet-multinomial loss) that matches earlier GZD-5 results. They then freeze the classifier weights and fine-tune the feature extractor on 248,088 unlabeled BMz galaxies, assigning pseudo-labels only to embeddings whose cosine similarity to a spherical k-means cluster center (initialized from the classifier weight vectors) exceeds a threshold that decays during training. On the overlapping-footprint test set of 3618 BMz galaxies that were excluded from training, the UDA model improves accuracy over the direct source model on most questions (e.g., 'Bar' from 75.9% to 83.4%, close to the 82.1% source-domain value), confirming that the transfer works and that the released catalogue of 248,088 classifications is not merely source-model extrapolation.
Load-bearing premise
The method assumes that the DECaLS and BASS/MzLS galaxies are drawn from the same physical galaxy population, so aligning their feature embeddings with pseudo-labels is meaningful.
Editorial extensions
If this is right
- If the UDA transfer works, the released catalogue provides detailed morphology probabilities for 248,088 BASS/MzLS galaxies, enabling studies of bar fraction, bulge size, and spiral structure in the northern DESI footprint.
- The pipeline can be rerun for other surveys that share a physical galaxy population with DECaLS, such as future wide-field imaging, without waiting for volunteer labels.
- The two-step training (source model then label-free fine-tune) means that new surveys need only unlabeled images and a matched source catalogue to obtain per-question morphology predictions.
- Because the classifier weights are shared between domains, the target model is directly comparable with the source model, giving consistent morphology definitions across surveys.
Reading between the lines
- The success of the pseudo-label alignment suggests that a broader class of cross-survey classifiers (e.g., for photometric redshifts or star-galaxy separation) could be transferred the same way, provided the physical domain overlap is controlled.
- The probability-simplex analysis indicates that lower-resolution BMz images push predictions toward the center (ambiguous) region; a resolution-aware or multi-resolution augmentation might recover some of the tail of the distribution.
- If the UDA model's pseudo-labels are reliable enough, one could use them as training labels in a second round of supervised fine-tuning, potentially reducing the remaining gap on detailed features like spiral winding.
- The requirement that the two surveys share the same physical galaxy population implies the method cannot be blindly applied to fainter or higher-redshift samples; a domain-discriminator check could quantify when the assumption breaks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses the problem of applying a galaxy morphology classifier trained on DECaLS images (with Galaxy Zoo DECaLS 5 volunteer labels) to BASS/MzLS (BMz) images, which suffer from a distributional shift. The authors train a source-domain EfficientNet-v2-s model on DECaLS images with Dirichlet-multinomial loss, then fine-tune it on 248,088 unlabelled BMz galaxies using an unsupervised domain adaptation (UDA) method based on spherical K-means pseudo-labels and a temperature-scaled contrastive loss. They evaluate the target model on 3,618 overlap galaxies (835 after vote filtering) between DECaLS and BMz, and also compare their predictions against those of Walmsley et al. (2023). They release a catalogue of detailed morphology classifications for 248,088 BMz galaxies. The central claim is that the UDA-fine-tuned target model significantly improves over directly applying the source model to BMz and reaches performance comparable to the source-domain model on DECaLS.
Significance. If the claim holds, the paper demonstrates a label-free route for transferring detailed morphology classifiers across galaxy surveys and provides a practical catalogue for 248,088 BMz galaxies, complementing the Zoobot series. The source-domain model reproduces W+21-level performance, and the evaluation on held-out volunteer labels excluded from training is a genuine strength. The released catalogue, code availability, and use of well-established GZD-5 labels give the work practical value. However, the load-bearing quantitative evidence for the parity claim is weakened by small per-question samples, absent uncertainty estimates, an uncontrolled cross-sample comparison for the 'comparable to source domain' statement, and an unresolved discrepancy with GZD-8 labels in Appendix A. These issues are addressable with additional analysis, but they currently limit the strength of the central conclusion.
major comments (4)
- [§4.2, Tables 2 and 3] The claim that the target model 'reaches a level comparable to that of the source domain' compares the target model on 835 BMz galaxies (Table 3b) with the source model on a different DECaLS validation set (Table 2). This is not an apples-to-apples comparison: the 835-galaxy overlap subset may be unrepresentative (e.g., brighter or higher-signal) of the full DECaLS validation sample. To support the parity claim, the authors should evaluate the source model on the DECaLS images of the same 835 overlap galaxies, or otherwise demonstrate that the overlap subset has the same difficulty distribution as the full validation set. Without this control, the apparent 'parity' could be driven by sample selection rather than successful domain adaptation.
- [§4.2, Table 3] Many per-question counts are small (Bar N=133, Spiral winding N=98, Edge-on bulge N=16), and no confidence intervals or significance tests are provided. For example, the Bar accuracy improvement from 75.9% to 83.4% on N=133 is roughly a 1.5–2 sigma effect, and 'How Rounded' actually degrades from 90.5% to 87.7% after adaptation. The statement that the target model 'significantly improves performance' is therefore not quantitatively supported for several questions. The authors should report bootstrap confidence intervals or a statistical test for each metric, and discuss the 'How Rounded' degradation in this context rather than dismissing it as an acceptable trade-off.
- [Appendix A, Table A1] The target model's accuracy on 'Spiral winding' with GZD-8 labels is 65.6%, which is more than 12 points below its Table 3 value on the GZD-5 overlap subset (79.5%) and well below the source-domain value in Table 2 (79.1%). The authors attribute this to volunteer bias in GZD-8, but the same bias argument could apply to the Table 3 ground truth, and the consistency check in Table 4 uses predictions derived from GZD-8 labels. This internal tension undermines the robustness of the claimed parity. The authors should either provide a quantitative analysis of the label-bias hypothesis (e.g., comparing volunteer vote distributions on the same galaxies) or temper the parity claim.
- [§4.2.1, Table 4] Using Walmsley et al. (2023) predictions as reference labels measures agreement with another model, not accuracy against human labels. The statement that the target model 'does not exhibit significant bias under data shift' is not warranted by agreement with a model whose own accuracy is not established on the same galaxies. Moreover, the comparison in Table 4 again contrasts target-on-BMz with source-on-GZD (Table 2), which confounds domain shift with sample differences. A cleaner check would compare source and target model predictions on the same set of BMz galaxies with the same reference labels, and ideally on a human-labelled subset.
minor comments (5)
- [§4.2.1] The paragraph beginning 'Specifically, seven morphology questions...' is repeated verbatim, which should be fixed.
- [§3.1, Eq. (1)] The footnote 'assuming a set of concomitant 5 q = 10 questions' is unclear; the authors should clarify what 'concomitant' means here and whether the loss assumes independence or dependence among questions.
- [Tables 2 and 3] The tables report counts but not uncertainty intervals; adding bootstrap CIs or at least standard errors for each accuracy value would greatly improve interpretability.
- [§2.3] The sentence 'We don’t use the prediction results of 314,000 galaxies from W+21' is a footnote and would be clearer in the main text or omitted entirely.
- [Abstract and title] The abstract uses 'domain adaption' while the title and text use 'domain adaptation'; please standardize the spelling.
Circularity Check
No load-bearing circularity: the central UDA claim is evaluated against held-out GZD-5 volunteer labels, while the only self-referential validation (the distribution-match comparison in Sec. 4.3) is a restatement of the UDA objective and is not what carries the paper's conclusion.
-
self definitional
[Section 4.3, 'From DECaLS to BMz: morphology feature probability distribution' (Fig. 3)]
"a perfect UDA model should predict the same probability distribution of the morphology features on all BMz galaxies as the source domain model on all DECaLS galaxies."
The UDA loss in Eq. (2) explicitly fine-tunes f_t so that target embeddings align with the fixed source classifier W_s, using pseudo-labels from spherical K-means initialized by W_s. Hence a post-training match between the target and source predicted morphology distributions (Fig. 3) is the algorithm's own optimization objective, not an independent test of morphology accuracy. The paper presents this as 'further show the ability of our UDA model,' so the evidence is self-definitional. It is not load-bearing for the headline claim, which is supported by held-out GZD-5 labels in Table 3.
full rationale
The main derivation chain is self-contained. The source model is supervised by GZD-5 volunteer votes through the Dirichlet loss (Eq. 1); the target model is fine-tuned on unlabeled BMz images using pseudo-labels and the UDA loss (Eq. 2); and the claimed improvement is measured on 3618 overlap galaxies whose GZD-5 labels are explicitly excluded from both the training and validation sets (Sec. 4.2, Table 3). That evaluation is therefore independent of the model's own pseudo-labels and is not circular. The large-sample consistency check in Table 4 uses predictions from Walmsley et al. (2023) as reference labels, and Appendix A compares against GZD-8 volunteer labels; both are external benchmarks, not self-citations. The only coauthor citation relevant to the motivation (Xu et al. 2023) is not load-bearing because the data shift is also demonstrated empirically by the source model's degraded performance on BMz images in Table 3. The single self-referential element is the Sec. 4.3 distribution-overlap argument, which amounts to verifying that the alignment objective was achieved; this is a minor tautology rather than a load-bearing circular step. Statistical concerns such as small per-question test counts, absent error bars, and the use of model predictions as labels for the large-sample check are correctness and robustness issues, not circularity.
Assumptions & free parameters
free parameters (4)
- UDA temperature tau =
0.05
- Pseudo-label threshold schedule =
0.9 - 0.02*epoch
- UDA learning rate =
1e-6
- Source-model hyperparameters =
LR 1e-2 to 1e-6, batch 256, dropout 0.3
assumptions (4)
- domain assumption DECaLS and BMz MGS galaxies are drawn from the same physical distribution of morphologies
- domain assumption Spherical K-means pseudo-labels on the latent embeddings correspond to true morphology features
- standard math Volunteer votes follow a Dirichlet-multinomial model
- domain assumption The source classifier weights Ws remain valid for the target domain after feature alignment
Cite this review
Pith. "Pith review of From Galaxy Zoo DECaLS to BASS/MzLS: detailed galaxy morphology classification with unsupervised domain adaption." pith.science (2026). https://pith.science/paper/W6KUD3RD
@misc{pith2026241215533,
author = {Pith},
title = {Pith review of: From Galaxy Zoo DECaLS to BASS/MzLS: detailed galaxy morphology classification with unsupervised domain adaption},
year = {2026},
howpublished = {\url{https://pith.science/paper/W6KUD3RD}},
note = {Machine review of arXiv:2412.15533}
}
read the original abstract
The DESI Legacy Imaging Surveys (DESI-LIS) comprise three distinct surveys: the Dark Energy Camera Legacy Survey (DECaLS), the Beijing-Arizona Sky Survey (BASS), and the Mayall z-band Legacy Survey (MzLS). The citizen science project Galaxy Zoo DECaLS 5 (GZD-5) has provided extensive and detailed morphology labels for a sample of 253,287 galaxies within the DECaLS survey. This dataset has been foundational for numerous deep learning-based galaxy morphology classification studies. However, due to differences in signal-to-noise ratios and resolutions between the DECaLS images and those from BASS and MzLS (collectively referred to as BMz), a neural network trained on DECaLS images cannot be directly applied to BMz images due to distributional mismatch. In this study, we explore an unsupervised domain adaptation (UDA) method that fine-tunes a source domain model trained on DECaLS images with GZD-5 labels to BMz images, aiming to reduce bias in galaxy morphology classification within the BMz survey. Our source domain model, used as a starting point for UDA, achieves performance on the DECaLS galaxies' validation set comparable to the results of related works. For BMz galaxies, the fine-tuned target domain model significantly improves performance compared to the direct application of the source domain model, reaching a level comparable to that of the source domain. We also release a catalogue of detailed morphology classifications for 248,088 galaxies within the BMz survey, accompanied by usage recommendations.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION fin.entry 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 FUNCTION or pop #1...
-
[2]
Ackermann S., Schawinski K., Zhang C., Weigel A. K., Turp M. D., 2018, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/sty1398 , 479, 415
-
[3]
Baldry I. K., Balogh M. L., Bower R., Glazebrook K., Nichol R. C., 2004, in AIP Conference Proceedings . pp 106--119, @doi 10.1063/1.1848322 , http://arxiv.org/abs/astro-ph/0410603
arXiv 2004
-
[4]
R., et al., 2001, @doi [AJ] 10.1086/320405 , 121, 2358
Blanton M. R., et al., 2001, @doi [AJ] 10.1086/320405 , 121, 2358
doi:10.1086/320405 2001
-
[5]
Collaboration E., et al., 2024, Euclid preparation. Measuring detailed galaxy morphologies for Euclid with Machine Learning , http://arxiv.org/abs/2402.10187
-
[6]
Darg D. W., et al., 2010, @doi [Monthly Notices of the Royal Astronomical Society] 10.1111/j.1365-2966.2009.15686.x , 401, 1043
arXiv 2010
-
[7]
Dey A., et al., 2019, @doi [AJ] 10.3847/1538-3881/ab089d , 157, 168
-
[8]
Dieleman S., Willett K. W., Dambre J., 2015, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stv632 , 450, 1441
Show all 60 references
-
[9]
L., 2018, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/sty338 , 476, 3661
Domínguez Sánchez H., Huertas-Company M., Bernardi M., Tuccillo D., Fischer J. L., 2018, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/sty338 , 476, 3661
2018 doi
-
[10]
Domínguez Sánchez H., et al., 2019, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/sty3497 , 484, 93
2019 doi
-
[11]
T., Martínez-Lombilla C., Knapen J
Dullo B. T., Martínez-Lombilla C., Knapen J. H., 2016, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stw1868 , 462, 3800
2016 doi
-
[12]
Euclid Collaboration et al., 2022, @doi [Astronomy and Astrophysics] 10.1051/0004-6361/202141938 , 662, A112
2022 doi
-
[13]
Gal Y., Ghahramani Z., 2016, Dropout as a Bayesian Approximation : Representing Model Uncertainty in Deep Learning , http://arxiv.org/abs/1506.02142
2016 arXiv
-
[14]
Gong Y., et al., 2019, @doi [The Astrophysical Journal] 10.3847/1538-4357/ab391e , 883, 203
2019 doi
-
[15]
M., et al., 2015, @doi [Astronomy and Astrophysics] 10.1051/0004-6361/201525938 , 581, A103
González Delgado R. M., et al., 2015, @doi [Astronomy and Astrophysics] 10.1051/0004-6361/201525938 , 581, A103
2015 doi
-
[16]
J., Shlens J., Szegedy C., 2015, Explaining and Harnessing Adversarial Examples , @doi 10.48550/arXiv.1412.6572 , http://arxiv.org/abs/1412.6572
Goodfellow I. J., Shlens J., Szegedy C., 2015, Explaining and Harnessing Adversarial Examples , @doi 10.48550/arXiv.1412.6572 , http://arxiv.org/abs/1412.6572
-
[17]
Goto T., et al., 2003, @doi [Publications of the Astronomical Society of Japan] 10.1093/pasj/55.4.739 , 55, 739
2003 doi
-
[18]
J., Lintott C., Kruk S., Masters K
Géron T., Smethurst R. J., Lintott C., Kruk S., Masters K. L., Simmons B., Stark D. V., 2021, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stab2064 , 507, 4389
2021 doi
-
[19]
stad2238
Hannon S., et al., 2023, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stad2238 , p. stad2238
2023 doi
-
[20]
E., et al., 2016, @doi [Mon
Hart R. E., et al., 2016, @doi [Mon. Not. R. Astron. Soc.] 10.1093/mnras/stw1588 , 461, 3663
2016 doi
-
[21]
E., et al., 2017, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stx2137 , 472, 2263
Hart R. E., et al., 2017, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stx2137 , 472, 2263
2017 doi
-
[22]
He Z., Li N., 2022, @doi [Res. Astron. Astrophys.] 10.1088/1674-4527/ac839b , 22, 095021
2022 doi
- [23]
-
[24]
D., Nelson B., Rubinstein B
Huang L., Joseph A. D., Nelson B., Rubinstein B. I., Tygar J. D., 2011, in Proceedings of the 4th ACM workshop on Security and artificial intelligence. ACM, Chicago Illinois USA, pp 43--58, @doi 10.1145/2046684.2046692 , https://dl.acm.org/doi/10.1145/2046684.2046692
2011
-
[25]
pp 1203--1214
Huang J., Guan D., Xiao A., Lu S., Shao L., 2022, in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp 1203--1214
2022
-
[26]
P., 1926, @doi [ApJ] 10.1086/143018 , 64, 321
Hubble E. P., 1926, @doi [ApJ] 10.1086/143018 , 64, 321
1926 doi
-
[27]
Ivezić Z., et al., 2019, @doi [The Astrophysical Journal] 10.3847/1538-4357/ab042c , 873, 111
2019 doi
-
[29]
J., et al., 2017, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stx1026 , 469, 3363
Kruk S. J., et al., 2017, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stx1026 , 469, 3363
2017 doi
-
[30]
Kumar A., 2023, A study of the evolution of bulges and disks of spiral galaxies in interacting and isolated environments, http://arxiv.org/abs/2306.11045
2023 arXiv
-
[31]
K., 2022, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stac1487 , 514, 2497
Kumar A., Kataria S. K., 2022, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stac1487 , 514, 2497
2022 doi
-
[32]
pp 9641--9650
Li R., Jiao Q., Cao W., Wong H.-S., Wu S., 2020, in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp 9641--9650
2020
-
[33]
Li B., Shi Y., Yu Q., Wang J., 2024, Unsupervised Cross - Domain Image Retrieval via Prototypical Optimal Transport , http://arxiv.org/abs/2402.18411
2024 arXiv
-
[34]
J., et al., 2008, @doi [Monthly Notices of the Royal Astronomical Society] 10.1111/j.1365-2966.2008.13689.x , 389, 1179
Lintott C. J., et al., 2008, @doi [Monthly Notices of the Royal Astronomical Society] 10.1111/j.1365-2966.2008.13689.x , 389, 1179
2008
-
[35]
Lintott C., et al., 2011, @doi [Monthly Notices of the Royal Astronomical Society] 10.1111/j.1365-2966.2010.17432.x , 410, 166
2011
-
[36]
Loshchilov I., Hutter F., 2019, Decoupled Weight Decay Regularization , http://arxiv.org/abs/1711.05101
2019 arXiv
-
[37]
E., de Carvalho R
Margoniner V. E., de Carvalho R. R., 2000, @doi [The Astronomical Journal] 10.1086/301318 , 119, 1562
2000 doi
-
[38]
Pooch E. H. P., Ballester P., Barros R. C., 2020, in Petersen J., San José Estépar R., Schmidt-Richberg A., Gerard S., Lassen-Schmidt B., Jacobs C., Beichel R., Mori K., eds, Thoracic Image Analysis . Lecture Notes in Computer Science . Springer International Publishing, Cham,...
2020 doi
-
[39]
Porter-Temple R., et al., 2022, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stac1936 , 515, 3875
2022 doi
-
[40]
Seo E., Kim S., Lee Y., Han S.-I., Kim H.-S., Rey S.-C., Song H., 2023, @doi [Publications of the Astronomical Society of the Pacific] 10.1088/1538-3873/ace851 , 135, 084101
2023 doi
-
[41]
J., White S
Shen S., Mo H. J., White S. D. M., Blanton M. R., Kauffmann G., Voges W., Brinkmann J., Csabai I., 2003, @doi [Monthly Notices of the Royal Astronomical Society] 10.1046/j.1365-8711.2003.06740.x , 343, 978
2003
-
[42]
N., Topin N., 2018, Super- Convergence : Very Fast Training of Neural Networks Using Large Learning Rates , @doi 10.48550/arXiv.1708.07120 , http://arxiv.org/abs/1708.07120
Smith L. N., Topin N., 2018, Super- Convergence : Very Fast Training of Neural Networks Using Large Learning Rates , @doi 10.48550/arXiv.1708.07120 , http://arxiv.org/abs/1708.07120
-
[43]
A., et al., 2002, @doi [The Astronomical Journal] 10.1086/342343 , 124, 1810
Strauss M. A., et al., 2002, @doi [The Astronomical Journal] 10.1086/342343 , 124, 1810
2002 doi
- [44]
- [45]
-
[46]
Tang H., Scaife A. M. M., Leahy J. P., 2019, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stz1883 , 488, 3358
2019 doi
-
[47]
Tsvetkov N., Moiseev A., Sil'chenko O., Katkov I., Oparin D., Uklein R., Smirnova A., 2024, @doi [Astronomy and Astrophysics] 10.1051/0004-6361/202348437 , 682, L16
2024 doi
- [48]
-
[49]
Walmsley M., et al., 2020, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stz2816 , 491, 1554
2020 doi
-
[50]
Walmsley M., et al., 2021, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stab2093 , 509, 3966
2021 doi
- [51]
-
[52]
Walmsley M., et al., 2022b, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stac525 , 513, 1581
-
[53]
7M Galaxies in the DESI Legacy Imaging Surveys , @doi 10.48550/arXiv.2309.11425 , http://arxiv.org/abs/2309.11425
Walmsley M., et al., 2023, Galaxy Zoo DESI : Detailed Morphology Measurements for 8. 7M Galaxies in the DESI Legacy Imaging Surveys , @doi 10.48550/arXiv.2309.11425 , http://arxiv.org/abs/2309.11425
-
[54]
Multimedia] 10.1109/TMM.2022.3146744 , 25, 1665
Wang R., Wu Z., Weng Z., Chen J., Qi G.-J., Jiang Y.-G., 2023, @doi [IEEE Trans. Multimedia] 10.1109/TMM.2022.3146744 , 25, 1665
2023
-
[55]
K., et al., 2017, @doi [The Astrophysical Journal] 10.3847/1538-4357/aa8097 , 845, 145
Weigel A. K., et al., 2017, @doi [The Astrophysical Journal] 10.3847/1538-4357/aa8097 , 845, 145
2017 doi
-
[56]
W., et al., 2013, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stt1458 , 435, 2835
Willett K. W., et al., 2013, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stt1458 , 435, 2835
2013 doi
-
[57]
Xu Q., et al., 2023, @doi [Monthly Notices of the Royal Astronomical Society] 10.1093/mnras/stad3181 , 526, 6391
2023 doi
-
[58]
J., van den Bosch F
Yang X., Mo H. J., van den Bosch F. C., Pasquali A., Li C., Barden M., 2007, @doi [The Astrophysical Journal] 10.1086/522027 , 671, 153
2007 doi
-
[59]
J., van den Bosch F
Zhang Y., Yang X., Wang H., Wang L., Luo W., Mo H. J., van den Bosch F. C., 2015, @doi [The Astrophysical Journal] 10.1088/0004-637X/798/1/17 , 798, 17
2015 doi
-
[60]
Ćiprijanović A., et al., 2022, DeepAdversaries : Examining the Robustness of Deep Learning Models for Galaxy Morphology Classification , http://arxiv.org/abs/2112.14299
2022 arXiv
-
[61]
N., Wild S
Ćiprijanović A., Lewis A., Pedro K., Madireddy S., Nord B., Perdue G. N., Wild S. M., 2023, DeepAstroUDA : Semi - Supervised Universal Domain Adaptation for Cross - Survey Galaxy Morphology Classification and Anomaly Detection , http://arxiv.org/abs/2302.02005
2023 arXiv
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.