CVApr 27, 2018

Large-Scale Visual Relationship Understanding

arXiv:1804.10660v4177 citations
Originality Incremental advance
AI Analysis

This addresses the problem of scaling visual relationship detection to real-world scenarios with many objects and relations for computer vision applications, though it is incremental as it builds on existing embedding and multimodal fusion techniques.

The paper tackles the challenge of large-scale visual relationship understanding with imbalanced distributions of subject-relation-object triples, achieving superior performance on a benchmark with over 80,000 categories and skewed class distribution.

Large scale visual understanding is challenging, as it requires a model to handle the widely-spread and imbalanced distribution of <subject, relation, object> triples. In real-world scenarios with large numbers of objects and relations, some are seen very commonly while others are barely seen. We develop a new relationship detection model that embeds objects and relations into two vector spaces where both discriminative capability and semantic affinity are preserved. We learn both a visual and a semantic module that map features from the two modalities into a shared space, where matched pairs of features have to discriminate against those unmatched, but also maintain close distances to semantically similar ones. Benefiting from that, our model can achieve superior performance even when the visual entity categories scale up to more than 80,000, with extremely skewed class distribution. We demonstrate the efficacy of our model on a large and imbalanced benchmark based of Visual Genome that comprises 53,000+ objects and 29,000+ relations, a scale at which no previous work has ever been evaluated at. We show superiority of our model over carefully designed baselines on the original Visual Genome dataset with 80,000+ categories. We also show state-of-the-art performance on the VRD dataset and the scene graph dataset which is a subset of Visual Genome with 200 categories.

Code Implementations2 repos
Foundations

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

Your Notes