AnchorPrune: Relevance-Anchored Contextual Expansion for Visual Token Pruning

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Expert, quick

Summary

AnchorPrune is a training-free framework designed to reduce substantial inference costs in large vision-language models (VLMs) caused by thousands of redundant visual tokens from high-resolution inputs. It addresses conflicts in existing pruning methods by first constructing a protected relevance anchor, then expanding it with complementary visual context. AnchorPrune adaptively determines the anchor size based on the novelty profile of relevance-ranked tokens and allocates the remaining budget using importance-weighted novelty. This ordered design prevents indispensable query cues from being displaced while improving visual coverage. Lightweight and architecture-aware, AnchorPrune requires no retraining or model modification. It consistently improves the accuracy-efficiency trade-off over baselines, particularly under severe compression, preserving 97.6% of LLaVA-NeXT-7B's full-token performance using only 160 of 2,880 visual tokens.

Key takeaway

For Machine Learning Engineers deploying large vision-language models with high-resolution inputs, you should integrate AnchorPrune to significantly reduce inference costs. This training-free framework preserves 97.6% of LLaVA-NeXT-7B's full-token performance using only 160 visual tokens, offering a superior accuracy-efficiency trade-off, especially under aggressive compression. Implement this lightweight solution to deploy high-resolution VLM applications more efficiently without requiring model retraining or modification.

Key insights

Relevance-anchored contextual expansion effectively prunes visual tokens for efficient multimodal inference in large vision-language models.

Principles

Method

AnchorPrune constructs a protected relevance anchor, then expands it with complementary visual context. It adaptively sizes the anchor from the novelty profile of relevance-ranked tokens and allocates the remaining budget through importance-weighted novelty.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.