Visual Translation Embedding Network for Visual Relation Detection
Hanwang Zhang, Zawlin Kyaw, Shih-Fu Chang, Tat-Seng Chua

TL;DR
This paper introduces VTransE, an end-to-end neural network that models visual relations as vector translations in a low-dimensional space, enabling efficient scene understanding and relation detection.
Contribution
VTransE is the first fully convolutional, end-to-end network for visual relation detection, inspired by knowledge base and object detection advances.
Findings
VTransE outperforms state-of-the-art methods on large-scale datasets.
VTransE is competitive with multi-modal models despite being purely visual.
The model supports real-time relation detection in a single forward pass.
Abstract
Visual relations, such as "person ride bike" and "bike next to car", offer a comprehensive scene understanding of an image, and have already shown their great utility in connecting computer vision and natural language. However, due to the challenging combinatorial complexity of modeling subject-predicate-object relation triplets, very little work has been done to localize and predict visual relations. Inspired by the recent advances in relational representation learning of knowledge bases and convolutional object detection networks, we propose a Visual Translation Embedding network (VTransE) for visual relation detection. VTransE places objects in a low-dimensional relation space where a relation can be modeled as a simple vector translation, i.e., subject + predicate object. We propose a novel feature extraction layer that enables object-relation knowledge transfer in a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Human Pose and Action Recognition · Domain Adaptation and Few-Shot Learning
