Neural Networks Regularization Through Representation Learning
Soufiane Belharbi

TL;DR
This paper explores regularization of neural networks through representation learning, focusing on small sample scenarios, proposing methods for structured output regression, leveraging prior hidden layer knowledge, and applying transfer learning to medical imaging.
Contribution
It introduces three novel approaches: structured output regression, exploiting internal representations, and transfer learning for data-scarce applications.
Findings
Improved multivariate regression with structured outputs.
Enhanced classification by utilizing hidden layer priors.
Successful transfer learning application in medical imaging.
Abstract
Neural network models and deep models are one of the leading and state of the art models in machine learning. Most successful deep neural models are the ones with many layers which highly increases their number of parameters. Training such models requires a large number of training samples which is not always available. One of the fundamental issues in neural networks is overfitting which is the issue tackled in this thesis. Such problem often occurs when the training of large models is performed using few training samples. Many approaches have been proposed to prevent the network from overfitting and improve its generalization performance such as data augmentation, early stopping, parameters sharing, unsupervised learning, dropout, batch normalization, etc. In this thesis, we tackle the neural network overfitting issue from a representation learning perspective by considering 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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
