CVMar 27, 2025

HORT: Monocular Hand-held Objects Reconstruction with Transformers

arXiv:2503.21313v28 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a specific challenge in computer vision for applications like AR/VR and robotics, representing an incremental improvement over prior work.

The paper tackles the problem of reconstructing 3D hand-held objects from monocular images, achieving state-of-the-art accuracy with significantly faster inference speed compared to existing methods.

Reconstructing hand-held objects in 3D from monocular images remains a significant challenge in computer vision. Most existing approaches rely on implicit 3D representations, which produce overly smooth reconstructions and are time-consuming to generate explicit 3D shapes. While more recent methods directly reconstruct point clouds with diffusion models, the multi-step denoising makes high-resolution reconstruction inefficient. To address these limitations, we propose a transformer-based model to efficiently reconstruct dense 3D point clouds of hand-held objects. Our method follows a coarse-to-fine strategy, first generating a sparse point cloud from the image and progressively refining it into a dense representation using pixel-aligned image features. To enhance reconstruction accuracy, we integrate image features with 3D hand geometry to jointly predict the object point cloud and its pose relative to the hand. Our model is trained end-to-end for optimal performance. Experimental results on both synthetic and real datasets demonstrate that our method achieves state-of-the-art accuracy with much faster inference speed, while generalizing well to in-the-wild images.

Foundations

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

Your Notes