菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-08
📄 Abstract - An optimal control approach for neural network architecture adaptation with a posteriori error estimation

This work presents a novel approach for adapting neural network architecture along the depth based on a posteriori error estimation. By formulating neural network training as a continuous-time optimal control problem, we derive rigorous error estimates that quantify how approximation error distributes across network layers. This error decomposition enables a principled depth adaptation strategy: new layers are inserted at locations of maximum estimated error, allowing the network to efficiently capture complex, nonlinear variations in the underlying problem. Our framework introduces a novel network architecture that treats weights and biases as piecewise linear functions varying across layers, with the error estimator bounding the discrepancy between this discrete representation and the true continuous optimal control solution. The approach leverages dual weighted residual methodology from finite element analysis to derive computable upper bounds on the functional error. A key theoretical contribution is the derivation of explicit error bounds that decompose the total approximation error into interval-wise contributions, providing a rigorous basis for targeted architecture refinement. We demonstrate the effectiveness of our method on scientific datasets, including learning the observable-to-parameter map for the Navier-Stokes equation. Numerical results reveal that our approach consistently outperforms existing architecture adaptation methods in terms of generalization performance.

顶级标签: machine learning theory
详细标签: optimal control neural architecture adaptation a posteriori error estimation dual weighted residual scientific machine learning 或 搜索:

基于后验误差估计的神经网络结构自适应优化控制方法 / An optimal control approach for neural network architecture adaptation with a posteriori error estimation


1️⃣ 一句话总结

本文提出了一种新方法,通过将神经网络训练视为连续时间的最优控制问题,并利用后验误差估计,在深度方向上智能地插入新层,从而高效提升模型对复杂非线性问题的拟合精度和泛化能力。

源自 arXiv: 2607.07637