paper-with-me

Papers

Learning Pyramid-structured Long-range Dependencies for 3D Human Pose Estimation

2025-06-03 · IEEE Transactions on Multimedia 2025 1 · Mingjie Wei, Xuemei Xie, Yutong Zhong, Guangming Shi

Action coordination in human structure is indispensable for the spatial constraints of 2D joints to recover 3D pose. Usually, action coordination is represented as a long-range dependence among body parts. However, there are two main challenges in modeling long-range dependencies. First, joints should not only be constrained by other individual joints but also be modulated by the body parts. Second, existing methods make networks deeper to learn dependencies between non-linked parts. They introduce uncorrelated noise and increase the model size. In this paper, we utilize a pyramid structure to better learn potential long-range dependencies. It can capture the correlation across joints and groups, which complements the context of the human sub-structure. In an effective cross-scale way, it captures the pyramid-structured long-range dependence. Specifically, we propose a novel Pyramid Graph Attention (PGA) module to capture long-range cross-scale dependencies. It concatenates information from various scales into a compact sequence, and then computes the correlation between scales in parallel. Combining PGA with graph convolution modules, we develop a Pyramid Graph Transformer (PGFormer) for 3D human pose estimation, which is a lightweight multi-scale transformer architecture. It encapsulates human sub-structures into self-attention by pooling. Extensive experiments show that our approach achieves lower error and smaller model size than state-of-the-art methods on Human3.6M and MPI-INF-3DHP datasets. The code is available at https://github.com/MingjieWe/PGFormer.

📄 PDF Abstract BibTeX arXiv:2506.02853

Code (1)

MingjieWe/PGFormer 공식 구현 pytorch

Tasks

3D Human Pose EstimationGraph AttentionPose Estimation

Methods 이 논문이 사용한 방법론

LapEigen 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

PNL: Efficient Long-Range Dependencies Extraction with Pyramid Non-Local Module for Action Recognition

2020-06-09 · Yuecong Xu, Haozhi Cao, Jianfei Yang, Kezhi Mao 외

Long-range spatiotemporal dependencies capturing plays an essential role in improving video features for action recognition. The non-local block inspired by the non-local means is designed to address this challenge and h…

Action Recognition

Pyramid Forcing: Head-Aware Pyramid KV Cache Policy for High-Quality Long Video Generation

2026-05-13 · Jiayu Chen, Junbei Tang, Wenbiao Zhao, Maoliang Li 외 arxiv

Autoregressive video generation enables streaming and open-ended long video synthesis, but still suffers from long-term degradation caused by accumulated errors. Existing KVCache strategies usually apply unified historic…

Video Generation

Swin-Pose: Swin Transformer Based Human Pose Estimation

2022-01-19 · Zinan Xiong, Chenxi Wang, Ying Li, Yan Luo 외

Convolutional neural networks (CNNs) have been widely utilized in many computer vision tasks. However, CNNs have a fixed reception field and lack the ability of long-range perception, which is crucial to human pose estim…

Pose Estimation

An Enhanced Pyramid Feature Network Based on Long-Range Dependencies for Multi-Organ Medical Image Segmentation

2025-09-29 · Dayu Tan, Cheng Kong, Yansen Su, Hai Chen 외 arxiv

In the field of multi-organ medical image segmentation, recent methods frequently employ Transformers to capture long-range dependencies from image features. However, these methods overlook the high computational cost of…

Medical Image Segmentation

Centralized Feature Pyramid for Object Detection

2022-10-05 · Yu Quan, Dong Zhang, Liyan Zhang, Jinhui Tang

Visual feature pyramid has shown its superiority in both effectiveness and efficiency in a wide range of applications. However, the existing methods exorbitantly concentrate on the inter-layer feature interactions but ig…

Objectobject-detectionObject Detection