Scalable Stellar Parameter Inference Using Python-based LASP: From CPU Optimization to GPU Acceleration
Jun-Chao Liang, Yin-Bi Li, A-Li Luo, Fang Zuo, Bing Du, Shuo Li, Xiao-Xiao Ma, Shu-Guo Ma, Hai-Ling Lu, Ke-Fei Wu, Zhi-Hua Zhong, Wen Hou, Xiao Kong, Shuo Ye, Li-Li Wang, Hugh R. A. Jones
TL;DR
This work addresses the need for scalable, cross-survey stellar parameter inference in massive spectroscopic datasets by replacing the IDL-based LASP with a Python-based framework (PyLASP) that supports joint modeling and GPU acceleration. It introduces two complementary optimization strategies: LASP-CurveFit, a CPU-optimized reimplementation preserving LASP logic, and LASP-Adam-GPU, a GPU-accelerated, grouped optimization pipeline built on PyTorch. Through extensive experiments on LAMOST DR10 and DESI data, PyLASP demonstrates substantial throughput gains (e.g., tens of millions of spectra processed in hours on GPUs), close agreement with the original LASP on parameter estimates, and reliable model-based error estimates for $T_{ ext{eff}}$, $ ext{log} g$, and [Fe/H], with some caveats for radial velocity due to unmodeled systematics. The framework shows strong cross-survey applicability, offering improved efficiency and flexibility for upcoming large-scale surveys, and provides the code and catalogs for community use. These results establish PyLASP as a practical foundation for scalable, high-dimensional stellar parameter inference across multiple spectroscopic surveys.
Abstract
To enhance the efficiency, scalability, and cross-survey applicability of stellar parameter inference in large spectroscopic datasets, we present a modular, parallelized Python framework with automated error estimation, built on the LAMOST Atmospheric Parameter Pipeline (LASP) originally implemented in IDL. Rather than a direct code translation, this framework refactors LASP with two complementary modules: LASP-CurveFit, a new implementation of the LASP fitting procedure that runs on a CPU, preserving legacy logic while improving data I/O and multithreaded execution efficiency; and LASP-Adam-GPU, a GPU-accelerated method that introduces grouped optimization by constructing a joint residual function over multiple observed and model spectra, enabling high-throughput parameter inference across tens of millions of spectra. Applied to 10 million LAMOST spectra, the framework reduces runtime from 84 to 48 hr on the same CPU platform and to 7 hr on an NVIDIA A100 GPU, while producing results consistent with those from the original pipeline. The inferred errors agree well with the parameter variations from repeat observations of the same target (excluding radial velocities), while the official empirical errors used in LASP are more conservative. When applied to DESI DR1, our effective temperatures and surface gravities agree better with APOGEE than those from the DESI pipeline, particularly for cool giants, while the latter performs slightly better in radial velocity and metallicity. These results suggest that the framework delivers reliable accuracy, efficiency, and transferability, offering a practical approach to parameter inference in large spectroscopic surveys. The code and DESI-based catalog are available via \dataset[DOI: 10.12149/101679]{https://doi.org/10.12149/101679} and \dataset[DOI: 10.12149/101675]{https://doi.org/10.12149/101675}, respectively.
