Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Compose Dynamic Tree Structures for Visual Contexts

About

We propose to compose dynamic tree structures that place the objects in an image into a visual context, helping visual reasoning tasks such as scene graph generation and visual Q&A. Our visual context tree model, dubbed VCTree, has two key advantages over existing structured object representations including chains and fully-connected graphs: 1) The efficient and expressive binary tree encodes the inherent parallel/hierarchical relationships among objects, e.g., "clothes" and "pants" are usually co-occur and belong to "person"; 2) the dynamic structure varies from image to image and task to task, allowing more content-/task-specific message passing among objects. To construct a VCTree, we design a score function that calculates the task-dependent validity between each object pair, and the tree is the binary version of the maximum spanning tree from the score matrix. Then, visual contexts are encoded by bidirectional TreeLSTM and decoded by task-specific models. We develop a hybrid learning procedure which integrates end-task supervised learning and the tree structure reinforcement learning, where the former's evaluation result serves as a self-critic for the latter's structure exploration. Experimental results on two benchmarks, which require reasoning over contexts: Visual Genome for scene graph generation and VQA2.0 for visual Q&A, show that VCTree outperforms state-of-the-art results while discovering interpretable visual context structures.

Kaihua Tang, Hanwang Zhang, Baoyuan Wu, Wenhan Luo, Wei Liu• 2018

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2 (test-dev)
Overall Accuracy68.19
664
Visual Question AnsweringVQA v2 (test-std)--
466
Scene Graph GenerationVisual Genome (test)
R@5027.9
86
Scene Graph GenerationOpen Images v6 (test)
wmAPrel34.2
74
Scene Graph ClassificationVG150 (test)
mR@5011.8
66
Scene Graph ClassificationVisual Genome (test)
Recall@10046.5
63
Predicate ClassificationVisual Genome
Recall@5065.5
54
PredCLSAction Genome (test)
Recall@1075.5
54
Predicate ClassificationVisual Genome (test)
R@5066.4
50
Scene Graph ClassificationVisual Genome
R@5010.1
45
Showing 10 of 69 rows

Other info

Follow for update