paper-with-me

Papers

Approximate Query Matching for Image Retrieval

2018-03-14 · Abhijit Suprem, Polo Chau

Traditional image recognition involves identifying the key object in a portrait-type image with a single object focus (ILSVRC, AlexNet, and VGG). More recent approaches consider dense image recognition - segmenting an image with appropriate bounding boxes and performing image recognition within these bounding boxes (Semantic segmentation). The Visual Genome dataset [5] is an attempt to bridge these various approaches to a cohesive dataset for each subtask - bounding box generation, image recognition, captioning, and a new operation: scene graph generation. Our focus is on using such scene graphs to perform graph search on image databases to holistically retrieve images based on a search criteria. We develop a method to store scene graphs and metadata in graph databases (using Neo4J) and to perform fast approximate retrieval of images based on a graph search query. We process more complex queries than single object search, e.g. "girl eating cake" retrieves images that contain the specified relation as well as variations.

📄 PDF Abstract BibTeX arXiv:1803.05401

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationImage RetrievalObjectRetrievalScene Graph GenerationSemantic Segmentation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Range Retrieval with Graph-Based Indices

2025-02-18 · Magdalen Dobson Manohar, Taekseung Kim, Guy E. Blelloch

Retrieving points based on proximity in a high-dimensional vector space is a crucial step in information retrieval applications. The approximate nearest neighbor search (ANNS) problem, which identifies the $k$ nearest ne…

Information RetrievalRetrieval

Yes, we CANN: Constrained Approximate Nearest Neighbors for local feature-based visual localization

2023-06-15 · ICCV 2023 1 · Dror Aiger, André Araujo, Simon Lynen

Large-scale visual localization systems continue to rely on 3D point clouds built from image collections using structure-from-motion. While the 3D points in these models are represented using local image features, direct…

Image RetrievalRetrievalVisual Localization

Matrix Factorization-Based Clustering Of Image Features For Bandwidth-Constrained Information Retrieval

2016-05-07 · Jacob Chakareski, Immanuel Manohar, Shantanu Rane

We consider the problem of accurately and efficiently querying a remote server to retrieve information about images captured by a mobile device. In addition to reduced transmission overhead and computational complexity, …

ClusteringInformation RetrievalRetrievalTranslation

Towards Accurate Camera Geopositioning by Image Matching

2019-03-13 · Raffaele Imbriaco, Clint Sebastian, Egor Bondarev, Peter de With

In this work, we present a camera geopositioning system based on matching a query image against a database with panoramic images. For matching, our system uses memory vectors aggregated from global image descriptors base…

ClusteringPosition

Knowledge-aware Text-Image Retrieval for Remote Sensing Images

2024-05-06 · Li Mi, Xianjie Dai, Javiera Castillo-Navarro, Devis Tuia

Image-based retrieval in large Earth observation archives is challenging because one needs to navigate across thousands of candidate matches only with the query image as a guide. By using text as information supporting t…

DiversityEarth ObservationImage RetrievalNavigate+1