CVAug 23, 2024

Growing Deep Neural Network Considering with Similarity between Neurons

arXiv:2408.13291v1
Originality Incremental advance
AI Analysis

This addresses computational demands in image recognition for AI practitioners, though it is incremental as it builds on existing model growth concepts.

The paper tackles the computational inefficiency of large deep neural networks by proposing a method to progressively add neurons during training, inspired by neurogenesis, which improved accuracy on CIFAR-10 and CIFAR-100 datasets.

Deep learning has excelled in image recognition tasks through neural networks inspired by the human brain. However, the necessity for large models to improve prediction accuracy introduces significant computational demands and extended training times.Conventional methods such as fine-tuning, knowledge distillation, and pruning have the limitations like potential accuracy drops. Drawing inspiration from human neurogenesis, where neuron formation continues into adulthood, we explore a novel approach of progressively increasing neuron numbers in compact models during training phases, thereby managing computational costs effectively. We propose a method that reduces feature extraction biases and neuronal redundancy by introducing constraints based on neuron similarity distributions. This approach not only fosters efficient learning in new neurons but also enhances feature extraction relevancy for given tasks. Results on CIFAR-10 and CIFAR-100 datasets demonstrated accuracy improvement, and our method pays more attention to whole object to be classified in comparison with conventional method through Grad-CAM visualizations. These results suggest that our method's potential to decision-making processes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes