Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
[CoRL 21'] TANDEM: Tracking and Dense Mapping in Real-time using Deep Multi-view Stereo
| Date | Stars |
|---|---|
| 2026-07-24 | 954 |
| 2026-07-25 | 954 |
| 2026-07-28 | 954 |
| 2026-07-30 | 954 |
| 2026-08-06 | 954 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center">TANDEM: Tracking and Dense Mapping<br>in Real-time using Deep Multi-view Stereo</h1>
<p align="center">
<a href="https://lukaskoestler.com">Lukas Koestler</a><sup>1*</sup>   
<a href="https://vision.in.tum.de/members/yangn">Nan Yang</a><sup>1,2*,†</sup>   
<a href="https://www.niclas-zeller.de">Niclas Zeller</a><sup>2,3</sup>   
<a href="https://vision.in.tum.de/members/cremers">Daniel Cremers</a><sup>1,2</sup>
</p>
<p align="center">
<sup>*</sup>equal contribution   
<sup>†</sup>corresponding author
</p>
<p align="center">
<sup>1</sup>Technical University of Munich   
<sup>2</sup>Artisense<br>
<sup>3</sup>Karlsruhe University of Applied Sciences
</p>
<p align="center">
Conference on Robot Learning (CoRL) 2021, London, UK
</p>
<p align="center">
<a href="https://3dv2021.surrey.ac.uk/prizes">3DV 2021 Best Demo Award</a>
</p>
<p align="center">
<a href="https://arxiv.org/abs/2111.07418">arXiv</a> |
<a href="https://youtu.be/L4C8Q6Gvl1w">Video</a> |
<a href="https://openreview.net/forum?id=FzMHiDesj0I">OpenReview</a> |
<a href="https://go.vision.in.tum.de/tandem">Project Page</a>
</p>
## Code and Data
- [x] 📣 C++ code released before Christmas! Please check [tandem/](tandem/).
- [x] 📣 CVA-MVSNet released! Please check [cva_mvsnet/](cva_mvsnet/).
- [x] 📣 Replica training data released! Please check [replica/](replica/).
- [x] Minor improvements throughout January. **Contributions are highly welcomed!**
- [x] Release of the ScanNet-trained model
- [ ] Docker image for TANDEM. **Contributions are highly welcomed!**
### Abstract
<p align="justify">In this paper, we present TANDEM a real-time monocular tracking and dense mapping framework. For pose estimation, TANDEM performs photometric bundle adjustment based on a sliding window of keyframes. To increase the robustness, we propose a novel tracking front-end that performs dense direct image alignment using depth maps rendered from a global model that is built incrementally from dense depth predictions. To predict the dense depth maps, we propose Cascade View-Aggregation MVSNet (CVA-MVSNet) that utilizes the entire active keyframe window by hierarchically constructing 3D cost volumes with adaptive view aggregation to balance the different stereo baselines between the keyframes. Finally, the predicted depth maps are fused into a consistent global map represented as a truncated signed distance function (TSDF) voxel grid. Our experimental results show that TANDEM outperforms other state-of-the-art traditional and learning-based monocular visual odometry (VO) methods in terms of camera tracking. Moreover, TANDEM shows state-of-the-art real-time 3D reconstruction performance.</p>
### Poster
<p align="center">
<img src="assets/tandem_poster.jpg">
</p>
Excerpt of 2,903 characters
Read on GitHub11
7
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:da790de9a0a7a41c, topic:3d-reconstruction, readme:pose estimation, readme:3d reconstruction
matched fp:da790de9a0a7a41c, topic:slam, readme:robot learning