paper-with-me

홈 › Papers

Real-time Trajectory-based Social Group Detection

2023-04-12 · Simindokht Jahangard, Munawar Hayat, Hamid Rezatofighi

Social group detection is a crucial aspect of various robotic applications, including robot navigation and human-robot interactions. To date, a range of model-based techniques have been employed to address this challenge, such as the F-formation and trajectory similarity frameworks. However, these approaches often fail to provide reliable results in crowded and dynamic scenarios. Recent advancements in this area have mainly focused on learning-based methods, such as deep neural networks that use visual content or human pose. Although visual content-based methods have demonstrated promising performance on large-scale datasets, their computational complexity poses a significant barrier to their practical use in real-time applications. To address these issues, we propose a simple and efficient framework for social group detection. Our approach explores the impact of motion trajectory on social grouping and utilizes a novel, reliable, and fast data-driven method. We formulate the individuals in a scene as a graph, where the nodes are represented by LSTM-encoded trajectories and the edges are defined by the distances between each pair of tracks. Our framework employs a modified graph transformer module and graph clustering losses to detect social groups. Our experiments on the popular JRDBAct dataset reveal noticeable improvements in performance, with relative improvements ranging from 2% to 11%. Furthermore, our framework is significantly faster, with up to 12x faster inference times compared to state-of-the-art methods under the same computation resources. These results demonstrate that our proposed method is suitable for real-time robotic applications.

📄 PDF Abstract BibTeX arXiv:2304.05678

Code (1)

sjahangard/Real-time-Trajectory-based-Social-Group-Detection 공식 구현 pytorch

Tasks

Graph ClusteringRobot Navigation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
fail 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

GD-GAN: Generative Adversarial Networks for Trajectory Prediction and Group Detection in Crowds

2018-12-18 · Tharindu Fernando, Simon Denman, Sridha Sridharan, Clinton Fookes

This paper presents a novel deep learning framework for human trajectory prediction and detecting social group membership in crowds. We introduce a generative adversarial pipeline which preserves the spatio-temporal stru…

Group Detection In CrowdsTrajectory Prediction

Let me join you! Real-time F-formation recognition by a socially aware robot

2020-08-23 · Hrishav Bakul Barua, Pradip Pramanick, Chayan Sarkar, Theint Haythi Mg

This paper presents a novel architecture to detect social groups in real-time from a continuous image stream of an ego-vision camera. F-formation defines social orientations in space where two or more person tends to com…

Outlier Detection

EgoGroups: A Benchmark For Detecting Social Groups of People in the Wild

2026-03-23 · Jeffri Murrugarra-Llerena, Pranav Chitale, Zicheng Liu, Kai Ao 외 arxiv

Social group detection, or the identification of humans involved in reciprocal interpersonal interactions (e.g., family members, friends, and customers and merchants), is a crucial component of social intelligence needed…

Social Processes: Probabilistic Meta-learning for Adaptive Multiparty Interaction Forecasting

2025-01-03 · Augustinas Jučas, Chirag Raman

Adaptively forecasting human behavior in social settings is an important step toward achieving Artificial General Intelligence. Most existing research in social forecasting has focused either on unfocused interactions, s…

Human Behavior ForecastingMeta-LearningPedestrian Trajectory PredictionTrajectory Prediction

GLAD: Group Anomaly Detection in Social Media Analysis- Extended Abstract

2014-10-07 · QI, Yu, Xinran He, Yan Liu

Traditional anomaly detection on social media mostly focuses on individual point anomalies while anomalous phenomena usually occur in groups. Therefore it is valuable to study the collective behavior of individuals and d…

Anomaly DetectionGroup Anomaly Detection