Robustness Beyond Known Groups with Low-rank Adaptation

Generative AI & LLMs
Published: arXiv: 2602.06924v1
Authors

Abinitha Gourabathina Hyewon Jeong Teya Bergamaschi Marzyeh Ghassemi Collin Stultz

Abstract

Deep learning models trained to optimize average accuracy often exhibit systematic failures on particular subpopulations. In real world settings, the subpopulations most affected by such disparities are frequently unlabeled or unknown, thereby motivating the development of methods that are performant on sensitive subgroups without being pre-specified. However, existing group-robust methods typically assume prior knowledge of relevant subgroups, using group annotations for training or model selection. We propose Low-rank Error Informed Adaptation (LEIA), a simple two-stage method that improves group robustness by identifying a low-dimensional subspace in the representation space where model errors concentrate. LEIA restricts adaptation to this error-informed subspace via a low-rank adjustment to the classifier logits, directly targeting latent failure modes without modifying the backbone or requiring group labels. Using five real-world datasets, we analyze group robustness under three settings: (1) truly no knowledge of subgroup relevance, (2) partial knowledge of subgroup relevance, and (3) full knowledge of subgroup relevance. Across all settings, LEIA consistently improves worst-group performance while remaining fast, parameter-efficient, and robust to hyperparameter choice.

Paper Summary

Problem
Deep learning models are often biased towards certain subpopulations, leading to systematic failures in real-world settings. These failures can arise from various factors, including spurious correlations, attribute imbalance, class imbalance, and attribute generalization. The problem is that many existing approaches for improving robustness across subpopulations require access to group labels, which may be expensive, noisy, or missing in real-world scenarios.
Key Innovation
The authors propose a new method called Low-rank Error Informed Adaptation (LEIA), which improves group robustness without requiring explicit subgroup annotations. LEIA identifies a low-dimensional subspace in the representation space where model errors concentrate and restricts adaptation to this error-informed subspace via a low-rank adjustment to the classifier logits.
Practical Impact
The proposed method, LEIA, has the potential to improve group robustness in settings where subpopulations most affected by model failures are unlabeled, unknown, or only partially observed at training time. This is particularly important in high-stakes scenarios, such as hiring, detecting hate speech, and predicting disease diagnoses, where predictions must be both accurate and unbiased across sensitive attributes.
Analogy / Intuitive Explanation
Imagine a camera that is trained to recognize different types of animals, but it has a blind spot for certain breeds. LEIA is like a software update that helps the camera identify its blind spot and adjust its focus to improve its accuracy across all breeds, without requiring explicit labels for each breed. This allows the camera to perform better in real-world scenarios where it may encounter new breeds or breeds with different characteristics.
Paper Information
Categories:
cs.LG
Published Date:

arXiv ID:

2602.06924v1

Quick Actions