Gradient Residual Connections
Yangchen Pan, Qizhen Ying, Philip Torr, Bo Liu

TL;DR
This paper introduces gradient residual connections that leverage gradient information to enhance neural networks' ability to approximate high-frequency functions, improving performance on synthetic and real-world tasks.
Contribution
It proposes a novel gradient-based residual connection, providing theoretical intuition and demonstrating improved approximation of high-frequency functions over standard residuals.
Findings
Gradient residuals improve high-frequency function approximation.
The method enhances super-resolution performance.
Comparable results to standard residuals on classification and segmentation.
Abstract
Existing work has linked properties of a function's gradient to the difficulty of function approximation. Motivated by these insights, we study how gradient information can be leveraged to improve neural network's ability to approximate high-frequency functions, and we propose a gradient-based residual connection as a complement to the standard identity skip connection used in residual networks. We provide simple theoretical intuition for why gradient information can help distinguish inputs and improve the approximation of functions with rapidly varying behaviour. On a synthetic regression task with a high-frequency sinusoidal ground truth, we show that conventional residual connections struggle to capture high-frequency patterns. In contrast, our gradient residual substantially improves approximation quality. We then introduce a convex combination of the standard and gradient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Stochastic Gradient Optimization Techniques · Advanced Neural Network Applications
