scispace - formally typeset
Open AccessProceedings ArticleDOI

Visual Relationship Detection with Internal and External Linguistic Knowledge Distillation

Reads0
Chats0
TLDR
This work uses knowledge of linguistic statistics to regularize visual model learning and suggests that with this linguistic knowledge distillation, the model outperforms the state-of- the-art methods significantly, especially when predicting unseen relationships.
Abstract: 
Understanding the visual relationship between two objects involves identifying the subject, the object, and a predicate relating them. We leverage the strong correlations between the predicate and the hsubj; obji pair (both semantically and spatially) to predict predicates conditioned on the subjects and the objects. Modeling the three entities jointly more accurately reflects their relationships compared to modeling them independently, but it complicates learning since the semantic space of visual relationships is huge and training data is limited, especially for longtail relationships that have few instances. To overcome this, we use knowledge of linguistic statistics to regularize visual model learning. We obtain linguistic knowledge by mining from both training annotations (internal knowledge) and publicly available text, e.g., Wikipedia (external knowledge), computing the conditional probability distribution of a predicate given a (subj, obj) pair. As we train the visual model, we distill this knowledge into the deep model to achieve better generalization. Our experimental results on the Visual Relationship Detection (VRD) and Visual Genome datasets suggest that with this linguistic knowledge distillation, our model outperforms the stateof- the-art methods significantly, especially when predicting unseen relationships (e.g., recall improved from 8.45% to 19.17% on VRD zero-shot testing set).

read more

Citations
More filters
Proceedings ArticleDOI

Dynamic Zoom-in Network for Fast Object Detection in Large Images

TL;DR: A generic framework that reduces the computational cost of object detection while retaining accuracy for scenarios where objects with varied sizes appear in high resolution images is introduced.
Posted Content

Factorizable Net: An Efficient Subgraph-based Framework for Scene Graph Generation

TL;DR: Wang et al. as mentioned in this paper propose a subgraph-based connection graph to concisely represent the scene graph during the inference, which outperforms the state-of-the-art method in both accuracy and speed.
Proceedings ArticleDOI

Attentive Relational Networks for Mapping Images to Scene Graphs

TL;DR: Zhang et al. as mentioned in this paper proposed an attentive relational network that consists of two key modules with an object detection backbone to automatically map an image into a semantic structural graph, which requires correctly labeling each extracted object and their interaction relationships.
Journal ArticleDOI

An analytical study of information extraction from unstructured and multidimensional big data

TL;DR: This research work addresses the competency and limitations of the existing IE techniques related to data pre-processing, data extraction and transformation, and representations for huge volumes of multidimensional unstructured data and presents a systematic literature review of state-of-the-art techniques for a variety of big data.
Proceedings ArticleDOI

Modeling Local Geometric Structure of 3D Point Clouds Using Geo-CNN

TL;DR: Geo-CNN as discussed by the authors applies a generic convolution-like operation dubbed as GeoConv to each point and its local neighborhood, which encourages the network to preserve the geometric structure in Euclidean space throughout feature extraction hierarchy.
References
More filters
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
Proceedings ArticleDOI

Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation

TL;DR: RCNN as discussed by the authors combines CNNs with bottom-up region proposals to localize and segment objects, and when labeled training data is scarce, supervised pre-training for an auxiliary task, followed by domain-specific fine-tuning, yields a significant performance boost.
Posted Content

Efficient Estimation of Word Representations in Vector Space

TL;DR: This paper proposed two novel model architectures for computing continuous vector representations of words from very large data sets, and the quality of these representations is measured in a word similarity task and the results are compared to the previously best performing techniques based on different types of neural networks.
Proceedings ArticleDOI

Fast R-CNN

TL;DR: Fast R-CNN as discussed by the authors proposes a Fast Region-based Convolutional Network method for object detection, which employs several innovations to improve training and testing speed while also increasing detection accuracy and achieves a higher mAP on PASCAL VOC 2012.
Posted Content

Fast R-CNN

TL;DR: This paper proposes a Fast Region-based Convolutional Network method (Fast R-CNN) for object detection that builds on previous work to efficiently classify object proposals using deep convolutional networks.
Related Papers (5)