paper-with-me

홈 › Papers

FoPru: Focal Pruning for Efficient Large Vision-Language Models

2024-11-21 · Lei Jiang, Weizhe Huang, Tongxuan Liu, Yuting Zeng, Jing Li, Lechao Cheng, Xiaohua Xu

Large Vision-Language Models (LVLMs) represent a significant advancement toward achieving superior multimodal capabilities by enabling powerful Large Language Models (LLMs) to understand visual input. Typically, LVLMs utilize visual encoders, such as CLIP, to transform images into visual tokens, which are then aligned with textual tokens through projection layers before being input into the LLM for inference. Although existing LVLMs have achieved significant success, their inference efficiency is still limited by the substantial number of visual tokens and the potential redundancy among them. To mitigate this issue, we propose Focal Pruning (FoPru), a training-free method that prunes visual tokens based on the attention-based token significance derived from the vision encoder. Specifically, we introduce two alternative pruning strategies: 1) the rank strategy, which leverages all token significance scores to retain more critical tokens in a global view; 2) the row strategy, which focuses on preserving continuous key information in images from a local perspective. Finally, the selected tokens are reordered to maintain their original positional relationships. Extensive experiments across various LVLMs and multimodal datasets demonstrate that our method can prune a large number of redundant tokens while maintaining high accuracy, leading to significant improvements in inference efficiency.

📄 PDF Abstract BibTeX arXiv:2411.14164

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Towards Efficient VLMs: Information-Theoretic Driven Compression via Adaptive Structural Pruning

2025-11-24 · Zhaoqi Xu, Yingying Zhang, Jian Li, Jianwei Guo 외 arxiv

Recent advances in vision-language models (VLMs) have shown remarkable performance across multimodal tasks, yet their ever-growing scale poses severe challenges for deployment and efficiency. Existing compression methods…

Hierarchical Pruning of Deep Ensembles with Focal Diversity

2023-11-17 · Yanzhao Wu, Ka-Ho Chow, Wenqi Wei, Ling Liu

Deep neural network ensembles combine the wisdom of multiple deep neural networks to improve the generalizability and robustness over individual networks. It has gained increasing popularity to study deep ensemble techni…

Decision MakingDiversityEnsemble Pruning

Boosting Deep Ensemble Performance with Hierarchical Pruning

2021-12-07 · IEEE International Conference on Data Mining (ICDM) 2021 12 · Yanzhao Wu, Ling Liu

Deep neural network ensembles have become attractive learning techniques with better generalizability over individual models. Some mission critical applications may require a large number of deep neural networks to achie…

Decision MakingDiversityEnsemble PruningImage Classification

FastOCR: Dynamic Visual Fixation via KV Cache Pruning for Efficient Document Parsing

2026-05-17 · Zihan Tang, Leqi Shen, Hui Chen, Ao Wang 외 arxiv

Vision-Language Models (VLMs) have shown strong promise on Optical Character Recognition (OCR), yet the sheer number of visual tokens required to encode dense documents incurs prohibitive inference cost. Existing pruning…

Robust Few-Shot Ensemble Learning with Focal Diversity-Based Pruning

2024-04-05 · Selim Furkan Tekin, Fatih Ilhan, Tiansheng Huang, Sihao Hu 외

This paper presents FusionShot, a focal diversity optimized few-shot ensemble learning approach for boosting the robustness and generalization performance of pre-trained few-shot models. The paper makes three original co…

DiversityEnsemble LearningEnsemble PruningFew-Shot Learning