LGAICVFeb 18, 2023

Calibrating the Rigged Lottery: Making All Tickets Reliable

arXiv:2302.09369v28 citationsh-index: 44
AI Analysis

This work addresses reliability issues in sparse models for resource-limited deep learning applications, representing an incremental improvement over existing sparse training techniques.

The paper tackles the problem of over-confidence in sparse neural networks by proposing a new sparse training method that improves confidence calibration, reducing Expected Calibration Error (ECE) values by up to 47.8% while maintaining or improving accuracy with minimal computational overhead.

Although sparse training has been successfully used in various resource-limited deep learning tasks to save memory, accelerate training, and reduce inference time, the reliability of the produced sparse models remains unexplored. Previous research has shown that deep neural networks tend to be over-confident, and we find that sparse training exacerbates this problem. Therefore, calibrating the sparse models is crucial for reliable prediction and decision-making. In this paper, we propose a new sparse training method to produce sparse models with improved confidence calibration. In contrast to previous research that uses only one mask to control the sparse topology, our method utilizes two masks, including a deterministic mask and a random mask. The former efficiently searches and activates important weights by exploiting the magnitude of weights and gradients. While the latter brings better exploration and finds more appropriate weight values by random updates. Theoretically, we prove our method can be viewed as a hierarchical variational approximation of a probabilistic deep Gaussian process. Extensive experiments on multiple datasets, model architectures, and sparsities show that our method reduces ECE values by up to 47.8\% and simultaneously maintains or even improves accuracy with only a slight increase in computation and storage burden.

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