Skip to content

This repository provides the official implementation and supplementary material for the paper: Enhancing Monocular 3D Hand Reconstruction with Learned Texture Priors

Notifications You must be signed in to change notification settings

gkarv/Hand-Texture-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Enhancing Monocular 3D Hand Reconstruction with Learned Texture Priors

Official repository for the paper:

Enhancing Monocular 3D Hand Reconstruction with Learned Texture Priors
Giorgos Karvounas, Nikolaos Kyriazis, Iason Oikonomidis, Georgios Pavlakos, Antonis A. Argyros
arXiv:2508.09629

Teaser Figure


๐Ÿ“Œ Overview

This work revisits the role of texture in monocular 3D hand reconstruction, treating it not only as a tool for photorealism but as a dense, spatially grounded supervisory signal that enhances pose and shape estimation.

We propose a lightweight, transformer-based texture module that consolidates sparse UVโ€“RGB observations into a full texture prior. Integrated into existing pipelines (e.g., HaMeR), our approach delivers measurable accuracy and realism gains, particularly in occluded and egocentric scenarios, without adding any test-time overhead.


๐Ÿš€ Key Contributions

  • Introduces the first unified framework for learning texture priors from sparse, monocular observations.
  • Transformer-based module with pixel-level attention for coherent texture reconstruction.
  • Weakly-supervised training using differentiable rendering โ€” no manual annotations required.
  • Improves state-of-the-art monocular hand reconstruction benchmarks (e.g., +2.7% PCK on occluded hands).

๐Ÿ”ง Setup Pretrained Weights

  1. Download the weights
    ๐Ÿ‘‰ texture_supervised_hamer_weights These weights have been retrained with our textureโ€“supervised framework, incorporating the learned texture priors described in the paper.

  2. Place the file into the following directory (after cloning and setting up the HaMeR repo): hamer/_DATA/hamer_ckpts/checkpoints/

  3. **Update the init file with hamer.ckpt -> texture_supervised_hamer_weights.ckpt


๐Ÿ“ข Updates

  • Release code
  • Add preparation instructions
  • Provide demo notebooks
  • Release new weights for HaMeR

About

This repository provides the official implementation and supplementary material for the paper: Enhancing Monocular 3D Hand Reconstruction with Learned Texture Priors

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors