CORE: Compact Object-centric REpresentations as a New Paradigm for Token Merging in LVLMs
Jingyu Lei, Gaoang Wang, Der-Horng Lee
TL;DR
CORE tackles the prohibitive cost of LVLMs by introducing object-centric token merging guided by segmentation masks, producing a compact, semantically meaningful set of tokens and restoring spatial order via centroid-based sorting. Built on a shared ConvNeXt-L backbone and Mask2Former segmentation head, CORE merges tokens per object and feeds an LLM through a projection layer, enabling end-to-end efficiency. The approach delivers state-of-the-art performance on six fixed-rate benchmarks and dramatic efficiency gains in adaptive-rate regimes, retaining up to 97.4% of baseline performance with only 2.2% of tokens. This object-centric paradigm preserves semantic and spatial cues, offering robust, scalable processing for LVLMs and enabling applications in retrieval, robotics perception, and surveillance.
Abstract
Large Vision-Language Models (LVLMs) usually suffer from prohibitive computational and memory costs due to the quadratic growth of visual tokens with image resolution. Existing token compression methods, while varied, often lack a high-level semantic understanding, leading to suboptimal merges, information redundancy, or context loss. To address these limitations, we introduce CORE (Compact Object-centric REpresentations), a new paradigm for visual token compression. CORE leverages an efficient segmentation decoder to generate object masks, which serve as a high-level semantic prior to guide the merging of visual tokens into a compact set of object-centric representations. Furthermore, a novel centroid-guided sorting mechanism restores a coherent spatial order to the merged tokens, preserving vital positional information. Extensive experiments show that CORE not only establishes a new state-of-the-art on six authoritative benchmarks for fixed-rate compression, but also achieves dramatic efficiency gains in adaptive-rate settings. Even under extreme compression, after aggressively retaining with only 2.2% of all visual tokens, CORE still maintains 97.4% of baseline performance. Our work demonstrates the superiority of object-centric representations for efficient and effective LVLM processing.
