paper-with-me

홈 › Papers

Visual Translation Embedding Network for Visual Relation Detection

2017-02-27 · CVPR 2017 7 · Hanwang Zhang, Zawlin Kyaw, Shih-Fu Chang, Tat-Seng Chua

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 $\approx$ object. We propose a novel feature extraction layer that enables object-relation knowledge transfer in a fully-convolutional fashion that supports training and inference in a single forward/backward pass. To the best of our knowledge, VTransE is the first end-to-end relation detection network. We demonstrate the effectiveness of VTransE over other state-of-the-art methods on two large-scale datasets: Visual Relationship and Visual Genome. Note that even though VTransE is a purely visual model, it is still competitive to the Lu's multi-modal model with language priors.

📄 PDF Abstract BibTeX arXiv:1702.08319

Code (2)

yangxuntu/vrd tf
zawlin/cvpr17_vtranse caffe2

Tasks

Objectobject-detectionObject DetectionRelationRepresentation LearningScene UnderstandingTransfer LearningTranslation

Similar Papers 제목 키워드 기반

Contextual Translation Embedding for Visual Relationship Detection and Scene Graph Generation

2019-05-28 · Zih-Siou Hung, Arun Mallya, Svetlana Lazebnik

Relations amongst entities play a central role in image understanding. Due to the complexity of modeling (subject, predicate, object) relation triplets, it is crucial to develop a method that can not only recognize seen …

Graph GenerationObjectRelationship DetectionScene Graph Generation+2

Deeply Supervised Multimodal Attentional Translation Embeddings for Visual Relationship Detection

2019-02-15 · Nikolaos Gkanatsios, Vassilis Pitsikalis, Petros Koutras, Athanasia Zlatintsi 외

Detecting visual relationships, i.e. <Subject, Predicate, Object> triplets, is a challenging Scene Understanding task approached in the past via linguistic priors or spatial information in a single feature branch. We int…

Relationship DetectionScene UnderstandingTranslationVisual Relationship Detection

Visually Grounded Word Embeddings and Richer Visual Features for Improving Multimodal Neural Machine Translation

2017-07-04 · Jean-Benoit Delbrouck, Stéphane Dupont, Omar Seddati

In Multimodal Neural Machine Translation (MNMT), a neural model generates a translated sentence that describes an image, given the image itself and one source descriptions in English. This is considered as the multimodal…

Dense CaptioningMachine Translationobject-detectionObject Detection+3

Generalized Visual Relation Detection with Diffusion Models

2025-04-16 · Kaifeng Gao, Siqi Chen, Hanwang Zhang, Jun Xiao 외

Visual relation detection (VRD) aims to identify relationships (or interactions) between object pairs in an image. Although recent VRD models have achieved impressive performance, they are all restricted to pre-defined r…

Graph GenerationHuman-Object Interaction DetectionImage CaptioningImage Retrieval+3

Jointly Modeling Embedding and Translation to Bridge Video and Language

2015-05-07 · CVPR 2016 6 · Yingwei Pan, Tao Mei, Ting Yao, Houqiang Li 외

Automatically describing video content with natural language is a fundamental challenge of multimedia. Recurrent Neural Networks (RNN), which models sequence dynamics, has attracted increasing attention on visual interpr…

SentenceTranslation