paper-with-me

Papers

Detecting Hands and Recognizing Physical Contact in the Wild

2020-10-19 · NeurIPS 2020 12 · Supreeth Narasimhaswamy, Trung Nguyen, Minh Hoai

We investigate a new problem of detecting hands and recognizing their physical contact state in unconstrained conditions. This is a challenging inference task given the need to reason beyond the local appearance of hands. The lack of training annotations indicating which object or parts of an object the hand is in contact with further complicates the task. We propose a novel convolutional network based on Mask-RCNN that can jointly learn to localize hands and predict their physical contact to address this problem. The network uses outputs from another object detector to obtain locations of objects present in the scene. It uses these outputs and hand locations to recognize the hand's contact state using two attention mechanisms. The first attention mechanism is based on the hand and a region's affinity, enclosing the hand and the object, and densely pools features from this region to the hand region. The second attention module adaptively selects salient features from this plausible region of contact. To develop and evaluate our method's performance, we introduce a large-scale dataset called ContactHands, containing unconstrained images annotated with hand locations and contact states. The proposed network, including the parameters of attention modules, is end-to-end trainable. This network achieves approximately 7\% relative improvement over a baseline network that was built on the vanilla Mask-RCNN architecture and trained for recognizing hand contact states.

📄 PDF Abstract BibTeX arXiv:2010.09676

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Similar Papers 제목 키워드 기반

Whose Hands Are These? Hand Detection and Hand-Body Association in the Wild

2022-01-01 · CVPR 2022 1 · Supreeth Narasimhaswamy, Thanh Nguyen, Mingzhen Huang, Minh Hoai

We study a new problem of detecting hands and finding the location of the corresponding person for each detected hand. This task is helpful for many downstream tasks such as hand tracking and hand contact estimation.…

Hand Detection

HOIST-Former: Hand-held Objects Identification Segmentation and Tracking in the Wild

2024-01-01 · CVPR 2024 1 · Supreeth Narasimhaswamy, Huy Anh Nguyen, Lihan Huang, Minh Hoai

We address the challenging task of identifying segmenting and tracking hand-held objects which is crucial for applications such as human action segmentation and performance evaluation. This task is particularly chall…

Action SegmentationSegmentation

HOIST-Former: Hand-held Objects Identification, Segmentation, and Tracking in the Wild

2024-04-22 · Supreeth Narasimhaswamy, Huy Anh Nguyen, Lihan Huang, Minh Hoai

We address the challenging task of identifying, segmenting, and tracking hand-held objects, which is crucial for applications such as human action segmentation and performance evaluation. This task is particularly challe…

Action SegmentationSegmentation

DICE: End-to-end Deformation Capture of Hand-Face Interactions from a Single Image

2024-06-26 · Qingxuan Wu, Zhiyang Dou, Sirui Xu, Soshi Shimada 외

Reconstructing 3D hand-face interactions with deformations from a single image is a challenging yet crucial task with broad applications in AR, VR, and gaming. The challenges stem from self-occlusions during single-view …

GPU

SECOND-Grasp: Semantic Contact-guided Dexterous Grasping

2026-05-13 · Han Yi Shin, Heeju Ko, Jaewon Mun, Qixing Huang 외 arxiv

Achieving reliable robotic manipulation, such as dexterous grasping, requires a synergy between physically stable interactions and semantic task guidance, yet these objectives are often treated as separate, disjoint goal…