paper-with-me

홈 › Papers

Iterative Graph Filtering Network for 3D Human Pose Estimation

2023-07-29 · Zaedul Islam, A. Ben Hamza

Graph convolutional networks (GCNs) have proven to be an effective approach for 3D human pose estimation. By naturally modeling the skeleton structure of the human body as a graph, GCNs are able to capture the spatial relationships between joints and learn an efficient representation of the underlying pose. However, most GCN-based methods use a shared weight matrix, making it challenging to accurately capture the different and complex relationships between joints. In this paper, we introduce an iterative graph filtering framework for 3D human pose estimation, which aims to predict the 3D joint positions given a set of 2D joint locations in images. Our approach builds upon the idea of iteratively solving graph filtering with Laplacian regularization via the Gauss-Seidel iterative method. Motivated by this iterative solution, we design a Gauss-Seidel network (GS-Net) architecture, which makes use of weight and adjacency modulation, skip connection, and a pure convolutional block with layer normalization. Adjacency modulation facilitates the learning of edges that go beyond the inherent connections of body joints, resulting in an adjusted graph structure that reflects the human skeleton, while skip connections help maintain crucial information from the input layer's initial features as the network depth increases. We evaluate our proposed model on two standard benchmark datasets, and compare it with a comprehensive set of strong baseline methods for 3D human pose estimation. Our experimental results demonstrate that our approach outperforms the baseline methods on both datasets, achieving state-of-the-art performance. Furthermore, we conduct ablation studies to analyze the contributions of different components of our model architecture and show that the skip connection and adjacency modulation help improve the model performance.

📄 PDF Abstract BibTeX arXiv:2307.16074

Code (1)

zaedulislam/gs-net 공식 구현 pytorch

Tasks

3D Human Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Thy Friend is My Friend: Iterative Collaborative Filtering for Sparse Matrix Estimation

2017-12-01 · NeurIPS 2017 12 · Christian Borgs, Jennifer Chayes, Christina E. Lee, Devavrat Shah

The sparse matrix estimation problem consists of estimating the distribution of an $n\times n$ matrix $Y$, from a sparsely observed single instance of this matrix where the entries of $Y$ are independent random variable…

Collaborative FilteringCommunity DetectionGraphon EstimationMatrix Completion+1

Natural Gradient Bayesian Filtering: Geometry-Aware Filter for Dynamical Systems

2026-05-04 · Chang Liu, Wenhan Cao, Zeju Sun, Tianyi Zhang 외 arxiv

Bayesian filtering is a cornerstone of state estimation in complex systems such as aerospace systems, yet exact solutions are available only for linear Gaussian models. In practice,nonlinear systems are handled through t…

A Comparative Study of Glottal Source Estimation Techniques

2019-12-28 · Thomas Drugman, Baris Bozkurt, Thierry Dutoit

Source-tract decomposition (or glottal flow estimation) is one of the basic problems of speech processing. For this, several techniques have been proposed in the literature. However studies comparing different approaches…

Localized Iterative Methods for Interpolation in Graph Structured Data

2013-10-09 · Sunil K. Narang, Akshay Gadde, Eduard Sanou, Antonio Ortega

In this paper, we present two localized graph filtering based methods for interpolating graph signals defined on the vertices of arbitrary graphs from only a partial set of samples. The first method is an extension of pr…

Self-supervised Optimization of Hand Pose Estimation using Anatomical Features and Iterative Learning

2023-07-06 · Christian Jauch, Timo Leitritz, Marco F. Huber

Manual assembly workers face increasing complexity in their work. Human-centered assistance systems could help, but object recognition as an enabling technology hinders sophisticated human-centered design of these system…

Activity RecognitionHand Pose EstimationObject RecognitionPose Estimation