GraphConnect: A Regularization Framework for Neural Networks
Jiaji Huang, Qiang Qiu, Robert Calderbank, Guillermo Sapiro

TL;DR
GraphConnect is a data-dependent regularization framework that leverages manifold structure via graph learning to improve neural network generalization, especially with small training datasets.
Contribution
It introduces a novel graph-based regularization method that encodes data manifold structure, outperforming traditional weight decay in small-sample scenarios.
Findings
GraphConnect reduces overfitting more effectively than weight decay.
Theoretical analysis links generalization error to spectral properties of learned graphs.
Experimental results show significant performance improvements on benchmark datasets with limited data.
Abstract
Deep neural networks have proved very successful in domains where large training sets are available, but when the number of training samples is small, their performance suffers from overfitting. Prior methods of reducing overfitting such as weight decay, Dropout and DropConnect are data-independent. This paper proposes a new method, GraphConnect, that is data-dependent, and is motivated by the observation that data of interest lie close to a manifold. The new method encourages the relationships between the learned decisions to resemble a graph representing the manifold structure. Essentially GraphConnect is designed to learn attributes that are present in data samples in contrast to weight decay, Dropout and DropConnect which are simply designed to make it more difficult to fit to random error or noise. Empirical Rademacher complexity is used to connect the generalization error of 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Advanced Neural Network Applications · Machine Learning and ELM
MethodsDropConnect · Dropout
