REVIEW 3 major objections 5 minor 3 cited by
ABC-SN: Attention Based Classifier for Supernova Spectra
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read ABC-SN claims an attention-based classifier for supernova spectra that beats a retrained DASH baseline, with macro F1 82.45% versus 58.86% on ten subtypes.
desk verdict Solid transformer-based SN classifier, but the DASH comparison is unfair and needs a retrain before the headline numbers are believable. 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 central object is ABC-SN's encoder-only transformer. Input spectra are embedded with a multilayer perceptron into (64, 128) tokens, a Fourier positional encoding injects wavelength information, six encoder blocks with multi-head self-attention and residual connections process the token sequence, and a three-layer feed-forward head with softmax outputs class probabilities. The load-bearing training device is generative pretraining: the encoder weights are first trained to reconstruct a randomly masked 15% of each spectrum (plus 2.5% perturbed points), then fine-tuned for classification; this masked-spectrum pretraining is what the paper credits for controlling overfitting. The other key mechanism is resolution reduction: spectra are convolved with a Gaussian and rebinned to $R=100$, making the $O(N_{\rm wvl}^2)$ attention mechanism memory-feasible without, the paper argues, losing classification power.
What would settle it
Retrain DASH on exactly the same ten subtypes with the same decontaminated split and early stopping protocol, then evaluate both models on a third set of spectra never used for early stopping or architecture selection; if DASH's macro F1 rises from 58.86% toward ABC-SN's 82.45%, the claimed advantage collapses. The paper's own Figure 1 already shows DASH's test F1 is sensitive to training schema, so this is a directly checkable comparison.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that a transformer-style encoder with multi-head self-attention, a learned MLP embedding, Fourier positional encoding, and a masked-spectrum pretraining stage can learn the spectral feature combinations that distinguish ten SN subtypes from the SNID library, and that lowering the spectra from $R=738$ to $R=100$ does not hurt classification. Benchmarking against DASH retrained with early stopping and a decontaminated train/test split, ABC-SN reports macro F1 82.45% versus 58.86%, recall above 75% for every class, and stronger completeness and purity for almost every subtype, with Ibn purity as the only exception and that class containing only three SNe. The authors state that the model transfers to unseen spectra from a newer SNID sample and to fourteen normal SN Ia spectra.
Load-bearing premise
The load-bearing premise is that a DASH model trained on all 16 subtypes but evaluated on only 10 is a fair baseline; because DASH reserves probability for six excluded classes and the test set was used for early stopping and architecture selection, the reported margin is likely optimistic.
Editorial extensions
If this is right
- If the reported accuracy holds, ABC-SN gives the community a general-purpose, open-source spectral classifier for ten subtypes that runs at roughly 128 microseconds per spectrum on a single T4 GPU.
- SN Ia purity near 95% at no probability threshold means that even without human vetting, a large fraction of the recovered Ia sample is clean; users can trade completeness for purity with per-class thresholds using the provided ROC curves.
- Demonstrating that $R=100$ spectra suffice suggests follow-up programs can use lower-resolution spectrographs and still obtain subtype-level classifications.
- The decontaminated DASH retraining provides an updated baseline that future automated SN classifiers can compare against on the same SNID-derived dataset.
- Transfer results on 194 unseen spectra (weighted precision 0.80, recall 0.82) support the claim that the model generalizes beyond its training objects.
Reading between the lines
- Editorial inference: the headline comparison may overstate ABC-SN's edge, because DASH was retrained on all 16 subtypes while Table 2 reports only its 10-class confusion matrices; the six excluded classes absorb probability mass, and a 10-class retrained DASH could close part of the 23.6-point macro F1 gap.
- Editorial inference: since the same test set guided early stopping and architecture selection, the quoted 82.45% macro F1 is likely optimistic; an independent test set held out from all model selection decisions would give the operational accuracy.
- Editorial inference: a natural extension is to use the same masked-spectrum pretraining on a larger, more balanced library, or to predict continuous physical parameters (phase, redshift, ejecta velocity) rather than discrete subtypes; the paper itself notes the discrete taxonomy is questionable.
- Editorial inference: the attention mechanism's success at $R=100$ suggests a testable extension to real-time classification of alert-stream spectra, provided the 4,500--7,000 Angstrom padded window does not exclude high-redshift features.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ABC-SN, an attention-based encoder classifier for ten supernova subtypes, trained on a curated dataset of 3,764 spectra from 498 SNe derived from the SNID library and related catalogs. The authors retrain the DASH convolutional classifier under three protocols (original, early-stopped, and decontaminated) and report that ABC-SN attains a macro F1-score of 82.45% on the test set versus 58.86% for the decontaminated DASH benchmark, with per-class completeness and purity improvements in nearly all classes. The paper also includes an architecture search, a masked-spectrum pretraining stage, a study of performance versus spectral resolution, and a transferability test on unseen spectra from Magill et al. (2025) plus manually selected normal SN Ia spectra.
Significance. If the headline comparison were sound, the paper would be a useful contribution to spectroscopic supernova classification: ABC-SN is released as open source with pretrained weights, the authors carefully prevent train/test contamination at the level of individual supernovae, they demonstrate that low-resolution (R=100) spectra suffice, and they provide a detailed and reproducible account of architectural choices and hyperparameters. The paper also makes a sensible methodological point that benchmark comparisons should be performed on shared, identically preprocessed datasets. However, the central quantitative claim that ABC-SN outperforms DASH is currently not established because the DASH benchmark is not trained on the same label set as ABC-SN, and because the test set is used for early stopping, architecture selection, and final reporting without an independent holdout.
major comments (3)
- [§2, §5, Table 2] The central comparison is confounded by a label-set mismatch. Section 2 states explicitly that 'All three instances of DASH are trained with all original 16 SN subtypes,' while Figure 1 and Table 2 evaluate DASH only on the ten ABC-SN subtypes. A DASH model with a 16-class output layer must spread probability mass over six classes that are never correct in the reported evaluation, and any test spectrum predicted into one of those six excluded classes is counted as an error. ABC-SN, trained only on the ten classes, never incurs this penalty. The reported 82.45% versus 58.86% macro F1 gap, the per-class completeness and purity numbers in Table 2, and the abstract's 26% SN Ia completeness improvement therefore do not measure the same task. The authors should retrain DASH on exactly the ten ABC-SN subtypes, or alternatively renormalize DASH's probabilities over the ten classes and re-evaluate, before claiming that ABC-SN outperforms DASH.
- [§2, §4.1, Figure 7, Table 4] The reported test-set scores are not unbiased because the same 'test' set is used for model development and final evaluation. Section 2 explicitly defines the two-way split as 'the set used for hyperparameter tuning' and calls it 'test' following Bishop and Nasrabadi (2006); Section 4.1 states that 'It is the F1-score of the test set that we monitor during training'; the architecture selection in Figure 7 is performed on test-set F1; and Table 4's early stopping and Reduce-Learning-Rate-Plateau callbacks use test-set F1 or MSE. Consequently, the headline figures 82.45% and 58.86% are selected, at least in part, on the same data used to report them. The authors should either hold out a truly unseen set for final reporting after all selection decisions are frozen, or use nested cross-validation, and should state the variance over their five random-seed models for both ABC-SN and DASH.
- [§5, Table 3] The unseen-data transferability test does not rescue the DASH comparison and is itself incomplete for the most important class. Table 3 reports precision and recall for seven subtypes on the Magill et al. (2025) sample, but no score for Ia-norm or Ib-norm; the Ia-norm check rests on 14 manually selected spectra from five well-studied SNe, two of which are classified as Ia-91T. This is a reasonable sanity check, but it is not a benchmark against DASH on unseen data, and the sample is too small to support the strong statement in the Conclusion that 'The model transferability is confirmed on unseen data' for the dominant Ia-norm class. The authors should either report DASH on the same unseen sample or soften the transferability claim accordingly.
minor comments (5)
- [§1 and §2] The number of DASH subtypes is inconsistent: Section 2 says 'all original 16 SN subtypes,' while the text describing DASH's output in Section 1 refers to '306 type-age classes (18 age classes for 17 subtypes).' Please clarify which number is correct.
- [§5, paragraph on thresholds] The sentence 'at classification threshold p = 0.92 we obtain >3% purity on SN Ia with a completeness of >76%' appears to contain a typo: the SN Ia purity should presumably read '>93%,' since the next clause says 'for all other classes, purity is better than 3%.' As written, the sentence is self-contradictory.
- [Table 2] The row labeled 'Ia' overlaps with the rows 'Ia-norm,' 'Ia-91T,' 'Ia-91bg,' and 'Iax.' Please define explicitly whether 'Ia' is the aggregate of those four subtypes or a distinct class, and apply the same clarification to 'Ibc.'
- [Figure 1] The caption should state how predictions into the six excluded DASH subtypes are treated in the displayed confusion matrices: if such predictions are omitted from the matrices, the row and column percentages do not sum to 100%, and the matrices do not fully represent DASH's behavior; if they are counted as errors, that should be stated explicitly. This is closely tied to Major Comment 1 but should be fixed in the figure regardless.
- [§3.3 and §5] The paper reports that inverting the train/test split gives 'virtually identical performance' but provides no numerical result. Since the small classes consist of only three to six supernovae, a quantitative statement of the two-fold results, including per-class scores for the smallest classes, would help the reader assess robustness.
Circularity Check
No material circularity: ABC-SN is an empirical benchmark against external SNID labels; minor self-citations and a fairness mismatch in the DASH comparison do not reduce the result to its inputs.
full rationale
ABC-SN's central claims are macro F1, completeness, and purity measured on held-out SNID-labeled spectra and on unseen Magill et al. (2025) spectra. These are external ground-truth evaluations, not quantities defined in terms of the model's own fitted parameters. The DASH comparison is an empirical baseline: the authors retrain DASH themselves using code from Muthukrishna et al. (2019), so the comparison is not a self-citation carrying the conclusion. The Fourier positional encoding is selected from a six-way architecture sweep (Figure 7), with the Moreno-Cartagena et al. (2023) citation (which includes a coauthor) serving only as a menu of options, not as an unverified premise. The paper itself flags its principal validity limitations: Section 2 uses the 'test' set for hyperparameter tuning and early stopping, and Section 3.3 states that for classes populated by only three (Ibn) or six (Iax, IIP) SNe 'there is no way to ensure that the classification power will remain as measured' if the sample is not representative. These are correctness risks, not circularity. The most serious concern is benchmark fairness: 'All three instances of DASH are trained with all original 16 SN subtypes. However, in Figure 1 we present confusion matrices for these models including only the ten subtypes seen in Figure 2' (Section 2), so DASH's softmax reserves probability for six excluded classes and its 10-class scores may be artificially depressed. This is an apples-to-oranges experimental comparison that could inflate the reported gap, but it is not a reduction of the claimed result to a fitted parameter or to a self-citation chain. No equation in the paper equates the headline F1 to an input by construction. Accordingly, no circular step is exhibited and the circularity score is low.
Assumptions & free parameters
free parameters (8)
- Learning rates =
1e-4 (pretrain), 1e-5 (fine-tune)
- Dropout rate =
0.5
- L2 regularization =
0.01
- Number of encoder blocks =
6
- Architecture selection (embedding, PE, head) =
MLP embedding, Fourier PE, FF head
- Data augmentation parameters =
noise sigma 0.10 (Section 3.4) or 0.01 (Table 4); shift +/-5 bins; 0-4 spikes; spike amplitude 2x spectrum sigma; 80%…
- Masking fraction =
15% plus 2.5% perturbation
- Early stopping and RLRP thresholds =
Patience 25; delta F1 0.005; lr factor 0.5
assumptions (5)
- domain assumption SNID labels are treated as ground truth for training and evaluation.
- domain assumption All spectra from the same SN must be in the same train/test split to prevent contamination.
- domain assumption Lowering resolution to R=100 preserves classification information for ABC-SN.
- domain assumption The ten selected subtypes form a coherent classification target.
- ad hoc to paper The two-way split called 'test' can be used for hyperparameter selection and still yield unbiased final scores.
Cite this review
Pith. "Pith review of ABC-SN: Attention Based Classifier for Supernova Spectra." pith.science (2026). https://pith.science/paper/2CKUUIMO
@misc{pith2026250722106,
author = {Pith},
title = {Pith review of: ABC-SN: Attention Based Classifier for Supernova Spectra},
year = {2026},
howpublished = {\url{https://pith.science/paper/2CKUUIMO}},
note = {Machine review of arXiv:2507.22106}
}
abstract
While significant advances have been made in photometric classification ahead of the millions of transient events and hundreds of supernovae (SNe) each night that the Vera C. Rubin Observatory Legacy Survey of Space and Time (LSST) will discover, classifying SNe spectroscopically remains the best way to determine most subtypes of SNe. Traditional spectrum classification tools use template matching techniques (eg., SNID, SuperFit) and require significant human supervision. Two deep learning spectral classifiers, DASH and SNIascore, define the state of the art, but SNIascore is a binary classifier devoted to maximizing the purity of the SN Ia-norm sample, while DASH is no longer maintained and the original work suffers from contamination of multi-epoch spectra in the training and test sets. We have explored several neural network architectures in order to create a new automated method for classifying SN subtypes, settling on an attention-based model we call ABC-SN. We benchmark our results against an updated version of DASH, thus providing the community with an up-to-date general-purpose SN classifier. Our dataset is comprised of ten different SN subtypes, including subtypes of SN Ia, core collapse, and interacting SNe. We find that ABC-SN outperforms DASH for nearly all classes, including an improvement of $26\%$ in SN Ia completeness ($\sim88\%$) and $2.4\%$ in SN Ia purity ($\sim95\%$) when unthresholded (improvements for each class can further be obtained by tuned thresholds), and we discuss the limitations of current SN datasets for benchmarking performance.
Figures
Figures from the paper (11 more)
Forward citations
Cited by 3 Pith papers
-
AGNFormer I: Reconstruction of AGN spectra using a probabilistic transformer model
An uncertainty-aware transformer reconstructs masked AGN broad lines and spectral halves with 4-16% flux errors and beats eleven purpose-built Lyα-reconstruction algorithms on a blind benchmark.
-
Catching Disguised Transients with ASTRANet: Anomaly-Aware Spectroscopic Classification and Conformal Calibration
ASTRANet combines a redshift-free spectral classifier, a 16-score anomaly detector, and conformal prediction to identify and calibrate uncertainty for out-of-taxonomy astronomical transients.
-
Supernova Classification using the Recurrent Neural Network in the CSST Ultra-Deep Field Survey
In mock CSST-UDF data, an LSTM classifier plus JLA-like cuts yields a >99.5% pure Type Ia sample and recovers Ω_M and w to 14% and 18% in a flat wCDM model.
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]
- [1] #1 = = ^ ^ ^ .\!\!^ d .\!\!^ h .\!\!^ m .\!\!^ s .\!\!^ @mss
thebibliography [1] 20pt to REFERENCES 6pt =0pt -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 on reference command E...
2021
-
[4]
Ahmed, S., Nielsen, I. E., Tripathi, A., et al. 2022, Transformers in Time -series Analysis : A Tutorial , arXiv, 10.48550/arXiv.2205.01138
- [5]
-
[6]
Blagorodnova, N., Neill, J. D., Walters, R., et al. 2018, Publications of the Astronomical Society of the Pacific, 130, 035003, 10.1088/1538-3873/aaa53f
-
[7]
Blondin, S., & Tonry, J. L. 2007, The Astrophysical Journal, 666, 1024, 10.1086/520494
doi:10.1086/520494 2007
-
[8]
Blondin, S., Matheson, T., Kirshner, R. P., et al. 2012, The Astronomical Journal, 143, 126, 10.1088/0004-6256/143/5/126
Show all 65 references
-
[9]
2019, Astronomical Journal, 158, 257, 10.3847/1538-3881/ab5182
Boone , K. 2019, Astronomical Journal, 158, 257, 10.3847/1538-3881/ab5182
2019 doi
-
[10]
2022, in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 745--755
Cai, Y., Lin, J., Lin, Z., et al. 2022, in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 745--755
2022
-
[11]
2015, Keras, https://keras.io
Chollet, F., et al. 2015, Keras, https://keras.io
2015
-
[12]
Couch, S. M. 2017, Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 375, 20160271, 10.1098/rsta.2016.0271
2017
-
[13]
2019, BERT : Pre -training of Deep Bidirectional Transformers for Language Understanding , arXiv, 10.48550/arXiv.1810.04805
Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. 2019, BERT : Pre -training of Deep Bidirectional Transformers for Language Understanding , arXiv, 10.48550/arXiv.1810.04805
-
[14]
2020, arXiv preprint arXiv:2010.11929
Dosovitskiy, A., Beyer, L., Kolesnikov, A., et al. 2020, arXiv preprint arXiv:2010.11929
2020 arXiv
-
[15]
2020, Journal of Machine Learning Research, 21, 1
Faouzi, J., & Janati, H. 2020, Journal of Machine Learning Research, 21, 1. http://jmlr.org/papers/v21/19-763.html
2020
-
[16]
Filippenko, A. V. 1997, Annual Review of Astronomy and Astrophysics, 35, 309, 10.1146/annurev.astro.35.1.309
1997 doi
-
[17]
J., Coughlin, M
Fremling, C., Hall, X. J., Coughlin, M. W., et al. 2021, The Astrophysical Journal, 917, L2, 10.3847/2041-8213/ac116f
2021 doi
-
[18]
2017, in Handbook of Supernovae, ed
Gal-Yam , A. 2017, in Handbook of Supernovae, ed. A. W. Alsabti & P. Murdin , 195, 10.1007/978-3-319-21846-5_35
2017 doi
- [19]
-
[20]
2022, Transient Name Server AstroNote, 191, 1
Goldwasser , S., Yaron , O., Sass , A., et al. 2022, Transient Name Server AstroNote, 191, 1
2022
-
[21]
H., Pfahler, P., Pastorello, A., et al
Harutyunyan, A. H., Pfahler, P., Pastorello, A., et al. 2008, Astronomy & Astrophysics, 488, 383, 10.1051/0004-6361:20078859
2008 doi
-
[22]
2021, Remote Sensing, 13, 498
He, X., Chen, Y., & Lin, Z. 2021, Remote Sensing, 13, 498
2021
-
[23]
2007, The Astrophysical Journal, 669, L17
Hicken, M., Garnavich, P., Prieto, J., et al. 2007, The Astrophysical Journal, 669, L17
2007
-
[24]
A., Sullivan, M., Perrett, K., et al
Howell, D. A., Sullivan, M., Perrett, K., et al. 2005, The Astrophysical Journal, 634, 1190, 10.1086/497119
2005 doi
-
[25]
2012, Progress of Theoretical and Experimental Physics, 2012, 01A309
Janka, H.-T., Hanke, F., H \"u depohl, L., et al. 2012, Progress of Theoretical and Experimental Physics, 2012, 01A309
2012
-
[26]
2011, The Astrophysical Journal, 734, 102
Kasen, D., Woosley, S., & Heger, A. 2011, The Astrophysical Journal, 734, 102
2011
-
[27]
B., Modjaz, M., et al
Khakpash, S., Bianco, F. B., Modjaz, M., et al. 2024, The Astrophysical Journal Supplement Series, 275, 37
2024
- [28]
-
[29]
2020, Astrophysical Journal, 890, 177, 10.3847/1538-4357/ab6601
Kou , S., Chen , X., & Liu , X. 2020, Astrophysical Journal, 890, 177, 10.3847/1538-4357/ab6601
2020 doi
-
[30]
2020, The Astrophysical Journal, 890, 177
Kou, S., Chen, X., & Liu, X. 2020, The Astrophysical Journal, 890, 177
2020
-
[31]
1987, International Astronomical Union Circular, 4316, 1
Kunkel, W., Madore, B., Shelton, I., et al. 1987, International Astronomical Union Circular, 4316, 1. https://ui.adsabs.harvard.edu/abs/1987IAUC.4316....1K
1987
-
[32]
2015, SuperNova IDentification spectral templates of 70 stripped-envelope core-collapse supernovae, arXiv, 10.48550/arXiv.1405.1437
Liu, Y., & Modjaz, M. 2015, SuperNova IDentification spectral templates of 70 stripped-envelope core-collapse supernovae, arXiv, 10.48550/arXiv.1405.1437
-
[33]
B., & Graur, O
Liu, Y.-Q., Modjaz, M., Bianco, F. B., & Graur, O. 2016, The Astrophysical Journal, 827, 90, 10.3847/0004-637X/827/2/90
2016 doi
-
[34]
P., Challis, P., et al
Matheson, T., Kirshner, R. P., Challis, P., et al. 2008, The Astronomical Journal, 135, 1598, 10.1088/0004-6256/135/4/1598
2008 doi
-
[35]
A., Röpke, F
Mazzali, P. A., Röpke, F. K., Benetti, S., & Hillebrandt, W. 2007, Science, 315, 825, 10.1126/science.1136259
2007 doi
-
[36]
1941, Publications of the Astronomical Society of the Pacific, 53, 224, 10.1086/125315
Minkowski, R. 1941, Publications of the Astronomical Society of the Pacific, 53, 224, 10.1086/125315
1941 doi
-
[37]
P., & Arcavi , I
Modjaz , M., Guti \'e rrez , C. P., & Arcavi , I. 2019, Nature Astronomy, 3, 717, 10.1038/s41550-019-0856-2
2019 doi
-
[38]
Q., Bianco, F
Modjaz, M., Liu, Y. Q., Bianco, F. B., & Graur, O. 2016, The Astrophysical Journal, 832, 108, 10.3847/0004-637X/832/2/108
2016 doi
-
[39]
P., et al
Modjaz, M., Blondin, S., Kirshner, R. P., et al. 2014, The Astronomical Journal, 147, 99, 10.1088/0004-6256/147/5/99
2014 doi
-
[40]
2020, Monthly Notices of the RAS, 491, 4277, 10.1093/mnras/stz3312
M \"o ller , A., & de Boissiére , T. 2020, Monthly Notices of the RAS, 491, 4277, 10.1093/mnras/stz3312
2020 doi
-
[41]
2023, Positional Encodings for Light Curve Transformers : Playing with Positions and Attention , arXiv, 10.48550/arXiv.2308.06404
Moreno-Cartagena, D., Cabrera-Vives, G., Protopapas, P., et al. 2023, Positional Encodings for Light Curve Transformers : Playing with Positions and Attention , arXiv, 10.48550/arXiv.2308.06404
-
[42]
J., Sorokina, E
Moriya, T. J., Sorokina, E. I., & Chevalier, R. A. 2018, Space Science Reviews, 214, 59
2018
-
[43]
Muthukrishna, D., Parkinson, D., & Tucker, B. E. 2019, The Astrophysical Journal, 885, 85, 10.3847/1538-4357/ab48f4
2019 doi
-
[44]
2024, Monthly Notices of the Royal Astronomical Society, 528, 5890, 10.1093/mnras/stae068
Pan, J.-S., Ting, Y.-S., & Yu, J. 2024, Monthly Notices of the Royal Astronomical Society, 528, 5890, 10.1093/mnras/stae068
2024 doi
-
[45]
1999, The Astrophysical Journal, 517, 565, 10.1086/307221
Perlmutter, S., Aldering, G., Goldhaber, G., et al. 1999, The Astrophysical Journal, 517, 565, 10.1086/307221
1999 doi
-
[46]
2021, Astronomical Journal, 162, 67, 10.3847/1538-3881/ac0824
Qu , H., Sako , M., M \"o ller , A., & Doux , C. 2021, Astronomical Journal, 162, 67, 10.3847/1538-3881/ac0824
2021 doi
-
[47]
G., Filippenko, A
Riess, A. G., Filippenko, A. V., Challis, P., et al. 1998, The Astronomical Journal, 116, 1009, 10.1086/300499
1998 doi
-
[48]
2007, Thermonuclear Supernovae, Tech
R \"o pke, F. 2007, Thermonuclear Supernovae, Tech. rep
2007
-
[49]
de Souza, R., Thorp, S., Galbany, L., et al
S. de Souza, R., Thorp, S., Galbany, L., et al. 2023, Astronomy and Computing, 44, 100715, 10.1016/j.ascom.2023.100715
2023
-
[50]
Sasdelli , M., Ishida , E. E. O., Vilalta , R., et al. 2016, Monthly Notices of the RAS, 461, 2044, 10.1093/mnras/stw1228
2016 doi
-
[51]
G., Gagliano , A., Malanchev , K., Narayan , G., & The LSST Dark Energy Science Collaboration
Shah , V. G., Gagliano , A., Malanchev , K., Narayan , G., & The LSST Dark Energy Science Collaboration . 2025, arXiv e-prints, arXiv:2501.01496, 10.48550/arXiv.2501.01496
2025 doi
- [52]
-
[53]
M., Foley, R
Silverman, J. M., Foley, R. J., Filippenko, A. V., et al. 2012, Monthly Notices of the Royal Astronomical Society, 425, 1789, 10.1111/j.1365-2966.2012.21270.x
2012
- [54]
- [55]
-
[56]
A., de Soto, K., & Gagliano, A
Villar, V. A., de Soto, K., & Gagliano, A. 2023, arXiv preprint arXiv:2312.02266
2023 arXiv
-
[57]
Williamson, M., Modjaz, M., & Bianco, F. B. 2019, The Astrophysical Journal Letters, 880, L22
2019
-
[58]
2017, The Astrophysical Journal, 836, 244
Woosley, S. 2017, The Astrophysical Journal, 836, 244
2017
-
[59]
2005, Nature Physics, 1, 147
Woosley, S., & Janka, T. 2005, Nature Physics, 1, 147
2005
-
[60]
2011, The Astrophysical Journal, 734, 38
Woosley, S., & Kasen, D. 2011, The Astrophysical Journal, 734, 38
2011
-
[61]
E., & Weaver, T
Woosley, S. E., & Weaver, T. A. 1986, IN: Annual review of astronomy and astrophysics. Volume 24 (A87-26730 10-90). Palo Alto, CA, Annual Reviews, Inc., 1986, p. 205-253., 24, 205
1986
-
[62]
2019, in Information Processing in Medical Imaging , ed
Yan, Y., Kawahara, J., & Hamarneh, G. 2019, in Information Processing in Medical Imaging , ed. A. C. S. Chung, J. C. Gee, P. A. Yushkevich, & S. Bao (Cham: Springer International Publishing), 793--804, 10.1007/978-3-030-20351-1_62
2019 doi
-
[63]
2012, Publications of the Astronomical Society of the Pacific, 124, 668, 10.1086/666656
Yaron, O., & Gal-Yam, A. 2012, Publications of the Astronomical Society of the Pacific, 124, 668, 10.1086/666656
2012 doi
-
[64]
T., Mishra-Sharma , S., & Ashley Villar , V
Zhang , G., Helfer , T., Gagliano , A. T., Mishra-Sharma , S., & Ashley Villar , V. 2024, Machine Learning: Science and Technology, 5, 045069, 10.1088/2632-2153/ad990d
2024 doi
-
[65]
2021, Informer: Beyond efficient transformer for long sequence time-series forecasting
Zhou, H., Zhang, S., Peng, J., et al. 2021, Informer: Beyond efficient transformer for long sequence time-series forecasting
2021
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.