Interpret, prune and distill Donut : towards lightweight VLMs for VQA on document
Adnan Ben Mansour, Ayoub Karine, David Naccache
TL;DR
This work tackles the resource-intensity of OCR-free document VQA models by leveraging mechanistic interpretability (MI) to guide pruning and architecture design. Starting from the Donut teacher model, the authors perform MI-based analysis to identify essential sublayers and heads, then apply a two-stage pruning process followed by knowledge distillation to train compact students, resulting in Donut-MINT variants that maintain DocVQA accuracy with substantially fewer parameters and FLOPs. The key contributions are (i) a principled MI-based framework for pruning in Vision-Language Models, (ii) demonstration that MI-guided pruning outperforms brute-force pruning baselines, and (iii) a 7% parameter Donut-MINT that delivers competitive ANLS on DocVQA. This approach bridges interpretability research and practical VrDU deployment, offering a pathway toward automated, principled compression of multimodal models for real-time applications.
Abstract
Recent advances in Visually-rich Document Understanding rely on large Vision-Language Models like Donut, which perform document-level Visual Question Answering without Optical Character Recognition. Despite their effectiveness, these models are too costly for real-time or resource-constrained applications. We investigate model compression through knowledge distillation, training compact student models from a larger teacher. We leverage mechanistic interpretability to drive student architecture design within this framework. By analyzing internal computations, we identify essential subcomponents to retain, while having a clear view of which subcomponents should be approximated, skipped, or reparametrized based on their function. This approach yields Donut-MINT (Mechanistic Interpretability-based Network Trimming), a pruned Donut variant that reduces inference time and memory usage while maintaining strong performance on DocVQA, a standard benchmark for document Visual Question Answering. Our method reframes compression as circuit discovery, bridging interpretability research and practical Vision-Language Model deployment.
