Deep Learning Optimization Using Self-Adaptive Weighted Auxiliary Variables
Yaru Liu, Yiqi Gu, Michael K. Ng
TL;DR
This work tackles the difficulty of training deep networks for least-squares learning due to non-convexity and vanishing gradients. It introduces self-adaptive weighted auxiliary variables (SAPM) to reformulate the optimization so that minimizing the auxiliary-variable loss remains consistent with the original mean squared loss, with proven bounds for FNNs and PINNs. The authors develop SAPM-FNN and SAPM-PINN alongside alternating-direction optimization, and demonstrate through extensive experiments that SAPM achieves higher accuracy and robustness than traditional LS and penalty-based approaches, especially for deeper networks. The approach offers a principled path to reliable deep learning in regression settings and PDE-informed modeling, with potential extensions to broader architectures and higher-order problems.
Abstract
In this paper, we develop a new optimization framework for the least squares learning problem via fully connected neural networks or physics-informed neural networks. The gradient descent sometimes behaves inefficiently in deep learning because of the high non-convexity of loss functions and the vanishing gradient issue. Our idea is to introduce auxiliary variables to separate the layers of the deep neural networks and reformulate the loss functions for ease of optimization. We design the self-adaptive weights to preserve the consistency between the reformulated loss and the original mean squared loss, which guarantees that optimizing the new loss helps optimize the original problem. Numerical experiments are presented to verify the consistency and show the effectiveness and robustness of our models over gradient descent.
