REVIEW 4 major objections 5 minor 15 references
Solaris: A Foundation Model of the Sun
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read A 109-million-parameter transformer pre-trained on 13 years of multi-wavelength Sun images forecasts the solar atmosphere and transfers to an unseen wavelength.
desk verdict Plausible first solar foundation model with a useful public dataset, but the transfer claim is under-evidenced: no baselines, no error bars, and an undisclosed 1700 Å split. 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 architecture follows the Aurora atmospheric model: a perceiver-based encoder tokenizes each wavelength image into patches, uses cross-attention to aggregate the variable number of wavelengths into a fixed set of latent vectors, and adds Fourier spatial and temporal embeddings; a 3D Swin Transformer U-Net processor with shifted-window self-attention evolves this representation through time; a perceiver-based decoder projects back to pixel space for any requested wavelength subset. A per-wavelength scaling factor normalizes intensities into [0,2], and a learnable blend of the raw value and its logarithm balances sensitivity to bright and faint features. Pre-training used two 12-hour-separated input states at eight wavelengths to forecast the next state, with a weighted MAE loss, AdamW, and 7750 steps.
What would settle it
Repeat the 1700 Å experiment with a from-scratch model trained for the same 7750 steps as pre-training, with the 987 samples split by time so that no fine-tuning frame shares a date with the test set, and with the exact split published; if the from-scratch model reaches the fine-tuned RMSE, the transfer advantage is not established.
Extended reading notes
Core claim
Solaris's central claim is that pre-training on eight well-sampled extreme-ultraviolet wavelengths gives the model a general representation of solar atmospheric dynamics that transfers to a wavelength it never saw. The concrete result is that fine-tuned SolarisS, a 117M-parameter 3D Swin Transformer, reaches lower RMSE on the 1700 Å forecasting task after 25 fine-tuning steps than an identical architecture trained from scratch for 775 steps. The paper also reports that the pre-trained model forecasts emerging active regions rotating into view, which suggests an internal representation of the Sun's global state rather than mere image interpolation. The model predicts all eight pre-training wavelengths with consistent error despite large intensity differences, and the larger SolarisS configuration beats the smaller SolarisT.
Load-bearing premise
That the 1700 Å fine-tuning comparison is a fair and uncontaminated test of transfer: the 987 samples are split so test frames never appear in fine-tuning or pre-training, and the from-scratch baseline receives enough training steps to converge.
Editorial extensions
If this is right
- A pre-trained Solaris can be adapted to a new solar wavelength with only a handful of training steps, making forecasting feasible for wavelengths with sparse archival data.
- The 1700 Å experiment suggests that missing wavelength channels in observational archives could be filled by fine-tuning rather than by collecting new data.
- Consistent performance across eight wavelengths indicates that the normalization scheme prevents bright wavelengths from dominating training, a precondition for multi-wavelength foundation models.
- The apparent ability to forecast emerging regions implies the model encodes a global, not just disk-facing, representation of the Sun.
- Larger SolarisS outperforms SolarisT, suggesting further gains from scaling model size and input resolution.
Reading between the lines
- The 25-versus-775-step comparison likely measures sample efficiency more than final accuracy; a longer from-scratch run could narrow the gap, so the paper's strongest evidence is the speed of convergence, not necessarily the asymptotic skill.
- A direct testable extension is to fine-tune Solaris on a synthetic wavelength generated by corrupting one of the pre-training channels, such as adding noise or masking, and compare against a scratch model on the same synthetic data; this would control for the unknown 1700 Å data distribution.
- The claimed internal representation of the Sun's far side could be probed by checking whether the model's latent representation predicts the magnetogram of a region once it rotates onto the visible disk; a null result would suggest the emerging-region forecasts come from temporal persistence of rotating features.
- If transfer is real, the same approach should work for other sparsely observed AIA wavelengths or for EVE spectral irradiance, providing a cheap way to extend a foundation model without pre-training on new data.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents Solaris, a 3D Swin Transformer-based foundation model for forecasting the Sun's atmosphere. Solaris is pre-trained on 13 years of SDO/AIA synoptic images at eight wavelengths with a 12-hour forecasting objective, and the authors report multi-wavelength forecast RMSEs and qualitative predictions. The central claim is that fine-tuning the pre-trained SolarisS model for only 25 steps on the 1700 Å wavelength, which was not used in pre-training, outperforms an identical model trained from scratch for 775 steps. The authors argue this demonstrates transfer from well-sampled wavelengths to a data-poor, unseen wavelength and positions Solaris as a generalizable solar foundation model.
Significance. If the transfer claim is established, the paper would provide a valuable demonstration of foundation-model transfer in heliophysics, with practical implications for forecasting at sparsely observed wavelengths and for completing missing archive data. The paper also contributes a publicly released machine-learning dataset covering a full solar cycle, which is a useful community resource. The transfer setup, where the target wavelength is held out from pre-training and evaluation is on a temporally future period, is a sensible and well-posed experimental design. However, the current evaluation does not quantitatively support the headline claims: the fine-tuning result lacks split disclosure, error bars, and a converged baseline, and the main forecasting results are presented as raw RMSE without persistence or skill baselines.
major comments (4)
- [4.2] The central transfer claim is not quantitatively established because the fine-tuning data split is undisclosed. The paper states that 987 samples are available for 1700 Å, but it does not report how many fall in the 2010-2022 training period, the Jan-Jun 2023 validation period, and the Jul-Dec 2023 test period, nor how many test frames are evaluated. Without this information, and without repeated-seed statistics or error bars, the sentence 'Finetuning SolarisS for only 25 training steps ... outperformed an identical model trained from scratch for 775 steps' cannot be assessed for statistical significance.
- [4.2, Figure 5] The from-scratch baseline may not be converged. At the stated effective batch size of 32, 775 steps corresponds to roughly 25 epochs if all 987 samples are available for training, and Figure 5 shows the from-scratch RMSE still declining at the final step. The paper does not report the fine-tuning hyperparameters (learning rate, schedule, loss weights) beyond saying the configuration is 'the same', nor does it provide final RMSE values. A longer training run, ideally with early stopping or a convergence criterion, is needed to distinguish a training-speed advantage from a genuine transfer advantage.
- [Table 2] The quantitative forecasting results are reported as raw-intensity RMSE with no baseline. No persistence forecast, autoregressive baseline, or scale-invariant skill metric is provided, so the reader cannot tell whether the RMSE values represent skillful prediction or merely a model that reproduces slowly evolving solar features. Because intensity scales differ by orders of magnitude across the eight wavelengths, comparing raw RMSE across rows is not meaningful; normalized error metrics or skill scores should be added.
- [4.1, Figures 2-3] The claim that accurate predictions of emerging regions imply 'an internal representation of the Sun's global state' is supported only by visual inspection. A quantitative test is needed, such as evaluating forecast error as a function of heliographic longitude or limb distance, or comparing predicted far-side emergence against HMI magnetogram evolution. Without such an analysis, the statement over-interprets the figures.
minor comments (5)
- [4.1, Table 2, Figures 2-3] The text and Table 2 use 355 Å while Figures 2 and 3 use 335 Å; the standard AIA passband is 335 Å. Please correct the typo throughout.
- [Figures 6-9] Figures 6-9 are not referenced in the text and appear after the references; either cite them in Section 4.1 or remove them.
- [Figure 1, Section 3.1] Figure 1 and the encoder description mention EVE and HMI inputs, but the experiments use only AIA data; clarify that EVE and HMI are planned extensions rather than part of the current model.
- [3.4] The transform equation applies min(x, 2.5) and max(x, 10^-3) but the choice of these constants is not justified, and the behavior for x = 0 should be stated explicitly.
- [4.1] The weighted MAE loss weights are not specified; report how the per-wavelength weights are chosen.
Circularity Check
No circular derivation: the forecasting target is temporally future data and no fitted parameter is renamed as a prediction; the main caveats are experimental-soundness concerns, not circularity.
full rationale
I walked the paper's claimed derivation chain. The central claim is that Solaris, pretrained on eight AIA wavelengths over 2010–2022, can forecast 12-hour-ahead solar atmospheric states, and that fine-tuning on the data-poor 1700 Å wavelength outperforms an identical model trained from scratch. No step in this chain reduces to its own inputs by construction. The forecast target X_{t+1} is on the temporally future side of the chronological train/validation/test split described in Section 4, so the evaluation is not a re-statement of the training loss. The normalization scaling factor in Section 3.4 is computed from the training set, but it is an input-preprocessing constant, not the predicted quantity, and it is applied uniformly to inputs and targets. The fine-tuning experiment compares a pretrained-then-fine-tuned model against a from-scratch model on the same 1700 Å task; this is a legitimate (if not fully controlled) comparison of transfer learning, not a fitted parameter renamed as a prediction. The paper contains no self-citations, and the architecture choices are attributed to external prior work (Aurora, Swin Transformer, Perceiver). The reader's and skeptic's concerns—undisclosed fine-tuning/test split overlap and the short from-scratch training budget—are validity and robustness issues, not circularity. They do not exhibit an equation or construction where the output equals an input by definition. Accordingly, the circularity score is very low; the paper's derivation is self-contained with respect to circularity, and the caveats belong to experimental soundness rather than circular reasoning.
Assumptions & free parameters
free parameters (4)
- per-wavelength normalization scaling factor =
half the average maximum pixel value per wavelength (computed on training data)
- learnable transform coefficients c1 and c2 =
initialized to 0.5, learned during training
- weighted MAE loss weights =
not reported
- patch size =
8 (8x8 patches)
assumptions (5)
- domain assumption AIA 512x512 synoptic images preprocessed as in Galvez et al. capture the atmospheric state needed for 12-hour forecasting.
- domain assumption The temporal split prevents data leakage and represents real forecasting conditions.
- domain assumption A perceiver-encoded 3D Swin Transformer U-Net is a sufficient inductive bias for solar atmospheric dynamics.
- domain assumption RMSE on raw pixel intensity is a meaningful forecast-skill metric across wavelengths.
- domain assumption The model can infer unobserved far-side structures from rotating observed images.
Cite this review
Pith. "Pith review of Solaris: A Foundation Model of the Sun." pith.science (2026). https://pith.science/paper/ZQBVXI5X
@misc{pith2026241116339,
author = {Pith},
title = {Pith review of: Solaris: A Foundation Model of the Sun},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZQBVXI5X}},
note = {Machine review of arXiv:2411.16339}
}
read the original abstract
Foundation models have demonstrated remarkable success across various scientific domains, motivating our exploration of their potential in solar physics. In this paper, we present Solaris, the first foundation model for forecasting the Sun's atmosphere. We leverage 13 years of full-disk, multi-wavelength solar imagery from the Solar Dynamics Observatory, spanning a complete solar cycle, to pre-train Solaris for 12-hour interval forecasting. Solaris is built on a large-scale 3D Swin Transformer architecture with 109 million parameters. We demonstrate Solaris' ability to generalize by fine-tuning on a low-data regime using a single wavelength (1700 {\AA}), that was not included in pre-training, outperforming models trained from scratch on this specific wavelength. Our results indicate that Solaris can effectively capture the complex dynamics of the solar atmosphere and transform solar forecasting.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Chemberta-2: Towards chemical foundation models
Walid Ahmad, Elana Simon, Seyone Chithrananda, Gabriel Grand, and Bharath Ramsundar. Chemberta-2: Towards chemical foundation models. arXiv preprint arXiv:2209.01712, 2022
arXiv 2022
-
[2]
An image is worth 16x16 words: Transformers for image recognition at scale
Dosovitskiy Alexey. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv: 2010.11929 , 2020
arXiv 2010
-
[3]
Aurora: A foundation model of the atmosphere
Cristian Bodnar, Wessel P Bruinsma, Ana Lucic, Megan Stanley, Johannes Brandstetter, Patrick Garvan, Maik Riechert, Jonathan Weyn, Haiyu Dong, Anna Vaughan, et al. Aurora: A foundation model of the atmosphere. arXiv preprint arXiv:2405.13063, 2024
arXiv 2024
-
[4]
On the opportunities and risks of foundation models
Rishi Bommasani, Drew A Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, et al. On the opportunities and risks of foundation models. arXiv preprint arXiv:2108.07258, 2021
arXiv 2021
-
[5]
Swin-unet: Unet-like pure transformer for medical image segmentation
Hu Cao, Yueyue Wang, Joy Chen, Dongsheng Jiang, Xiaopeng Zhang, Qi Tian, and Manning Wang. Swin-unet: Unet-like pure transformer for medical image segmentation. In European conference on computer vision, pages 205–218. Springer, 2022
2022
-
[6]
A machine- learning data set prepared from the nasa solar dynamics observatory mission
Richard Galvez, David F Fouhey, Meng Jin, Alexandre Szenicer, Andrés Muñoz-Jaramillo, Mark CM Cheung, Paul J Wright, Monica G Bobra, Yang Liu, James Mason, et al. A machine- learning data set prepared from the nasa solar dynamics observatory mission. The Astrophysical Journal Supplement Series, 242(1):7, 2019
work page 2019
-
[7]
Poseidon: Efficient foundation models for pdes
Maximilian Herde, Bogdan Raoni ´c, Tobias Rohner, Roger Käppeli, Roberto Molinaro, Em- manuel de Bézenac, and Siddhartha Mishra. Poseidon: Efficient foundation models for pdes. arXiv preprint arXiv:2405.19101, 2024
arXiv 2024
-
[8]
Perceiver: General perception with iterative attention
Andrew Jaegle, Felix Gimeno, Andy Brock, Oriol Vinyals, Andrew Zisserman, and Joao Carreira. Perceiver: General perception with iterative attention. In International conference on machine learning, pages 4651–4664. PMLR, 2021
2021
Show all 15 references
-
[9]
Graphcast: Learning skillful medium-range global weather forecasting
Remi Lam, Alvaro Sanchez-Gonzalez, Matthew Willson, Peter Wirnsberger, Meire Fortunato, Ferran Alet, Suman Ravuri, Timo Ewalds, Zach Eaton-Rosen, Weihua Hu, et al. Graphcast: Learning skillful medium-range global weather forecasting. arXiv preprint arXiv:2212.12794, 2022
2022 arXiv
-
[10]
Predicting solar flares using a novel deep convolutional neural network
Xuebao Li, Yanfang Zheng, Xinshuo Wang, and Lulu Wang. Predicting solar flares using a novel deep convolutional neural network. The Astrophysical Journal, 891(1):10, 2020
2020
-
[11]
Language models of protein sequences at the scale of evolution enable accurate structure prediction
Zeming Lin, Halil Akin, Roshan Rao, Brian Hie, Zhongkai Zhu, Wenting Lu, Allan dos Santos Costa, Maryam Fazel-Zarandi, Tom Sercu, Sal Candido, et al. Language models of protein sequences at the scale of evolution enable accurate structure prediction. BioRxiv, 2022:500902, 2022
2022
-
[12]
Swin transformer: Hierarchical vision transformer using shifted windows
Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF international conference on computer vision , pages 10012–10022, 2021
2021
-
[13]
Exploring possibilities for solar irradiance prediction from solar photosphere images using recurrent neural networks
Amita Muralikrishna, Rafael Duarte Coelho dos Santos, and Luis Eduardo Antunes Vieira. Exploring possibilities for solar irradiance prediction from solar photosphere images using recurrent neural networks. Journal of Space Weather and Space Climate , 12:19, 2022
2022
-
[14]
Climax: A foundation model for weather and climate
Tung Nguyen, Johannes Brandstetter, Ashish Kapoor, Jayesh K Gupta, and Aditya Grover. Climax: A foundation model for weather and climate. arXiv preprint arXiv:2301.10343, 2023
2023 arXiv
-
[15]
Solar flare prediction with the hybrid deep convolutional neural network
Yanfang Zheng, Xuebao Li, and Xinshuo Wang. Solar flare prediction with the hybrid deep convolutional neural network. The Astrophysical Journal, 885(1):73, 2019. 10 0094 Å Xt 1 Xt Targ: Xt + 1 Pred: Xt + 1 Erro: |Xt + 1 Xt + 1| 0131 Å 0171 Å 0193 Å 0211 Å 0304 Å 0335 Å 1600 Å ...
2019
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.