CVApr 16, 2019

Visual Relationship Detection with Language prior and Softmax

arXiv:1904.07798v111 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of detecting object relationships in images for computer vision applications, but it appears incremental as it builds on existing methods without a major paradigm shift.

The paper tackled visual relationship detection by exploiting language and visual modules with a sophisticated spatial vector, achieving state-of-the-art performance without costly linguistic knowledge distillation or complex loss functions.

Visual relationship detection is an intermediate image understanding task that detects two objects and classifies a predicate that explains the relationship between two objects in an image. The three components are linguistically and visually correlated (e.g. "wear" is related to "person" and "shirt", while "laptop" is related to "table" and "on") thus, the solution space is huge because there are many possible cases between them. Language and visual modules are exploited and a sophisticated spatial vector is proposed. The models in this work outperformed the state of arts without costly linguistic knowledge distillation from a large text corpus and building complex loss functions. All experiments were only evaluated on Visual Relationship Detection and Visual Genome dataset.

Code Implementations1 repo
Foundations

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

Your Notes