paper-with-me

홈 › Papers

MANO: Exploiting Matrix Norm for Unsupervised Accuracy Estimation Under Distribution Shifts

2024-05-29 · Renchunzi Xie, Ambroise Odonnat, Vasilii Feofanov, Weijian Deng, Jianfeng Zhang, Bo An

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 $L_p$ 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 \url{https://github.com/Renchunzi-Xie/MaNo}.

📄 PDF Abstract BibTeX arXiv:2405.18979

Code (1)

renchunzi-xie/mano 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Learning low-dimensional manifolds under the L0-norm constraint for unsupervised outlier detection

2020-07-09 · International Journal of Data Science and Analytics 2020 7 · Yoshinao Ishii, Satoshi Koide, Keiichiro Hayakawa

Unsupervised outlier detection without the need for clean data has attracted great attention because it is suitable for real-world problems as a result of its low data collection costs. Reconstruction-based methods are p…

Outlier Detection

Human2Humanoid: Physics-Aware Cross-Morphology Motion Retargeting for Humanoid Robots

2026-06-02 · Tianchen Huang, Feiyang Yuan, Junchi Gu, Shurui Fang 외 arxiv

Retargeting human motion to humanoid robots is critical for teleoperation, imitation learning and human-robot interaction. However, it remains challenging because of substantial morphological discrepancies between humans…

Humanoid Robot Whole-body Geometric Calibration with Embedded Sensors and a Single Plane

2025-07-22 · Thanh D V Nguyen, Vincent Bonnet, Pierre Fernbach, David Daney 외 arxiv

Whole-body geometric calibration of humanoid robots using classical robot calibration methods is a timeconsuming and experimentally burdensome task. However, despite its significance for accurate control and simulation, …

Accelerated Training for Matrix-norm Regularization: A Boosting Approach

2012-12-01 · NeurIPS 2012 12 · Xinhua Zhang, Dale Schuurmans, Yao-Liang Yu

Sparse learning models typically combine a smooth loss with a nonsmooth penalty, such as trace norm. Although recent developments in sparse approximation have offered promising solution methods, current approaches either…

Multiview LearningSparse Learning

A Theoretical Investigation of Graph Degree as an Unsupervised Normality Measure

2018-01-24 · Caglar Aytekin, Francesco Cricri, Lixin Fan, Emre Aksu

For a graph representation of a dataset, a straightforward normality measure for a sample can be its graph degree. Considering a weighted graph, degree of a sample is the sum of the corresponding row's values in a simila…

Anomaly DetectionClusteringGraph ClusteringSpectral Graph Clustering+1