CVAIJul 31, 2025

ART: Adaptive Relation Tuning for Generalized Relation Prediction

arXiv:2507.23543v2h-index: 25
Originality Incremental advance
AI Analysis

This addresses generalization issues in visual relation detection for computer vision applications, representing an incremental advance through a novel tuning method.

The paper tackles the problem of visual relation detection models struggling to generalize beyond trained relations by introducing ART, an Adaptive Relation Tuning framework that uses instruction tuning and adaptive sampling to adapt vision-language models, resulting in strong improvements over baselines and the ability to infer unseen relation concepts.

Visual relation detection (VRD) is the task of identifying the relationships between objects in a scene. VRD models trained solely on relation detection data struggle to generalize beyond the relations on which they are trained. While prompt tuning has been used to adapt vision-language models (VLMs) for VRD, it uses handcrafted prompts and struggles with novel or complex relations. We argue that instruction tuning offers a more effective solution by fine-tuning VLMs on diverse instructional data. We thus introduce ART, an Adaptive Relation Tuning framework that adapts VLMs for VRD through instruction tuning and strategic instance selection. By converting VRD datasets into an instruction tuning format and employing an adaptive sampling algorithm, ART directs the VLM to focus on informative relations while maintaining generalizability. Specifically, we focus on the relation classification, where subject-object boxes are given and the model predicts the predicate between them. We tune on a held-in set and evaluate across multiple held-out datasets of varying complexity. Our approach strongly improves over its baselines and can infer unseen relation concepts, a capability absent in mainstream VRD methods. We demonstrate ART's practical value by using the predicted relations for segmenting complex scenes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes