Topology-Aware Layer Pruning for Large Vision-Language Models
About
Large Language Models (LLMs) have demonstrated strong capabilities in natural language understanding and reasoning, while recent extensions that incorporate visual inputs enable them to process multimodal information. Despite these advances, Large Vision-Language Models (LVLMs) incur substantial computational and memory costs, hindering deployment in resource-constrained scenarios. Existing layer pruning methods typically rely on local similarity metrics or static proxy signals, failing to capture the global and dynamic evolution of representations across model depth, which often leads to the removal of transition-critical layers. To address this limitation, we propose a topology-aware layer pruning framework for LVLMs. Specifically, we represent layer wise hidden states as point clouds and models their evolution using \textit{simplicial complexes}. By leveraging \textit{zigzag persistent homology}, we quantify inter-layer topological consistency and enable adaptive pruning that preserves critical representational transitions. Extensive experiments on diverse multimodal benchmarks demonstrate that the proposed framework consistently outperforms existing pruning methods across a wide range of sparsity ratios. Our code is available at https://github.com/zpc456/TopoVLM.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Diagram Question Answering | AI2D | AI2D Accuracy65.6 | 387 | |
| Mathematical Reasoning | MathVista | Accuracy56.3 | 382 | |
| Chart Question Answering | ChartQA | -- | 371 | |
| Multi-discipline Multimodal Understanding | MMMU | -- | 363 | |
| Visual Perception | BLINK | -- | 241 | |
| Video Understanding | EgoSchema | EgoSchema Score55.4 | 185 | |
| Multi-modal Video Understanding | MVBench | Accuracy57.9 | 83 | |
| Multimodal Benchmarking | MMBench | MMBench Score68.1 | 60 | |
| Video Question Answering | NextQA MC | Score72.5 | 44 | |
| Video Multimodal Understanding | Video-MME | Score48 | 43 |