CVAILGOct 31, 2025

Sparse Model Inversion: Efficient Inversion of Vision Transformers for Data-Free Applications

arXiv:2510.27186v18 citationsh-index: 34Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in data-free model inversion for computer vision, offering a plug-and-play speed-up for existing methods, though it is incremental as it builds on prior dense inversion techniques.

The paper tackles the inefficiency of inverting high-resolution images from Vision Transformers by proposing a sparse model inversion strategy that selectively inverts semantic foregrounds, achieving up to 3.79x faster inversion while maintaining or improving downstream performance in data-free applications.

Model inversion, which aims to reconstruct the original training data from pre-trained discriminative models, is especially useful when the original training data is unavailable due to privacy, usage rights, or size constraints. However, existing dense inversion methods attempt to reconstruct the entire image area, making them extremely inefficient when inverting high-resolution images from large-scale Vision Transformers (ViTs). We further identify two underlying causes of this inefficiency: the redundant inversion of noisy backgrounds and the unintended inversion of spurious correlations--a phenomenon we term "hallucination" in model inversion. To address these limitations, we propose a novel sparse model inversion strategy, as a plug-and-play extension to speed up existing dense inversion methods with no need for modifying their original loss functions. Specifically, we selectively invert semantic foregrounds while stopping the inversion of noisy backgrounds and potential spurious correlations. Through both theoretical and empirical studies, we validate the efficacy of our approach in achieving significant inversion acceleration (up to 3.79 faster) while maintaining comparable or even enhanced downstream performance in data-free model quantization and data-free knowledge transfer. Code is available at https://github.com/Egg-Hu/SMI.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes