paper-with-me

Papers

Image-based Navigation in Real-World Environments via Multiple Mid-level Representations: Fusion Models, Benchmark and Efficient Evaluation

2022-02-02 · Marco Rosano, Antonino Furnari, Luigi Gulino, Corrado Santoro, Giovanni Maria Farinella

Navigating complex indoor environments requires a deep understanding of the space the robotic agent is acting into to correctly inform the navigation process of the agent towards the goal location. In recent learning-based navigation approaches, the scene understanding and navigation abilities of the agent are achieved simultaneously by collecting the required experience in simulation. Unfortunately, even if simulators represent an efficient tool to train navigation policies, the resulting models often fail when transferred into the real world. One possible solution is to provide the navigation model with mid-level visual representations containing important domain-invariant properties of the scene. But, what are the best representations that facilitate the transfer of a model to the real-world? How can they be combined? In this work we address these issues by proposing a benchmark of Deep Learning architectures to combine a range of mid-level visual representations, to perform a PointGoal navigation task following a Reinforcement Learning setup. All the proposed navigation models have been trained with the Habitat simulator on a synthetic office environment and have been tested on the same real-world environment using a real robotic platform. To efficiently assess their performance in a real context, a validation tool has been proposed to generate realistic navigation episodes inside the simulator. Our experiments showed that navigation models can benefit from the multi-modal input and that our validation tool can provide good estimation of the expected navigation performance in the real world, while saving time and resources. The acquired synthetic and real 3D models of the environment, together with the code of our validation tool built on top of Habitat, are publicly available at the following link: https://iplab.dmi.unict.it/EmbodiedVN/

📄 PDF Abstract BibTeX arXiv:2202.01069

Code (1)

fpv-iplab/mid-level-fusion-nav 공식 구현 pytorch

Tasks

PointGoal NavigationScene Understanding

Similar Papers 제목 키워드 기반

ReProHRL: Towards Multi-Goal Navigation in the Real World using Hierarchical Agents

2023-08-17 · Tejaswini Manjunath, Mozhgan Navardi, Prakhar Dixit, Bharat Prakash 외

Robots have been successfully used to perform tasks with high precision. In real-world environments with sparse rewards and multiple goals, learning is still a major challenge and Reinforcement Learning (RL) algorithms f…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

On Embodied Visual Navigation in Real Environments Through Habitat

2020-10-26 · Marco Rosano, Antonino Furnari, Luigi Gulino, Giovanni Maria Farinella

Visual navigation models based on deep learning can learn effective policies when trained on large amounts of visual observations through reinforcement learning. Unfortunately, collecting the required experience in the r…

Domain AdaptationUnsupervised Domain AdaptationVisual Navigation

Uncertainty-Aware World Model for Aerial Image-Goal Navigation

2026-08-06 · Deyi Zhu, Haoyu Fan, Yinan Zhu, Weichen Zhang 외 arxiv

Aerial image-goal navigation requires an unmanned aerial vehicle (UAV) to reach a target location specified by a goal image. Existing world-model-based methods rank candidate trajectories using predicted futures, but typ…

Out-of-Distribution Detection

Efficient Image-Goal Navigation with Representative Latent World Model

2025-11-14 · Zhiwei Zhang, Hui Zhang, Kaihong Huang, Chenghao Shi 외 arxiv

World models enable robots to conduct counterfactual reasoning in physical environments by predicting future world states. While conventional approaches often prioritize pixel-level reconstruction of future scenes, such …

Trajectory Prediction

Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator

2026-07-07 · Zihan Wang, Seungjun Lee, Yinghao Xu, Gim Hee Lee arxiv

Embodied navigation aims to build agents that interpret multimodal goals, reason in 3D space, and reach target destinations reliably in the real world. However, progress remains constrained by the lack of scalable, high-…