paper-with-me

Papers

JGR-P2O: Joint Graph Reasoning based Pixel-to-Offset Prediction Network for 3D Hand Pose Estimation from a Single Depth Image

2020-07-09 · ECCV 2020 8 · Linpu Fang, Xingyan Liu, Li Liu, Hang Xu, Wenxiong Kang

State-of-the-art single depth image-based 3D hand pose estimation methods are based on dense predictions, including voxel-to-voxel predictions, point-to-point regression, and pixel-wise estimations. Despite the good performance, those methods have a few issues in nature, such as the poor trade-off between accuracy and efficiency, and plain feature representation learning with local convolutions. In this paper, a novel pixel-wise prediction-based method is proposed to address the above issues. The key ideas are two-fold: a) explicitly modeling the dependencies among joints and the relations between the pixels and the joints for better local feature representation learning; b) unifying the dense pixel-wise offset predictions and direct joint regression for end-to-end training. Specifically, we first propose a graph convolutional network (GCN) based joint graph reasoning module to model the complex dependencies among joints and augment the representation capability of each pixel. Then we densely estimate all pixels' offsets to joints in both image plane and depth space and calculate the joints' positions by a weighted average over all pixels' predictions, totally discarding the complex postprocessing operations. The proposed model is implemented with an efficient 2D fully convolutional network (FCN) backbone and has only about 1.4M parameters. Extensive experiments on multiple 3D hand pose estimation benchmarks demonstrate that the proposed method achieves new state-of-the-art accuracy while running very efficiently with around a speed of 110fps on a single NVIDIA 1080Ti GPU.

📄 PDF Abstract BibTeX arXiv:2007.04646

Code (1)

fanglinpu/JGR-P2O 공식 구현 tf

Tasks

3D Hand Pose EstimationGPUHand Pose EstimationPose EstimationregressionRepresentation Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

OVeNet: Offset Vector Network for Semantic Segmentation

2023-03-25 · Stamatis Alexandropoulos, Christos Sakaridis, Petros Maragos

Semantic segmentation is a fundamental task in visual scene understanding. We focus on the supervised setting, where ground-truth semantic annotations are available. Based on knowledge about the high regularity of real-w…

Optical Character Recognition (OCR)Scene UnderstandingSemantic Segmentation

HIH: Towards More Accurate Face Alignment via Heatmap in Heatmap

2021-04-07 · Xing Lan, Qinghao Hu, Qiang Chen, Jian Xue 외

Heatmap-based regression overcomes the lack of spatial and contextual information of direct coordinate regression, and has revolutionized the task of face alignment. Yet it suffers from quantization errors caused by negl…

Face Alignmentregression

Predicting ptychography probe positions using single-shot phase retrieval neural network

2024-05-31 · Ming Du, Tao Zhou, Junjing Deng, Daniel J. Ching 외

Ptychography is a powerful imaging technique that is used in a variety of fields, including materials science, biology, and nanotechnology. However, the accuracy of the reconstructed ptychography image is highly dependen…

Image RegistrationPositionRetrieval

SoTCKGE:Continual Knowledge Graph Embedding Based on Spatial Offset Transformation

2025-03-11 · Xinyan Wang, Jinshuo Liu, Cheng Bi, Kaijian Xie 외

Current Continual Knowledge Graph Embedding (CKGE) methods primarily rely on translation-based embedding methods, leveraging previously acquired knowledge to initialize new facts. To enhance learning efficiency, these me…

Continual LearningGraph EmbeddingKnowledge Graph EmbeddingTranslation

TopoMaskV3: 3D Mask Head with Dense Offset and Height Predictions for Road Topology Understanding

2026-03-02 · Muhammet Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel arxiv

Mask-based paradigms for road topology understanding, such as TopoMaskV2, offer a complementary alternative to query-based methods by generating centerlines via a dense rasterized intermediate representation. However, pr…