2024/05/29 by Renchunzi Xie, Xie, Renchunzi, Ambroise Odonnat +9 · 1 voice · 3 citations
Engineering · Computer Science · #Control Systems and Identification #Fault Detection and Control Systems #Target Tracking and Data Fusion in Sensor Networks
paper · pdf · doi:10.48550/arxiv.2405.18979
Leveraging the models' outputs, specifically the logits, is a common approach to estimating the test accuracy of a pre-trained neural network on out-of-distribution (OOD) samples without requiring access to the corresponding ground truth labels. Despite their ease of implementation and computational efficiency, current logit-based methods are vulnerable to overconfidence issues, leading to prediction bias, especially under the natural shift. In this work, we first study the relationship between logits and generalization performance from the view of low-density separation assumption. Our findings motivate our proposed method MaNo which (1) applies a data-dependent normalization on the logits to reduce prediction bias, and (2) takes the Lp norm of the matrix of normalized logits as the estimation score. Our theoretical analysis highlights the connection between the provided score and the model's uncertainty. We conduct an extensive empirical study on common unsupervised accuracy estimation benchmarks and demonstrate that MaNo achieves state-of-the-art performance across various architectures in the presence of synthetic, natural, or subpopulation shifts. The code is available at \urlhttps://github.com/Renchunzi-Xie/MaNo.