CVJun 27, 2019

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

arXiv:1906.11470v1
Originality Incremental advance
AI Analysis

This addresses the need for automated hand extraction in video applications like chat and gaming, which is incremental as it builds on existing motion-blurred object extraction methods.

The paper tackles the problem of automatically extracting semi-transparent motion-blurred hands from single RGB images, achieving promising performance on synthetic and real datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes