CVNov 16, 2024

Deep Feature Response Discriminative Calibration

arXiv:2411.13582v11 citationsh-index: 20Has CodeNeurocomputing
Originality Incremental advance
AI Analysis

This addresses a limitation in optimization techniques for DNNs, offering an incremental improvement for computer vision applications.

The paper tackles the lack of discriminative calibration in deep neural networks by proposing a method that adjusts feature responses based on Gaussian distribution confidence values, resulting in improved performance on datasets like CIFAR-10, CIFAR-100, SVHN, and ImageNet.

Deep neural networks (DNNs) have numerous applications across various domains. Several optimization techniques, such as ResNet and SENet, have been proposed to improve model accuracy. These techniques improve the model performance by adjusting or calibrating feature responses according to a uniform standard. However, they lack the discriminative calibration for different features, thereby introducing limitations in the model output. Therefore, we propose a method that discriminatively calibrates feature responses. The preliminary experimental results indicate that the neural feature response follows a Gaussian distribution. Consequently, we compute confidence values by employing the Gaussian probability density function, and then integrate these values with the original response values. The objective of this integration is to improve the feature discriminability of the neural feature response. Based on the calibration values, we propose a plugin-based calibration module incorporated into a modified ResNet architecture, termed Response Calibration Networks (ResCNet). Extensive experiments on datasets like CIFAR-10, CIFAR-100, SVHN, and ImageNet demonstrate the effectiveness of the proposed approach. The developed code is publicly available at https://github.com/tcmyxc/ResCNet.

Code Implementations1 repo
Foundations

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

Your Notes