CVLGOct 16, 2024

Feature Clipping for Uncertainty Calibration

arXiv:2410.19796v16 citationsh-index: 14AAAI
Originality Highly original
AI Analysis

This addresses the need for reliable uncertainty estimates in DNNs for safe deployment, representing a novel approach in calibration.

The paper tackles the problem of overconfidence and miscalibration in deep neural networks by proposing a post-hoc calibration method called feature clipping, which improves calibration performance across datasets like CIFAR-10, CIFAR-100, and ImageNet.

Deep neural networks (DNNs) have achieved significant success across various tasks, but ensuring reliable uncertainty estimates, known as model calibration, is crucial for their safe and effective deployment. Modern DNNs often suffer from overconfidence, leading to miscalibration. We propose a novel post-hoc calibration method called feature clipping (FC) to address this issue. FC involves clipping feature values to a specified threshold, effectively increasing entropy in high calibration error samples while maintaining the information in low calibration error samples. This process reduces the overconfidence in predictions, improving the overall calibration of the model. Our extensive experiments on datasets such as CIFAR-10, CIFAR-100, and ImageNet, and models including CNNs and transformers, demonstrate that FC consistently enhances calibration performance. Additionally, we provide a theoretical analysis that validates the effectiveness of our method. As the first calibration technique based on feature modification, feature clipping offers a novel approach to improving model calibration, showing significant improvements over both post-hoc and train-time calibration methods and pioneering a new avenue for feature-based model calibration.

Foundations

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

Your Notes