paper-with-me

Papers

Refinement Module based on Parse Graph of Feature Map for Human Pose Estimation

2025-01-19 · Shibang Liu, Xuemei Xie, Guangming Shi

The parse graph play a crucial role in enhancing the performance of human pose estimation (HPE). Its key advantage lies in its hierarchical structure, like a tree structure, and context relations among nodes, which enable more accurate for inference. To equip models with the advantage of parse graphs, many researchers predefine the parse graph of body structure for HPE. However, these frameworks struggle to adapt to instances that deviate from the predefined parse graph and they are often parameter-heavy. Unlike them, we view the feature map holistically, much like the human body. It can be optimized using parse graphs, where nodes' implicit feature representation boosts adaptability, avoiding rigid structural limitations. In this paper, we design the Refinement Module based on the Parse Graph of feature map (RMPG), which includes two stages: top-down decomposition and bottom-up combination. In the first stage, the feature map is constructed into a tree structure through recursive decomposition, with each node representing a sub-feature map, thereby achieving hierarchical modeling of features. In the second stage, context information is calculated and sub-feature maps with context are recursively connected to gradually build a refined feature map. Additionally, we design a hierarchical network with fewer parameters using multiple RMPG modules to model the context relations and hierarchies in the parse graph of body structure for HPE, some of which are supervised to obtain context relations among body parts. Our network achieves excellent results on multiple mainstream human pose datasets and the effectiveness of RMPG is proven on different methods. The code of RMPG will be open.

📄 PDF Abstract BibTeX arXiv:2501.11069

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint DetectionPose Estimation

Similar Papers 제목 키워드 기반

Cascade Image Matting with Deformable Graph Refinement

2021-05-06 · ICCV 2021 10 · Zijian Yu, Xuhui Li, Huijuan Huang, Wen Zheng 외

Image matting refers to the estimation of the opacity of foreground objects. It requires correct contours and fine details of foreground objects for the matting results. To better accomplish human image matting tasks, we…

Image Matting

HopFIR: Hop-wise GraphFormer with Intragroup Joint Refinement for 3D Human Pose Estimation

2023-02-28 · ICCV 2023 1 · Kai Zhai, Qiang Nie, Bo Ouyang, Xiang Li 외

2D-to-3D human pose lifting is fundamental for 3D human pose estimation (HPE), for which graph convolutional networks (GCNs) have proven inherently suitable for modeling the human skeletal topology. However, the current …

3D Human Pose EstimationPose Estimation

Graph-PCNN: Two Stage Human Pose Estimation with Graph Pose Refinement

2020-07-21 · ECCV 2020 8 · Jian Wang, Xiang Long, Yuan Gao, Errui Ding 외

Recently, most of the state-of-the-art human pose estimation methods are based on heatmap regression. The final coordinates of keypoints are obtained by decoding heatmap directly. In this paper, we aim to find a better a…

Pose EstimationregressionVocal Bursts Valence Prediction

DenseFormer: Learning Dense Depth Map from Sparse Depth and Image via Conditional Diffusion Model

2025-03-31 · Ming Yuan, Sichao Wang, Chuang Zhang, Lei He 외

The depth completion task is a critical problem in autonomous driving, involving the generation of dense depth maps from sparse depth maps and RGB images. Most existing methods employ a spatial propagation network to ite…

Autonomous DrivingDenoisingDepth Completion

Attention-SLAM: A Visual Monocular SLAM Learning from Human Gaze

2020-09-15 · Jinquan Li, Ling Pei, Danping Zou, Songpengcheng Xia 외

This paper proposes a novel simultaneous localization and mapping (SLAM) approach, namely Attention-SLAM, which simulates human navigation mode by combining a visual saliency model (SalNavNet) with traditional monocular …

Simultaneous Localization and Mapping