Skip to content

Commit 35c26c4

Browse files
author
Manuel Stoiber
committed
feat(readme): add link to IROS preprint
1 parent 420a536 commit 35c26c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ICG+/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Paper
44
Fusing Visual Appearance and Geometry for Multi-modality 6DoF Object Tracking
55
Manuel Stoiber, Mariam Elsayed, Anne E. Reichert, Florian Steidle, Dongheui Lee, Rudolph Triebel
6-
Submitted to IEEE/RSJ International Conference on Intelligent Robots (IROS) 2023
6+
Submitted to IEEE/RSJ International Conference on Intelligent Robots (IROS) 2023
7+
[preprint](https://arxiv.org/pdf/2302.11458.pdf)
78

89
## Abstract
910
In many applications of advanced robotic manipulation, six degrees of freedom (6DoF) object pose estimates are continuously required. In this work, we develop a multi-modality tracker that fuses information from visual appearance and geometry to estimate object poses. The algorithm extends our previous method ICG, which uses geometry, to additionally consider surface appearance. In general, object surfaces contain local characteristics from text, graphics, and patterns, as well as global differences from distinct materials and colors. To incorporate this visual information, two modalities are developed. For local characteristics, keypoint features are used to minimize distances between points from keyframes and the current image. For global differences, a novel region approach is developed that considers multiple regions on the object surface. In addition, it allows the modeling of external geometries. Experiments on the YCB-Video and OPT datasets demonstrate that our approach ICG+ performs best on both datasets, outperforming both conventional and deep learning-based methods. At the same time, the algorithm is highly efficient and runs at more than 300 Hz. The source code of our tracker is publicly available.

M3T/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ More details can be found in the following publications:
298298

299299
- **Fusing Visual Appearance and Geometry for Multi-Modality 6DoF Object Tracking**
300300
Manuel Stoiber, Mariam Elsayed, Anne E. Reichert, Florian Steidle, Dongheui Lee, and Rudolph Triebel
301-
Submitted to IEEE/RSJ International Conference on Intelligent Robots 2023
301+
Submitted to IEEE/RSJ International Conference on Intelligent Robots 2023: [paper](https://arxiv.org/abs/2302.11458)
302302

303303
- **Iterative Corresponding Geometry: Fusing Region and Depth for Highly Efficient 3D Tracking of Textureless Objects**
304304
Manuel Stoiber, Martin Sundermeyer, and Rudolph Triebel

0 commit comments

Comments
 (0)