Investigating the Robustness of Subtask Distillation under Spurious Correlation
Pattarawat Chormai, Klaus-Robert Müller, Grégoire Montavon
TL;DR
The paper investigates how spurious correlations in distillation data affect subtask distillation, comparing traditional and state-of-the-art methods including SubDistill across CNN and transformer teacher–student pairs. It demonstrates that SubDistill maintains high performance and closely mirrors the teacher's representations and decision strategies even when training data are heavily tainted, whereas simpler baselines degrade toward random predictions. By combining quantitative results with t-SNE and XAI analyses, the study connects robustness to both representation alignment and the preservation of task-focused decision strategies. The findings underscore the need for alignment-centric distillation and careful data curation to ensure reliable deployment of compact models in real-world environments with confounding patterns.
Abstract
Subtask distillation is an emerging paradigm in which compact, specialized models are extracted from large, general-purpose 'foundation models' for deployment in environments with limited resources or in standalone computer systems. Although distillation uses a teacher model, it still relies on a dataset that is often limited in size and may lack representativeness or exhibit spurious correlations. In this paper, we evaluate established distillation methods, as well as the recent SubDistill method, when using data with spurious correlations for distillation. As the strength of the correlations increases, we observe a widening gap between advanced methods, such as SubDistill, which remain fairly robust, and some baseline methods, which degrade to near-random performance. Overall, our study underscores the challenges of knowledge distillation when applied to imperfect, real-world datasets, particularly those with spurious correlations.
