paper-with-me

홈 › Papers

What Does Softmax Probability Tell Us about Classifiers Ranking Across Diverse Test Conditions?

2024-06-14 · Weijie Tu, Weijian Deng, Liang Zheng, Tom Gedeon

This work aims to develop a measure that can accurately rank the performance of various classifiers when they are tested on unlabeled data from out-of-distribution (OOD) distributions. We commence by demonstrating that conventional uncertainty metrics, notably the maximum Softmax prediction probability, possess inherent utility in forecasting model generalization across certain OOD contexts. Building on this insight, we introduce a new measure called Softmax Correlation (SoftmaxCorr). It calculates the cosine similarity between a class-class correlation matrix, constructed from Softmax output vectors across an unlabeled test dataset, and a predefined reference matrix that embodies ideal class correlations. A high resemblance of predictions to the reference matrix signals that the model delivers confident and uniform predictions across all categories, reflecting minimal uncertainty and confusion. Through rigorous evaluation across a suite of datasets, including ImageNet, CIFAR-10, and WILDS, we affirm the predictive validity of SoftmaxCorr in accurately forecasting model performance within both in-distribution (ID) and OOD settings. Furthermore, we discuss the limitations of our proposed measure and suggest avenues for future research.

📄 PDF Abstract BibTeX arXiv:2406.09908

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

What Cosine Similarity of Label Representations Can and Cannot Tell us

2026-03-31 · Beatrix M. G. Nielsen, Andreas Grivas arxiv

Cosine similarity is often used to measure the similarity of vector representations of neural network models. However, the cosine similarity of representations is not guaranteed to tell us anything about model probabilit…

What Can String Probability Tell Us About Grammaticality?

2025-10-17 · Jennifer Hu, Ethan Gotlieb Wilcox, Siyuan Song, Kyle Mahowald 외 arxiv

What have language models (LMs) learned about grammar? This question remains hotly debated, with major ramifications for linguistic theory. However, since probability and grammaticality are distinct notions in linguistic…

Collision Replay: What Does Bumping Into Things Tell You About Scene Geometry?

2021-05-03 · Alexander Raistrick, Nilesh Kulkarni, David F. Fouhey

What does bumping into things in a scene tell you about scene geometry? In this paper, we investigate the idea of learning from collisions. At the heart of our approach is the idea of collision replay, where we use examp…

IG-Lens: Exact Additive Probability Attribution Across Transformer Layers via Telescoping Integrated Gradients

2026-06-29 · Duc Anh Nguyen arxiv

We ask a simple question about decoder-only transformers: between which two layers is the probability of a predicted token actually produced? Existing layer-wise readout tools answer only approximately. The logit lens an…

What Does the Weight Norm Control in Grokking? Logit-Scale Mediation under Cross-Entropy

2026-06-16 · Truong Xuan Khanh arxiv

Grokking, the delayed jump from memorization to generalization, is usually tied to the weight norm: a smaller norm generalizes sooner. We ask what the norm actually controls. Holding the weight norm fixed by clamping and…