paper-with-me

홈 › Papers

Temporal Relational Modeling with Self-Supervision for Action Segmentation

2020-12-14 · Dong Wang, Di Hu, Xingjian Li, Dejing Dou

Temporal relational modeling in video is essential for human action understanding, such as action recognition and action segmentation. Although Graph Convolution Networks (GCNs) have shown promising advantages in relation reasoning on many tasks, it is still a challenge to apply graph convolution networks on long video sequences effectively. The main reason is that large number of nodes (i.e., video frames) makes GCNs hard to capture and model temporal relations in videos. To tackle this problem, in this paper, we introduce an effective GCN module, Dilated Temporal Graph Reasoning Module (DTGRM), designed to model temporal relations and dependencies between video frames at various time spans. In particular, we capture and model temporal relations via constructing multi-level dilated temporal graphs where the nodes represent frames from different moments in video. Moreover, to enhance temporal reasoning ability of the proposed model, an auxiliary self-supervised task is proposed to encourage the dilated temporal graph reasoning module to find and correct wrong temporal relations in videos. Our DTGRM model outperforms state-of-the-art action segmentation models on three challenging datasets: 50Salads, Georgia Tech Egocentric Activities (GTEA), and the Breakfast dataset. The code is available at https://github.com/redwang/DTGRM.

📄 PDF Abstract BibTeX arXiv:2012.07508

Code (1)

redwang/DTGRM 공식 구현 pytorch

Tasks

Action RecognitionAction SegmentationAction Understanding

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Text-Derived Relational Graph-Enhanced Network for Skeleton-Based Action Segmentation

2025-03-19 · Haoyu Ji, Bowen Chen, Weihong Ren, Wenze Huang 외

Skeleton-based Temporal Action Segmentation (STAS) aims to segment and recognize various actions from long, untrimmed sequences of human skeletal movements. Current STAS methods typically employ spatio-temporal modeling …

Contrastive LearningSkeleton Based Action SegmentationTAG

Temporal Transformer Networks with Self-Supervision for Action Recognition

2021-12-14 · Yongkang Zhang, Jun Li, Guoming Wu, Han Zhang 외

In recent years, 2D Convolutional Networks-based video action recognition has encouragingly gained wide popularity; However, constrained by the lack of long-range non-linear temporal relation modeling and reverse motion …

Action RecognitionTemporal Action Localization

Learning Self-Similarity in Space and Time as Generalized Motion for Video Action Recognition

2021-02-14 · ICCV 2021 10 · Heeseung Kwon, Manjin Kim, Suha Kwak, Minsu Cho

Spatio-temporal convolution often fails to learn motion dynamics in videos and thus an effective motion representation is required for video understanding in the wild. In this paper, we propose a rich and robust motion r…

Action RecognitionTemporal Action LocalizationVideo Understanding

Relational Temporal Graph Reasoning for Dual-task Dialogue Language Understanding

2023-06-15 · Bowen Xing, Ivor W. Tsang

Dual-task dialog language understanding aims to tackle two correlative dialog language understanding tasks simultaneously via leveraging their inherent correlations. In this paper, we put forward a new framework, whose c…

Sentiment AnalysisSentiment Classification

Learning Self-Similarity in Space and Time as a Generalized Motion for Action Recognition

2021-01-01 · Heeseung Kwon, Manjin Kim, Suha Kwak, Minsu Cho

Spatio-temporal convolution often fails to learn motion dynamics in videos and thus an effective motion representation is required for video understanding in the wild. In this paper, we propose a rich and robust motion r…

Action RecognitionVideo Understanding