paper-with-me

Papers

FastV2C-HandNet: Fast Voxel to Coordinate Hand Pose Estimation with 3D Convolutional Neural Networks

2019-07-15 · Rohan Lekhwani, Bhupendra Singh

Hand pose estimation from monocular depth images has been an important and challenging problem in the Computer Vision community. In this paper, we present a novel approach to estimate 3D hand joint locations from 2D depth images. Unlike most of the previous methods, our model captures the 3D spatial information from a depth image thereby giving it a greater understanding of the input. We voxelize the input depth map to capture the 3D features of the input and perform 3D data augmentations to make our network robust to real-world images. Our network is trained in an end-to-end manner which reduces time and space complexity significantly when compared to other methods. Through extensive experiments, we show that our model outperforms state-of-the-art methods with respect to the time it takes to train and predict 3D hand joint locations. This makes our method more suitable for real-world hand pose estimation scenarios.

📄 PDF Abstract BibTeX arXiv:1907.06327

Code (1)

RonLek/FastV2C-HandNet tf

Tasks

Hand Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

FastViDAR: Real-Time Omnidirectional Depth Estimation via Alternative Hierarchical Attention

2025-09-28 · Hangtian Zhao, Xiang Chen, Yizhe Li, Qianhao Wang 외 arxiv

In this paper we propose FastViDAR, a novel framework that takes four fisheye camera inputs and produces a full $360^\circ$ depth map along with per-camera depth, fusion depth, and confidence estimates. Our main contribu…

Depth Estimation

An Image is Worth 1/2 Tokens After Layer 2: Plug-and-Play Inference Acceleration for Large Vision-Language Models

2024-03-11 · Liang Chen, Haozhe Zhao, Tianyu Liu, Shuai Bai 외

In this study, we identify the inefficient attention phenomena in Large Vision-Language Models (LVLMs), notably within prominent models like LLaVA-1.5, QwenVL-Chat and Video-LLaVA. We find out that the attention computat…

Computational EfficiencyVideo Understanding

SO-HandNet: Self-Organizing Network for 3D Hand Pose Estimation With Semi-Supervised Learning

2019-10-01 · ICCV 2019 10 · Yujin Chen, Zhigang Tu, Liuhao Ge, Dejun Zhang 외

3D hand pose estimation has made significant progress recently, where Convolutional Neural Networks (CNNs) play a critical role. However, most of the existing CNN-based hand pose estimation methods depend much on the tra…

3D Hand Pose EstimationDecoderHand Pose EstimationPose Estimation

Recovering 3D Hand Mesh Sequence from a Single Blurry Image: A New Dataset and Temporal Unfolding

2023-03-27 · CVPR 2023 1 · Yeonguk Oh, JoonKyu Park, Jaeha Kim, Gyeongsik Moon 외

Hands, one of the most dynamic parts of our body, suffer from blur due to their active movements. However, previous 3D hand mesh recovery methods have mainly focused on sharp hand images rather than considering blur due …

FastVLM: Efficient Vision Encoding for Vision Language Models

2024-12-17 · CVPR 2025 1 · Pavan Kumar Anasosalu Vasu, Fartash Faghri, Chun-Liang Li, Cem Koc 외

Scaling the input image resolution is essential for enhancing the performance of Vision Language Models (VLMs), particularly in text-rich image understanding tasks. However, popular visual encoders such as ViTs become in…