paper-with-me

홈 › Papers

Action Recognition with Kernel-based Graph Convolutional Networks

2020-12-28 · Hichem Sahbi

Learning graph convolutional networks (GCNs) is an emerging field which aims at generalizing deep learning to arbitrary non-regular domains. Most of the existing GCNs follow a neighborhood aggregation scheme, where the representation of a node is recursively obtained by aggregating its neighboring node representations using averaging or sorting operations. However, these operations are either ill-posed or weak to be discriminant or increase the number of training parameters and thereby the computational complexity and the risk of overfitting. In this paper, we introduce a novel GCN framework that achieves spatial graph convolution in a reproducing kernel Hilbert space (RKHS). The latter makes it possible to design, via implicit kernel representations, convolutional graph filters in a high dimensional and more discriminating space without increasing the number of training parameters. The particularity of our GCN model also resides in its ability to achieve convolutions without explicitly realigning nodes in the receptive fields of the learned graph filters with those of the input graphs, thereby making convolutions permutation agnostic and well defined. Experiments conducted on the challenging task of skeleton-based action recognition show the superiority of the proposed method against different baselines as well as the related work.

📄 PDF Abstract BibTeX arXiv:2012.14186

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Poisson Kernel Avoiding Self-Smoothing in Graph Convolutional Networks

2020-02-07 · Ziqing Yang, Shoudong Han, Jun Zhao

Graph convolutional network (GCN) is now an effective tool to deal with non-Euclidean data, such as social networks in social behavior analysis, molecular structure analysis in the field of chemistry, and skeleton-based …

Action RecognitionSkeleton Based Action Recognition

DD-GCN: Directed Diffusion Graph Convolutional Network for Skeleton-based Human Action Recognition

2023-08-24 · Chang Li, Qian Huang, Yingchi Mao

Graph Convolutional Networks (GCNs) have been widely used in skeleton-based human action recognition. In GCN-based methods, the spatio-temporal graph is fundamental for capturing motion patterns. However, existing approa…

Action RecognitionTemporal Action Localization

Leveraging Spatio-Temporal Dependency for Skeleton-Based Action Recognition

2022-12-09 · ICCV 2023 1 · Jungho Lee, Minhyeok Lee, Suhwan Cho, Sungmin Woo 외

Skeleton-based action recognition has attracted considerable attention due to its compact representation of the human body's skeletal sructure. Many recent methods have achieved remarkable performance using graph convolu…

Action RecognitionSkeleton Based Action Recognition

MixTConv: Mixed Temporal Convolutional Kernels for Efficient Action Recogntion

2020-01-19 · Kaiyu Shan, Yongtao Wang, Zhuoying Wang, TingTing Liang 외

To efficiently extract spatiotemporal features of video for action recognition, most state-of-the-art methods integrate 1D temporal convolution into a conventional 2D CNN backbone. However, they all exploit 1D temporal c…

Action Recognition

Kernel Pooling for Convolutional Neural Networks

2017-07-01 · CVPR 2017 7 · Yin Cui, Feng Zhou, Jiang Wang, Xiao Liu 외

Convolutional Neural Networks (CNNs) with Bilinear Pooling, initially in their full form and later using compact representations, have yielded impressive performance gains on a wide range of visual tasks, including fine-…

Face RecognitionFine-Grained Visual CategorizationQuestion AnsweringVisual Question Answering+1