paper-with-me

홈 › Papers

A Deep Local and Global Scene-Graph Matching for Image-Text Retrieval

2021-06-04 · Manh-Duy Nguyen, Binh T. Nguyen, Cathal Gurrin

Conventional approaches to image-text retrieval mainly focus on indexing visual objects appearing in pictures but ignore the interactions between these objects. Such objects occurrences and interactions are equivalently useful and important in this field as they are usually mentioned in the text. Scene graph presentation is a suitable method for the image-text matching challenge and obtained good results due to its ability to capture the inter-relationship information. Both images and text are represented in scene graph levels and formulate the retrieval challenge as a scene graph matching challenge. In this paper, we introduce the Local and Global Scene Graph Matching (LGSGM) model that enhances the state-of-the-art method by integrating an extra graph convolution network to capture the general information of a graph. Specifically, for a pair of scene graphs of an image and its caption, two separate models are used to learn the features of each graph's nodes and edges. Then a Siamese-structure graph convolution model is employed to embed graphs into vector forms. We finally combine the graph-level and the vector-level to calculate the similarity of this image-text pair. The empirical experiments show that our enhancement with the combination of levels can improve the performance of the baseline method by increasing the recall by more than 10% on the Flickr30k dataset.

📄 PDF Abstract BibTeX arXiv:2106.02400

Code (1)

m2man/LGSGM 공식 구현 pytorch

Tasks

Graph MatchingImage RetrievalImage-text matchingImage-text RetrievalImage-to-Text RetrievalRetrievalText MatchingText Retrieval

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Single-Shot Global Localization via Graph-Theoretic Correspondence Matching

2023-06-06 · Shigemichi Matsuzaki, Kenji Koide, Shuji Oishi, Masashi Yokozuka 외

This paper describes a method of global localization based on graph-theoretic association of instances between a query and the prior map. The proposed framework employs correspondence matching based on the maximum clique…

Semantic Segmentation

SceneGlue: Scene-Aware Transformer for Feature Matching without Scene-Level Annotation

2026-04-15 · Songlin Du, Xiaoyong Lu, Yaping Yan, Guobao Xiao 외 arxiv

Local feature matching plays a critical role in understanding the correspondence between cross-view images. However, traditional methods are constrained by the inherent local nature of feature descriptors, limiting their…

Homography EstimationVisual LocalizationPose EstimationImage Matching

Image Matching by Bare Homography

2023-05-15 · Fabio Bellavia

This paper presents Slime, a novel non-deep image matching framework which models the scene as rough local overlapping planes. This intermediate representation sits in-between the local affine approximation of the keypoi…

Efficient Global 2D-3D Matching for Camera Localization in a Large-Scale 3D Map

2017-10-01 · ICCV 2017 10 · Liu Liu, Hongdong Li, Yuchao Dai

Given an image of a street scene in a city, this paper develops a new method that can quickly and precisely pinpoint at which location (as well as viewing direction) the image was taken, against a pre-stored large-scale …

3D Feature MatchingCamera Localization

Pentagon-Match (PMatch): Identification of View-Invariant Planar Feature for Local Feature Matching-Based Homography Estimation

2023-05-27 · Yueh-Cheng Huang, Chen-Tao Hsu, Jen-Hui Chuang

In computer vision, finding correct point correspondence among images plays an important role in many applications, such as image stitching, image retrieval, visual localization, etc. Most of the research works focus on …

Homography EstimationImage RetrievalImage StitchingRetrieval+1