Addressing Spectral Bias of Deep Neural Networks by Multi-Grade Deep Learning
Ronglong Fang, Yuesheng Xu

TL;DR
This paper introduces Multi-Grade Deep Learning (MGDL), a method that composes shallow neural networks to effectively learn high-frequency features, addressing the spectral bias in deep neural networks and improving their ability to capture complex functions.
Contribution
The paper proposes MGDL, a novel incremental training approach that combines shallow networks to overcome spectral bias in DNNs, enabling better high-frequency feature learning.
Findings
MGDL effectively captures high-frequency information in various datasets.
Compositions of shallow networks can approximate high-frequency functions.
MGDL outperforms traditional DNNs in representing high-frequency features.
Abstract
Deep neural networks (DNNs) suffer from the spectral bias, wherein DNNs typically exhibit a tendency to prioritize the learning of lower-frequency components of a function, struggling to capture its high-frequency features. This paper is to address this issue. Notice that a function having only low frequency components may be well-represented by a shallow neural network (SNN), a network having only a few layers. By observing that composition of low frequency functions can effectively approximate a high-frequency function, we propose to learn a function containing high-frequency components by composing several SNNs, each of which learns certain low-frequency information from the given data. We implement the proposed idea by exploiting the multi-grade deep learning (MGDL) model, a recently introduced model that trains a DNN incrementally, grade by grade, a current grade learning from the…
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.
Code & Models
Videos
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Brain Tumor Detection and Classification · Neural Networks and Applications
MethodsSpiking Neural Networks
