IRFeb 3, 2018

Modeling Text with Graph Convolutional Network for Cross-Modal Information Retrieval

arXiv:1802.00985v251 citations
Originality Incremental advance
AI Analysis

This addresses the problem of retrieving heterogeneous data across modalities for applications like multimedia search, but it is incremental as it builds on existing methods by incorporating graph-based text modeling.

The paper tackled cross-modal retrieval between images and texts by modeling texts with graphs using word2vec similarity and employing a dual-path neural network with Graph Convolutional Network for text and a neural network for images, resulting in a 17% improvement in accuracy over state-of-the-art methods.

Cross-modal information retrieval aims to find heterogeneous data of various modalities from a given query of one modality. The main challenge is to map different modalities into a common semantic space, in which distance between concepts in different modalities can be well modeled. For cross-modal information retrieval between images and texts, existing work mostly uses off-the-shelf Convolutional Neural Network (CNN) for image feature extraction. For texts, word-level features such as bag-of-words or word2vec are employed to build deep learning models to represent texts. Besides word-level semantics, the semantic relations between words are also informative but less explored. In this paper, we model texts by graphs using similarity measure based on word2vec. A dual-path neural network model is proposed for couple feature learning in cross-modal information retrieval. One path utilizes Graph Convolutional Network (GCN) for text modeling based on graph representations. The other path uses a neural network with layers of nonlinearities for image modeling based on off-the-shelf features. The model is trained by a pairwise similarity loss function to maximize the similarity of relevant text-image pairs and minimize the similarity of irrelevant pairs. Experimental results show that the proposed model outperforms the state-of-the-art methods significantly, with 17% improvement on accuracy for the best case.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes