paper-with-me

홈 › Papers

SSAGCN: Social Soft Attention Graph Convolution Network for Pedestrian Trajectory Prediction

2021-12-05 · Pei Lv, Wentong Wang, Yunxin Wang, Yuzhen Zhang, Mingliang Xu, Changsheng Xu

Pedestrian trajectory prediction is an important technique of autonomous driving, which has become a research hot-spot in recent years. Previous methods mainly rely on the position relationship of pedestrians to model social interaction, which is obviously not enough to represent the complex cases in real situations. In addition, most of existing work usually introduce the scene interaction module as an independent branch and embed the social interaction features in the process of trajectory generation, rather than simultaneously carrying out the social interaction and scene interaction, which may undermine the rationality of trajectory prediction. In this paper, we propose one new prediction model named Social Soft Attention Graph Convolution Network (SSAGCN) which aims to simultaneously handle social interactions among pedestrians and scene interactions between pedestrians and environments. In detail, when modeling social interaction, we propose a new \emph{social soft attention function}, which fully considers various interaction factors among pedestrians. And it can distinguish the influence of pedestrians around the agent based on different factors under various situations. For the physical interaction, we propose one new \emph{sequential scene sharing mechanism}. The influence of the scene on one agent at each moment can be shared with other neighbors through social soft attention, therefore the influence of the scene is expanded both in spatial and temporal dimension. With the help of these improvements, we successfully obtain socially and physically acceptable predicted trajectories. The experiments on public available datasets prove the effectiveness of SSAGCN and have achieved state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2112.02459

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingPedestrian Trajectory PredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

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

Adaptive Graph Convolution and Semantic-Guided Attention for Multimodal Risk Detection in Social Networks

2025-09-21 · Cuiqianhe Du, Chia-En Chiang, Tianyi Huang, Zikun Cui arxiv

This paper focuses on the detection of potentially dangerous tendencies of social media users in an innovative multimodal way. We integrate Natural Language Processing (NLP) and Graph Neural Networks (GNNs) together. Fir…

Keyword Extraction

Session-based Social and Dependency-aware Software Recommendation

2021-03-10 · Dengcheng Yan, Tianyi Tang, Wenxin Xie, Yiwen Zhang 외

With the increase of complexity of modern software, social collaborative coding and reuse of open source software packages become more and more popular, which thus greatly enhances the development efficiency and software…

Graph AttentionRecommendation Systems

Learning Discrete Adaptive Receptive Fields for Graph Convolutional Networks

2021-01-01 · Xiaojun Ma, Ziyao Li, Lingjun Xu, Guojie Song 외

Different nodes in a graph neighborhood generally yield different importance. In previous work of Graph Convolutional Networks (GCNs), such differences are typically modeled with attention mechanisms. However, as we prov…

Graph Convolutional Neural Networks via Motif-based Attention

2018-11-11 · Hao Peng, Jian-Xin Li, Qiran Gong, Senzhang Wang 외

Many real-world problems can be represented as graph-based learning problems. In this paper, we propose a novel framework for learning spatial and attentional convolution neural networks on arbitrary graphs. Different fr…

General ClassificationGraph Classification

Joint Autoregressive and Graph Models for Software and Developer Social Networks

2021-01-21 · Rima Hazra, Hardik Aggarwal, Pawan Goyal, Animesh Mukherjee 외

Social network research has focused on hyperlink graphs, bibliographic citations, friend/follow patterns, influence spread, etc. Large software repositories also form a highly valuable networked artifact, usually in the …