paper-with-me

홈 › Papers

ALSA: Anchors in Logit Space for Out-of-Distribution Accuracy Estimation

2025-08-27 · Chenzhi Liu, Mahsa Baktashmotlagh, Yanran Tang, Zi Huang, Ruihong Qiu arxiv

Estimating model accuracy on unseen, unlabeled datasets is crucial for real-world machine learning applications, especially under distribution shifts that can degrade performance. Existing methods often rely on predicted class probabilities (softmax scores) or data similarity metrics. While softmax-based approaches benefit from representing predictions on the standard simplex, compressing logits into probabilities leads to information loss. Meanwhile, similarity-based methods can be computationally expensive and domain-specific, limiting their broader applicability. In this paper, we introduce ALSA (Anchors in Logit Space for Accuracy estimation), a novel framework that preserves richer information by operating directly in the logit space. Building on theoretical insights and empirical observations, we demonstrate that the aggregation and distribution of logits exhibit a strong correlation with the predictive performance of the model. To exploit this property, ALSA employs an anchor-based modeling strategy: multiple learnable anchors are initialized in logit space, each assigned an influence function that captures subtle variations in the logits. This allows ALSA to provide robust and accurate performance estimates across a wide range of distribution shifts. Extensive experiments on vision, language, and graph benchmarks demonstrate ALSA's superiority over both softmax- and similarity-based baselines. Notably, ALSA's robustness under significant distribution shifts highlights its potential as a practical tool for reliable model evaluation.

📄 PDF Abstract BibTeX arXiv:2508.19613

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SALSA: Single-pass Autoregressive LLM Structured Classification

2025-10-26 · Ruslan Berdichevsky, Shai Nahum-Gefen, Elad Ben Zaken arxiv

Despite their impressive generalization capabilities, instruction-tuned Large Language Models often underperform on text classification benchmarks. We introduce SALSA, a coherent pipeline that combines structured prompti…

parameter-efficient fine-tuningText Classification

SalsaNet: Fast Road and Vehicle Segmentation in LiDAR Point Clouds for Autonomous Driving

2019-09-18 · Eren Erdal Aksoy, Saimir Baci, Selcuk Cavdar

In this paper, we introduce a deep encoder-decoder network, named SalsaNet, for efficient semantic segmentation of 3D LiDAR point clouds. SalsaNet segments the road, i.e. drivable free-space, and vehicles in the scene by…

3D Semantic SegmentationAutonomous DrivingDecoderSegmentation+1

TACG: Trajectory-Aware Commit Gating for Diffusion Language Model Decoding

2026-07-03 · Chengcheng Wang, Tingzhang Luo, Wenhao Li, Jianyuan Guo 외 arxiv

Diffusion language models (DLLMs) generate text by iteratively denoising masked positions, exposing a trajectory of predictive distributions rather than a single instantaneous belief. Most existing decoders ignore this t…

SALSA: Soup-based Alignment Learning for Stronger Adaptation in RLHF

2024-11-04 · Atoosa Chegini, Hamid Kazemi, Iman Mirzadeh, Dong Yin 외

In Large Language Model (LLM) development, Reinforcement Learning from Human Feedback (RLHF) is crucial for aligning models with human values and preferences. RLHF traditionally relies on the Kullback-Leibler (KL) diverg…

Large Language ModelOut-of-Distribution Generalization

SALSA-RL: Stability Analysis in the Latent Space of Actions for Reinforcement Learning

2025-02-21 · Xuyang Li, Romit Maulik

Modern deep reinforcement learning (DRL) methods have made significant advances in handling continuous action spaces. However, real-world control systems--especially those requiring precise and reliable performance--ofte…

Action GenerationDecoderDeep Reinforcement Learning