UniT: Unified Geometry Learning with Group Autoregressive Transformer
Abstract
UniT presents a unified feed-forward model for geometry perception using a Group Autoregressive Transformer that integrates multiple paradigms while maintaining metric-scale accuracy through scale-adaptive loss and queue-style KV caching.
Recent feed-forward models have significantly advanced geometry perception for inferring dense 3D structure from sensor observations. However, its essential capabilities remain fragmented across multiple incompatible paradigms, including online perception, offline reconstruction, multi-modal integration, long-horizon scalability, and metric-scale estimation. We present UniT, a unified model built upon a novel Group Autoregressive Transformer, which reformulates these seemingly disparate capabilities within a single framework. The key idea is to treat groups of sensor observations as the basic autoregressive units and predict the corresponding point maps in an anchor-free and scale-adaptive manner. More specifically, diverse view configurations in both online and offline settings are naturally unified within a single group autoregression process. By varying the group size, online mode operates over multiple autoregressive steps with single-frame groups, whereas offline mode aggregates a multi-frame group in a single forward pass. Meanwhile, a queue-style KV caching mechanism ensures bounded autoregressive memory over long horizons. This is enabled by reducing long-range dependencies on early frames through anchor-free relational modeling, thereby allowing outdated memory to be discarded on the fly. To improve metric-scale generalization across scenes, a scale-adaptive geometry loss is further introduced within this framework. It couples relative geometric constraints with a partial absolute scale term, implicitly regularizing global scale and inducing a progressive transition from scale-invariant geometry to metric-scale solutions. Together with a dedicated modal attention module for integrating auxiliary modalities, UniT achieves state-of-the-art performance in unified geometry perception, as validated on ten benchmarks spanning seven representative tasks.
Community
๐ UniT: Unified Geometry Learning with Group Autoregressive Transformer
UniT is a unified feed-forward model for geometry perception.
It reformulates a wide range of geometry perception capabilities into a single framework, covering:
- Diverse view configurations : supporting both online and offline inference over an arbitrary number of views
- Flexible modality combinations: incorporating auxiliary inputs such as camera parameters and depth maps
- Metric-scale perception : recovering geometry in real-world scale, measured in meters
- Long-horizon scalability : maintaining bounded complexity over long-horizons
๐ Paper: https://arxiv.org/abs/2605.21131
๐ Project Page: https://sc2i-hkustgz.github.io/UniT/
๐ค Hugging Face Demo: https://enceladush-unit.hf.space/
Get this paper in your agent:
hf papers read 2605.21131 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper