Distilled Circuits: A Mechanistic Study of Internal Restructuring in Knowledge Distillation
Reilly Haskins, Benjamin Adams
TL;DR
This work investigates how knowledge distillation reshapes internal computations in neural networks by applying mechanistic interpretability to a GPT-2 small teacher and its distilled student, with a replication on a BERT pair to test generality. It introduces an alignment metric that combines component influence with cross-model similarity to quantify functional replication beyond surface output similarity. Case studies on numeral sequence completion reveal that distilled students compress and reallocate computation, relying on fewer, more critical components and displaying brittleness under ablations. The findings highlight a trade-off between parameter efficiency and robustness, offering a principled metric to guide safer deployment of distilled models.
Abstract
Knowledge distillation compresses a larger neural model (teacher) into smaller, faster student models by training them to match teacher outputs. However, the internal computational transformations that occur during this process remain poorly understood. We apply techniques from mechanistic interpretability to analyze how internal circuits, representations, and activation patterns differ between teacher and student. Focusing on GPT2-small and its distilled counterpart DistilGPT2, we find that student models reorganize, compress, and discard teacher components, often resulting in stronger reliance on fewer individual components. To quantify functional alignment beyond output similarity, we introduce an alignment metric based on influence-weighted component similarity, validated across multiple tasks. Our findings reveal that while knowledge distillation preserves broad functional behaviors, it also causes significant shifts in internal computation, with important implications for the robustness and generalization capacity of distilled models.
