paper-with-me

홈 › Papers

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

2019-06-27 · Xiaomei Zhao, Yihong Wu

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.

📄 PDF Abstract BibTeX arXiv:1906.11470

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVideo Editing

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

MoTDiff: High-resolution Motion Trajectory estimation from a single blurred image using Diffusion models

2025-10-30 · Wontae Choi, Jaelin Lee, Hyung Sup Yun, Byeungwoo Jeon 외 arxiv

Accurate estimation of motion information is crucial in diverse computational imaging and computer vision applications. Researchers have investigated various methods to extract motion information from a single blurred im…

Image Deblurring

Learning to Extract a Video Sequence from a Single Motion-Blurred Image

2018-04-11 · CVPR 2018 6 · Meiguang Jin, Givi Meishvili, Paolo Favaro

We present a method to extract a video sequence from a single motion-blurred image. Motion-blurred images are the result of an averaging process, where instant frames are accumulated over time during the exposure of the …

Computational EfficiencyDeblurring

Unfolding a blurred image

2022-01-28 · Kuldeep Purohit, Anshul Shah, A. N. Rajagopalan

We present a solution for the goal of extracting a video from a single motion blurred image to sequentially reconstruct the clear views of a scene as beheld by the camera during the time of exposure. We first learn motio…

DeblurringDecoderImage DeblurringSingle Image Deblurring+1

Bringing Alive Blurred Moments

2018-04-09 · CVPR 2019 6 · Kuldeep Purohit, Anshul Shah, A. N. Rajagopalan

We present a solution for the goal of extracting a video from a single motion blurred image to sequentially reconstruct the clear views of a scene as beheld by the camera during the time of exposure. We first learn motio…

DeblurringDecoderImage DeblurringSingle Image Deblurring+1

TSPE-GS: Probabilistic Depth Extraction for Semi-Transparent Surface Reconstruction via 3D Gaussian Splatting

2025-11-13 · Zhiyuan Xu, Nan Min, Yuhang Guo, Tong Wei arxiv

3D Gaussian Splatting offers a strong speed-quality trade-off but struggles to reconstruct semi-transparent surfaces because most methods assume a single depth per pixel, which fails when multiple surfaces are visible. W…