CVDec 13, 2018

Detecting unseen visual relations using analogies

arXiv:1812.05736v355 citations
Originality Incremental advance
AI Analysis

This addresses the combinatorial challenge of collecting training data for all possible visual relations, benefiting computer vision applications.

The paper tackles the problem of detecting unseen visual relations in images by learning a representation that combines individual entity embeddings with visual phrase embeddings and transferring them via analogies, achieving significant improvements on HICO-DET, COCO-a, and UnRel datasets.

We seek to detect visual relations in images of the form of triplets t = (subject, predicate, object), such as "person riding dog", where training examples of the individual entities are available but their combinations are unseen at training. This is an important set-up due to the combinatorial nature of visual relations : collecting sufficient training data for all possible triplets would be very hard. The contributions of this work are three-fold. First, we learn a representation of visual relations that combines (i) individual embeddings for subject, object and predicate together with (ii) a visual phrase embedding that represents the relation triplet. Second, we learn how to transfer visual phrase embeddings from existing training triplets to unseen test triplets using analogies between relations that involve similar objects. Third, we demonstrate the benefits of our approach on three challenging datasets : on HICO-DET, our model achieves significant improvement over a strong baseline for both frequent and unseen triplets, and we observe similar improvement for the retrieval of unseen triplets with out-of-vocabulary predicates on the COCO-a dataset as well as the challenging unusual triplets in the UnRel dataset.

Foundations

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

Your Notes