paper-with-me

홈 › Papers

RARA: Zero-shot Sim2Real Visual Navigation with Following Foreground Cues

2022-01-08 · Klaas Kelchtermans, Tinne Tuytelaars

The gap between simulation and the real-world restrains many machine learning breakthroughs in computer vision and reinforcement learning from being applicable in the real world. In this work, we tackle this gap for the specific case of camera-based navigation, formulating it as following a visual cue in the foreground with arbitrary backgrounds. The visual cue in the foreground can often be simulated realistically, such as a line, gate or cone. The challenge then lies in coping with the unknown backgrounds and integrating both. As such, the goal is to train a visual agent on data captured in an empty simulated environment except for this foreground cue and test this model directly in a visually diverse real world. In order to bridge this big gap, we show it's crucial to combine following techniques namely: Randomized augmentation of the fore- and background, regularization with both deep supervision and triplet loss and finally abstraction of the dynamics by using waypoints rather than direct velocity commands. The various techniques are ablated in our experimental results both qualitatively and quantitatively finally demonstrating a successful transfer from simulation to the real world.

📄 PDF Abstract BibTeX arXiv:2201.02798

Code (1)

kkelchte/fgbg 공식 구현 pytorch

Tasks

TripletVisual Navigation

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Zero-shot object goal visual navigation

2022-06-15 · Qianfan Zhao, Lu Zhang, Bin He, Hong Qiao 외

Object goal visual navigation is a challenging task that aims to guide a robot to find the target object based on its visual observation, and the target is limited to the classes pre-defined in the training stage. Howeve…

Knowledge GraphsObjectSemantic SimilaritySemantic Textual Similarity+3

Zero-Shot Object Goal Visual Navigation With Class-Independent Relationship Network

2023-10-15 · Xinting Li, Shiguang Zhang, Yue Lu, Kerry Dang 외

This paper investigates the zero-shot object goal visual navigation problem. In the object goal visual navigation task, the agent needs to locate navigation targets from its egocentric visual input. "Zero-shot" means tha…

ObjectSemantic SimilaritySemantic Textual SimilarityVisual Navigation

MSGNav: Unleashing the Power of Multi-modal 3D Scene Graph for Zero-Shot Embodied Navigation

2025-11-13 · Xun Huang, Shijia Zhao, Yunxiang Wang, Xin Lu 외 arxiv

Embodied navigation is a fundamental capability for robotic agents operating. Real-world deployment requires open vocabulary generalization and low training overhead, motivating zero-shot methods rather than task-specifi…

LOC-ZSON: Language-driven Object-Centric Zero-Shot Object Retrieval and Navigation

2024-05-08 · Tianrui Guan, Yurou Yang, Harry Cheng, Muyuan Lin 외

In this paper, we present LOC-ZSON, a novel Language-driven Object-Centric image representation for object navigation task within complex scenes. We propose an object-centric image representation and corresponding losses…

Language ModelingLanguage ModellingObjectRetrieval

Difference-Based Relational Learning for Zero-Shot Object-Goal Visual Navigation With Direct Sim-to-Real Transfer

2026-07-17 · Guolei Qi, Feitian Zhang arxiv

End-to-end deep reinforcement learning (DRL) for zero-shot object-goal visual navigation remains challenged by the sim-to-real gap, particularly variations in object appearance and restricted camera field-of-view (FoV). …

Zero-shot GeneralizationReinforcement LearningVisual Navigation