Long-Tailed Data Classification by Increasing and Decreasing Neurons During Training
Taigo Sakai, Kazuhiro Hotta

TL;DR
This paper introduces a biologically inspired method that dynamically adjusts the number of neurons during training to improve classification accuracy on imbalanced datasets, without increasing final network size.
Contribution
It proposes a novel training approach that periodically adds and removes neurons to better handle class imbalance, maintaining final network size and enhancing performance.
Findings
Outperforms fixed-size networks on multiple datasets.
Enhances minority class recognition accuracy.
Works synergistically with other imbalance techniques.
Abstract
In conventional deep learning, the number of neurons typically remains fixed during training. However, insights from biology suggest that the human hippocampus undergoes continuous neuron generation and pruning of neurons over the course of learning, implying that a flexible allocation of capacity can contribute to enhance performance. Real-world datasets often exhibit class imbalance situations where certain classes have far fewer samples than others, leading to significantly reduce recognition accuracy for minority classes when relying on fixed size networks.To address the challenge, we propose a method that periodically adds and removes neurons during training, thereby boosting representational power for minority classes. By retaining critical features learned from majority classes while selectively increasing neurons for underrepresented classes, our approach dynamically adjusts…
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
TopicsNeural Networks and Applications
