Directly reconstructing the cosmic distance ladder from observations is a core task in cosmology. A hybrid neural network, KLT-Net (combining KAN, LSTM, and Transformer), was introduced to model this ladder and estimate cosmological parameters from the apparent magnitudes of Type Ia supernovae in the Pantheon catalog. The network nonparametrically recovers the distance modulus μ(z), effectively capturing nonlinearities in the data. Comparisons with alternative models and ablation tests confirm its edge. Within a flat ΛCDM framework, H₀ and Ωm were statistically estimated. The absolute magnitude MB is determined via the most frequent value (MFV) method based on literature data. Bayesian analysis was validated with the Hessian matrix, showing that KLT-Net's predictions tightly constrain the Hubble constant in flat ΛCDM. Paired with MFV and Bayesian statistics, this forms a robust toolkit for cosmological studies—especially when dealing with complex, high-dimensional data.
Modern cosmology faces a crisis: local measurements of the Hubble constant using supernovae and Cepheids give about 73 km/s/Mpc, while global constraints from the cosmic microwave background within the standard ΛCDM model point to 67 km/s/Mpc. This ~5σ discrepancy, known as the 'Hubble tension,' may hint at new physics, systematic errors, or unaccounted effects in constructing the cosmic distance ladder. To bypass model dependence, researchers increasingly turn to deep learning methods capable of capturing complex nonlinear distributions in photometric and spectroscopic data of Type Ia supernovae — standard candles visible at enormous redshifts.
The researchers built a hybrid neural network, KLT-Net, inspired by the Kolmogorov-Arnold theorem, and trained it on Pantheon+ data (1701 light curves) without tying it to a specific cosmological model. The architecture combines three components: LSTM layers to capture local temporal dependencies in the sequences of observed magnitudes; KAN layers with learnable B-splines that efficiently approximate multidimensional nonlinearities with few parameters; and a Transformer encoder with self-attention for global context modeling of the entire expansion history. The network outputs the distance modulus µ(z) given an input redshift. To estimate the absolute magnitude M_B of supernovae, they used the robust Most Frequent Value (MFV) method with bootstrap errors. Cosmological parameters H₀ and Ωₘ were derived via Bayesian MCMC sampling assuming a flat ΛCDM model with the Friedmann equations. Robustness was checked through the Hessian matrix and ablation experiments with individual components turned off.
Ablation testing over ten random initializations showed that the full KLT-Net achieves the lowest variance in mean squared error (σ_MSE = 0.559×10⁻³), which is critical for suppressing random fluctuations in the reconstructed µ(z) and, consequently, for the stability of Hubble constant estimates. Although the variant without LSTM (KT) gave a slightly better average MSE (0.016089), KLT-Net demonstrated the highest robustness to random initial weights. Final metrics of the full model: MSE = 0.015727, RMSE = 0.125409, MAE = 0.098847. Using MFV, M_B = –19.3772⁺⁰.⁰²⁴⁷₋₀.₀₁₂₂ (1σ). Bayesian analysis yielded H₀ = 69.576⁺⁰.⁴⁸³₋₀.₄₈₂ km/s/Mpc and Ωₘ = 0.301⁺⁰.⁰³⁹₋₀.₀³₆, consistent with estimates via χ² minimization and Hessian matrix (68.718±0.352 km/s/Mpc for the original Pantheon data). The discrepancy in Ωₘ between direct data and network predictions (0.349 vs. 0.301) is explained by the smoothing of high-redshift features by the neural network.
The work demonstrates that integrating KAN blocks with adaptive splines enhances the interpretability and efficiency of neural networks in cosmological inference tasks. Unlike purely LSTM architectures, KLT-Net significantly dampens training instability, reducing the risk of artifacts when Bayesian sampling parameters of dark energy and dark matter. This approach enables independent cross-checking of the standard cosmological model and mitigating the Hubble constant tension through more reliable treatment of systematics.
The direction naturally evolves toward 'physics-informed' neural networks, where dynamic Friedmann equations or luminosity evolution principles are embedded into the architecture. Hybrid schemes are already proposed, combining symbolic regression with dimensional consistency and large language models to automatically derive equations of state for dark energy or modified gravity. This will minimize prior assumptions and move closer to fully extracting physical laws from data.
The method will directly impact the processing of upcoming massive photometric and spectroscopic surveys (LSST, Euclid, Roman), where noise- and gap-resistant distance recovery methods are needed. Moreover, it will find use in stellar and galactic astrophysics for predicting parameters from light curves and spectra.
Validating KLT-Net on simulated data with realistic systematics and combining it with transfer learning methods to adapt to new instruments. Of particular interest is extending the architecture to anisotropic cosmologies and joint analysis of supernovae, baryon acoustic oscillations, and Big Bang nucleosynthesis.
The paper directly addresses the 'Hubble tension' — one of the most acute problems in modern physics — by offering a model-independent way to reconstruct the distance ladder and estimate H₀. It also touches on the nature of dark energy and the possible incompleteness of the standard cosmological model.
🎯 The network uses B-splines — the same mathematical constructs employed in computer graphics and animation for smooth curves. And once [scientist:Edwin Hubble]Edwin Hubble[/scientist] deduced the expansion of the Universe by eye from photographic plates!
🎬 The idea of a neural network autonomously reconstructing cosmic history echoes the 'Encyclopedia Galactica' from Isaac Asimov's Foundation series: there, mathematicians predicted the future of civilizations by analyzing massive data sets without knowing detailed mechanisms.