LGMLMay 2, 2024

Decoupling Feature Extraction and Classification Layers for Calibrated Neural Networks

arXiv:2405.01196v36 citationsh-index: 3ICML
Originality Incremental advance
AI Analysis

This addresses calibration issues in safety-critical applications like healthcare, offering an incremental improvement over existing methods.

The paper tackles the problem of poorly calibrated predictions in over-parametrized deep neural networks by decoupling the training of feature extraction and classification layers, which significantly improves calibration while retaining accuracy and reducing training cost, with further gains from adding a Gaussian prior and variational training.

Deep Neural Networks (DNN) have shown great promise in many classification applications, yet are widely known to have poorly calibrated predictions when they are over-parametrized. Improving DNN calibration without comprising on model accuracy is of extreme importance and interest in safety critical applications such as in the health-care sector. In this work, we show that decoupling the training of feature extraction layers and classification layers in over-parametrized DNN architectures such as Wide Residual Networks (WRN) and Visual Transformers (ViT) significantly improves model calibration whilst retaining accuracy, and at a low training cost. In addition, we show that placing a Gaussian prior on the last hidden layer outputs of a DNN, and training the model variationally in the classification training stage, even further improves calibration. We illustrate these methods improve calibration across ViT and WRN architectures for several image classification benchmark datasets.

Foundations

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

Your Notes