# Part Segmentation for Highly Accurate Deformable Tracking in Occlusions   via Fully Convolutional Neural Networks

**Authors:** Weilin Wan, Aaron Walsman, Dieter Fox

arXiv: 1908.01504 · 2019-08-06

## TL;DR

This paper introduces a fully convolutional neural network-based method for highly accurate deformable human body tracking in cluttered environments with occlusions, achieving improved accuracy and efficiency over traditional geometric methods.

## Contribution

The authors develop an optimized Fast-FCN architecture that filters point clouds for better tracking, trained with minimal manual labeling using data augmentation and existing trackers.

## Key findings

- Significant accuracy improvement over geometric trackers in occluded scenarios.
- Achieves interactive frame rates suitable for real-time robotic applications.
- Requires limited training data due to effective data augmentation.

## Abstract

Successfully tracking the human body is an important perceptual challenge for robots that must work around people. Existing methods fall into two broad categories: geometric tracking and direct pose estimation using machine learning. While recent work has shown direct estimation techniques can be quite powerful, geometric tracking methods using point clouds can provide a very high level of 3D accuracy which is necessary for many robotic applications. However these approaches can have difficulty in clutter when large portions of the subject are occluded. To overcome this limitation, we propose a solution based on fully convolutional neural networks (FCN). We develop an optimized Fast-FCN network architecture for our application which allows us to filter observed point clouds and improve tracking accuracy while maintaining interactive frame rates. We also show that this model can be trained with a limited number of examples and almost no manual labelling by using an existing geometric tracker and data augmentation to automatically generate segmentation maps. We demonstrate the accuracy of our full system by comparing it against an existing geometric tracker, and show significant improvement in these challenging scenarios.

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1908.01504/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1908.01504/full.md

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