Analyzing Hierarchical Structure in Vision Models with Sparse Autoencoders
Matthew Lyle Olson, Musashi Hinck, Neale Ratzlaff, Changbai Li, Phillip Howard, Vasudev Lal, Shao-Yen Tseng
TL;DR
This work investigates whether vision models encode the hierarchical structure of the ImageNet taxonomy in their internal representations. It adapts Sparse Autoencoders to probe layer-wise activations in the vision foundation model DINOv2, introducing metrics such as Lowest Common Hypernym height and Ontological Coverage and employing relevancy maps for grounding. The study finds that hierarchical information emerges in deeper layers, with SAEs uncovering taxonomic relationships and higher-order concepts, while early layers show limited ontological structure. The results establish a framework for systematic hierarchical analysis of vision representations and demonstrate SAEs as a viable tool for probing semantic structure in deep networks, with implications for interpretability and representation editing.
Abstract
The ImageNet hierarchy provides a structured taxonomy of object categories, offering a valuable lens through which to analyze the representations learned by deep vision models. In this work, we conduct a comprehensive analysis of how vision models encode the ImageNet hierarchy, leveraging Sparse Autoencoders (SAEs) to probe their internal representations. SAEs have been widely used as an explanation tool for large language models (LLMs), where they enable the discovery of semantically meaningful features. Here, we extend their use to vision models to investigate whether learned representations align with the ontological structure defined by the ImageNet taxonomy. Our results show that SAEs uncover hierarchical relationships in model activations, revealing an implicit encoding of taxonomic structure. We analyze the consistency of these representations across different layers of the popular vision foundation model DINOv2 and provide insights into how deep vision models internalize hierarchical category information by increasing information in the class token through each layer. Our study establishes a framework for systematic hierarchical analysis of vision model representations and highlights the potential of SAEs as a tool for probing semantic structure in deep networks.
