# DLOFTBs -- Fast Tracking of Deformable Linear Objects with B-splines

**Authors:** Piotr Kicki, Amadeusz Szymko, Krzysztof Walas

arXiv: 2302.13694 · 2023-05-12

## TL;DR

This paper introduces a fast algorithm for tracking the shape of deformable linear objects using B-splines, achieving high accuracy and speed even in complex scenarios with occlusions and multiple objects.

## Contribution

The paper presents a novel, rapid shape-tracking method for DLOs that does not require prior knowledge and outperforms existing approaches in accuracy and efficiency.

## Key findings

- Outperforms state-of-the-art in shape reconstruction accuracy
- Operates within tens of milliseconds
- Handles occlusions, self-intersections, and multiple DLOs

## Abstract

While manipulating rigid objects is an extensively explored research topic, deformable linear object (DLO) manipulation seems significantly underdeveloped. A potential reason for this is the inherent difficulty in describing and observing the state of the DLO as its geometry changes during manipulation. This paper proposes an algorithm for fast-tracking the shape of a DLO based on the masked image. Having no prior knowledge about the tracked object, the proposed method finds a reliable representation of the shape of the tracked object within tens of milliseconds. This algorithm's main idea is to first skeletonize the DLO mask image, walk through the parts of the DLO skeleton, arrange the segments into an ordered path, and finally fit a B-spline into it. Experiments show that our solution outperforms the State-of-the-Art approaches in DLO's shape reconstruction accuracy and algorithm running time and can handle challenging scenarios such as severe occlusions, self-intersections, and multiple DLOs in a single image.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.13694/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/2302.13694/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/2302.13694/full.md

---
Source: https://tomesphere.com/paper/2302.13694