LCA-on-the-Line: Benchmarking Out-of-Distribution Generalization with Class Taxonomies
Jia Shi, Gautam Gare, Jinjin Tian, Siqi Chai, Zhiqiu Lin, Arun Vasudevan, Di Feng, Francesco Ferroni, Shu Kong
TL;DR
This work introduces the Lowest Common Ancestor (LCA) distance as a taxonomy-based metric to benchmark Out-of-Distribution generalization, unifying evaluation across Vision Models and Vision-Language Models. By showing a strong linear relationship between in-distribution LCA distance and OOD accuracy across multiple ImageNet-OOD shifts, the authors demonstrate that semantic misprediction severity is a robust predictor of generalization. They further show that class taxonomies—WordNet or latent hierarchies derived via K-means—can be used to align supervision (soft labels) or prompts to improve OOD performance. The approach offers actionable insights, including soft-label supervision and taxonomy-informed prompting, and provides open-source code for broader adoption. Overall, LCA-on-the-Line advances understanding of how semantic structure in label space relates to robust generalization under significant distribution shifts.
Abstract
We tackle the challenge of predicting models' Out-of-Distribution (OOD) performance using in-distribution (ID) measurements without requiring OOD data. Existing evaluations with "Effective Robustness", which use ID accuracy as an indicator of OOD accuracy, encounter limitations when models are trained with diverse supervision and distributions, such as class labels (Vision Models, VMs, on ImageNet) and textual descriptions (Visual-Language Models, VLMs, on LAION). VLMs often generalize better to OOD data than VMs despite having similar or lower ID performance. To improve the prediction of models' OOD performance from ID measurements, we introduce the Lowest Common Ancestor (LCA)-on-the-Line framework. This approach revisits the established concept of LCA distance, which measures the hierarchical distance between labels and predictions within a predefined class hierarchy, such as WordNet. We assess 75 models using ImageNet as the ID dataset and five significantly shifted OOD variants, uncovering a strong linear correlation between ID LCA distance and OOD top-1 accuracy. Our method provides a compelling alternative for understanding why VLMs tend to generalize better. Additionally, we propose a technique to construct a taxonomic hierarchy on any dataset using K-means clustering, demonstrating that LCA distance is robust to the constructed taxonomic hierarchy. Moreover, we demonstrate that aligning model predictions with class taxonomies, through soft labels or prompt engineering, can enhance model generalization. Open source code in our Project Page: https://elvishelvis.github.io/papers/lca/.
