Understand the Effectiveness of Shortcuts through the Lens of DCA
Youran Sun, Yihua Liu, Yi-Shuai Niu
TL;DR
This work reframes neural-network training through the Difference-of-Convex Algorithm (DCA) lens, modeling a vanilla network as a DC decomposition so that the resulting gradient contains a parallel shortcut component akin to ResNet paths. It shows that applying DCA yields a ResNet-like gradient structure for both MSE and CE losses, and that high-dimensional geometry supports this with near-orthogonality between typical "vanilla" and shortcut directions. The authors also propose NegNet, a quasi-DC decomposition, which achieves CIFAR-10 performance on par with ResNet and demonstrates the practical utility of a DCA-guided architectural design. Overall, the paper offers a unified, mathematically grounded explanation for the effectiveness of shortcuts and outlines how DC-based reasoning can inspire new architectures with better convergence properties.
Abstract
Difference-of-Convex Algorithm (DCA) is a well-known nonconvex optimization algorithm for minimizing a nonconvex function that can be expressed as the difference of two convex ones. Many famous existing optimization algorithms, such as SGD and proximal point methods, can be viewed as special DCAs with specific DC decompositions, making it a powerful framework for optimization. On the other hand, shortcuts are a key architectural feature in modern deep neural networks, facilitating both training and optimization. We showed that the shortcut neural network gradient can be obtained by applying DCA to vanilla neural networks, networks without shortcut connections. Therefore, from the perspective of DCA, we can better understand the effectiveness of networks with shortcuts. Moreover, we proposed a new architecture called NegNet that does not fit the previous interpretation but performs on par with ResNet and can be included in the DCA framework.
