Skip to content

Commit b4e4936

Browse files
author
Manuel Stoiber
committed
chore(readme): update information
1 parent 11ae750 commit b4e4936

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

ICG/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ICG: Iterative Corresponding Geometry
2+
3+
### Paper
4+
Iterative Corresponding Geometry: Fusing Region and Depth for Highly Efficient 3D Tracking of Textureless Objects
5+
Manuel Stoiber, Martin Sundermeyer, Rudolph Triebel
6+
Conference on Computer Vision and Pattern Recognition (CVPR) 2022
7+
8+
Coming soon...
9+

SRT3D/readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Paper
66
SRT3D: A Sparse Region-Based 3D Object Tracking Approach for the Real World
77
Manuel Stoiber, Martin Pfanne, Klaus H. Strobl, Rudolph Triebel, and Alin Albu-Schäffer
8-
Submitted to the International Journal of Computer Vision: [Paper](https://arxiv.org/abs/2110.12715)
8+
International Journal of Computer Vision: [Paper](https://arxiv.org/abs/2110.12715)
99

1010
### Abstract
1111
Region-based methods have become increasingly popular for model-based, monocular 3D tracking of texture-less objects in cluttered scenes. However, while they achieve state-of-the-art results, most methods are computationally expensive, requiring significant resources to run in real-time. In the following, we build on our previous work and develop SRT3D, a sparse region-based approach to 3D object tracking that bridges this gap in efficiency. Our method considers image information sparsely along so-called correspondence lines that model the probability of the object's contour location. We thereby improve on the current state of the art and introduce smoothed step functions that consider a defined global and local uncertainty. For the resulting probabilistic formulation, a thorough analysis is provided. Finally, we use a pre-rendered sparse viewpoint model to create a joint posterior probability for the object pose. The function is maximized using second-order Newton optimization with Tikhonov regularization. During the pose estimation, we differentiate between global and local optimization, using a novel approximation for the first-order derivative employed in the Newton method. In multiple experiments, we demonstrate that the resulting algorithm improves the current state of the art both in terms of runtime and quality, performing particularly well for noisy and cluttered images encountered in the real world.
@@ -36,12 +36,11 @@ If you want to use our tracker for your own project, we would like to refer you
3636
If you find our work useful, please cite us with:
3737

3838
```
39-
@Misc{Stoiber2021,
40-
author = {Stoiber, Manuel and Pfanne, Martin and Strobl, Klaus H. and Triebel, Rudolph and Albu-Schaeffer, Alin},
41-
title = {SRT3D: A Sparse Region-Based 3D Object Tracking Approach for the Real World},
42-
archiveprefix = {arXiv},
43-
eprint = {2110.12715},
44-
year = {2021}
39+
@Article{Stoiber_2022_IJCV,
40+
author = {Stoiber, Manuel and Pfanne, Martin and Strobl, Klaus H. and Triebel, Rudolph and Albu-Schaeffer, Alin},
41+
journal = {International Journal of Computer Vision},
42+
title = {SRT3D: A Sparse Region-Based 3D Object Tracking Approach for the Real World},
43+
year = {2022}
4544
}
4645
```
4746

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The algorithms corresponding to the following papers are included:
88
* [__RBGT__](https://github.com/DLR-RM/3DObjectTracking/tree/master/RBGT)
99
Stoiber M, Pfanne M, Strobl KH, Triebel R, Albu-Schäffer A (2020) A Sparse Gaussian Approach to Region-Based 6DoF Object Tracking. In: Asian Conference on Computer Vision
1010
* [__SRT3D__](https://github.com/DLR-RM/3DObjectTracking/tree/master/SRT3D)
11-
Stoiber M, Pfanne M, Strobl KH, Triebel R, Albu-Schäffer A (2021) SRT3D: A Sparse Region-Based 3D Object Tracking Approach for the Real World
11+
Stoiber M, Pfanne M, Strobl KH, Triebel R, Albu-Schäffer A (2022) SRT3D: A Sparse Region-Based 3D Object Tracking Approach for the Real World. In: International Journal of Computer Vision
12+
* [__ICG__](https://github.com/DLR-RM/3DObjectTracking/tree/master/ICG)
13+
Stoiber M, Sundermeyer M, Triebel R (2022) Iterative Corresponding Geometry: Fusing Region and Depth for Highly Efficient 3D Tracking of Textureless Objects. In: Conference on Computer Vision and Pattern Recognition
1214

1315

0 commit comments

Comments
 (0)