English

VrdONE: One-stage Video Visual Relation Detection

Computer Vision and Pattern Recognition 2024-10-17 v2

Abstract

Video Visual Relation Detection (VidVRD) focuses on understanding how entities interact over time and space in videos, a key step for gaining deeper insights into video scenes beyond basic visual tasks. Traditional methods for VidVRD, challenged by its complexity, typically split the task into two parts: one for identifying what relation categories are present and another for determining their temporal boundaries. This split overlooks the inherent connection between these elements. Addressing the need to recognize entity pairs' spatiotemporal interactions across a range of durations, we propose VrdONE, a streamlined yet efficacious one-stage model. VrdONE combines the features of subjects and objects, turning predicate detection into 1D instance segmentation on their combined representations. This setup allows for both relation category identification and binary mask generation in one go, eliminating the need for extra steps like proposal generation or post-processing. VrdONE facilitates the interaction of features across various frames, adeptly capturing both short-lived and enduring relations. Additionally, we introduce the Subject-Object Synergy (SOS) module, enhancing how subjects and objects perceive each other before combining. VrdONE achieves state-of-the-art performances on the VidOR benchmark and ImageNet-VidVRD, showcasing its superior capability in discerning relations across different temporal scales. The code is available at https://github.com/lucaspk512/vrdone.

Keywords

Cite

@article{arxiv.2408.09408,
  title  = {VrdONE: One-stage Video Visual Relation Detection},
  author = {Xinjie Jiang and Chenxi Zheng and Xuemiao Xu and Bangzhen Liu and Weiying Zheng and Huaidong Zhang and Shengfeng He},
  journal= {arXiv preprint arXiv:2408.09408},
  year   = {2024}
}

Comments

12 pages, 8 figures, accepted by ACM Multimedia 2024

R2 v1 2026-06-28T18:15:50.612Z