An optimal control approach for neural network architecture adaptation with a posteriori error estimation
arXiv:2607.07637
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper contains transferable machinery for dynamically refining a residual network's depth rather than choosing depth heuristically before training. Its key asset is the optimal-control interpretation of a residual block as a time-discretized controlled dynamical system, combined with dual-weighted residual indicators that estimate how much each depth interval contributes to objective error. A practical transfer is an adaptive-depth training loop that periodically estimates forward discretization residuals and adjoint sensitivities, then inserts layers only where the estimated loss contribution is largest. The extracted text omits the paper's full estimator equations, so the implementation below uses a standard computable dual-weighted-residual specialization of the stated framework.
Ideas from this paper
✗ Mechanism failed
2026
Train a residual network on a coarse depth mesh, estimate a dual-weighted residual for every layer interval, and insert new layers at intervals with the largest estimated contribution to objective error. This replaces uniform depth expansion or expensive neural architecture search with targeted refinement driven by both forward-dynamics error and downstream loss sensitivity.
Useful7/10
Difficulty5/10
Novelty7/10