KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
LIST3R
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pyproject-tui
:
⌨️ keyboard-driven tui for pyproject.toml
My-life-memory
:
A private spatial memory system with user-controlled read-only MCP access for trusted AI clients.
caltrack
:
Open source calorie tracking app
linkedout
:
An app to browse LinkedIn data exports offline
X4gking
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LIST3R
?
Download (.md)
<h1 align="center">LIST3R: Long-sequence Instance-aware 3D Reconstruction</h1> <p align="center"> <a href="https://yixn965.github.io/">Jing Gao</a> · <a href="https://weiwangtrento.github.io/">Wei Wang</a> · <a href="https://brack-wang.github.io/">Feiran Wang</a> · <a href="https://tomyan555.github.io/">Yan Yan</a> </p> <p align="center"> <a href="https://arxiv.org/abs/2607.00375"> <img src="https://img.shields.io/badge/arXiv-2607.00375-b31b1b?style=flat&logo=arxiv&logoColor=white" alt="arXiv paper" height="20"> </a> <a href="https://github.com/yixn965/LIST3R"> <img src="https://img.shields.io/badge/GitHub-Code-181717?style=flat&logo=github&logoColor=white" alt="GitHub code" height="20"> </a> <a href="https://yixn965.github.io/LIST3R/"> <img src="https://img.shields.io/badge/Project-Page-2563eb?style=flat&logo=googlechrome&logoColor=white" alt="Project page" height="20"> </a> </p> ## 🔍 Abstract We present **LIST3R**, an instance-aware framework for long-sequence 3D reconstruction inspired by the way humans organize spatial memory around stable and recognizable objects. LIST3R organizes long-sequence reconstruction around instance anchors, using them to reconnect fragmented subsequences and consolidate local observations into a coherent global 3D scene. Given a long video, our approach partitions it into overlapping subsequences and builds a structured local instance library for each partial reconstruction, maintaining persistent trackable anchors with semantic and geometric evidence. These anchors are matched across subsequences to recover revisited regions and provide object-aware constraints for fragment alignment, producing a consistent global reconstruction. During this process, the evolving geometric evidence updates the local instance libraries and progressively organizes them into a unified global 3D instance library. Experiments on long-sequence benchmarks show that our method produces more accurate trajectories and higher-quality 3D reconstructions, highlighting the effectiveness of persistent instance anchors for organizing long-horizon 3D reconstruction. <p align="center"> <img src="docs/assets/figs/teaser.png" alt="LIST3R teaser" width="100%"> </p> ## 🧩 Method Overview <p align="center"> <img src="docs/assets/figs/method_pipeline.png" alt="LIST3R method overview" width="100%"> </p> LIST3R builds a local instance library for each subsequence, establishes cross-subsequence associations with instance-aware constraints, and consolidates local instance observations into a unified global 3D instance library. ## 📊 Quantitative Analysis Camera pose estimation on long sequences. ATE / RTE are reported in meters, RRE in degrees. Lower is better. | Method | TUM ATE ↓ | TUM RTE ↓ | TUM RRE ↓ | ETH3D ATE ↓ | ETH3D RTE ↓ | ETH3D RRE ↓ | BONN ATE ↓ | BONN RTE ↓ | BONN RRE ↓ | | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | | CUT3R | 0.866 | 0.963 | 40.19 | 2.895 | 2.537 | 43.04 | 0.319 | **0.561** | 58.13 | | TTT3R | 0.317 | 0.385 | 9.92 | 1.317 | 0.939 | 10.33 | 0.149 | 0.759 | 47.51 | | VGGT-Long | 0.325 | 0.489 | 25.21 | 1.292 | 1.701 | 32.92 | 0.123 | 0.787 | 47.43 | | π-Long | 0.208 | 0.279 | 7.81 | 0.562 | 0.455 | 13.65 | 0.094 | 0.770 | 48.01 | | Scal3R | 0.267 | 0.329 | **5.72** | 0.807 | 0.590 | **7.00** | 0.117 | 0.779 | 49.09 | | **LIST3R (Ours)** | **0.150** | **0.211** | 6.97 | **0.516** | **0.444** | 9.32 | **0.085** | 0.779 | **45.89** | <p align="center"> <img src="docs/assets/figs/camera_pose3.png" alt="Estimated long-sequence camera trajectories" width="100%"> </p> Point cloud reconstruction quality. Chamfer / Acc / Comp are reported in centimeters. Lower is better for Chamfer / Acc / Comp, and higher is better for NC / F@5. | Method | ETH3D Chamfer ↓ | ETH3D Acc ↓ | ETH3D Comp ↓ | ETH3D NC ↑ | ETH3D F@5 ↑ | NRGBD Chamfer ↓ | NRGBD Acc ↓ | NRGBD Comp ↓ | NRGBD NC ↑ | NRGBD F@5 ↑ | | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | | CUT3R | 140.0 | 62.8 | 217.3 | 0.536 | 4.0 | 73.2 | 50.1 | 96.4 | 0.575 | 9.0 | | TTT3R | 102.6 | 36.6 | 168.6 | 0.610 | 7.3 | 41.3 | 26.2 | 56.4 | 0.647 | 22.2 | | VGGT-Long | 50.6 | 56.7 | 44.4 | 0.618 | 19.8 | 6.1 | 5.3 | 6.9 | 0.857 | 68.9 | | π-Long | 41.5 | 37.8 | 45.3 | 0.686 | 32.7 | 5.0 | 4.4 | 5.5 | **0.876** | 68.9 | | Scal3R | 33.8 | 36.5 | 31.1 | 0.658 | 26.2 | 7.7 | 4.2 | 11.1 | 0.829 | 71.2 | | **LIST3R (Ours)** | **27.4** | **31.1** | **23.6** | **0.709** | **36.5** | **4.7** | **4.1** | **5.3** | 0.875 | **73.4** | <p align="center"> <img src="docs/assets/figs/cloud_vis.png" alt="Qualitative long-sequence reconstruction" width="100%"> </p> ## 📝 Citation ```bibtex @article{gao2026list3r, title={LIST3R: Long-sequence Instance-aware 3D Reconstruction}, author={Gao, Jing and Wang, Wei and Wang, Feiran and Yan, Yan}, journal={arXiv preprint arXiv:2607.00375}, year={2026} } ```