what's new in machine learning foundations
recent papers in machine learning foundations, each with a practical, plain-language summary. where it all starts.
want the foundations first?take the machine learning foundations learning path →
- 📄 paperJun 2026
Thermodynamic natural gradient descent
introduces a natural gradient optimizer that regulates step sizes using a physical speed-cost constraint, combining fisher-preconditioned updates with dissipation-aware control. practitioners can apply this to improve optimization stability and efficiency, especially in settings where computational cost matters.
- 📄 paperMay 2026
Deep neural operator for free boundary problems
extends neural operators to solve partial differential equations on unknown domains, addressing a class of problems traditional methods struggle with. this enables practitioners to tackle complex scientific computing problems like phase transitions and moving boundaries using learned operators.
- 📄 paperMay 2026
Exact sequence interpolation with transformers
proves that transformers can exactly memorize and interpolate finite sequence datasets, establishing theoretical foundations for understanding transformer expressiveness. this clarifies what transformers are fundamentally capable of and helps practitioners reason about model capacity for sequence tasks.
- 📄 paperApr 2026
Sheaf Diffusion with Adaptive Local Structure for Spatio-Temporal Forecasting
Abeer Mostafa, Raneen Younis, Zahra Ahmadi
combines sheaf theory with diffusion models to handle heterogeneous spatio-temporal systems where local disruptions have non-uniform effects. practitioners forecasting weather, traffic, or other spatio-temporal phenomena can use this to better capture complex spatial dependencies.
- 📄 paperApr 2026
Hypergraph Neural Diffusion: A PDE-Inspired Framework for Hypergraph Message Passing
Zhiheng Zhou, Mengyao Zhou, Xixun Lin +2
applies pde-inspired diffusion processes to message passing on hypergraphs, improving how information propagates through higher-order structures. practitioners working with hypergraph data can use this to better capture complex relationships beyond pairwise interactions.
- 📄 paperApr 2026
There Will Be a Scientific Theory of Deep Learning
Jamie Simon, Daniel Kunin, Alexander Atanasov +9
argues for and sketches a path toward principled scientific understanding of deep learning, moving beyond empirical observations. practitioners benefit from this framework by gaining clearer intuitions about which design choices matter and why, reducing reliance on trial-and-error.
- 📄 paperApr 2026
Prism: Symbolic Superoptimization of Tensor Programs
Mengdi Wu, Xiaoyu Jiang, Oded Padon +1
uses symbolic reasoning to automatically optimize tensor computation programs, finding faster implementations than hand-tuned code. practitioners working on ml infrastructure can use this to reduce training and inference latency without manual kernel optimization.
- 📄 paperApr 2026
Empirical Gradient-Driven Continuous-Time SGD: Generalization Gap Dynamics and Practical Adaptive Training
analyzes how the generalization gap evolves during sgd training by studying continuous-time dynamics, offering insights into when and why models generalize. practitioners can use these insights to design better adaptive learning rate schedules and understand training dynamics more precisely.