METOR: A Unified Framework for Mutual Enhancement of Objects and Relationships in Open-vocabulary Video Visual Relationship Detection
Yongqi Wang, Xinxiao Wu, Shuo Yang
TL;DR
METOR tackles open-vocabulary video visual relationship detection by jointly modeling objects and relationships in a unified, query-based framework. It introduces a CLIP-based contextual refinement encoding module to produce instance-specific text and object queries, and an iterative enhancement module to mutually refine object, object-trajectory, and relationship representations via spatio-temporal processing, all trained end-to-end with multiple contrastive and contextual losses. The approach achieves state-of-the-art results on VidVRD and VidOR, with substantial gains on novel categories, demonstrating improved generalization in open-vocabulary settings without relying on ground-truth trajectory detectors. This work offers a practical path toward robust open-vocabulary video understanding by mitigating error propagation and leveraging rich semantic context.
Abstract
Open-vocabulary video visual relationship detection aims to detect objects and their relationships in videos without being restricted by predefined object or relationship categories. Existing methods leverage the rich semantic knowledge of pre-trained vision-language models such as CLIP to identify novel categories. They typically adopt a cascaded pipeline to first detect objects and then classify relationships based on the detected objects, which may lead to error propagation and thus suboptimal performance. In this paper, we propose Mutual EnhancemenT of Objects and Relationships (METOR), a query-based unified framework to jointly model and mutually enhance object detection and relationship classification in open-vocabulary scenarios. Under this framework, we first design a CLIP-based contextual refinement encoding module that extracts visual contexts of objects and relationships to refine the encoding of text features and object queries, thus improving the generalization of encoding to novel categories. Then we propose an iterative enhancement module to alternatively enhance the representations of objects and relationships by fully exploiting their interdependence to improve recognition performance. Extensive experiments on two public datasets, VidVRD and VidOR, demonstrate that our framework achieves state-of-the-art performance.
