Skip to content

Commit ff0c480

Browse files
author
Manuel Stoiber
committed
feat(Mb-ICG): create initial readme
1 parent 540ab4a commit ff0c480

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Mb-ICG/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Mb-ICG: Multi-body ICG
2+
3+
## Paper
4+
A Multi-body Tracking Framework - From Rigid Objects to Kinematic Structures
5+
Manuel Stoiber, Martin Sundermeyer, Wout Boerdijk, Rudolph Triebel
6+
Submitted to IEEE Transactions on Pattern Analysis and Machine Intelligence
7+
8+
9+
## Abstract
10+
Kinematic structures are very common in the real world. They range from simple articulated objects to complex mechanical systems. However, despite their relevance, most model-based 3D tracking methods only consider rigid objects. To overcome this limitation, we propose a flexible framework that allows the extension of existing 6DoF algorithms to kinematic structures. Our approach focuses on methods that employ Newton-like optimization techniques, which are widely used in object tracking. The framework considers both tree-like and closed kinematic structures and allows a flexible configuration of joints and constraints. To project equations from individual rigid bodies to a multi-body system, Jacobians are used. For closed kinematic chains, a novel formulation that features Lagrange multipliers is developed. In a detailed mathematical proof, we show that our constraint formulation leads to an exact kinematic solution and converges in a single iteration. Based on the proposed framework, we extend ICG, which is a state-of-the-art rigid object tracking algorithm, to multi-body tracking. For the evaluation, we create a highly-realistic synthetic dataset that features a large number of sequences and various robots. Based on this dataset, we conduct a wide variety of experiments that demonstrate the excellent performance of the developed framework and our multi-body tracker.
11+
12+
13+
Code and dataset coming soon ...

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Stoiber M, Pfanne M, Strobl KH, Triebel R, Albu-Schäffer A (2020) A Sparse Gaus
1111
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
1212
* [__ICG__](https://github.com/DLR-RM/3DObjectTracking/tree/master/ICG)
1313
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
14-
14+
* [__Mb-ICG__](https://github.com/DLR-RM/3DObjectTracking/tree/master/Mb-ICG)
15+
Stoiber M, Sundermeyer M, Boerdijk W, Triebel R (2022) A Multi-body Tracking Framework - From Rigid Objects to Kinematic Structures
1516

0 commit comments

Comments
 (0)