1. Select
2D attention identifies dominant tokens with strong semantic saliency.
Project Page
Geometry-aware token compression for dual-encoder 3D video MLLMs.
1National University of Singapore 2The Hong Kong Polytechnic University
Overview
Multimodal Large Language Models (MLLMs) with 3D geometry priors show strong capability in 3D scene understanding, but long multi-view visual token sequences make them expensive to run. Merge3D introduces a geometry-aware token merging framework that combines 2D semantic saliency and 3D geometric consistency.
Our Semantic–Geometric Token Merger (SemGeo Merger) uses 2D attention to select dominant tokens, then aggregates contextual tokens with a hybrid 2D+3D similarity. This preserves spatially critical structure and inter-frame correspondences even under aggressive compression.
Merge3D reduces visual tokens by up to 70% and delivers up to ~3.1× faster inference while retaining strong performance on 3D grounding, captioning, and spatial reasoning benchmarks including Scan2Cap, CV-Bench, and BLINK.
Method
Merge3D is built on top of a dual-encoder 3D video MLLM. A 2D visual encoder captures semantic detail, while a 3D geometry encoder captures spatial structure and cross-frame correspondence.
Instead of compressing tokens with only semantic similarity, Merge3D first keeps semantically important dominant tokens using 2D attention, then merges remaining contextual tokens according to a hybrid similarity that respects both appearance and geometry.
2D attention identifies dominant tokens with strong semantic saliency.
3D-aware similarity encourages merging within spatially coherent regions.
Geometry and semantics are fused to keep spatial reasoning and grounding robust under compression.
Citation
@misc{pan2026merge3d,
title = {Merge3D: Efficient 3D Multimodal LLMs via Joint 2D-3D Token Merging},
author = {Tianbo Pan and Xingyi Yang and Xinchao Wang},
year = {2026},
note = {Project page / manuscript}
}