paper-with-me

Papers

Learning Chebyshev Basis in Graph Convolutional Networks for Skeleton-based Action Recognition

2021-04-12 · Hichem Sahbi

Spectral graph convolutional networks (GCNs) are particular deep models which aim at extending neural networks to arbitrary irregular domains. The principle of these networks consists in projecting graph signals using the eigen-decomposition of their Laplacians, then achieving filtering in the spectral domain prior to back-project the resulting filtered signals onto the input graph domain. However, the success of these operations is highly dependent on the relevance of the used Laplacians which are mostly handcrafted and this makes GCNs clearly sub-optimal. In this paper, we introduce a novel spectral GCN that learns not only the usual convolutional parameters but also the Laplacian operators. The latter are designed "end-to-end" as a part of a recursive Chebyshev decomposition with the particularity of conveying both the differential and the non-differential properties of the learned representations -- with increasing order and discrimination power -- without overparametrizing the trained GCNs. Extensive experiments, conducted on the challenging task of skeleton-based action recognition, show the generalization ability and the outperformance of our proposed Laplacian design w.r.t. different baselines (built upon handcrafted and other learned Laplacians) as well as the related work.

📄 PDF Abstract BibTeX arXiv:2104.05482

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…

Similar Papers 제목 키워드 기반

Optimized Skeleton-based Action Recognition via Sparsified Graph Regression

2018-11-29 · Xiang Gao, Wei Hu, Jiaxiang Tang, Jiaying Liu 외

With the prevalence of accessible depth sensors, dynamic human body skeletons have attracted much attention as a robust modality for action recognition. Previous methods model skeletons based on RNN or CNN, which has lim…

Action Recognitiongraph constructionGraph Regressionregression+2

Convolutional Neural Networks on Graphs with Chebyshev Approximation, Revisited

2022-02-04 · Mingguo He, Zhewei Wei, Ji-Rong Wen

Designing spectral convolutional networks is a challenging problem in graph learning. ChebNet, one of the early attempts, approximates the spectral graph convolutions using Chebyshev polynomials. GCN simplifies ChebNet b…

GPRGraph LearningNode Classification

Learning Connectivity with Graph Convolutional Networks for Skeleton-based Action Recognition

2021-12-06 · Hichem Sahbi

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 perfo…

Action RecognitionSkeleton Based Action Recognition

From ChebNet to ChebGibbsNet

2024-12-02 · Jie Zhang, Min-Te Sun

Recent advancements in Spectral Graph Convolutional Networks (SpecGCNs) have led to state-of-the-art performance in various graph representation learning tasks. To exploit the potential of SpecGCNs, we analyze correspond…

Graph Representation LearningNode ClassificationRepresentation Learning

Multi-hop Graph Convolutional Network with High-order Chebyshev Approximation for Text Reasoning

2021-06-08 · ACL 2021 5 · Shuoran Jiang, Qingcai Chen, Xin Liu, Baotian Hu 외

Graph convolutional network (GCN) has become popular in various natural language processing (NLP) tasks with its superiority in long-term and non-consecutive word interactions. However, existing single-hop graph reasonin…