CVMar 28, 2022

HandOccNet: Occlusion-Robust 3D Hand Mesh Estimation Network

arXiv:2203.14564v1162 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This addresses occlusion robustness in 3D hand mesh estimation for applications like human-computer interaction, though it is incremental as it builds on prior work by focusing on occluded regions.

The paper tackles the problem of 3D hand mesh estimation under severe occlusion by objects, proposing HandOccNet, which exploits occluded region information to enhance features and achieves state-of-the-art performance on benchmarks with challenging hand-object occlusions.

Hands are often severely occluded by objects, which makes 3D hand mesh estimation challenging. Previous works often have disregarded information at occluded regions. However, we argue that occluded regions have strong correlations with hands so that they can provide highly beneficial information for complete 3D hand mesh estimation. Thus, in this work, we propose a novel 3D hand mesh estimation network HandOccNet, that can fully exploits the information at occluded regions as a secondary means to enhance image features and make it much richer. To this end, we design two successive Transformer-based modules, called feature injecting transformer (FIT) and self- enhancing transformer (SET). FIT injects hand information into occluded region by considering their correlation. SET refines the output of FIT by using a self-attention mechanism. By injecting the hand information to the occluded region, our HandOccNet reaches the state-of-the-art performance on 3D hand mesh benchmarks that contain challenging hand-object occlusions. The codes are available in: https://github.com/namepllet/HandOccNet.

Foundations

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

Your Notes