paper-with-me

Papers

Empowering Relational Network by Self-Attention Augmented Conditional Random Fields for Group Activity Recognition

2020-08-01 · ECCV 2020 8 · Rizard Renanda Adhi Pramono, Yie Tarng Chen, Wen Hsien Fang

This paper presents a novel relational network for group activity recognition. The core of our network is to augment the conditional random fields (CRF), amenable to learning inter-dependency of correlated observations, with the newly devised temporal and spatial self-attention to learn the temporal evolution and spatial relational contexts of every actor in videos. Such a combination utilizes the global receptive fields of self-attention to construct a spatio-temporal graph topology to address the temporal dependency and non-local relationships of the actors. The network first uses the temporal self-attention along with the spatial self-attention, which considers multiple cliques with different scales of locality to account for the diversity of the actors' relationships in group activities, to model the pairwise energy of CRF. Afterward, to accommodate the distinct characteristics of each video, a new mean-field inference algorithm with dynamic halting is also addressed. Finally, a bidirectional universal transformer encoder (UTE), which combines both of the forward and backward temporal context information, is used to aggregate the relational contexts and scene information for group activity recognition. Simulations show that the proposed approach surpasses the state-of-the-art methods on the widespread Volleyball and Collective Activity datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionGroup Activity Recognition

Similar Papers 제목 키워드 기반

SARN: Relational Reasoning through Sequential Attention

2018-11-01 · Jinwon An, Sungwon Lyu, Sungzoon Cho

This paper proposes an attention module augmented relational network called SARN(Sequential Attention Relational Network) that can carry out relational reasoning by extracting reference objects and making efficient pairi…

Relational Reasoning

Relational Self-Attention: What's Missing in Attention for Video Understanding

2021-11-02 · NeurIPS 2021 12 · Manjin Kim, Heeseung Kwon, Chunyu Wang, Suha Kwak 외

Convolution has been arguably the most important feature transform for modern neural networks, leading to the advance of deep learning. Recent emergence of Transformer networks, which replace convolution layers with self…

Action RecognitionTemporal Action LocalizationVideo Understanding

Redundancy-Free Self-Supervised Relational Learning for Graph Clustering

2023-09-09 · Si-Yu Yi, Wei Ju, Yifang Qin, Xiao Luo 외

Graph clustering, which learns the node representations for effective cluster assignments, is a fundamental yet challenging task in data analysis and has received considerable attention accompanied by graph neural networ…

AttributeClusteringGraph ClusteringRelation+2

Hierarchical Attention Models for Multi-Relational Graphs

2024-04-14 · Roshni G. Iyer, Wei Wang, Yizhou Sun

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

Graph AttentionLink PredictionNode ClassificationRelation

RASAT: Integrating Relational Structures into Pretrained Seq2Seq Model for Text-to-SQL

2022-05-14 · Jiexing Qi, Jingyao Tang, Ziwei He, Xiangpeng Wan 외

Relational structures such as schema linking and schema encoding have been validated as a key component to qualitatively translating natural language into SQL queries. However, introducing these structural relations come…

Dialogue State TrackingSemantic ParsingText to SQLText-To-SQL