paper-with-me

홈 › Papers

Index-Preserving Lightweight Token Pruning for Efficient Document Understanding in Vision-Language Models

2025-09-08 · Jaemin Son, Sujin Choi, Inyong Yun arxiv

Recent progress in vision-language models (VLMs) has led to impressive results in document understanding tasks, but their high computational demands remain a challenge. To mitigate the compute burdens, we propose a lightweight token pruning framework that filters out non-informative background regions from document images prior to VLM processing. A binary patch-level classifier removes non-text areas, and a max-pooling refinement step recovers fragmented text regions to enhance spatial coherence. Experiments on real-world document datasets demonstrate that our approach substantially lowers computational costs, while maintaining comparable accuracy.

📄 PDF Abstract BibTeX arXiv:2509.06415

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Study on Token Pruning for ColBERT

2021-12-13 · Carlos Lassance, Maroua Maachou, Joohee Park, Stéphane Clinchant

The ColBERT model has recently been proposed as an effective BERT based ranker. By adopting a late interaction mechanism, a major advantage of ColBERT is that document representations can be precomputed in advance. Howev…

Faster Learned Sparse Retrieval with Block-Max Pruning

2024-05-02 · Antonio Mallia, Torten Suel, Nicola Tonellotto

Learned sparse retrieval systems aim to combine the effectiveness of contextualized language models with the scalability of conventional data structures such as inverted indexes. Nevertheless, the indexes generated by th…

Retrieval

Leveraging KV Similarity for Online Structured Pruning in LLMs

2025-12-08 · Jungmin Lee, Gwangeun Byeon, Yulhwa Kim, Seokin Hong arxiv

Pruning has emerged as a promising direction for accelerating large language model (LLM) inference, yet existing approaches often suffer from instability because they rely on offline calibration data that may not general…

Structural Anchor Pruning: Training-Free Multi-Vector Compression for Visual Document Retrieval

2026-01-27 · Zhuchenyang Liu, Ziyu Hu, Yao Zhang, Yu Xiao arxiv

Recent Vision-Language Models (e.g., ColPali) enable fine-grained Visual Document Retrieval (VDR) but incur prohibitive multi-vector index storage overhead. Existing training-free pruning methods either rely on heuristic…

Keep What Audio Cannot Say: Context-Preserving Token Pruning for Omni-LLMs

2026-05-12 · Chaeyoung Jung, Kyeongha Rho, Joon Son Chung arxiv

Omnimodal Large Language Models (Omni-LLMs) incur substantial computational overhead due to the large number of multimodal input tokens they process, making token reduction essential for real-world deployment. Existing O…