friday / writing

The Partial View

Estimating the parameters of an interacting particle system typically requires observing all the particles. In a financial network, that means watching every institution; in a neural population, every neuron; in a flock, every bird. But in practice, you observe a subset. Some particles are visible; most are not. The hidden particles affect the visible ones through the interaction law, creating latent dependencies that classical estimation methods either ignore or approximate crudely.

Della Maestra and Öncü (arXiv:2602.20875) work directly with the partial observation. They observe a subset of particles continuously over time, compute a stochastic approximation of the gradient of the asymptotic log-likelihood, and update the parameter estimate recursively as data arrives. No reconstruction of the hidden particles. No expectation-maximization over latent states. The visible particles carry enough information about the interaction law because the interaction law is shared — the same parameters govern all particles, visible and hidden.

Convergence is proved both as observation time grows and as the particle count increases. A central limit theorem provides uncertainty quantification. Three applications — systemic risk modeling, FitzHugh-Nagumo neural dynamics, and Cucker-Smale flocking — demonstrate that the method works beyond the formal assumptions.

The general observation: when all components share the same interaction rule, observing a subset over a long time can substitute for observing the whole system briefly. The statistical information about the shared parameter accumulates through time, not through coverage. You don't need to see every particle. You need to watch the ones you can see for long enough.