Pith. sign in

REVIEW 3 major objections 5 minor 50 references

AutoSciLab: A Self-Driving Laboratory For Interpretable Scientific Discovery

T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read AutoSciLab claims to run the whole scientific method autonomously and discovers a new equation for steering incoherent light.

desk verdict A coherent integration of known ML components whose headline nanophotonics discovery rests on an unvalidated surrogate and whose Ising benchmark is circular. read the letter →

arxiv 2412.12347 v1 pith:OVYCXPGR submitted 2024-12-16 cs.LG cond-mat.mtrl-sciphysics.optics

classification cs.LGcond-mat.mtrl-sciphysics.optics
keywords self-drivinglaboratoryactivelearningvariationalautoencoderinterpretablescientificdiscoveryequationnanophotonicsIsingmodelprojectilemotion
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

AutoSciLab is a machine learning pipeline designed to replace human intuition in the loop of scientific discovery: it generates new experiments, selects which ones to run, distills what matters into low-dimensional variables, and writes the result as a human-readable equation. The authors test it on three problems and claim it rediscovers projectile motion and Ising-model magnetization, then succeeds on an open nanophotonics challenge by finding a new way to steer incoherent light, expressed as an equation in two latent variables. If the central claim holds, the payoff is a self-driving laboratory that can uncover interpretable physical laws in high-dimensional design spaces with far fewer experiments than human-guided search.

What carries the argument

The pipeline has four coupled components. The variational autoencoder learns a smooth low-dimensional latent space from a training set of experiments and can sample novel experiments beyond that set. The active-learning agent fits a Gaussian process to the latent space and uses an acquisition function, Expected Improvement or Upper Confidence Bound, to propose the next experiment. The directional autoencoder is an ordinary autoencoder with a distance-based regularization that forces latent directions to correlate with known physics-informed attributes such as local pump-pattern slope and curvature. The neural-network equation learner uses a dictionary of physics-inspired activations, prunes connections by their contribution to later activations rather than by raw weight size, and reads out the surviving connectivity as a symbolic equation.

What would settle it

Run the active-learning loop with direct physical measurements from the metasurface setup at several emission angles and compare measured directivities to the surrogate predictions and to Eq. 8; if the physical directivities do not track the surrogate in the high-directivity region or Eq. 8 fails to predict out-of-sample angles, the central nanophotonics discovery is unsupported.

Watch

Extended reading notes

Core claim

The paper's central claim is that one framework can carry out the full scientific-discovery loop without human intuition at each step: a variational autoencoder proposes high-dimensional experiments, an active-learning agent selects which experiments to run by maximizing a quantity of interest, a directional autoencoder distills the explored experiments into a low-dimensional latent space aligned with physics-informed variables, and a neural-network equation learner converts that latent space into a symbolic relationship $y = f(z)$. The authors validate the loop by rediscovering the projectile height law $H = u^2/2g$ and the Ising magnetization curve $M(\beta) = (1-\sinh(2\beta J)^{-4})^{1/8}$. For the nanophotonics case, they claim AutoSciLab finds pump patterns with 3-4x higher directivity than the state of the art and yields the new equation $D_e = 0.0467 z_1^2 - 0.0265 z_2^2 - 0.175 z_1 - 0.0955 z_1 z_2 + 0.22 z_2 + 2.707$, which they propose as a novel structure-property relationship for incoherent light steering.

Load-bearing premise

In the nanophotonics demonstration, the ground-truth directivity values come from a neural network surrogate trained on roughly 8000 brute-force samples of the latent space, not from physical measurements, so the claimed 3-4x improvement and Eq. 8 depend on that surrogate being accurate in the unexplored high-directivity regions.

Editorial extensions

If this is right

  • If the framework works as claimed, autonomous laboratories can search high-dimensional design spaces without a human first narrowing the hypothesis space.
  • In the nanophotonics exemplar, active learning reaches high-directivity pump patterns with about an order of magnitude fewer experiments than differential evolution under the same budget.
  • The discovered equation $D_e = 0.0467 z_1^2 - 0.0265 z_2^2 - 0.175 z_1 - 0.0955 z_1 z_2 + 0.22 z_2 + 2.707$ provides a direct, symbolic target for designing metasurface pump patterns.
  • The measured gain factor of AutoSciLab over human intuition grows with the dimensionality of the design space, suggesting the largest payoff occurs in open-ended problems where intuition is weakest.
  • The same four-step loop is claimed to generalize beyond photonics to any physical domain with expensive, noisy experiments, including energy-relevant problems such as LED and thermal-lamp design.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper, if Eq. 8 is physically reliable it would imply that directivity can be optimized by directly tuning the two latent axes $z_1$ and $z_2$ rather than the full high-dimensional pump pattern, which is a simpler inverse-design problem.
  • The polynomial, non-oscillatory form of Eq. 8 suggests that the Fourier/momentum-matching picture of incoherent steering is incomplete; testing this equation on other emission angles and metasurface designs would reveal whether the discovered relationship is universal or particular to this geometry.
  • A natural extension the authors did not run is a closed-loop physical experiment across many angles that uses Eq. 8 as the acquisition model, which would simultaneously validate the equation and measure its extrapolation limits.
  • The framework's reliance on human-chosen activation-function dictionaries and physics-informed variables means its 'autonomy' is bounded by the prior knowledge encoded in those choices; the interesting next question is how much discovery is possible when that prior is wrong.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes AutoSciLab, an integrated machine-learning pipeline for scientific discovery that combines a variational autoencoder for generating high-dimensional experiments, an active-learning agent for selecting experiments, a directional autoencoder for discovering interpretable latent variables, and a neural-network equation learner for producing symbolic relationships. The authors validate the framework on three exemplars: projectile motion, the two-dimensional Ising model, and an open-ended nanophotonics metasurface problem. For the nanophotonics case they report Eq. (8) as a discovered directivity equation and claim 3–4x higher directivity than prior work. The appendix documents network architectures, surrogate construction, active-learning baselines, and the human-in-the-loop equation-pruning procedure.

Significance. If the nanophotonics claim and the two rediscoveries were fully supported, the paper would be a useful demonstration of an integrated discovery loop, and the component-level comparisons (notably active learning versus differential evolution and the nn-EQL benchmarks in Table 1) provide some useful evidence. The authors are also transparent about several limitations, including the statement that ground-truth directivity is obtained from a neural-network surrogate. However, the two main scientific validations are currently either circular or validated only against an uncharacterized surrogate, and Eq. (8) is partly human-curated with no reported fit statistics. As a result, the paper's central claim of autonomous discovery of a novel physical principle is not established.

major comments (3)
  1. [Exemplar 2, 'Results'] The Ising exemplar is circular. The target transform y_i = (1/(1-M_i^8))^(1/4) is exactly the inverse of the Onsager formula M(β) = (1 - sinh(2β)^(-4))^(1/8) stated as the objective. Applying this transform to the labels reduces the learning task to fitting y = sinh(2β), so the reported equation y = 1.01sinh(1.96β) + 0.1β - 0.1 is a fit to a transformed version of the known answer rather than an independent rediscovery. The exemplar should either be removed from the validation claims or reformulated to learn M(T) directly; in its current form it does not test the discovery pipeline.
  2. [Exemplar 3, 'Results'; Appendix S3] The headline nanophotonics claim rests entirely on a neural-network surrogate. Appendix S3 states that the surrogate is trained on ~8000 brute-force samples of the VAE latent space, and the active learner maximizes the surrogate's predicted directivity over that same latent space. The reported 3-4x directivity improvement and Eq. (8) are therefore statements about surrogate predictions in regions where the surrogate has not been validated; no accuracy, uncertainty, or error analysis is provided for those regions. The closed-loop noisy-experiment results in Fig. 8 are explicitly described only as initial and are not connected to Eq. (8) or to the specific discovered pump patterns. Without physical measurements or a high-fidelity surrogate-error study, the claimed 'fundamentally novel method' is unsupported.
  3. [Appendix S5] Eq. (8) is not an autonomous pipeline output in the sense claimed. The activation-function dictionary is chosen manually, the training data are manually balanced, and the final parsimonious equation is obtained by manually inspecting and removing terms. The paper also reports no training or validation error, R², or prediction intervals for Eq. (8), so its accuracy and domain of validity are unquantified. At minimum, Eq. (8) should be labeled as a human-curated fit and accompanied by fit statistics before being presented as a discovered law.
minor comments (5)
  1. [The AutoSciLab framework] The phrase 'in the latent in the latent space' contains a duplicated fragment and should be corrected.
  2. [Exemplar 2, 'Problem description'] The text calls the 2D Ising model NP-hard, but the zero-field 2D Ising model is exactly solvable; NP-hardness applies to related problems such as spin glasses. The framing should be revised to avoid overclaiming the difficulty of the benchmark.
  3. [Fig. 4 caption] The caption contains the typo 'reperesent' for 'represent'.
  4. [Appendix S6 / Table 2] The 'Gain Factor' calculation for the Ising row sets the variety ratio to 1 because both methods use the magnetization representation; this comparison is partly definitional and should be stated more carefully.
  5. [Reproducibility] No code or data repository is provided. For a framework whose central claims are numerical and whose main results depend on trained models, a public implementation and trained-model artifacts would substantially aid verification.

Circularity Check

2 steps flagged · score 6.0 of 10

Ising 'rediscovery' fits the inverted Onsager relation by construction; projectile validation encodes Newton's law in the AL objective; the nanophotonics claim is not circular but relies on an unvalidated surrogate.

  1. self definitional [Exemplar 2: Spin dynamics of the two-dimensional Ising system, 'Results' (main text)]
    "For ease of training the nn-EQL, we transform the dataset to be Y ′ = (y1, β1), (y2, β2)...(yn, βn), where β = 1/kT and yi = (1/(1−M^8))^(1/4). The equation to be learnt is thus y = sinh(2β), and we find that our neural network equation learner finds y = 1.01sinh(1.96β) + 0.1β − 0.1, which is close to the ground truth."

    Setting J=1, the Onsager relation stated by the paper, M(β) = (1−sinh(2β)^(−4))^(1/8), inverts algebraically to (1−M^8)^(−1/4) = sinh(2β). Thus y is defined as exactly the known answer expressed as a function of β. The nn-EQL is then asked to fit y versus β, so the claimed rediscovery of the Ising magnetization law reduces to fitting the function the authors already inserted through the coordinate transform. The fitted coefficients (≈1.01, ≈1.96, ≈0.1) merely confirm the transform rather than provide an independent derivation of M(T).

  2. other [Exemplar 1: Projectile motion, 'AutoSciLab framing of task']
    "Here we utilize the fact that realistic trajectories must have a constant acceleration g, defining the active learning objective to be to minimize the difference between the second derivative of a candidate trajectory y(t) and g."

    The active-learning objective injects the target Newtonian law (constant acceleration g) as the selection criterion. Any trajectory surviving this filter satisfies approximately y'' = −g, so the maximum height is H(u) = u^2/(2g) by elementary kinematics. The rediscovered equation is therefore a mathematical consequence of the reward used to choose experiments, not an independent first-principles result extracted from unconstrained data. Because this is a benchmark validation, the circularity is limited to the exemplar's evidentiary value for end-to-end discovery.

full rationale

The Ising exemplar is the clearest circular step. The paper first states the target Onsager law, then defines y = (1−M^8)^(−1/4), which is precisely sinh(2β) when M obeys that law; the nn-EQL therefore rediscovers the Onsager equation in coordinates constructed from that equation. The projectile exemplar is a milder but related issue: the AL objective is the constant-acceleration law itself, so the subsequent H(u) = u^2/(2g) is a consequence of the experiment-selection rule. The nanophotonics result is not circular in the definitional sense: the neural-network surrogate is a fitted evaluator, but presenting its extrapolated maximal directivity as ground-truth discovery is an external-validation/correctness risk, not a reduction of the claim to its inputs. There is no load-bearing self-citation chain or imported uniqueness theorem. Because two benchmark rediscoveries reduce by construction while the novel nanophotonics claim retains independent, though not yet physically confirmed, content, the circularity score is 6.

Assumptions & free parameters 6 free parameters · 6 assumptions · 2 invented entities

The central contributions rest on several unfitted modeling assumptions: the manifold hypothesis, the surrogate's fidelity, the correctness of the dAE prior, and the choice of the Ising label transform which encodes the known answer. The free parameters are largely equation coefficients and manually chosen hyperparameters.

free parameters (6)
  • Equation coefficients (nanophotonics, Eq. 8) = 0.0467, -0.0265, -0.175, -0.0955, 0.22, 2.707
    Fitted by nn-EQL to directivity values predicted by a neural network surrogate; these coefficients define the claimed new steering principle.
  • Ising equation coefficients = 1.01, 1.96, 0.1, -0.1
    Fitted by nn-EQL to Monte Carlo magnetization data after the author-specified target transform y = (1-M^8)^(-1/4).
  • VAE latent dimension d = 4 (nanophotonics)
    Chosen by hand; controls the dimensionality of the search space and of the final equation.
  • Directional autoencoder latent dimension = 4 (nanophotonics)
    Chosen by hand; the final equation uses only z1 and z2, with z3 and z4 discarded as higher-order terms, a post-hoc simplification.
  • UCB acquisition lambda = not stated
    Tailored towards exploitation; no value or tuning procedure is reported.
  • nn-EQL hyperparameters = sparsity ~90%, pruning rate k ~2%, activation set chosen manually
    The paper states these are hyperparameters that were not optimized and that the activation set is selected manually after trying a few options.
assumptions (6)
  • domain assumption Manifold hypothesis: high-dimensional experimental inputs lie on a low-dimensional manifold.
    Invoked in 'The AutoSciLab framework' to justify the latent space recasting; plausible but unproved for the nanophotonics design space.
  • domain assumption The neural network surrogate model accurately predicts physical directivity for pump patterns in the VAE latent space, including at the extremes explored by active learning.
    All headline nanophotonics results (3-4x directivity, Eq. 8) are obtained from this surrogate, not from physical measurements. Section S3: 'We build this model to eliminate experimental noise from our exploration of machine learning methods AutoSciLab'.
  • ad hoc to paper The target transform y = (1-M^8)^(-1/4) is an appropriate encoding for the Ising magnetization data.
    Section 'Exemplar 2': the transform is applied 'for ease of training the nn-EQL' and makes the ground-truth equation exactly y = sinh(2 beta). This presupposes the Onsager relation being rediscovered.
  • ad hoc to paper For projectile motion, the AL objective minimizes |y''(t) - g| and the VAE training set contains trajectories built from u sin theta t - 0.5 g t^2.
    The known result H = u^2/2g is baked into the training set and the reward. Section 'Exemplar 1'.
  • domain assumption Prior knowledge that local slope and curvature of the pump pattern influence directivity is accurate and is encoded into the directional autoencoder regularization.
    Section 'Exemplar 3' and S4: the dAE is regularized to correlate latent variables with slope and curvature; if this prior is wrong, the latent interpretation collapses.
  • domain assumption The Gaussian process regression with Matern 5/2 kernel and zero noise is a suitable model for the active learning loop.
    Section S3: noise is set to zero because the 'experiments' are noiseless; physical experiments are noisy, so the GP noise model is assumed irrelevant for the claims.
invented entities (2)
  • Directional autoencoder latent variables z1 and z2
    purpose: Interpretable physical knobs claimed to correspond to pump pattern local slope (z1) and spatial frequency (z2), used in the discovered directivity equation (Eq. 8).
    Evidence is limited to Spearman correlations computed on surrogate-generated data (Fig. 4c); no physical experiment confirms that these latent variables correspond to the claimed physical quantities.
  • The discovered directivity equation (Eq. 8)
    purpose: Claimed as a fundamentally novel principle for steering incoherent light emission.
    The equation is fit to surrogate predictions and is not validated against physical measurements; the paper itself notes the polynomial form is unexpected given prior Fourier and momentum matching physics.

how reviews work

0 comments
Cite this review

Pith. "Pith review of AutoSciLab: A Self-Driving Laboratory For Interpretable Scientific Discovery." pith.science (2026). https://pith.science/paper/OVYCXPGR

@misc{pith2026241212347,
  author       = {Pith},
  title        = {Pith review of: AutoSciLab: A Self-Driving Laboratory For Interpretable Scientific Discovery},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OVYCXPGR}},
  note         = {Machine review of arXiv:2412.12347}
}
read the original abstract

Advances in robotic control and sensing have propelled the rise of automated scientific laboratories capable of high-throughput experiments. However, automated scientific laboratories are currently limited by human intuition in their ability to efficiently design and interpret experiments in high-dimensional spaces, throttling scientific discovery. We present AutoSciLab, a machine learning framework for driving autonomous scientific experiments, forming a surrogate researcher purposed for scientific discovery in high-dimensional spaces. AutoSciLab autonomously follows the scientific method in four steps: (i) generating high-dimensional experiments (x \in R^D) using a variational autoencoder (ii) selecting optimal experiments by forming hypotheses using active learning (iii) distilling the experimental results to discover relevant low-dimensional latent variables (z \in R^d, with d << D) with a 'directional autoencoder' and (iv) learning a human interpretable equation connecting the discovered latent variables with a quantity of interest (y = f(z)), using a neural network equation learner. We validate the generalizability of AutoSciLab by rediscovering a) the principles of projectile motion and b) the phase transitions within the spin-states of the Ising model (NP-hard problem). Applying our framework to an open-ended nanophotonics challenge, AutoSciLab uncovers a fundamentally novel method for directing incoherent light emission that surpasses the current state-of-the-art (Iyer et al. 2023b, 2020).

Figures

Figures reproduced from arXiv: 2412.12347 by the authors.

Figure 1
Figure 1. AutoSciLab. Automated ‘experiments’ are driven by an AL agent sampling the latent space of a generative model (variational autoencoder, VAE) (yellow/purple bub￾ble). ‘Experiment’ here can refer to a physical laboratory measurement, or a model/simulation of a process. The set of experiments run by the AL agent are distilled using a di￾rectional autoencoder to discover a relevant latent space of interest (green bubble… view at source ↗
Figure 2
Figure 2. The VAE used in the AutoSciLab framework is able [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 2
Figure 2. Rediscovering projectile motion. (a) Projectile height y as a function of time t. (b) Active learning effi￾ciently finds points with acceleration ∼ 10 m/s2 . (c) Corre￾lation between initial velocity u and latent space variable z learnt by the directional autoencoder, for trajectories identi￾fied by the active learning to have a constant acceleration g. (d) Maximum height (H) vs z, learnt equation overlaid. Exemplar… view at source ↗
Figures from the paper (8 more)
Figure 3
Figure 3. Figure 3: Rediscovering the spin-dynamics of the Ising spin system. a) Spin-state (s) represented on a grid showing the effects of increasing the temperature. b) Active learning at a fixed temperature (T ∝ (βJ) −1 ) c) M vs T, show￾ing overlap between the true equation (black) a…
Figure 5
Figure 5. Figure 5: Nanophotonics experimental setup: a) The ul￾trafast two-color pump-photoluminescence steering setup b) scanning electron microscope image of the nano-fabricated metasurface c) The reflection (blue) and photoluminescence (orange) spectra measured for the fabricated meta…
Figure 6
Figure 6. Figure 6: Example VAE outputs. Top panel shows raw VAE output, and the bottom panel shows the pattern im￾posed on the physical metasurface, using the transform y ′ = (y%2π)/2π. In the case of the projectile motion exemplar, the dataset consists of trajectories of the form y(t) =…
Figure 7
Figure 7. Figure 7: Active learning in a one-dimensional setting. We find active learning to re-create a known result, (finding op￾timal periodicity in sawtooth patterns), in a fraction of the experiments compared to brute force exploration. Active learning with real-time noise. While the…
Figure 8
Figure 8. Figure 8: Active learning using closed-loop experiments as ground truth data. Blue dots refer to the initial train￾ing dataset for the Gaussian process model, black indicates points explored by EI. Red bars indicate experimental noise, measured as an average (and std. dev.) of m…
Figure 10
Figure 10. Figure 10: shows active learning results at multiple emission angles, again documenting the performance UCB, EI, and differential evolution as a baseline. S4: Directional autoencoder We train a ‘directional’ autoencoder to distill the subspace of the VAE latent space explored by…
Figure 9
Figure 9. Figure 9: Distribution of Experiments performed using the AL algorithm. EI (a) and UCB (b). EI has sampled significantly broader region of the VAE’s latent space than UCB [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 11
Figure 11. Figure 11: is the Spearman correlation when using a tradi￾tional autoencoder. We find a weaker correlation between latent space variables and physical quantities of interest, increasing the difficulty in interpreting the latent space. Furthermore, the latent space variables show…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

50 extracted references · 32 canonical work pages

  1. [1]

    Abolhasani, M.; and Kumacheva, E. 2023. The rise of self-driving labs in chemical and materials sciences. Nature Synthesis, 2(6): 483--492

  2. [2]

    M.; and Isayev, O

    Anstine, D. M.; and Isayev, O. 2023. Generative models as an emerging paradigm in the chemical sciences. Journal of the American Chemical Society, 145(16): 8736--8750

  3. [3]

    Bakshy, E.; Dworkin, L.; Karrer, B.; Kashin, K.; Letham, B.; Murthy, A.; and Singh, S. 2018. AE: A domain-agnostic platform for adaptive experimentation. In Conference on neural information processing systems, 1--8

  4. [4]

    Barahona, F. 1982. On the computational complexity of Ising spin glass models. Journal of Physics A: Mathematical and General, 15(10): 3241

  5. [5]

    W.; Choudhary, A.; Agrawal, A.; Billinge, S

    Choudhary, K.; DeCost, B.; Chen, C.; Jain, A.; Tavazza, F.; Cohn, R.; Park, C. W.; Choudhary, A.; Agrawal, A.; Billinge, S. J.; et al. 2022. Recent advances and applications of deep learning methods in materials science. npj Computational Materials, 8(1): 59

  6. [6]

    L.; Lei, B.; Francis, T.; and Holm, E

    DeCost, B. L.; Lei, B.; Francis, T.; and Holm, E. A. 2019. High throughput quantitative metallography for complex microstructures using deep learning: A case study in ultrahigh carbon steel. Microscopy and Microanalysis, 25(1): 21--29

  7. [7]

    Desai, S.; and Strachan, A. 2021. Parsimonious neural networks learn interpretable physical laws. Scientific reports, 11(1): 12761

  8. [8]

    Fefferman, C.; Mitter, S.; and Narayanan, H. 2016. Testing the manifold hypothesis. Journal of the American Mathematical Society, 29(4): 983--1049

Show all 50 references
  1. [9]

    Feng, S.; Zhou, H.; and Dong, H. 2019. Using deep neural network with small dataset to predict material defects. Materials & Design, 162: 300--310

  2. [10]

    Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; and Bengio, Y. 2020. Generative adversarial networks. Communications of the ACM, 63(11): 139--144

  3. [11]

    Han, S.; Pool, J.; Tran, J.; and Dally, W. 2015. Learning both weights and connections for efficient neural network. Advances in neural information processing systems, 28

  4. [12]

    P.; DeCrescent, R

    Iyer, P. P.; DeCrescent, R. A.; Mohtashami, Y.; Lheureux, G.; Butakov, N. A.; Alhassan, A.; Weisbuch, C.; Nakamura, S.; DenBaars, S. P.; and Schuller, J. A. 2020. Unidirectional luminescence from InGaN/GaN quantum-well metasurfaces. Nature Photonics, 14(9): 543--548

  5. [13]

    P.; Desai, S.; Addamane, S.; Dingreville, R.; and Brener, I

    Iyer, P. P.; Desai, S.; Addamane, S.; Dingreville, R.; and Brener, I. 2023 a . Learning incoherent light emission steering from metasurfaces using generative models. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 3770--3777

  6. [14]

    P.; Karl, N.; Addamane, S.; Gennaro, S

    Iyer, P. P.; Karl, N.; Addamane, S.; Gennaro, S. D.; Sinclair, M. B.; and Brener, I. 2023 b . Sub-picosecond steering of ultrafast incoherent emission from semiconductor metasurfaces. Nature Photonics, 1--6

  7. [15]

    Jumper, J.; Evans, R.; Pritzel, A.; Green, T.; Figurnov, M.; Ronneberger, O.; Tunyasuvunakool, K.; Bates, R.; Z \' dek, A.; Potapenko, A.; et al. 2021. Highly accurate protein structure prediction with AlphaFold. Nature, 596(7873): 583--589

  8. [16]

    Kim, C.; Batra, R.; Chen, L.; Tran, H.; and Ramprasad, R. 2021. Polymer design using genetic algorithm and machine learning. Computational Materials Science, 186: 110067

  9. [17]

    H.; Aspuru-Guzik, A.; and Jung, Y

    Kim, S.; Noh, J.; Gu, G. H.; Aspuru-Guzik, A.; and Jung, Y. 2020. Generative adversarial networks for crystal structure prediction. ACS central science, 6(8): 1412--1420

  10. [18]

    P.; and Ba, J

    Kingma, D. P.; and Ba, J. 2014. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980

  11. [19]

    P.; and Welling, M

    Kingma, D. P.; and Welling, M. 2013. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114

  12. [20]

    Koyr \'e , A. 2013. The Astronomical Revolution: Copernicus-Kepler-Borelli. Routledge

  13. [21]

    Kramer, S.; Cerrato, M.; D z eroski, S.; and King, R. 2023. Automated scientific discovery: from equation discovery to autonomous discovery systems. arXiv preprint arXiv:2305.02251

  14. [22]

    Krizhevsky, A.; Sutskever, I.; and Hinton, G. E. 2012. Imagenet classification with deep convolutional neural networks. Advances in neural information processing systems, 25

  15. [23]

    G.; Yu, H.; Wu, C.; Zhang, H.; Hattrick-Simpers, J.; DeCost, B.; Sarker, S.; Oses, C.; Toher, C.; Curtarolo, S.; et al

    Kusne, A. G.; Yu, H.; Wu, C.; Zhang, H.; Hattrick-Simpers, J.; DeCost, B.; Sarker, S.; Oses, C.; Toher, C.; Curtarolo, S.; et al. 2020. On-the-fly closed-loop materials discovery via Bayesian active learning. Nature communications, 11(1): 5966

  16. [24]

    O.; Virgolin, M.; Jin, Y.; Kommenda, M.; and Moore, J

    La Cava, W.; Orzechowski, P.; Burlacu, B.; de Fran c a, F. O.; Virgolin, M.; Jin, Y.; Kommenda, M.; and Moore, J. H. 2021. Contemporary symbolic regression methods and their relative performance. arXiv preprint arXiv:2107.14351

  17. [25]

    Langley, P. 2024. Integrated Systems for Computational Scientific Discovery. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, 22598--22606

  18. [26]

    LeCun, Y.; Denker, J.; and Solla, S. 1989. Optimal brain damage. Advances in neural information processing systems, 2

  19. [27]

    Ling, J.; Hutchinson, M.; Antono, E.; Paradiso, S.; and Meredig, B. 2017. High-dimensional materials and process optimization using data-driven experimental design with well-calibrated uncertainty estimates. Integrating Materials and Manufacturing Innovation, 6: 207--217

  20. [28]

    Liu, G.; Stintz, A.; Li, H.; Newell, T.; Gray, A.; Varangis, P.; Malloy, K.; and Lester, L. 2000. The influence of quantum-well composition on the performance of quantum dot lasers using InAs-InGaAs dots-in-a-well (DWELL) structures. IEEE Journal of Quantum Electronics, 36(11)...

  21. [29]

    M.; and Lee, S.-I

    Lundberg, S. M.; and Lee, S.-I. 2017. A unified approach to interpreting model predictions. Advances in neural information processing systems, 30

  22. [30]

    P.; Parlane, F

    MacLeod, B. P.; Parlane, F. G.; Morrissey, T. D.; H \"a se, F.; Roch, L. M.; Dettelbach, K. E.; Moreira, R.; Yunker, L. P.; Rooney, M. B.; Deeth, J. R.; et al. 2020. Self-driving laboratory for accelerated discovery of thin-film materials. Science Advances, 6(20)

  23. [31]

    F.; Dorschner, T

    McManamon, P. F.; Dorschner, T. A.; Corkum, D. L.; Friedman, L. J.; Hobbs, D. S.; Holz, M.; Liberman, S.; Nguyen, H. Q.; Resler, D. P.; Sharp, R. C.; et al. 1996. Optical phased array technology. Proceedings of the IEEE, 84(2): 268--298

  24. [32]

    Mendoza-Alvarez, J.; Yan, R.; and Coldren, L. 1987. Contribution of the band-filling effect to the effective refractive-index change in double-heterostructure GaAs/AlGaAs phase modulators. Journal of applied physics, 62(11): 4548--4553

  25. [33]

    P.; Paprocki, M.; C ert \' k, O.; Kirpichev, S

    Meurer, A.; Smith, C. P.; Paprocki, M.; C ert \' k, O.; Kirpichev, S. B.; Rocklin, M.; Kumar, A.; Ivanov, S.; Moore, J. K.; Singh, S.; et al. 2017. SymPy: symbolic computing in Python. PeerJ Computer Science, 3: e103

  26. [34]

    Narayanan, H.; and Mitter, S. 2010. Sample complexity of testing the manifold hypothesis. Advances in neural information processing systems, 23

  27. [35]

    Onsager, L. 1944. Crystal statistics. I. A two-dimensional model with an order-disorder transition. Physical Review, 65(3-4): 117

  28. [36]

    Paszke, A.; Gross, S.; Massa, F.; Lerer, A.; Bradbury, J.; Chanan, G.; Killeen, T.; Lin, Z.; Gimelshein, N.; Antiga, L.; et al. 2019. Pytorch: An imperative style, high-performance deep learning library. Advances in neural information processing systems, 32

  29. [37]

    Pati, A.; and Lerch, A. 2019. Latent space regularization for explicit control of musical attributes. In ICML Machine Learning for Music Discovery Workshop (ML4MD), Extended Abstract, Long Beach, CA, USA

  30. [38]

    Pichler, H.; Daley, A.; and Zoller, P. 2010. Nonequilibrium dynamics of bosonic atoms in optical lattices: Decoherence of many-body states due to spontaneous emission. Physical Review A, 82(6): 063605

  31. [39]

    Raissi, M.; Perdikaris, P.; and Karniadakis, G. E. 2019. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational physics, 378: 686--707

  32. [40]

    E.; Williams, C

    Rasmussen, C. E.; Williams, C. K.; et al. 2006. Gaussian processes for machine learning, volume 1. Springer

  33. [41]

    Sahoo, S.; Lampert, C.; and Martius, G. 2018. Learning equations for extrapolation and control. In International Conference on Machine Learning, 4442--4450. PMLR

  34. [42]

    Schmidt, M.; and Lipson, H. 2009. Distilling free-form natural laws from experimental data. science, 324(5923): 81--85

  35. [43]

    T.; Vestfrid, J.; Wu, T

    Seifrid, M.; Pollice, R.; Aguilar-Granda, A.; Morgan Chan, Z.; Hotta, K.; Ser, C. T.; Vestfrid, J.; Wu, T. C.; and Aspuru-Guzik, A. 2022. Autonomous chemical experiments: Challenges and perspectives on establishing a self-driving lab. Accounts of Chemical Research, 55(17): 2454--2466

  36. [44]

    Sobol', I. M. 1967. On the distribution of points in a cube and the approximate evaluation of integrals. Zhurnal Vychislitel'noi Matematiki i Matematicheskoi Fiziki, 7(4): 784--802

  37. [45]

    Storn, R.; and Price, K. 1997. Differential evolution--a simple and efficient heuristic for global optimization over continuous spaces. Journal of global optimization, 11: 341--359

  38. [46]

    Udrescu, S.-M.; and Tegmark, M. 2020. AI Feynman: A physics-inspired method for symbolic regression. Science Advances, 6(16): eaay2631

  39. [47]

    N.; Kaiser, .; and Polosukhin, I

    Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A. N.; Kaiser, .; and Polosukhin, I. 2017. Attention is all you need. Advances in neural information processing systems, 30

  40. [48]

    K.; Fu, S

    Zhong, Y. K.; Fu, S. M.; Ju, N. P.; Chen, P. Y.; and Lin, A. 2015. Experimentally-implemented genetic algorithm (Exp-GA): toward fully optimal photovoltaics. Optics Express, 23(19): A1324--A1333

  41. [49]

    , " * write output.state after.block = add.period write newline

    ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all...

  42. [50]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.