中文
相关论文

相关论文: Rethinking Graph Convolution for 2D-to-3D Hand Pos…

200 篇论文

With the advances in capturing 2D or 3D skeleton data, skeleton-based action recognition has received an increasing interest over the last years. As skeleton data is commonly represented by graphs, graph convolutional networks have been…

计算机视觉与模式识别 · 计算机科学 2021-01-19 Shijie Li , Jinhui Yi , Yazan Abu Farha , Juergen Gall

In this paper, we propose a novel graph convolutional network architecture, Graph Stacked Hourglass Networks, for 2D-to-3D human pose estimation tasks. The proposed architecture consists of repeated encoder-decoder, in which…

计算机视觉与模式识别 · 计算机科学 2021-03-31 Tianhan Xu , Wataru Takano

3D hand pose estimation from a single depth image plays an important role in computer vision and human-computer interaction. Although recent hand pose estimation methods using convolution neural network (CNN) have shown notable improvements…

计算机视觉与模式识别 · 计算机科学 2020-08-28 Cheol-hwan Yoo , Seo-won Ji , Yong-goo Shin , Seung-wook Kim , Sung-jea Ko

Graph Convolution Network (GCN) has been successfully used for 3D human pose estimation in videos. However, it is often built on the fixed human-joint affinity, according to human skeleton. This may reduce adaptation capacity of GCN to…

计算机视觉与模式识别 · 计算机科学 2021-09-16 Junhao Zhang , Yali Wang , Zhipeng Zhou , Tianyu Luan , Zhe Wang , Yu Qiao

Thanks to the rapid development of CNNs and depth sensors, great progress has been made in 3D hand pose estimation. Nevertheless, it is still far from being solved for its cluttered circumstance and severe self-occlusion of hand. In this…

机器人学 · 计算机科学 2019-11-13 Weiguo Zhou , Xin Jiang , Chen Chen , Sijia Mei , Yun-Hui Liu

Despite the recent progress, 3D multi-person pose estimation from monocular videos is still challenging due to the commonly encountered problem of missing information caused by occlusion, partially out-of-frame target persons, and…

计算机视觉与模式识别 · 计算机科学 2021-04-08 Yu Cheng , Bo Wang , Bo Yang , Robby T. Tan

Graph convolutional network (GCN)-based methods have shown strong performance in 3D human pose estimation by leveraging the natural graph structure of the human skeleton. However, their local receptive field limits their ability to capture…

计算机视觉与模式识别 · 计算机科学 2025-11-13 Abu Taib Mohammed Shahjahan , A. Ben Hamza

Graph Convolutional Networks (GCNs) have attracted increasing interests for the task of skeleton-based action recognition. The key lies in the design of the graph structure, which encodes skeleton topology information. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2020-07-30 Fanfan Ye , Shiliang Pu , Qiaoyong Zhong , Chao Li , Di Xie , Huiming Tang

WiFi-based human pose estimation (HPE) has attracted increasing attention due to its resilience to occlusion and privacy-preserving compared to camera-based methods. However, existing WiFi-based HPE approaches often employ regression…

计算机视觉与模式识别 · 计算机科学 2025-11-25 Jichao Chen , YangYang Qu , Ruibo Tang , Dirk Slock

Graph Neural Networks (GNN) have emerged as a popular and standard approach for learning from graph-structured data. The literature on GNN highlights the potential of this evolving research area and its widespread adoption in real-life…

机器学习 · 计算机科学 2024-03-25 Sukhdeep Singh , Anuj Sharma , Vinod Kumar Chauhan

We present an attention-based spatial graph convolution (AGC) for graph neural networks (GNNs). Existing AGCs focus on only using node-wise features and utilizing one type of attention function when calculating attention weights. Instead,…

计算机视觉与模式识别 · 计算机科学 2023-03-06 Yang Li , Yuichi Tanaka

With increasing applications of 3D hand pose estimation in various human-computer interaction applications, convolution neural networks (CNNs) based estimation models have been actively explored. However, the existing models require complex…

计算机视觉与模式识别 · 计算机科学 2021-08-13 Wencan Cheng , Jae Hyun Park , Jong Hwan Ko

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 GCN-based 3D HPE…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Kai Zhai , Qiang Nie , Bo Ouyang , Xiang Li , Shanlin Yang

In this paper, we study the problem of learning Graph Convolutional Networks (GCNs) for regression. Current architectures of GCNs are limited to the small receptive field of convolution filters and shared transformation matrix for each…

计算机视觉与模式识别 · 计算机科学 2020-03-10 Long Zhao , Xi Peng , Yu Tian , Mubbasir Kapadia , Dimitris N. Metaxas

Monocular 3D human pose estimation remains a fundamentally ill-posed inverse problem due to the inherent depth ambiguity in 2D-to-3D lifting. While contemporary video-based methods leverage temporal context to enhance spatial reasoning,…

计算机视觉与模式识别 · 计算机科学 2025-10-23 Zhuoyang Xie , Yibo Zhao , Hui Huang , Riwei Wang , Zan Gao

Data augmentation aims to generate new and synthetic features from the original data, which can identify a better representation of data and improve the performance and generalizability of downstream tasks. However, data augmentation for…

机器学习 · 计算机科学 2021-06-17 Zhengzheng Tang , Ziyue Qiao , Xuehai Hong , Yang Wang , Fayaz Ali Dharejo , Yuanchun Zhou , Yi Du

Graph Neural Networks (GNNs) have emerged as the de facto standard for modeling graph data, with attention mechanisms and transformers significantly enhancing their performance on graph-based tasks. Despite these advancements, the…

机器学习 · 计算机科学 2025-04-07 Nikhil Shivakumar Nayak

3D human pose estimation is a difficult task, due to challenges such as occluded body parts and ambiguous poses. Graph convolutional networks encode the structural information of the human skeleton in the form of an adjacency matrix, which…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Soubarna Banik , Alejandro Mendoza Gracia , Alois Knoll

Graph convolutional networks (GCNs) update a node's feature vector by aggregating features from its neighbors in the graph. This ignores potentially useful contributions from distant nodes. Identifying such useful distant contributions is…

人工智能 · 计算机科学 2020-03-03 Hesham Mostafa , Marcel Nassar

We present Bi-Level Attention-Based Relational Graph Convolutional Networks (BR-GCN), unique neural network architectures that utilize masked self-attentional layers with relational graph convolutions, to effectively operate on highly…

机器学习 · 计算机科学 2024-04-16 Roshni G. Iyer , Wei Wang , Yizhou Sun