Hand Visibility Detector: Per-Keypoint Visibility Estimation for Hands

Ryosei Hara, Masashi Hatano, Rintaro Yanagi, Atsushi Hashimoto, Takuma Yagi, Mariko Isogawa

arXiv:2608.11574 · 2026-08-13 공개 · arXiv · PDF

robotics pretrained-models pose-estimation occlusion-handling ar-vr reprojection-error hand-visibility triangulation

Abstract

Hand Pose Estimation (HPE) is a fundamental technology for various applications such as AR/VR and robotics. In these applications, the visibility of each hand joint in the image is crucial for assessing the reliability of estimation results under occlusion. However, most existing HPE methods output joint positions without explicitly indicating their visibility. Although some methods account for occlusion or visibility, visibility estimation has mainly been used as an auxiliary signal for improving pose estimation. To our knowledge, per-joint hand visibility estimation has not been systematically studied as a standalone task. In this work, we propose Hand Visibility Detector, a model for estimating the visibility of individual hand joints, and present the first systematic investigation of visibility estimation as an independent task. We show that leveraging the prior knowledge of HPE models pretrained on large-scale data as a backbone yields high performance in this task. We further demonstrate the utility of Hand Visibility Detector on a downstream task of 3D hand pose annotation via multi-view triangulation of 2D keypoints, showing that visibility-weighted triangulation reduces reprojection error. Our method is released as a ready-to-use package, and the code and demo are available at https://github.com/ryhara/hand_visibility_detector .

한국어 요약

한 줄 요약

손 관절별 가시성 추정을 위한 독립적 모델인 Hand Visibility Detector를 제안하고, 3D 손 포즈 추정에서 재투영 오류 감소를 실증적으로 보인다.

핵심 기여도

핵심 아이디어

기존 HPE 모델은 관절 위치만 출력하며, 가시성은 보조 신호로 사용되었다. 본 연구는 관절별 가시성 자체를 독립적 추정 대상으로 정의하고, 이를 위해 가시성 헤드(visibility head)를 사전 학습된 HPE 모델(ViT)에 붙인 간단한 구조를 제안한다. 이는 사전 학습된 모델이 이미 학습한 대규모 데이터의 사전 지식을 활용하여, 가시성 추정 성능을 향상시키는 핵심 아이디어이다. 또한, 가시성 정보를 3D 포즈 추정에 활용함으로써 재투영 오류를 감소시킬 수 있음을 보인다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용

AR/VR, 로봇, 인간-컴퓨터 상호작용 등에서 손 포즈 추정의 신뢰도를 평가하는 데 활용 가능. 특히, 다중 뷰 3D 포즈 자동 라벨링에서 재투영 오류 감소를 통해 라벨링 정확도를 향상시킬 수 있다.