Paper Overview
- Field: Computer Vision (CV)
- Authors: Tianjiao Yu, Xinzhuo Li, Yifan Shen
- Released: 2025-07-09
- arXiv: 2507.06842
- Scale-aware octree tokenizer: represents geometry at multiple abstraction levels, separating structural cues from fine geometric detail.
- Anchor Tokens: sparse cross-modal units that select semantic cues, route them to the most relevant 3D scale, retrieve scale-specific geometric evidence, and write the fused signal back into the unified representation — keeping interaction sparse and precise.
- Lightweight per-chunk routers: decide which text tokens instantiate anchors at which geometric scales, making computation and reasoning elastic and concentrating cross-modal capability where alignment is needed most.
- State-of-the-art performance in image-to-3D generation, text-to-3D generation, and 3D captioning.
- Outperforms the strongest unified baselines.
- Roughly halves FLOPs and inference latency relative to a non-elastic variant of the same model.
- arXiv: https://arxiv.org/abs/2507.06842
Background
Unified 3D foundation models aim to generate 3D assets and reason about them in language within a single backbone, but their text-3D interaction remains largely implicit. Existing methods concatenate text and 3D tokens into a flat sequence and rely on self-attention, collapsing coarse structural cues and fine geometric details into one undifferentiated representation.
Method: Elastic Semantic Anchoring
ELSA3D structures language and geometric reasoning jointly along matched abstraction scales:
Results
Links
*Auto-collected on 2026-07-09.*