paper-with-me

홈 › Papers

Beyond Cross-view Image Retrieval: Highly Accurate Vehicle Localization Using Satellite Image

2022-04-10 · CVPR 2022 1 · Yujiao Shi, Hongdong Li

This paper addresses the problem of vehicle-mounted camera localization by matching a ground-level image with an overhead-view satellite map. Existing methods often treat this problem as cross-view image retrieval, and use learned deep features to match the ground-level query image to a partition (eg, a small patch) of the satellite map. By these methods, the localization accuracy is limited by the partitioning density of the satellite map (often in the order of tens meters). Departing from the conventional wisdom of image retrieval, this paper presents a novel solution that can achieve highly-accurate localization. The key idea is to formulate the task as pose estimation and solve it by neural-net based optimization. Specifically, we design a two-branch {CNN} to extract robust features from the ground and satellite images, respectively. To bridge the vast cross-view domain gap, we resort to a Geometry Projection module that projects features from the satellite map to the ground-view, based on a relative camera pose. Aiming to minimize the differences between the projected features and the observed features, we employ a differentiable Levenberg-Marquardt ({LM}) module to search for the optimal camera pose iteratively. The entire pipeline is differentiable and runs end-to-end. Extensive experiments on standard autonomous vehicle localization datasets have confirmed the superiority of the proposed method. Notably, e.g., starting from a coarse estimate of camera location within a wide region of 40m x 40m, with an 80% likelihood our method quickly reduces the lateral location error to be within 5m on a new KITTI cross-view dataset.

📄 PDF Abstract BibTeX arXiv:2204.04752

Code (1)

shiyujiao/highlyaccurate 공식 구현 pytorch

Tasks

Camera LocalizationImage RetrievalPose EstimationRetrieval

Similar Papers 제목 키워드 기반

VIGOR: Cross-View Image Geo-localization beyond One-to-one Retrieval

2020-11-24 · CVPR 2021 1 · Sijie Zhu, Taojiannan Yang, Chen Chen

Cross-view image geo-localization aims to determine the locations of street-view query images by matching with GPS-tagged reference images from aerial view. Recent works have achieved surprisingly high retrieval accuracy…

Cross-View Geo-Localisationgeo-localizationImage-Based LocalizationImage Retrieval

Beyond Single Images: Retrieval Self-Augmented Unsupervised Camouflaged Object Detection

2025-10-21 · Ji Du, Xin Wang, Fangwei Hao, Mingyang Yu 외 arxiv

At the core of Camouflaged Object Detection (COD) lies segmenting objects from their highly similar surroundings. Previous efforts navigate this challenge primarily through image-level modeling or annotation-based optimi…

Object Detection

SCA-PVNet: Self-and-Cross Attention Based Aggregation of Point Cloud and Multi-View for 3D Object Retrieval

2023-07-20 · Dongyun Lin, Yi Cheng, Aiyuan Guo, Shangbo Mao 외

To address 3D object retrieval, substantial efforts have been made to generate highly discriminative descriptors of 3D objects represented by a single modality, e.g., voxels, point clouds or multi-view images. It is prom…

3D Object RetrievalObjectRetrieval

Backretrieval: An Image-Pivoted Evaluation Metric for Cross-Lingual Text Representations Without Parallel Corpora

2021-05-11 · Mikhail Fain, Niall Twomey, Danushka Bollegala

Cross-lingual text representations have gained popularity lately and act as the backbone of many tasks such as unsupervised machine translation and cross-lingual information retrieval, to name a few. However, evaluation …

Cross-Lingual Information RetrievalInformation RetrievalMachine TranslationRetrieval+2

Beyond Instance-Level Image Retrieval: Leveraging Captions to Learn a Global Visual Representation for Semantic Retrieval

2017-07-01 · CVPR 2017 7 · Albert Gordo, Diane Larlus

Querying with an example image is a simple and intuitive interface to retrieve information from a visual database. Most of the research in image retrieval has focused on the task of instance-level image retrieval, where …

Image RetrievalRetrievalSemantic RetrievalSemantic Similarity+1