VITAL: More Understandable Feature Visualization through Distribution Alignment and Relevant Information Flow
Ada Gorgun, Bernt Schiele, Jonas Fischer
TL;DR
VITAL tackles the challenge of unclear and artifact-prone feature visualizations by reframing FV as a distribution-alignment problem between generated images and real image features. It introduces a differentiable sort-matching loss and incorporates relevance scores (via LRP) to filter out irrelevant activations, enabling scalable optimization across modern architectures including CNNs and Vision Transformers. Through extensive qualitative, quantitative, and human-interpretability evaluations, VITAL demonstrates cleaner, more faithful visualizations that better reveal the information encoded by target neurons and concepts. The approach promises practical benefits for mechanistic interpretability and safety-critical domains by providing clearer, human-understandable explanations of neural representations while maintaining fidelity to the model's reasoning.
Abstract
Neural networks are widely adopted to solve complex and challenging tasks. Especially in high-stakes decision-making, understanding their reasoning process is crucial, yet proves challenging for modern deep networks. Feature visualization (FV) is a powerful tool to decode what information neurons are responding to and hence to better understand the reasoning behind such networks. In particular, in FV we generate human-understandable images that reflect the information detected by neurons of interest. However, current methods often yield unrecognizable visualizations, exhibiting repetitive patterns and visual artifacts that are hard to understand for a human. To address these problems, we propose to guide FV through statistics of real image features combined with measures of relevant network flow to generate prototypical images. Our approach yields human-understandable visualizations that both qualitatively and quantitatively improve over state-of-the-art FVs across various architectures. As such, it can be used to decode which information the network uses, complementing mechanistic circuits that identify where it is encoded. Code is available at: https://github.com/adagorgun/VITAL
