WLD-Reg: A Data-Dependent Within-Layer Diversity Regularizer

Abstract

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. We present an extensive empirical study confirming that the proposed approach enhances the performance of several state-of-the-art neural network models in multiple tasks. The code is publically available at https://github.com/firasl/AAAI-23-WLD-Reg.

Cite

Text

Laakom et al. "WLD-Reg: A Data-Dependent Within-Layer Diversity Regularizer." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I7.26015

Markdown

[Laakom et al. "WLD-Reg: A Data-Dependent Within-Layer Diversity Regularizer." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/laakom2023aaai-wld/) doi:10.1609/AAAI.V37I7.26015

BibTeX

@inproceedings{laakom2023aaai-wld,
  title     = {{WLD-Reg: A Data-Dependent Within-Layer Diversity Regularizer}},
  author    = {Laakom, Firas and Raitoharju, Jenni and Iosifidis, Alexandros and Gabbouj, Moncef},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {8421-8429},
  doi       = {10.1609/AAAI.V37I7.26015},
  url       = {https://mlanthology.org/aaai/2023/laakom2023aaai-wld/}
}