# Automatically Extract the Semi-transparent Motion-blurred Hand from a   Single Image

**Authors:** Xiaomei Zhao, Yihong Wu

arXiv: 1906.11470 · 2019-10-23

## TL;DR

This paper introduces an automatic method for extracting semi-transparent motion-blurred hands from a single RGB image, useful for video editing and analysis, without requiring user input or background data.

## Contribution

It proposes a novel approach that separates the extraction into alpha matte and foreground prediction using Xception-based networks, enabling automatic extraction from a single image.

## Key findings

- Effective on synthetic and real datasets
- Outperforms existing methods in accuracy
- Does not require user interaction or background images

## Abstract

When we use video chat, video game, or other video applications, motion-blurred hands often appear. Accurately extracting these hands is very useful for video editing and behavior analysis. However, existing motion-blurred object extraction methods either need user interactions, such as user supplied trimaps and scribbles, or need additional information, such as background images. In this paper, a novel method which can automatically extract the semi-transparent motion-blurred hand just according to the original RGB image is proposed. The proposed method separates the extraction task into two subtasks: alpha matte prediction and foreground prediction. These two subtasks are implemented by Xception based encoder-decoder networks. The extracted motion-blurred hand images can be calculated by multiplying the predicted alpha mattes and foreground images. Experiments on synthetic and real datasets show that the proposed method has promising performance.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1906.11470/full.md

## References

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

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