CVLGOct 27, 2021

A Geometric Perspective towards Neural Calibration via Sensitivity Decomposition

arXiv:2110.14577v325 citationsHas Code
Originality Highly original
AI Analysis

This addresses calibration issues for vision models under out-of-distribution data, representing an incremental advance with a novel method for a known bottleneck.

The paper tackles the problem of poor calibration in vision classification models under data distribution shifts by proposing Geometric Sensitivity Decomposition (GSD), which decomposes feature embeddings into instance-dependent and instance-independent components, resulting in a 30.8% relative improvement in Expected Calibration Error on corrupted CIFAR100 compared to the state of the art.

It is well known that vision classification models suffer from poor calibration in the face of data distribution shifts. In this paper, we take a geometric approach to this problem. We propose Geometric Sensitivity Decomposition (GSD) which decomposes the norm of a sample feature embedding and the angular similarity to a target classifier into an instance-dependent and an instance-independent component. The instance-dependent component captures the sensitive information about changes in the input while the instance-independent component represents the insensitive information serving solely to minimize the loss on the training dataset. Inspired by the decomposition, we analytically derive a simple extension to current softmax-linear models, which learns to disentangle the two components during training. On several common vision models, the disentangled model outperforms other calibration methods on standard calibration metrics in the face of out-of-distribution (OOD) data and corruption with significantly less complexity. Specifically, we surpass the current state of the art by 30.8% relative improvement on corrupted CIFAR100 in Expected Calibration Error. Code available at https://github.com/GT-RIPL/Geometric-Sensitivity-Decomposition.git.

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