paper-with-me

홈 › Papers

Beyond Attention or Similarity: Maximizing Conditional Diversity for Token Pruning in MLLMs

2025-06-12 · Qizhe Zhang, Mengzhen Liu, Lichen Li, Ming Lu, Yuan Zhang, Junwen Pan, Qi She, Shanghang Zhang

In multimodal large language models (MLLMs), the length of input visual tokens is often significantly greater than that of their textual counterparts, leading to a high inference cost. Many works aim to address this issue by removing redundant visual tokens. However, current approaches either rely on attention-based pruning, which retains numerous duplicate tokens, or use similarity-based pruning, overlooking the instruction relevance, consequently causing suboptimal performance. In this paper, we go beyond attention or similarity by proposing a novel visual token pruning method named CDPruner, which maximizes the conditional diversity of retained tokens. We first define the conditional similarity between visual tokens conditioned on the instruction, and then reformulate the token pruning problem with determinantal point process (DPP) to maximize the conditional diversity of the selected subset. The proposed CDPruner is training-free and model-agnostic, allowing easy application to various MLLMs. Extensive experiments across diverse MLLMs show that CDPruner establishes new state-of-the-art on various vision-language benchmarks. By maximizing conditional diversity through DPP, the selected subset better represents the input images while closely adhering to user instructions, thereby preserving strong performance even with high reduction ratios. When applied to LLaVA, CDPruner reduces FLOPs by 95\% and CUDA latency by 78\%, while maintaining 94\% of the original accuracy. Our code is available at https://github.com/Theia-4869/CDPruner.

📄 PDF Abstract BibTeX arXiv:2506.10967

Code (1)

theia-4869/cdpruner 공식 구현 pytorch

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Quality-diversity in dissimilarity spaces

2022-11-14 · Steve Huntsman

The theory of magnitude provides a mathematical framework for quantifying and maximizing diversity. We apply this framework to formulate quality-diversity algorithms in generic dissimilarity spaces. In particular, we ins…

Diversity

Rethinking Diffusion Posterior Sampling: From Conditional Score Estimator to Maximizing a Posterior

2025-01-31 · Tongda Xu, Xiyan Cai, Xinjie Zhang, Xingtong Ge 외

Recent advancements in diffusion models have been leveraged to address inverse problems without additional training, and Diffusion Posterior Sampling (DPS) (Chung et al., 2022a) is among the most popular approaches. Prev…

GPU

HandBooster: Boosting 3D Hand-Mesh Reconstruction by Conditional Synthesis and Sampling of Hand-Object Interactions

2024-03-27 · CVPR 2024 1 · Hao Xu, Haipeng Li, Yinqiao Wang, Shuaicheng Liu 외

Reconstructing 3D hand mesh robustly from a single image is very challenging, due to the lack of diversity in existing real-world datasets. While data synthesis helps relieve the issue, the syn-to-real gap still hinders …

3D Hand Pose EstimationDiversity

Image Generation Diversity Issues and How to Tame Them

2024-11-25 · CVPR 2025 1 · Mischa Dombrowski, Weitong Zhang, Sarah Cechnicka, Hadrien Reynaud 외

Generative methods now produce outputs nearly indistinguishable from real data but often fail to fully capture the data distribution. Unlike quality issues, diversity limitations in generative models are hard to detect v…

DiversityImage GenerationImage RetrievalRetrieval

Training Diffusion Models Towards Diverse Image Generation with Reinforcement Learning

2024-01-01 · CVPR 2024 1 · Zichen Miao, Jiang Wang, Ze Wang, Zhengyuan Yang 외

Diffusion models have demonstrated unprecedented capabilities in image generation. Yet they incorporate and amplify the data bias (e.g. gender age) from the original training set limiting the diversity of generated i…

Decision MakingDiversityImage GenerationPolicy Gradient Methods+2