Towards Unbiased and Robust Spatio-Temporal Scene Graph Generation and Anticipation
Rohith Peddi, Saurabh, Ayush Abhay Shrivastava, Parag Singla, Vibhav Gogate
TL;DR
This work tackles the long-tail bias and distribution-shift challenges in Spatio-Temporal Scene Graph Generation and Anticipation (STSG) by introducing ImparTail, a loss-masking, curriculum-guided training framework that emphasizes tail predicate learning without altering model architecture. By replacing full predicate-loss with a curriculum-guided masked loss and progressively balancing the predicate distribution, ImparTail mitigates head-class dominance while maintaining head-class performance. The authors also propose Robust Spatio-Temporal Scene Graph Generation and Robust Scene Graph Anticipation to benchmark resilience under real-world corruptions. Empirical results on Action Genome show significant improvements in mean recall for VidSGG and SGA, along with enhanced robustness under diverse input corruptions, demonstrating practical gains for unbiased and reliable STSG systems.
Abstract
Spatio-Temporal Scene Graphs (STSGs) provide a concise and expressive representation of dynamic scenes by modeling objects and their evolving relationships over time. However, real-world visual relationships often exhibit a long-tailed distribution, causing existing methods for tasks like Video Scene Graph Generation (VidSGG) and Scene Graph Anticipation (SGA) to produce biased scene graphs. To this end, we propose ImparTail, a novel training framework that leverages loss masking and curriculum learning to mitigate bias in the generation and anticipation of spatio-temporal scene graphs. Unlike prior methods that add extra architectural components to learn unbiased estimators, we propose an impartial training objective that reduces the dominance of head classes during learning and focuses on underrepresented tail relationships. Our curriculum-driven mask generation strategy further empowers the model to adaptively adjust its bias mitigation strategy over time, enabling more balanced and robust estimations. To thoroughly assess performance under various distribution shifts, we also introduce two new tasks Robust Spatio-Temporal Scene Graph Generation and Robust Scene Graph Anticipation offering a challenging benchmark for evaluating the resilience of STSG models. Extensive experiments on the Action Genome dataset demonstrate the superior unbiased performance and robustness of our method compared to existing baselines.
