AsyReC: A Multimodal Graph-based Framework for Spatio-Temporal Asymmetric Dyadic Relationship Classification
Wang Tang, Fethiye Irmak Dogan, Linbo Qing, Hatice Gunes
TL;DR
AsyReC addresses asymmetric dyadic relationship classification from multimodal data by integrating a triplet graph neural network with node-edge dual attention, a clip-level learning strategy, and a periodic temporal encoder. The method preserves temporal continuity across uniformly segmented clips and explicitly models recurrent behavioral patterns through sinusoidal temporal embeddings. Empirical results on the NoXi and UDIVA datasets show state-of-the-art performance and robust handling of class imbalance, with ablation studies confirming the contribution of asymmetric interaction modeling and periodic encoding. The work advances socially intelligent systems by enabling more nuanced perception of bidirectional relationships and offers publicly available code for reproducibility.
Abstract
Dyadic social relationships, which refer to relationships between two individuals who know each other through repeated interactions (or not), are shaped by shared spatial and temporal experiences. Current computational methods for modeling these relationships face three major challenges: (1) the failure to model asymmetric relationships, e.g., one individual may perceive the other as a friend while the other perceives them as an acquaintance, (2) the disruption of continuous interactions by discrete frame sampling, which segments the temporal continuity of interaction in real-world scenarios, and (3) the limitation to consider periodic behavioral cues, such as rhythmic vocalizations or recurrent gestures, which are crucial for inferring the evolution of dyadic relationships. To address these challenges, we propose AsyReC, a multimodal graph-based framework for asymmetric dyadic relationship classification, with three core innovations: (i) a triplet graph neural network with node-edge dual attention that dynamically weights multimodal cues to capture interaction asymmetries (addressing challenge 1); (ii) a clip-level relationship learning architecture that preserves temporal continuity, enabling fine-grained modeling of real-world interaction dynamics (addressing challenge 2); and (iii) a periodic temporal encoder that projects time indices onto sine/cosine waveforms to model recurrent behavioral patterns (addressing challenge 3). Extensive experiments on two public datasets demonstrate state-of-the-art performance, while ablation studies validate the critical role of asymmetric interaction modeling and periodic temporal encoding in improving the robustness of dyadic relationship classification in real-world scenarios. Our code is publicly available at: https://github.com/tw-repository/AsyReC.
