Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Visual Relationship Detection with Internal and External Linguistic Knowledge Distillation

About

Understanding visual relationships involves identifying the subject, the object, and a predicate relating them. We leverage the strong correlations between the predicate and the (subj,obj) pair (both semantically and spatially) to predict the predicates conditioned on the subjects and the objects. Modeling the three entities jointly more accurately reflects their relationships, but complicates learning since the semantic space of visual relationships is huge and the training data is limited, especially for the long-tail relationships that have few instances. To overcome this, we use knowledge of linguistic statistics to regularize visual model learning. We obtain linguistic knowledge by mining from both training annotations (internal knowledge) and publicly available text, e.g., Wikipedia (external knowledge), computing the conditional probability distribution of a predicate given a (subj,obj) pair. Then, we distill the knowledge into a deep model to achieve better generalization. Our experimental results on the Visual Relationship Detection (VRD) and Visual Genome datasets suggest that with this linguistic knowledge distillation, our model outperforms the state-of-the-art methods significantly, especially when predicting unseen relationships (e.g., recall improved from 8.45% to 19.17% on VRD zero-shot testing set).

Ruichi Yu, Ang Li, Vlad I. Morariu, Larry S. Davis• 2017

Related benchmarks

TaskDatasetResultRank
Relation DetectionVRD (test)
R@5055.2
75
Predicate DetectionVisual Relation Detection (VRD) (All)
Recall@5086.14
40
Phrase DetectionVRD (test)
R@5026.32
36
Predicate DetectionVisual Relation Detection (VRD) Zero-shot
Recall @ 5055.41
34
Predicate ClassificationVisual Genome 1.0 (test)--
22
Relationship Phrase DetectionVRD (test)
Recall@10094.65
17
Phrase DetectionVRD
R@50 (k=1)23.1
13
Phrase DetectionVRD zero-shot
R@100 (k=1)11.23
7
Relationship DetectionVRD zero-shot
R@100 (k=1)9.75
7
Predicate DetectionVisual Genome (Entire Set)
R@100 (k=1)55.89
5
Showing 10 of 12 rows

Other info

Code

Follow for update