paper-with-me

홈 › Papers

Context-Based Visual-Language Place Recognition

2024-10-25 · Soojin Woo, Seong-Woo Kim

In vision-based robot localization and SLAM, Visual Place Recognition (VPR) is essential. This paper addresses the problem of VPR, which involves accurately recognizing the location corresponding to a given query image. A popular approach to vision-based place recognition relies on low-level visual features. Despite significant progress in recent years, place recognition based on low-level visual features is challenging when there are changes in scene appearance. To address this, end-to-end training approaches have been proposed to overcome the limitations of hand-crafted features. However, these approaches still fail under drastic changes and require large amounts of labeled data to train models, presenting a significant limitation. Methods that leverage high-level semantic information, such as objects or categories, have been proposed to handle variations in appearance. In this paper, we introduce a novel VPR approach that remains robust to scene changes and does not require additional training. Our method constructs semantic image descriptors by extracting pixel-level embeddings using a zero-shot, language-driven semantic segmentation model. We validate our approach in challenging place recognition scenarios using real-world public dataset. The experiments demonstrate that our method outperforms non-learned image representation techniques and off-the-shelf convolutional neural network (CNN) descriptors. Our code is available at https: //github.com/woo-soojin/context-based-vlpr.

📄 PDF Abstract BibTeX arXiv:2410.19341

Code (1)

woo-soojin/context-based-vlpr 공식 구현 pytorch

Tasks

Semantic SegmentationVisual Place Recognition

Similar Papers 제목 키워드 기반

What makes visual place recognition easy or hard?

2021-06-23 · Stefan Schubert, Peer Neubert

Visual place recognition is a fundamental capability for the localization of mobile robots. It places image retrieval in the practical context of physical agents operating in a physical world. It is an active field of re…

Image RetrievalRetrievalVisual Place Recognition

City-Scale Visual Place Recognition with Deep Local Features Based on Multi-Scale Ordered VLAD Pooling

2020-09-19 · Duc Canh Le, Chan Hyun Youn

Visual place recognition is the task of recognizing a place depicted in an image based on its pure visual appearance without metadata. In visual place recognition, the challenges lie upon not only the changes in lighting…

Content-Based Image RetrievalImage RetrievalRetrievalVisual Place Recognition

Vision Language Model for Interpretable and Fine-grained Detection of Safety Compliance in Diverse Workplaces

2024-08-13 · Zhiling Chen, Hanning Chen, Mohsen Imani, Ruimin Chen 외

Workplace accidents due to personal protective equipment (PPE) non-compliance raise serious safety concerns and lead to legal liabilities, financial penalties, and reputational damage. While object detection models have …

AttributeLanguage ModelingLanguage Modellingobject-detection+3

Real-Time Visual Place Recognition for Personal Localization on a Mobile Device

2016-11-07 · Michał Nowicki, Jan Wietrzykowski, Piotr Skrzypczyński

The paper presents an approach to indoor personal localization on a mobile device based on visual place recognition. We implemented on a smartphone two state-of-the-art algorithms that are representative to two different…

Visual Place Recognition

Contextual Convolutional Neural Networks

2021-08-17 · Ionut Cosmin Duta, Mariana Iuliana Georgescu, Radu Tudor Ionescu

We propose contextual convolution (CoConv) for visual recognition. CoConv is a direct replacement of the standard convolution, which is the core component of convolutional neural networks. CoConv is implicitly equipped w…

Generative Adversarial Networkimage-classificationImage ClassificationImage Generation+2