Robustness Beyond Known Groups with Low-rank Adaptation
Abinitha Gourabathina, Hyewon Jeong, Teya Bergamaschi, Marzyeh Ghassemi, Collin Stultz
TL;DR
This work addresses the challenge of ensuring model fairness and robustness when sensitive subgroups are unknown or unlabeled. It introduces LEIA, a two-stage method that identifies a low-rank error-informed subspace in the representation space via an error-weighted covariance and applies a constrained logit-space adjustment to correct latent failure modes without modifying the backbone or requiring group labels. By evaluating on five real-world datasets under no-, partial-, and full-knowledge of subgroup relevance, LEIA consistently improves worst-group performance while remaining fast and parameter-efficient. The approach highlights the importance of evaluating robustness in realistic settings with unknown groups and demonstrates practical gains in scenarios where subgroup annotations are unavailable or incomplete.
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.
