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

TL;DR
This paper introduces a spectral graph convolutional network that learns Laplacian operators end-to-end, improving skeleton-based action recognition by enhancing spectral filtering adaptively.
Contribution
It proposes a novel GCN that learns Laplacians via recursive Chebyshev decomposition, capturing both differential and non-differential properties for better spectral filtering.
Findings
Outperforms baseline methods on skeleton-based action recognition.
Demonstrates strong generalization ability of learned Laplacians.
Achieves superior accuracy compared to handcrafted and other learned Laplacian methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Anomaly Detection Techniques and Applications · Advanced Graph Neural Networks
MethodsGraph Convolutional Networks · Graph Convolutional Network
