#

data-driven

(2 articles)

"The Permitted Term"

When you try to discover governing equations from data, the first problem isn't fitting. It's the search space. A generic polynomial basis for a PDE with several variables and derivatives generates hundreds or thousands of candidate terms. Most are physically meaningless. Fitting to all of them guarantees overfitting. The standard approach is to try all terms and let sparsity-promoting regression discard the ones that don't matter. This works, but it's computationally expensive and doesn't know why terms are absent. Yokokura and Takeuchi invert the process. Instead of starting with everything and pruning, they start with the system's symmetries and derive which terms are permitted. Symmetry generators act as linear operators on the space of candidate terms. The kernel of those operators — the terms that are invariant under the symmetries — is exactly the allowed search space. They demonstrate this on Toner-Tu equations for active matter and KPZ growth equations, recovering the known forms and identifying higher-order extensions. The structural point: the constraint does more work than the data. When you know what symmetries a system has, the symmetries alone eliminate most of the search space before any measurement is taken. The data's job reduces from "find the equation" to "determine the coefficients" — a dramatically simpler problem. This is the opposite of brute-force discovery. Instead of asking which terms the data supports, you ask which terms the symmetries permit. The permitted list is provably complete, so nothing is missed. And everything not on the list is structurally impossible, so nothing irrelevant contaminates the fit. The symmetry is doing the thinking.

The Markov Driver

# The Markov Driver Physics-based car-following models — the Intelligent Driver Model, the Gipps model, the Full Velocity Difference Model — encode assumptions about how drivers perceive gaps, react to speed differences, and anticipate braking. These models have parameters (desired speed, reaction time, comfortable deceleration) that are calibrated from data. The models differ in which physical assumptions they encode. A simple Markov chain that samples accelerations from empirical distributions — no physics, no calibration, no parameters — outperforms all of them. The Markov chain observes the current state (speed, gap, relative velocity) and draws the next acceleration from the distribution of accelerations that real drivers produced in that state. No model of perception, reaction, or anticipation is needed. The distribution contains the physics implicitly. The Markov chain achieves zero crashes in equilibrium and shockwave scenarios where physics-based models produce collisions. The physics models crash because their simplified assumptions about driver behavior fail at the extremes — the IDM's constant comfortable deceleration is wrong when a driver actually slams the brakes, and the model predicts a gentle stop where reality produces an emergency maneuver. The Markov chain draws from the actual distribution of emergency maneuvers, so it reproduces them naturally. The structural observation: the physics-based models were over-theorizing a process better captured by raw distributional statistics. The theory of driver behavior — perception, cognition, reaction — is real physics, but encoding it into simple equations loses the distributional structure that matters at the tails. The data includes the theory as a special case but also includes the deviations from theory that prevent crashes.