paper-with-me

Papers

Learning Active Camera for Multi-Object Navigation

2022-10-14 · Peihao Chen, Dongyu Ji, Kunyang Lin, Weiwen Hu, Wenbing Huang, Thomas H. Li, Mingkui Tan, Chuang Gan

Getting robots to navigate to multiple objects autonomously is essential yet difficult in robot applications. One of the key challenges is how to explore environments efficiently with camera sensors only. Existing navigation methods mainly focus on fixed cameras and few attempts have been made to navigate with active cameras. As a result, the agent may take a very long time to perceive the environment due to limited camera scope. In contrast, humans typically gain a larger field of view by looking around for a better perception of the environment. How to make robots perceive the environment as efficiently as humans is a fundamental problem in robotics. In this paper, we consider navigating to multiple objects more efficiently with active cameras. Specifically, we cast moving camera to a Markov Decision Process and reformulate the active camera problem as a reinforcement learning problem. However, we have to address two new challenges: 1) how to learn a good camera policy in complex environments and 2) how to coordinate it with the navigation policy. To address these, we carefully design a reward function to encourage the agent to explore more areas by moving camera actively. Moreover, we exploit human experience to infer a rule-based camera action to guide the learning process. Last, to better coordinate two kinds of policies, the camera policy takes navigation actions into account when making camera moving decisions. Experimental results show our camera policy consistently improves the performance of multi-object navigation over four baselines on two datasets.

📄 PDF Abstract BibTeX arXiv:2210.07505

Code (0)

등록된 구현이 없습니다.

Tasks

NavigateObject

Similar Papers 제목 키워드 기반

WorldCraft: From Camera Navigation to Object Manipulation in Interactive Video World Models

2026-05-24 · Bohai Gu, Taiyi Wu, Yueyang Yuan, Jian Liu 외 arxiv

Recent video-based world models have made pixel-space environments interactive at the camera level: users can navigate viewpoints while the model generates coherent visual continuations. Yet their action spaces remain in…

Embodied Crowd Counting

2025-03-11 · Runling Long, Yunlong Wang, Jia Wan, Xiang Deng 외

Occlusion is one of the fundamental challenges in crowd counting. In the community, various data-driven approaches have been developed to address this issue, yet their effectiveness is limited. This is mainly because mos…

Crowd CountingObject

SurveilNav: Collaborative Object Goal Navigation with Robot and Surveillance System

2026-06-23 · Ming-Ming Yu, Qunbo Wang, Rongtao Xu, Yanghong Mei 외 arxiv

With the growing deployment of surveillance systems in factories, offices, and homes, integrating them with robots offers a promising direction for collaborative and efficient task execution. However, existing approaches…

Reinforcement Learning for Active Perception in Autonomous Navigation

2026-02-01 · Grzegorz Malczyk, Mihir Kulkarni, Kostas Alexis arxiv

This paper addresses the challenge of active perception within autonomous navigation in complex, unknown environments. Revisiting the foundational principles of active perception, we introduce an end-to-end reinforcement…

Reinforcement LearningMotion Planning

CSAOT: Cooperative Multi-Agent System for Active Object Tracking

2025-01-23 · Hy Nguyen, Bao Pham, Hung Du, Srikanth Thudumu 외

Object Tracking is essential for many computer vision applications, such as autonomous navigation, surveillance, and robotics. Unlike Passive Object Tracking (POT), which relies on static camera viewpoints to detect and …

Autonomous NavigationDeep Reinforcement LearningMixture-of-ExpertsObject+1