REVIEW 3 major objections 5 minor 111 references
A data-driven approach for star formation parameterization using symbolic regression
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Symbolic regression on kiloparsec galaxy maps finds star formation equations that beat all tested analytic models, with the 100 Myr fits converging to a single scaling relation.
desk verdict A well-constructed symbolic regression study that recovers a top-down-like SF law at 100 Myr, but the test-set validation is more optimistic than it looks because the split is pixel-level. 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 machinery is symbolic regression, a genetic algorithm that searches over equations by representing them as expression trees and evolving them through mutation and crossover, returning a Pareto front that trades equation complexity against fit. The paper runs the search in logarithmic space, using a loss that combines mean squared error with a quantile loss meant to preserve scatter, and selects only equations whose training loss is lower than the best analytic star formation model. The load-bearing output is the converged 100 Myr scaling relation, whose persistent structure — the combination of $\log \Sigma_{\rm gas}$ with $(\log \sigma_{\rm gas,z} + \log \Sigma_*)^{0.86}$ — is the object that carries the paper's physical interpretation.
What would settle it
Take the converged 100 Myr equation and apply it to 750 pc pixels of observed galaxies, or of an independent simulation suite with a different feedback prescription, and compare predicted versus measured $\Sigma_{\rm SFR}$; if the relation fails on galaxies with different star formation histories while still fitting FIRE-2, the convergence is a property of the training data rather than a universal star formation law.
Extended reading notes
Core claim
The central claim is that a closed-form, data-driven description of star formation exists at kiloparsec scales and that the search finds it. On the 100 Myr averaging timescale, every selected equation converges to $$\log \Sigma_{\rm SFR} \approx \log \Sigma_{\rm gas} + (\log \sigma_{\rm gas,z} + \log \Sigma_*)^{0.86} - 6.1,$$ with only small variations in the exponents and constant across the selected equations. On the 10 Myr timescale, the equations are less stable and capture less variance, which the paper attributes to stochastic feedback that cannot be represented as a deterministic function of instantaneous local variables. Because $\Sigma_*$ and $\sigma_{\rm gas,z}$ appear alongside $\Sigma_{\rm gas}$ in the converged relation, the paper interprets the result as favoring 'top-down' feedback-regulated models over 'bottom-up' local-cloud models of the Kennicutt–Schmidt relation, and notes that the same variables appear in the dynamical-equilibrium pressure used by those theories.
Load-bearing premise
The entire derivation assumes the FIRE-2 simulations are a faithful, unbiased picture of real star formation and that, at 750 parsec resolution, the star formation rate in a pixel is fully determined by the eight local quantities measured in that same pixel; if star formation history, sub-cloud physics, or the pixels excluded for not having recent star formation carry information, every fitted equation is biased.
Editorial extensions
If this is right
- The 100 Myr equation can be used directly as a subgrid star formation recipe in large-volume cosmological simulations, replacing the empirical Kennicutt–Schmidt power law, and on FIRE-2-like test pixels it should outperform all analytic recipes examined here.
- If the convergence is physical rather than a fitting artifact, the resolved Kennicutt–Schmidt scatter seen in real galaxies is partly determined by $\Sigma_*$ and $\sigma_{\rm gas,z}$, so observations that ignore those variables will miss real information.
- Simulations that do not resolve the vertical structure of the disk cannot supply $\sigma_{\rm gas,z}$ and $\Sigma_*$ reliably, so the discovered equation imposes a resolution requirement on the data it is applied to.
- The instability of the 10 Myr equations implies that a deterministic, instantaneous star formation law is not the right target for stochastic short-timescale star formation; averaging over roughly a cloud lifetime is needed before the relation stabilizes.
Reading between the lines
- A natural test the paper leaves open is whether the same converged 100 Myr equation reappears when the pipeline is trained on an independent hydrodynamical simulation with different feedback physics; if it does, the relation is likely a property of real star-forming disks rather than of FIRE-2's subgrid model.
- The authors note the quantile-loss term contributed only 10 to 15 percent of the total loss; a distribution-matching loss such as KL divergence is an obvious extension that could fix the observed underestimation of scatter in the feature-space planes.
- The paper's own resolution caveat points to a sharp experiment: rerun on 200 pc or finer maps; if the equation's form shifts toward the bottom-up variables (free-fall time, Mach number, virial parameter), the claimed top-down dominance is resolution-dependent.
- Because the relation includes the stellar surface density as a proxy for disk potential, it may also connect to observed dynamical-equilibrium pressure correlations in nearby galaxy surveys; testing on those maps would tell whether the equation extrapolates beyond simulated galaxies.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript applies the symbolic regression package PySR to 750 pc pixel maps from seven FIRE-2 Latte galaxies, aiming to discover closed-form expressions for the star formation rate surface density averaged over 10 Myr and 100 Myr. The input features are reduced from 76 candidates to eight via XGBoost and SHAP analysis supplemented by physical arguments; the outputs are evaluated on a held-out 20% test set and compared with XGBoost, the Kennicutt-Schmidt K98 relation, three bottom-up models (KDM12, SFK15, SAF20), and one top-down model (FG13). The paper reports that the found equations outperform all analytic models on the test set, that the 100 Myr equations converge to a scaling relation of the form log Sigma_SFR ~ log Sigma_gas + (log sigma_gas,z + log Sigma_*)^0.86 - 6.1, and interprets this as support for a top-down, feedback-regulated origin of the Kennicutt-Schmidt relation. An appendix presents a synthetic recovery test based on FG13 as validation of the pipeline.
Significance. If the central claims hold, this is a useful contribution: it provides interpretable, data-driven parameterizations of star formation from a modern high-resolution simulation suite, with potential applications as subgrid recipes in large-volume simulations and semi-analytic models. The pipeline itself is transferable to other datasets. The manuscript has real strengths: the use of a held-out test set, a synthetic recovery test in Appendix D demonstrating that the method can rediscover a known relation while ignoring a pure-noise variable, an explicit complexity/loss trade-off analysis, and a candid discussion of caveats in Section 4.1. However, the significance of the headline claims depends on whether the reported test-set gains reflect genuine generalization; the current validation strategy does not yet establish that.
major comments (3)
- [Section 2.1.1 and Table 3] The central claim that the PySR equations "statistically outperform" the analytic models rests on a random pixel-level 80/20 split, but pixels drawn from the same galaxy and snapshot are strongly spatially correlated at 750 pc. The test set is therefore not independent of the training set, and the modest margins (10 Myr: 0.413 vs 0.402 for SAF20; 100 Myr: 0.555 vs 0.420 for FG13) could be inflated by this leakage. The synthetic FG13 recovery test in Appendix D is encouraging but does not address this issue, since its synthetic data inherit the same pixel-level structure. I request a leave-one-galaxy-out or leave-one-snapshot-out cross-validation, with per-fold R^2, sigma_plane, and found equations reported; without it, the generalization claim in the abstract and Section 5 is not established.
- [Sections 3.1 and 3.2] The model-selection step is not fully out-of-sample. In Section 3.2 the baseline loss is computed on the test set, while the selection criterion applied to PySR candidates is the final training loss; this leaks test information into the choice of the top four equations. In addition, Section 3.1 states that the analytic baselines have their normalizations or efficiencies fitted to the test set. Fitting the baselines to the test set is conservative in that it favors the analytic models, but using the test set to set the selection threshold weakens the claim that the reported test-set R^2 values are a clean out-of-sample comparison. Please use a separate validation set, or an internal cross-validation loop, for both the baseline loss and the selection of equations, and reserve the test set for the final comparison only.
- [Tables 3 and 4] No uncertainties are reported for R^2, sigma_plane, or the fitted exponents and constants. At the 10 Myr timescale the difference between the best PySR equation and SAF20 is 0.413 vs 0.402, which is too small to interpret without error bars. Please add resampling-based uncertainties (for example, bootstrap over pixels or over snapshots) or repeated PySR runs with different random seeds, and report the scatter of the coefficients across those runs. This is needed to support the quantitative claim of statistical outperformance over the analytic models.
minor comments (5)
- [Table 4 and Figures 6-9] The equations use "log" without specifying the base, while expressions such as e^{log f_gas} imply a natural logarithm and the text states training was performed in log10 space; please define the convention and verify that all equations are internally consistent.
- [Equation 5] Equation 5 uses alpha_i but the surrounding text only lists quantile values 0.1, 0.25, 0.5, 0.75, and 0.9; please state explicitly that alpha_i takes these values and that N_alpha = 5.
- [Figure 4 caption] The caption refers to "Equation 2.1.2" for the quantile loss, which should be Equation 5.
- [Section 2.2 and Figure 3] The pixel selection criteria are described only qualitatively as "both recent star formation and gas," with a Sigma_gas cut shown in Figure 3; please give the exact thresholds and the final pixel counts after selection.
- [Throughout] There are typographical errors, including "for that for that" in Section 2.2 and "casual" for "causal" in Section 4.1.2; a careful proofread is needed.
Circularity Check
No significant circularity: the SR equations are empirical fits to FIRE-2 outputs, validated by a synthetic FG13 recovery test, and the central claims do not reduce to their inputs.
full rationale
The paper's pipeline is an empirical regression: y = Sigma_SFR (10/100 Myr) is a simulation-derived target, and the eight input variables are separately extracted physical fields; the target is not defined as a function of the inputs, so the found equations are not self-definitional. The synthetic FG13 experiment (Appendix D) is an external-style recovery test showing the search can return a known relation from noisy data, which supports that the reported equations are not just relabeled inputs. The model-selection rule requiring training loss below the best analytic model is a filter, not a construction of the test-set result; the reported R2 values are evaluated on a held-out 20% pixel test set and train/test loss ratios are ~1. Self-citations (Orr et al. 2018, 2020; Salim et al. 2015, 2020) are used as baselines or for map-generation conventions and for omitting redshift; none of these carries the load of the main claim, and the analytic baselines are independently stated equations. The paper's own caveats (limited stochasticity capture at 10 Myr, low-redshift bias, 750 pc resolution) are correctness limitations, not circularities. The main residual concern is the random pixel-level split with strong spatial autocorrelation, which is an out-of-sample generalization issue for the test-set comparison, not a circular derivation.
Assumptions & free parameters
free parameters (3)
- Constant offsets in found equations =
4.98, 5.33, 5.19, 5.21 (10 Myr); 6.12, 6.08, 6.06, 6.06 (100 Myr)
- Exponents in found equations =
e.g., 1.52, 0.4, 0.49, 0.64, 1.26, 0.23, 1.29, 1.25, 0.12, 0.86, 0.85, 0.9, 0.91, 0.96
- Analytic baseline efficiencies and normalizations =
K98 normalization; ϵff for KDM12, SFK15, SAF20
assumptions (4)
- domain assumption FIRE-2 subgrid star formation prescription is a valid physical model
- domain assumption The 750 pc pixel scale preserves the relevant physics for the discovered relations
- domain assumption The eight selected variables are sufficient to predict ΣSFR
- domain assumption Redshift independence of the resolved KS relation
Cite this review
Pith. "Pith review of A data-driven approach for star formation parameterization using symbolic regression." pith.science (2026). https://pith.science/paper/XTJVMXRY
@misc{pith2026250504681,
author = {Pith},
title = {Pith review of: A data-driven approach for star formation parameterization using symbolic regression},
year = {2026},
howpublished = {\url{https://pith.science/paper/XTJVMXRY}},
note = {Machine review of arXiv:2505.04681}
}
abstract
Star formation (SF) in the interstellar medium (ISM) is fundamental to understanding galaxy evolution and planet formation. However, efforts to develop closed-form analytic expressions that link SF with key influencing physical variables, such as gas density and turbulence, remain challenging. In this work, we leverage recent advancements in machine learning (ML) and use symbolic regression (SR) techniques to produce the first data-driven, ML-discovered analytic expressions for SF using the publicly available FIRE-2 simulation suites. Employing a pipeline based on training the genetic algorithm of SR from an open software package called PySR, in tandem with a custom loss function and a model selection technique which compares candidate equations to analytic approaches to describing SF, we produce symbolic representations of a predictive model for the star formation rate surface density ($\Sigma_\mathrm{SFR}$) averaged over both 10 Myr and 100 Myr based on eight extracted variables from FIRE-2 galaxies. The resulting model that PySR finds best describes SF, on both averaging timescales, features equations that incorporates the surface density of gas, $\Sigma_\mathrm{gas}$, the velocity dispersion of gas $\sigma_{\mathrm{gas,~z}}$ and the surface density of stars $\Sigma_\mathrm{*}$. Furthermore, we find that the equations found for the longer SFR timescale all converge to a scaling-relation-like equation, all of which also closely capture the intrinsic physical scatter of the data within the Kennicutt-Schmidt (KS) plane. This observed convergence to physically interpretable scaling relations at longer SFR timescales demonstrates that our method successfully identifies robust physical relationships rather than fitting to stochastic fluctuations.
Figures
Figures from the paper (8 more)
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]
w'w8 j- /|bI<+ X + lp y pKcZe=xa+\^ t xXw^ 狏,X/yrU˒`6 PWIpr.yqc,](r l^D Uyi;L 93NXq+NmdDI
thebibliography [1] 20pt to REFERENCES 6pt =0pt \@twocolumntrue 12pt -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 o...
2017
-
[4]
Alatalo , K., Appleton , P. N., Lisenfeld , U., et al. 2015, title Star Formation Suppression in Compact Group Galaxies: A New Path to Quenching? , , 812, 117, 10.1088/0004-637X/812/2/117
-
[5]
Battaglia , G., Helmi , A., Morrison , H., et al. 2005, title The radial velocity dispersion profile of the Galactic halo: constraining the density profile of the dark halo of the Milky Way , , 364, 433, 10.1111/j.1365-2966.2005.09367.x
arXiv 2005
-
[6]
Baugh , C. M. 2006, title A primer on hierarchical galaxy formation: the semi-analytical approach , Reports on Progress in Physics, 69, 3101, 10.1088/0034-4885/69/12/R02
-
[7]
Benson , A. J. 2010, title Galaxy formation theory , , 495, 33, 10.1016/j.physrep.2010.06.001
-
[8]
Bernardini , M., Feldmann , R., Angl \'e s-Alc \'a zar , D., et al. 2022, title From EMBER to FIRE: predicting high resolution baryon fields from dark matter simulations with deep learning , , 509, 1323, 10.1093/mnras/stab3088
Show all 111 references
-
[9]
2008, title The Star Formation Law in Nearby Galaxies on Sub-Kpc Scales , , 136, 2846, 10.1088/0004-6256/136/6/2846
Bigiel , F., Leroy , A., Walter , F., et al. 2008, title The Star Formation Law in Nearby Galaxies on Sub-Kpc Scales , , 136, 2846, 10.1088/0004-6256/136/6/2846
2008 doi
-
[10]
D., Leroy , A
Bolatto , A. D., Leroy , A. K., Jameson , K., et al. 2011, title The State of the Gas and the Relation between Gas and Star Formation at Low Metallicity: The Small Magellanic Cloud , , 741, 12, 10.1088/0004-637X/741/1/12
2011 doi
-
[11]
2018, title The Star Formation Rate in the Gravoturbulent Interstellar Medium , , 863, 118, 10.3847/1538-4357/aad002
Burkhart , B. 2018, title The Star Formation Rate in the Gravoturbulent Interstellar Medium , , 863, 118, 10.3847/1538-4357/aad002
2018 doi
-
[12]
2003, title Galactic Stellar and Substellar Initial Mass Function , , 115, 763, 10.1086/376392
Chabrier , G. 2003, title Galactic Stellar and Substellar Initial Mass Function , , 115, 763, 10.1086/376392
2003 doi
- [13]
-
[14]
2023, title A survey and taxonomy of loss functions in machine learning , arXiv e-prints, arXiv:2301.05579, 10.48550/arXiv.2301.05579
Ciampiconi , L., Elwood , A., Leonardi , M., Mohamed , A., & Rozza , A. 2023, title A survey and taxonomy of loss functions in machine learning , arXiv e-prints, arXiv:2301.05579, 10.48550/arXiv.2301.05579
-
[15]
G., Baugh , C
Cole , S., Lacey , C. G., Baugh , C. M., & Frenk , C. S. 2000, title Hierarchical galaxy formation , , 319, 168, 10.1046/j.1365-8711.2000.03879.x
2000
-
[16]
E., Schinnerer , E., et al
Colombo , D., Meidt , S. E., Schinnerer , E., et al. 2014, title The PdBI Arcsecond Whirlpool Survey (PAWS): Multi-phase Cold Gas Kinematic of M51 , , 784, 4, 10.1088/0004-637X/784/1/4
2014 doi
- [17]
-
[18]
A., Schaye , J., Bower , R
Crain , R. A., Schaye , J., Bower , R. G., et al. 2015, title The EAGLE simulations of galaxy formation: calibration of subgrid physics and model variations , , 450, 1937, 10.1093/mnras/stv725
2015 doi
-
[19]
2023, title Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl , arXiv e-prints, arXiv:2305.01582, 10.48550/arXiv.2305.01582
Cranmer , M. 2023, title Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl , arXiv e-prints, arXiv:2305.01582, 10.48550/arXiv.2305.01582
-
[20]
1975, title I -Divergence Geometry of Probability Distributions and Minimization Problems , The Annals of Probability, 3, 146 , 10.1214/aop/1176996454
Csiszar , I. 1975, title I -Divergence Geometry of Probability Distributions and Minimization Problems , The Annals of Probability, 3, 146 , 10.1214/aop/1176996454
1975
-
[21]
2010 a , title Very High Gas Fractions and Extended Gas Reservoirs in z = 1.5 Disk Galaxies , , 713, 686, 10.1088/0004-637X/713/1/686
Daddi , E., Bournaud , F., Walter , F., et al. 2010 a , title Very High Gas Fractions and Extended Gas Reservoirs in z = 1.5 Disk Galaxies , , 713, 686, 10.1088/0004-637X/713/1/686
2010 doi
-
[22]
2010 b , title Different Star Formation Laws for Disks Versus Starbursts at Low and High Redshifts , , 714, L118, 10.1088/2041-8205/714/1/L118
Daddi , E., Elbaz , D., Walter , F., et al. 2010 b , title Different Star Formation Laws for Disks Versus Starbursts at Low and High Redshifts , , 714, L118, 10.1088/2041-8205/714/1/L118
2010 doi
-
[23]
L., & Jin , Z
Davis , B. L., & Jin , Z. 2023, title Discovery of a Planar Black Hole Mass Scaling Relation for Spiral Galaxies , , 956, L22, 10.3847/2041-8213/acfa98
2023 doi
-
[24]
L., Pan , H.-A., Bluck , A
Ellison , S. L., Pan , H.-A., Bluck , A. F. L., et al. 2024, title The ALMaQUEST Survey XI: a strong but non-linear relationship between star formation and dynamical equilibrium pressure , , 527, 10201, 10.1093/mnras/stad3778
2024 doi
-
[25]
G., & Scalo , J
Elmegreen , B. G., & Scalo , J. 2004, title Interstellar Turbulence I: Observations and Processes , , 42, 211
2004
-
[26]
1992, title The small-scale density and velocity structure of quiescent molecular clouds , , 257, 715
Falgarone , E., Puget , J.-L., & Perault , M. 1992, title The small-scale density and velocity structure of quiescent molecular clouds , , 257, 715
1992
-
[27]
Faucher-Gigu \`e re , C.-A., Quataert , E., & Hopkins , P. F. 2013, title Feedback-regulated star formation in molecular clouds and galactic discs , , 433, 1970, 10.1093/mnras/stt866
2013 doi
-
[28]
2010, PhD thesis, University of Heidelberg, Heidelberg
Federrath , C. 2010, PhD thesis, University of Heidelberg, Heidelberg
2010
-
[29]
2013, title The origin of physical variations in the star formation law , , 436, 3167, 10.1093/mnras/stt1799
Federrath , C. 2013, title The origin of physical variations in the star formation law , , 436, 3167, 10.1093/mnras/stt1799
2013 doi
-
[30]
2016, title On the universality of interstellar filaments: theory meets simulations and observations , , 457, 375, 10.1093/mnras/stv2880
Federrath , C. 2016, title On the universality of interstellar filaments: theory meets simulations and observations , , 457, 375, 10.1093/mnras/stv2880
2016 doi
-
[31]
Federrath , C., & Klessen , R. S. 2012, title The Star Formation Rate of Turbulent Magnetized Clouds: Comparing Theory, Simulations, and Observations , , 761, 156, 10.1088/0004-637X/761/2/156
2012 doi
-
[32]
S., & Schmidt , W
Federrath , C., Klessen , R. S., & Schmidt , W. 2008, title The Density Probability Distribution in Compressible Isothermal Turbulence: Solenoidal versus Compressive Forcing , , 688, L79, 10.1086/595280
2008 doi
-
[33]
M., Longmore , S
Federrath , C., Rathborne , J. M., Longmore , S. N., et al. 2017, in IAU Symposium, Vol. 322, The Multi-Messenger Astrophysics of the Galactic Centre, ed. R. M. Crocker , S. N. Longmore , & G. V. Bicknell , 123--128, 10.1017/S1743921316012357
2017 doi
-
[34]
2023, title FIREbox: simulating galaxies at high dynamic range in a cosmological volume , , 522, 3831, 10.1093/mnras/stad1205
Feldmann , R., Quataert , E., Faucher-Gigu \`e re , C.-A., et al. 2023, title FIREbox: simulating galaxies at high dynamic range in a cosmological volume , , 522, 3831, 10.1093/mnras/stad1205
2023 doi
-
[35]
A., Pipher , J
Gutermuth , R. A., Pipher , J. L., Megeath , S. T., et al. 2011, title A Correlation between Surface Densities of Young Stellar Objects and Gas in Eight Nearby Molecular Clouds , , 739, 84, 10.1088/0004-637X/739/2/84
2011 doi
-
[36]
J., Allen , L
Heiderman , A., Evans , II, N. J., Allen , L. E., Huard , T., & Heyer , M. 2010, title The Star Formation Rate and Gas Surface Density Relation in the Milky Way: Implications for Extragalactic Studies , , 723, 1019, 10.1088/0004-637X/723/2/1019
2010 doi
-
[37]
2011, title Analytical Star Formation Rate from Gravoturbulent Fragmentation , , 743, L29, 10.1088/2041-8205/743/2/L29
Hennebelle , P., & Chabrier , G. 2011, title Analytical Star Formation Rate from Gravoturbulent Fragmentation , , 743, L29, 10.1088/2041-8205/743/2/L29
2011 doi
-
[38]
2013, title Analytical Theory for the Initial Mass Function
Hennebelle , P., & Chabrier , G. 2013, title Analytical Theory for the Initial Mass Function. III. Time Dependence and Star Formation Rate , , 770, 150, 10.1088/0004-637X/770/2/150
2013 doi
-
[39]
H., & Brunt , C
Heyer , M. H., & Brunt , C. M. 2004, title The Universality of Turbulence in Galactic Molecular Clouds , , 615, L45, 10.1086/425978
2004 doi
-
[40]
Hopkins , P. F. 2015, title A new class of accurate, mesh-free hydrodynamic simulation methods , , 450, 53, 10.1093/mnras/stv195
2015 doi
-
[41]
F., Quataert , E., & Murray , N
Hopkins , P. F., Quataert , E., & Murray , N. 2011, title Self-regulated star formation in galaxies via momentum input from massive stars , , 417, 950, 10.1111/j.1365-2966.2011.19306.x
2011
-
[42]
F., Wetzel , A., Kere s , D., et al
Hopkins , P. F., Wetzel , A., Kere s , D., et al. 2018, title FIRE-2 simulations: physics versus numerics in galaxy formation , , 480, 800, 10.1093/mnras/sty1690
2018 doi
-
[43]
E., Schinnerer , E., et al
Hughes , A., Meidt , S. E., Schinnerer , E., et al. 2013, title Probability Distribution Functions of ^ 12 CO(J = 1 0) Brightness and Integrated Intensity in M51: The PAWS View , , 779, 44, 10.1088/0004-637X/779/1/44
2013 doi
-
[44]
Jeffreson , S. M. R., Keller , B. W., Winter , A. J., et al. 2021, title A scaling relation for the molecular cloud lifetime in Milky Way-like galaxies , , 505, 1678, 10.1093/mnras/stab1293
2021 doi
-
[45]
C., & Evans , N
Kennicutt , R. C., & Evans , N. J. 2012, title Star Formation in the Milky Way and Nearby Galaxies , , 50, 531, 10.1146/annurev-astro-081811-125610
2012 doi
-
[46]
Kennicutt , Jr., R. C. 1998, title The Global Schmidt Law in Star-forming Galaxies , , 498, 541, 10.1086/305588
1998 doi
-
[47]
Klessen , R. S. 2011, in EAS Publications Series, Vol. 51, EAS Publications Series, ed. C. Charbonnel & T. Montmerle , 133--167, 10.1051/eas/1151009
2011
-
[48]
2021, title Complexity Measures for Multi-objective Symbolic Regression , arXiv e-prints, arXiv:2109.00238, 10.48550/arXiv.2109.00238
Kommenda , M., Beham , A., Affenzeller , M., & Kronberger , G. 2021, title Complexity Measures for Multi-objective Symbolic Regression , arXiv e-prints, arXiv:2109.00238, 10.48550/arXiv.2109.00238
-
[49]
2001, title On the variation of the initial mass function , , 322, 231, 10.1046/j.1365-8711.2001.04022.x
Kroupa , P. 2001, title On the variation of the initial mass function , , 322, 231, 10.1046/j.1365-8711.2001.04022.x
2001
-
[50]
Krumholz , M. R. 2013, title The star formation law in molecule-poor galaxies , , 436, 2747, 10.1093/mnras/stt1780
2013 doi
-
[51]
Krumholz , M. R. 2014, title The Big Problems in Star Formation: the Star Formation Rate, Stellar Clustering, and the Initial Mass Function , Physics Reports
2014
-
[52]
R., Burkhart , B., Forbes , J
Krumholz , M. R., Burkhart , B., Forbes , J. C., & Crocker , R. M. 2018, title A unified model for galactic discs: star formation, turbulence driving, and mass transport , , 477, 2716, 10.1093/mnras/sty852
2018 doi
-
[53]
R., Dekel , A., & McKee , C
Krumholz , M. R., Dekel , A., & McKee , C. F. 2012, title A Universal, Local Star Formation Law in Galactic Clouds, nearby Galaxies, High-redshift Disks, and Starbursts , , 745, 69, 10.1088/0004-637X/745/1/69
2012 doi
-
[54]
R., & Gnedin , N
Krumholz , M. R., & Gnedin , N. Y. 2011, title A Comparison of Methods for Determining the Molecular Content of Model Galaxies , , 729, 36, 10.1088/0004-637X/729/1/36
2011 doi
-
[55]
R., & McKee , C
Krumholz , M. R., & McKee , C. F. 2005, title A General Theory of Turbulence-regulated Star Formation, from Spirals to Ultraluminous Infrared Galaxies , , 630, 250, 10.1086/431734
2005 doi
-
[56]
R., McKee , C
Krumholz , M. R., McKee , C. F., & Tumlinson , J. 2009, title The Star Formation Law in Atomic and Molecular Gas , , 699, 850, 10.1088/0004-637X/699/1/850
2009 doi
-
[57]
J., Forbrich , J., Lombardi , M., & Alves , J
Lada , C. J., Forbrich , J., Lombardi , M., & Alves , J. F. 2012, title Star Formation Rates in Molecular Clouds and the Nature of the Extragalactic Scaling Relations , , 745, 190, 10.1088/0004-637X/745/2/190
2012 doi
-
[58]
J., Lombardi , M., & Alves , J
Lada , C. J., Lombardi , M., & Alves , J. F. 2010, title On the Star Formation Rates in Molecular Clouds , , 724, 687, 10.1088/0004-637X/724/1/687
2010 doi
-
[59]
Larson , R. B. 1981, title Turbulence and star formation in molecular clouds , , 194, 809
1981
-
[60]
D., et al
Leitherer , C., Schaerer , D., Goldader , J. D., et al. 1999, title Starburst99: Synthesis Models for Galaxies with Active Star Formation , , 123, 3, 10.1086/313233
1999 doi
-
[61]
K., Walter , F., Brinks , E., et al
Leroy , A. K., Walter , F., Brinks , E., et al. 2008, title The Star Formation Efficiency in Nearby Galaxies: Measuring Where Gas Forms Stars Effectively , , 136, 2782, 10.1088/0004-6256/136/6/2782
2008 doi
-
[62]
K., Walter , F., Sandstrom , K., et al
Leroy , A. K., Walter , F., Sandstrom , K., et al. 2013, title Molecular Gas and Star Formation in nearby Disk Galaxies , , 146, 19, 10.1088/0004-6256/146/2/19
2013 doi
-
[63]
K., Schinnerer , E., Hughes , A., et al
Leroy , A. K., Schinnerer , E., Hughes , A., et al. 2021, title PHANGS-ALMA: Arcsecond CO(2-1) Imaging of Nearby Star-forming Galaxies , , 257, 43, 10.3847/1538-4365/ac17f3
2021 doi
- [64]
-
[65]
Mac Low , M.-M., & Klessen , R. S. 2004, title Control of star formation by supersonic turbulence , RvMP, 76, 125
2004
-
[66]
F., & Ostriker , E
McKee , C. F., & Ostriker , E. C. 2007, title Theory of Star Formation , , 45, 565, 10.1146/annurev.astro.45.051806.110602
2007 arXiv
-
[67]
E., Schinnerer , E., Garc \' a-Burillo , S., et al
Meidt , S. E., Schinnerer , E., Garc \' a-Burillo , S., et al. 2013, title Gas Kinematics on Giant Molecular Cloud Scales in M51 with PAWS: Cloud Stabilization through Dynamical Pressure , , 779, 45, 10.1088/0004-637X/779/1/45
2013 doi
- [68]
-
[69]
Z., Glover , S
Molina , F. Z., Glover , S. C. O., Federrath , C., & Klessen , R. S. 2012, title The density variance-Mach number relation in supersonic turbulence - I. Isothermal, magnetized gas , , 423, 2680, 10.1111/j.1365-2966.2012.21075.x
2012
-
[70]
2011, title Star Formation Efficiencies and Lifetimes of Giant Molecular Clouds in the Milky Way , , 729, 133, 10.1088/0004-637X/729/2/133
Murray , N. 2011, title Star Formation Efficiencies and Lifetimes of Giant Molecular Clouds in the Milky Way , , 729, 133, 10.1088/0004-637X/729/2/133
2011 doi
-
[71]
T., Klein , R
Myers , A. T., Klein , R. I., Krumholz , M. R., & McKee , C. F. 2014, title Star cluster formation in turbulent, magnetized dense clumps with radiative and outflow feedback , , 439, 3420, 10.1093/mnras/stu190
2014 doi
-
[72]
Naab , T., & Ostriker , J. P. 2017, title Theoretical Challenges in Galaxy Formation , , 55, 59, 10.1146/annurev-astro-081913-040019
2017 doi
-
[73]
Offner , S. S. R., Bisbas , T. G., Viti , S., & Bell , T. A. 2013, title Modeling the Atomic-to-molecular Transition and Chemical Distributions of Turbulent Star-forming Clouds , , 770, 49, 10.1088/0004-637X/770/1/49
2013 doi
-
[74]
E., Hayward , C
Orr , M. E., Hayward , C. C., Hopkins , P. F., et al. 2018, title What FIREs up star formation: the emergence of the Kennicutt-Schmidt law from feedback , , 478, 3653, 10.1093/mnras/sty1241
2018 doi
-
[75]
E., Hayward , C
Orr , M. E., Hayward , C. C., Medling , A. M., et al. 2020, title Swirls of FIRE: spatially resolved gas velocity dispersions and star formation rates in FIRE-2 disc environments , , 496, 1620, 10.1093/mnras/staa1619
2020 doi
-
[76]
C., & Kim , C.-G
Ostriker , E. C., & Kim , C.-G. 2022, title Pressure-regulated, Feedback-modulated Star Formation in Disk Galaxies , , 936, 137, 10.3847/1538-4357/ac7de2
2022 doi
-
[77]
C., McKee , C
Ostriker , E. C., McKee , C. F., & Leroy , A. K. 2010, title Regulation of Star Formation Rates in Multiphase Galactic Disks: A Thermal/Dynamical Equilibrium Model , , 721, 975, 10.1088/0004-637X/721/2/975
2010 doi
-
[78]
C., & Shetty , R
Ostriker , E. C., & Shetty , R. 2011, title Maximally Star-forming Galactic Disks. I. Starburst Regulation Via Feedback-driven Turbulence , , 731, 41, 10.1088/0004-637X/731/1/41
2011 doi
-
[79]
2022, in American Astronomical Society Meeting Abstracts, Vol
Otto , J., Loebman , S., Orr , M., et al. 2022, in American Astronomical Society Meeting Abstracts, Vol. 240, American Astronomical Society Meeting \#240, 201.12
2022
-
[80]
2002, title The Stellar Initial Mass Function from Turbulent Fragmentation , , 576, 870, 10.1086/341790
Padoan , P., & Nordlund , . 2002, title The Stellar Initial Mass Function from Turbulent Fragmentation , , 576, 870, 10.1086/341790
2002 doi
-
[81]
2011, title The Star Formation Rate of Supersonic Magnetohydrodynamic Turbulence , , 730, 40, 10.1088/0004-637X/730/1/40
Padoan , P., & Nordlund , . 2011, title The Star Formation Rate of Supersonic Magnetohydrodynamic Turbulence , , 730, 40, 10.1088/0004-637X/730/1/40
2011 doi
-
[82]
2018, title Simulating galaxy formation with the IllustrisTNG model , , 473, 4077, 10.1093/mnras/stx2656
Pillepich , A., Springel , V., Nelson , D., et al. 2018, title Simulating galaxy formation with the IllustrisTNG model , , 473, 4077, 10.1093/mnras/stx2656
2018 doi
-
[83]
Planck Collaboration , Ade , P. A. R., Aghanim , N., et al. 2014, title Planck 2013 results. I. Overview of products and scientific results , , 571, A1, 10.1051/0004-6361/201321529
2014 doi
-
[84]
S., & Trager , S
Popping , G., Somerville , R. S., & Trager , S. C. 2014, title Evolution of the atomic and molecular gas content of galaxies , , 442, 2398, 10.1093/mnras/stu991
2014 doi
-
[85]
J., & Dame , T
Reid , M. J., & Dame , T. M. 2016, title On the Rotation Speed of the Milky Way Determined from H I Emission , , 832, 159, 10.3847/0004-637X/832/2/159
2016 doi
-
[86]
2012, title Star Formation Laws and Thresholds from Interstellar Medium Structure and Turbulence , , 760, L16, 10.1088/2041-8205/760/1/L16
Renaud , F., Kraljic , K., & Bournaud , F. 2012, title Star Formation Laws and Thresholds from Interstellar Medium Structure and Turbulence , , 760, L16, 10.1088/2041-8205/760/1/L16
2012 doi
-
[87]
M., Alatalo , K., Federrath , C., Groves , B., & Kewley , L
Salim , D. M., Alatalo , K., Federrath , C., Groves , B., & Kewley , L. J. 2020, title Spinning Bar and a Star-formation Inefficient Repertoire: Turbulence in Hickson Compact Group NGC 7674 , , 893, 26, 10.3847/1538-4357/ab77ae
2020 doi
-
[88]
M., Federrath, C., & Kewley, L
Salim, D. M., Federrath, C., & Kewley, L. J. 2015, title A Universal, Turbulence-regulated Star Formation Law: From Milky Way Clouds to High-redshift Disk and Starburst Galaxies, The Astrophysical Journal Letters, 806, L36. http://stacks.iop.org/2041-8205/806/i=2/a=L36
2015
-
[89]
Sarkar , S., & Jog , C. J. 2018, title The constraining effect of gas and the dark matter halo on the vertical stellar distribution of the Milky Way , , 617, A142, 10.1051/0004-6361/201833510
2018 doi
-
[90]
1959, title The Rate of Star Formation
Schmidt , M. 1959, title The Rate of Star Formation. , , 129, 243, 10.1086/146614
1959 doi
-
[91]
2011, title The link between molecular cloud structure and turbulence , , 529, A1, 10.1051/0004-6361/200913884
Schneider , N., Bontemps , S., Simon , R., et al. 2011, title The link between molecular cloud structure and turbulence , , 529, A1, 10.1051/0004-6361/200913884
2011 doi
-
[92]
2012, title Cluster-formation in the Rosette molecular cloud at the junctions of filaments , , 540, L11, 10.1051/0004-6361/201118566
Schneider , N., Csengeri , T., Hennemann , M., et al. 2012, title Cluster-formation in the Rosette molecular cloud at the junctions of filaments , , 540, L11, 10.1051/0004-6361/201118566
2012 doi
-
[93]
K., Walter , F., et al
Schruba , A., Leroy , A. K., Walter , F., et al. 2011, title A Molecular Star Formation Law in the Atomic-gas-dominated Regime in Nearby Galaxies , , 142, 37, 10.1088/0004-6256/142/2/37
2011 doi
-
[94]
Shao , H., de Santi , N. S. M., Villaescusa-Navarro , F., et al. 2023, title A Universal Equation to Predict _ m from Halo and Galaxy Catalogs , , 956, 149, 10.3847/1538-4357/acee6f
2023 doi
-
[95]
M., & Dye , S
Sharda , P., Federrath , C., da Cunha , E., Swinbank , A. M., & Dye , S. 2018, title Testing star formation laws in a starburst galaxy at redshift 3 resolved with ALMA , , 477, 4380, 10.1093/mnras/sty886
2018 doi
-
[96]
M., Rivolo , A
Solomon , P. M., Rivolo , A. R., Barrett , J., & Yahil , A. 1987, title Mass, luminosity, and line width relations of Galactic molecular clouds , , 319, 730, 10.1086/165493
1987 doi
-
[97]
S., & Dav \'e , R
Somerville , R. S., & Dav \'e , R. 2015, title Physical Models of Galaxy Formation in a Cosmological Framework , , 53, 51, 10.1146/annurev-astro-082812-140951
2015 doi
-
[98]
C., Springel , V., et al
Sparre , M., Hayward , C. C., Springel , V., et al. 2015, title The star formation main sequence and stellar mass assembly of galaxies in the Illustris simulation , , 447, 3548, 10.1093/mnras/stu2713
2015 doi
-
[99]
K., Ostriker , E
Sun , J., Leroy , A. K., Ostriker , E. C., et al. 2020, title Dynamical Equilibrium in the Molecular ISM in 28 Nearby Star-forming Galaxies , , 892, 148, 10.3847/1538-4357/ab781c
2020 doi
-
[100]
K., Rosolowsky , E., et al
Sun , J., Leroy , A. K., Rosolowsky , E., et al. 2022, title Molecular Cloud Populations in the Context of Their Host Galaxy Environments: A Multiwavelength Perspective , , 164, 43, 10.3847/1538-3881/ac74bd
2022 doi
-
[101]
C., & Leroy , A
Suwannajak , C., Tan , J. C., & Leroy , A. K. 2014, title A Test of Star Formation Laws in Disk Galaxies. II. Dependence on Dynamical Properties , , 787, 68, 10.1088/0004-637X/787/1/68
2014 doi
- [102]
-
[103]
A., Quataert , E., & Murray , N
Thompson , T. A., Quataert , E., & Murray , N. 2005, title Radiation Pressure-supported Starburst Disks and Active Galactic Nucleus Fueling , , 630, 167, 10.1086/431923
2005 doi
-
[104]
2014, title Introducing the Illustris Project: simulating the coevolution of dark and visible matter in the Universe , , 444, 1518, 10.1093/mnras/stu1536
Vogelsberger , M., Genel , S., Springel , V., et al. 2014, title Introducing the Illustris Project: simulating the coevolution of dark and visible matter in the Universe , , 444, 1518, 10.1093/mnras/stu1536
2014 doi
-
[105]
2022, title A Comprehensive Survey of Loss Functions in Machine Learning, Annals of Data Science, 9, 187
Wang, Q., Ma, Y., Zhao, K., & Tian, Y. 2022, title A Comprehensive Survey of Loss Functions in Machine Learning, Annals of Data Science, 9, 187. https://EconPapers.repec.org/RePEc:spr:aodasc:v:9:y:2022:i:2:d:10.1007_s40745-020-00253-5
2022
-
[106]
C., Sanderson , R
Wetzel , A., Hayward , C. C., Sanderson , R. E., et al. 2023, title Public Data Release of the FIRE-2 Cosmological Zoom-in Simulations of Galaxy Formation , , 265, 44, 10.3847/1538-4365/acb99a
2023 doi
-
[107]
R., Hopkins , P
Wetzel , A. R., Hopkins , P. F., Kim , J.-h., et al. 2016, title Reconciling Dwarf Galaxies with CDM Cosmology: Simulating a Realistic Population of Satellites around a Milky Way-mass Galaxy , , 827, L23, 10.3847/2041-8205/827/2/L23
2016 doi
-
[108]
J., Shirley , Y
Wu , J., Evans , II, N. J., Shirley , Y. L., & Knez , C. 2010, title The Properties of Massive, Dense Clumps: Mapping Surveys of HCN and CS , , 188, 313, 10.1088/0067-0049/188/2/313
2010 doi
-
[109]
K., Martin , D
Wyder , T. K., Martin , D. C., Barlow , T. A., et al. 2009, title The Star Formation Law at Low Surface Density , , 696, 1834, 10.1088/0004-637X/696/2/1834
2009 doi
-
[110]
W., Arendt , R
Yusef-Zadeh , F., Hewitt , J. W., Arendt , R. G., et al. 2009, title Star Formation in the Central 400 pc of the Milky Way: Evidence for a Population of Massive Young Stellar Objects , , 702, 178, 10.1088/0004-637X/702/1/178
2009 doi
-
[111]
Zuckerman , B., & Evans , II, N. J. 1974, title Models of massive molecular clouds , , 192, L149, 10.1086/181613
1974 doi
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.