CVAug 1, 2018

Shuffle-Then-Assemble: Learning Object-Agnostic Visual Relationship Features

arXiv:1808.00171v174 citationsHas Code
Originality Highly original
AI Analysis

This addresses generalization issues in visual relationship detection for computer vision applications, offering a novel pre-training approach to reduce object bias.

The paper tackles the problem of biased visual relationship models due to limited annotated object pairs by proposing a pre-training strategy to learn object-agnostic features, resulting in improved performance where naive models using these features outperform state-of-the-art models on benchmarks.

Due to the fact that it is prohibitively expensive to completely annotate visual relationships, i.e., the (obj1, rel, obj2) triplets, relationship models are inevitably biased to object classes of limited pairwise patterns, leading to poor generalization to rare or unseen object combinations. Therefore, we are interested in learning object-agnostic visual features for more generalizable relationship models. By "agnostic", we mean that the feature is less likely biased to the classes of paired objects. To alleviate the bias, we propose a novel \texttt{Shuffle-Then-Assemble} pre-training strategy. First, we discard all the triplet relationship annotations in an image, leaving two unpaired object domains without obj1-obj2 alignment. Then, our feature learning is to recover possible obj1-obj2 pairs. In particular, we design a cycle of residual transformations between the two domains, to capture shared but not object-specific visual patterns. Extensive experiments on two visual relationship benchmarks show that by using our pre-trained features, naive relationship models can be consistently improved and even outperform other state-of-the-art relationship models. Code has been made available at: \url{https://github.com/yangxuntu/vrd}.

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