arXiv ScienceSearch

arXiv subjects

Ying

Publications and source records attributed to Ying.

6 recordsLinked to original sources

Dartmouth Stellar Evolution Emulator (DSEE) 1: Generative Stellar Evolution Model Database

We present the Dartmouth Stellar Evolution Emulator (DSEE), a flow-based stellar evolution model emulator trained on a comprehensive database comprising over eight million evolutionary tracks that vary across twenty input-physics dimensions and span broad ranges in mass and composition. DSEE learns phase-conditioned stellar state snapshots, unifying track and isochrone construction as marginals of one generative model. It delivers continuous interpolation across high-dimensional physics, probabilistic predictions with calibrated credible intervals, and orders-of-magnitude speedups over direct modeling. Validation against current stellar evolution models shows high fidelity across the HR diagrams, while distributional tests recover the full distributions obtained from brute-force Monte Carlo sampling. To broaden impact, DSEE is integrated into the open-source CONF1DENCE package, enabling fast, end-to-end creation of stellar tracks and isochrones. CONF1DENCE includes the ability to make uncertainty-aware age determinations for clusters taking into account observational effects. CONF1DENCE replaces bespoke, fixed-physics grids with a generative, physics-marginalized emulator, setting a practical new standard for stellar modeling and enabling survey-scale analyses with rigorous uncertainty.

astro-ph.SR

The Absolute Age of Milky Way Globular Clusters

Globular clusters (GCs) provide statistically significant coeval populations of stars spanning various evolutionary stages, allowing robust constraints on stellar evolution model parameters and ages. We analyze eight old Milky Way GCs with metallicities between [Fe/H] $=-2.31$ and $-0.77$ by comparing theoretical isochrone sets from the Dartmouth Stellar Evolution Program to HST observations. The theoretical isochrones include uncertainties introduced by $21$ stellar evolution parameters such as convective mixing, opacity, diffusion, and nuclear reactions, capturing much of the quantifiable physics used in our code. For each isochrone, we construct synthetic color-magnitude diagrams (CMD) near the main-sequence turn-off region and apply two full-CMD-fitting methods to fit HST ACS data across a range of distance and reddening and measure the absolute age of each GC from the resulting posterior distribution, which accounts for uncertainties in the stellar models, observations, and fitting method. The resulting best-fitting absolute ages range from $\approx 11.5$ to $13.5$ Gyr, with a typical error of $0.5-0.75$ Gyr; the data show a clear trend toward older ages at lower metallicities. Notably, distance and reddening account for over $50\%$ of the uncertainty in age determination in each case, with metallicity, $\alpha$ abundance, mixing length, and helium diffusion being the most important stellar physics parameters for the error budget. We also provide an absolute age-metallicity relation for Milky Way GCs.

astro-ph.GA

A Comprehensive Analysis Spitzer 4.5 $\mu$m Phase Curve of Hot Jupiters

Although exoplanetary science was not initially projected to be a substantial part of the Spitzer mission, its exoplanet observations set the stage for current and future surveys with JWST and Ariel. We present a comprehensive reduction and analysis of Spitzer's 4.5 micron phase curves of 29 hot Jupiters on low-eccentricity orbits. The analysis, performed with the Spitzer Phase Curve Analysis (SPCA) pipeline, confirms that BLISS mapping is the best detrending scheme for most, but not all, observations. Visual inspection remains necessary to ensure consistency across detrending methods due to the diversity of phase curve data and systematics. Regardless of the model selection scheme - whether using the lowest-BIC or a uniform detrending approach - we observe the same trends, or lack thereof. We explore phase curve trends as a function of irradiation temperature, orbital period, planetary radius, mass, and stellar effective temperature. We discuss the trends that are robustly detected and provide potential explanations for those that are not observed. While it is almost tautological that planets receiving greater instellation are hotter, we are still far from confirming dynamical theories of heat transport in hot Jupiter atmospheres due to the sample's diversity. Even among planets with similar temperatures, other factors like rotation and metallicity vary significantly. Larger, curated sample sizes and higher-fidelity phase curve measurements from JWST and Ariel are needed to firmly establish the parameters governing day-night heat transport on synchronously rotating planets.

astro-ph.EP

The Absolute Age of NGC 3201 derived from Detached Eclipsing Binaries and the Hess Diagram

We estimate the absolute age of the globular cluster NGC 3201 using $10,000$ sets of theoretical isochrones constructed through Monte Carlo simulation using the Dartmouth Stellar Evolution Program. These isochrones take into consideration of uncertainty introduced by the choice of stellar evolution parameters. We fit isochrones with 3 detached eclipsing binaries and obtained an age independent of distance. We also fit isochrones with differential reddening corrected HST photometry data utilizing two different Hess diagram based fitting methods. Results from 3 different methods analyzing 2 different types of data agree to within $1 \sigma$, and we find the absolute age of NGC 3201 $= 11.85 \pm 0.74$ Gyr. We also perform variable importance analysis to study the uncertainty contribution from individual parameters and we find the distance is the dominance source of uncertainty in photometry based analysis while total metallicity, Helium abundance, $\alpha$-element abundance, mixing length, and treatment of helium diffusion are important source of uncertainties for all 3 methods.

astro-ph.SR

The Absolute Age of M92

The \textit{absolute age} of a simple stellar population is of fundamental interest for a wide range of applications but is difficult to measure in practice, as it requires an understanding of the uncertainties in a variety of stellar evolution processes as well as the uncertainty in the distance, reddening and composition. As a result, most studies focus only on the \textit{relative age} by assuming that stellar evolution calculations are accurate and using age determinations techniques that are relatively independent of distance and reddening. Here, we construct $20,000$ sets of theoretical isochrones through Monte Carlo simulation using the Dartmouth Stellar Evolution Program to measure the absolute age of the globular cluster M92. For each model, we vary a range of input physics used in the stellar evolution models, including opacities, nuclear reaction rates, diffusion coefficients, atmospheric boundary conditions, helium abundance, and treatment of convection. We also explore variations in the distance and reddening as well as its overall metallicity and $\alpha$ enhancement. We generate simulated Hess diagrams around the main-sequence turn-off region from each set of isochrones and use a Voronoi binning method to fit the diagrams to HST ACS data. We find the age of M92 to be $13.80 \pm 0.75$ Gyr. The $5.4\%$ error in the absolute age is dominated by the uncertainty in the distance to M92 ($\sim 80\%$ of the error budget); of the remaining parameters, only the total metallicity, $\alpha$ element abundance, and treatment of helium diffusion contribute significantly to the total error.

astro-ph.SR

Neural Subgraph Matching

Subgraph matching is the problem of determining the presence and location(s) of a given query graph in a large target graph. Despite being an NP-complete problem, the subgraph matching problem is crucial in domains ranging from network science and database systems to biochemistry and cognitive science. However, existing techniques based on combinatorial matching and integer programming cannot handle matching problems with both large target and query graphs. Here we propose NeuroMatch, an accurate, efficient, and robust neural approach to subgraph matching. NeuroMatch decomposes query and target graphs into small subgraphs and embeds them using graph neural networks. Trained to capture geometric constraints corresponding to subgraph relations, NeuroMatch then efficiently performs subgraph matching directly in the embedding space. Experiments demonstrate NeuroMatch is 100x faster than existing combinatorial approaches and 18% more accurate than existing approximate subgraph matching methods.

cs.LG