CVLGNov 5, 2024

Feature Map Similarity Reduction in Convolutional Neural Networks

arXiv:2411.03226v2h-index: 3
Originality Incremental advance
AI Analysis

This addresses inefficiency in CNN capacity utilization, offering a domain-specific improvement for computer vision tasks.

The paper tackles redundancy in feature maps of Convolutional Neural Networks (CNNs) by proposing the Convolutional Similarity method, which improves classification accuracy, accelerates convergence, and allows smaller models to achieve the same performance.

It has been observed that Convolutional Neural Networks (CNNs) suffer from redundancy in feature maps, leading to inefficient capacity utilization. Efforts to address this issue have largely focused on kernel orthogonality method. In this work, we theoretically and empirically demonstrate that kernel orthogonality does not necessarily lead to a reduction in feature map redundancy. Based on this analysis, we propose the Convolutional Similarity method to reduce feature map similarity, independently of the CNN's input. The Convolutional Similarity can be minimized as either a regularization term or an iterative initialization method. Experimental results show that minimizing Convolutional Similarity not only improves classification accuracy but also accelerates convergence. Furthermore, our method enables the use of significantly smaller models to achieve the same level of performance, promoting a more efficient use of model capacity. Future work will focus on coupling the iterative initialization method with the optimization momentum term and examining the method's impact on generative frameworks.

Foundations

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

Your Notes