CVMar 29, 2021

Visual Distant Supervision for Scene Graph Generation

arXiv:2103.15365v242 citationsHas Code
AI Analysis

This addresses the need for large annotated datasets in computer vision by enabling training without human labels, offering a novel approach to reduce annotation costs.

The paper tackles the problem of scene graph generation by proposing visual distant supervision, which trains models without human-labeled data by aligning commonsense knowledge bases with images, and results show it outperforms weakly and semi-supervised baselines and achieves significant improvements over state-of-the-art fully supervised models, such as 8.3 micro- and 7.8 macro-recall@50 gains for predicate classification.

Scene graph generation aims to identify objects and their relations in images, providing structured image representations that can facilitate numerous applications in computer vision. However, scene graph models usually require supervised learning on large quantities of labeled data with intensive human annotation. In this work, we propose visual distant supervision, a novel paradigm of visual relation learning, which can train scene graph models without any human-labeled data. The intuition is that by aligning commonsense knowledge bases and images, we can automatically create large-scale labeled data to provide distant supervision for visual relation learning. To alleviate the noise in distantly labeled data, we further propose a framework that iteratively estimates the probabilistic relation labels and eliminates the noisy ones. Comprehensive experimental results show that our distantly supervised model outperforms strong weakly supervised and semi-supervised baselines. By further incorporating human-labeled data in a semi-supervised fashion, our model outperforms state-of-the-art fully supervised models by a large margin (e.g., 8.3 micro- and 7.8 macro-recall@50 improvements for predicate classification in Visual Genome evaluation). We make the data and code for this paper publicly available at https://github.com/thunlp/VisualDS.

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