paper-with-me

홈 › Papers

Improving Neural Network Generalization via Promoting Within-Layer Diversity

2021-09-29 · Firas Laakom, Jenni Raitoharju, Alexandros Iosifidis, Moncef Gabbouj

Neural networks are composed of multiple layers arranged in a hierarchical structure jointly trained with a gradient-based optimization, where the errors are back-propagated from the last layer back to the first one. At each optimization step, neurons at a given layer receive feedback from neurons belonging to higher layers of the hierarchy. In this paper, we propose to complement this traditional 'between-layer' feedback with additional 'within-layer' feedback to encourage the diversity of the activations within the same layer. To this end, we measure the pairwise similarity between the outputs of the neurons and use it to model the layer's overall diversity. By penalizing similarities and promoting diversity, we encourage each unit within the layer to learn a distinctive representation and, thus, to enrich the data representation learned and to increase the total capacity of the model. We theoretically study how the within-layer activation diversity affects the generalization performance of a neural network and prove that increasing the diversity of hidden activations reduces the estimation error. In addition to the theoretical guarantees, we present an extensive empirical study confirming that the proposed approach enhances the performance of state-of-the-art neural network models and decreases the generalization gap in multiple tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

ON NEURAL NETWORK GENERALIZATION VIA PROMOTING WITHIN-LAYER ACTIVATION DIVERSITY

2021-01-01 · Firas Laakom, Jenni Raitoharju, Alexandros Iosifidis, Moncef Gabbouj

During the last decade, neural networks have been intensively used to tackle various problems and they have often led to state-of-the-art results. These networks are composed of multiple jointly optimized layers arranged…

Diversity

Feature diversity in self-supervised learning

2022-09-02 · Pranshu Malviya, Arjun Vaithilingam Sudhakar

Many studies on scaling laws consider basic factors such as model size, model shape, dataset size, and compute power. These factors are easily tunable and represent the fundamental elements of any machine learning setup.…

DiversitySelf-Supervised Learning

Learning Latent Space Models with Angular Constraints

2017-08-01 · ICML 2017 8 · Pengtao Xie, Yuntian Deng, Yi Zhou, Abhimanu Kumar 외

The large model capacity of latent space models (LSMs) enables them to achieve great performance on various applications, but meanwhile renders LSMs to be prone to overfitting. Several recent studies investigate a n…

Diversity

Learning distinct features helps, provably

2021-06-10 · Firas Laakom, Jenni Raitoharju, Alexandros Iosifidis, Moncef Gabbouj

We study the diversity of the features learned by a two-layer neural network trained with the least squares loss. We measure the diversity by the average $L_2$-distance between the hidden-layer features and theoretically…

DiversityGeneralization Bounds

Diversity-Based Generalization for Unsupervised Text Classification under Domain Shift

2020-02-25 · Jitin Krishnan, Hemant Purohit, Huzefa Rangwala

Domain adaptation approaches seek to learn from a source domain and generalize it to an unseen target domain. At present, the state-of-the-art unsupervised domain adaptation approaches for subjective text classification …

ClassificationDiversityDomain AdaptationGeneral Classification+4