中文
相关论文

相关论文: Iterative Graph Filtering Network for 3D Human Pos…

200 篇论文

Learning graph convolutional networks (GCNs) is an emerging field which aims at generalizing convolutional operations to arbitrary non-regular domains. In particular, GCNs operating on spatial domains show superior performances compared to…

计算机视觉与模式识别 · 计算机科学 2021-12-08 Hichem Sahbi

This work introduces a novel convolutional network architecture for the task of human pose estimation. Features are processed across all scales and consolidated to best capture the various spatial relationships associated with the body. We…

计算机视觉与模式识别 · 计算机科学 2016-07-27 Alejandro Newell , Kaiyu Yang , Jia Deng

The common approach to 3D human pose estimation is predicting the body joint coordinates relative to the hip. This works well for a single person but is insufficient in the case of multiple interacting people. Methods predicting absolute…

计算机视觉与模式识别 · 计算机科学 2019-04-15 Márton Véges , András Lőrincz

3D human pose estimation is a classic and important research direction in the field of computer vision. In recent years, Transformer-based methods have made significant progress in lifting 2D to 3D human pose estimation. However, these…

计算机视觉与模式识别 · 计算机科学 2026-04-21 Jiawen Duan , Jian Xiang , Zhiqiang Li , Linlin Xue , Wan Xiang

In this paper, we aim at improving the computational efficiency of graph convolutional networks (GCNs) for learning on point clouds. The basic graph convolution that is typically composed of a $K$-nearest neighbor (KNN) search and a…

计算机视觉与模式识别 · 计算机科学 2021-04-13 Yawei Li , He Chen , Zhaopeng Cui , Radu Timofte , Marc Pollefeys , Gregory Chirikjian , Luc Van Gool

Graph Convolutional Networks (GCNs) have long defined the state-of-the-art in skeleton-based action recognition, leveraging their ability to unravel the complex dynamics of human joint topology through the graph's adjacency matrix. However,…

计算机视觉与模式识别 · 计算机科学 2024-03-05 Yuxuan Zhou , Zhi-Qi Cheng , Jun-Yan He , Bin Luo , Yifeng Geng , Xuansong Xie

Modern multi-layer perceptron (MLP) models have shown competitive results in learning visual representations without self-attention. However, existing MLP models are not good at capturing local details and lack prior knowledge of human body…

计算机视觉与模式识别 · 计算机科学 2024-09-24 Wenhao Li , Mengyuan Liu , Hong Liu , Tianyu Guo , Ti Wang , Hao Tang , Nicu Sebe

Human Activity Recognition (HAR) is a field of study that focuses on identifying and classifying human activities. Skeleton-based Human Activity Recognition has received much attention in recent years, where Graph Convolutional Network…

计算机视觉与模式识别 · 计算机科学 2024-08-01 Jingyao Wang , Emmanuel Bergeret , Issam Falih

Human motion prediction, i.e., forecasting future body poses given observed pose sequence, has typically been tackled with recurrent neural networks (RNNs). However, as evidenced by prior work, the resulted RNN models suffer from prediction…

计算机视觉与模式识别 · 计算机科学 2020-07-08 Wei Mao , Miaomiao Liu , Mathieu Salzmann , Hongdong Li

In this paper, we propose a pose grammar to tackle the problem of 3D human pose estimation. Our model directly takes 2D pose as input and learns a generalized 2D-3D mapping function. The proposed model consists of a base network which…

计算机视觉与模式识别 · 计算机科学 2018-01-08 Haoshu Fang , Yuanlu Xu , Wenguan Wang , Xiaobai Liu , Song-Chun Zhu

In this research, we address the challenge faced by existing deep learning-based human mesh reconstruction methods in balancing accuracy and computational efficiency. These methods typically prioritize accuracy, resulting in large network…

计算机视觉与模式识别 · 计算机科学 2023-02-01 Ayman Ali , Ekkasit Pinyoanuntapong , Pu Wang , Mohsen Dorodchi

In this paper we propose a highly scalable convolutional neural network, end-to-end trainable, for real-time 3D human pose regression from still RGB images. We call this approach the Scalable Sequential Pyramid Networks (SSP-Net) as it is…

计算机视觉与模式识别 · 计算机科学 2020-09-07 Diogo Luvizon , Hedi Tabia , David Picard

A new method is proposed for human motion prediction by learning temporal and spatial dependencies. Recently, multiscale graphs have been developed to model the human body at higher abstraction levels, resulting in more stable motion…

计算机视觉与模式识别 · 计算机科学 2023-09-01 Mohsen Zand , Ali Etemad , Michael Greenspan

In this work, we propose a new solution to 3D human pose estimation in videos. Instead of directly regressing the 3D joint locations, we draw inspiration from the human skeleton anatomy and decompose the task into bone direction prediction…

计算机视觉与模式识别 · 计算机科学 2021-01-27 Tianlang Chen , Chen Fang , Xiaohui Shen , Yiheng Zhu , Zhili Chen , Jiebo Luo

Bottom-up approaches for image-based multi-person pose estimation consist of two stages: (1) keypoint detection and (2) grouping of the detected keypoints to form person instances. Current grouping approaches rely on learned embedding from…

计算机视觉与模式识别 · 计算机科学 2021-04-07 Jiahao Lin , Gim Hee Lee

We propose a new loss function, called motion loss, for the problem of monocular 3D Human pose estimation from 2D pose. In computing motion loss, a simple yet effective representation for keypoint motion, called pairwise motion encoding, is…

计算机视觉与模式识别 · 计算机科学 2020-04-30 Jingbo Wang , Sijie Yan , Yuanjun Xiong , Dahua Lin

Person re-identification (reID) aims at retrieving a person from images captured by different cameras. For deep-learning-based reID methods, it has been proved that using local features together with global feature could help to give robust…

计算机视觉与模式识别 · 计算机科学 2022-01-11 Zhijun He , Hongbo Zhao , Wenquan Feng

Existing monocular 3D pose estimation methods primarily rely on joint positional features, while overlooking intrinsic directional and angular correlations within the skeleton. As a result, they often produce implausible poses under joint…

计算机视觉与模式识别 · 计算机科学 2025-06-18 Ming Xu , Xu Zhang

In recent years, graph convolutional networks (GCNs) play an increasingly critical role in skeleton-based human action recognition. However, most GCN-based methods still have two main limitations: 1) They only consider the motion…

计算机视觉与模式识别 · 计算机科学 2022-02-10 Zhigang Tu , Jiaxu Zhang , Hongyan Li , Yujin Chen , Junsong Yuan

Graph Convolutional Networks (GCNs) are state-of-the-art graph based representation learning models by iteratively stacking multiple layers of convolution aggregation operations and non-linear activation operations. Recently, in…

信息检索 · 计算机科学 2020-01-29 Lei Chen , Le Wu , Richang Hong , Kun Zhang , Meng Wang