paper-with-me

홈 › Papers

Deep Reinforcement Learning with Dynamic Graphs for Adaptive Informative Path Planning

2024-02-07 · Apoorva Vashisth, Julius Rückin, Federico Magistri, Cyrill Stachniss, Marija Popović

Autonomous robots are often employed for data collection due to their efficiency and low labour costs. A key task in robotic data acquisition is planning paths through an initially unknown environment to collect observations given platform-specific resource constraints, such as limited battery life. Adaptive online path planning in 3D environments is challenging due to the large set of valid actions and the presence of unknown occlusions. To address these issues, we propose a novel deep reinforcement learning approach for adaptively replanning robot paths to map targets of interest in unknown 3D environments. A key aspect of our approach is a dynamically constructed graph that restricts planning actions local to the robot, allowing us to react to newly discovered static obstacles and targets of interest. For replanning, we propose a new reward function that balances between exploring the unknown environment and exploiting online-discovered targets of interest. Our experiments show that our method enables more efficient target discovery compared to state-of-the-art learning and non-learning baselines. We also showcase our approach for orchard monitoring using an unmanned aerial vehicle in a photorealistic simulator. We open-source our code and model at: https://github.com/dmar-bonn/ipp-rl-3d.

📄 PDF Abstract BibTeX arXiv:2402.04894

Code (1)

dmar-bonn/ipp-rl-3d 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningvalid

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Diversified and Adaptive Negative Sampling on Knowledge Graphs

2024-10-10 · Ran Liu, Zhongzhou Liu, XiaoLi Li, Hao Wu 외

In knowledge graph embedding, aside from positive triplets (ie: facts in the knowledge graph), the negative triplets used for training also have a direct influence on the model performance. In reality, since knowledge gr…

Graph EmbeddingInformativenessKnowledge Graph EmbeddingKnowledge Graphs+1

Adaptive Selection of Informative Path Planning Strategies via Reinforcement Learning

2021-08-14 · Taeyeong Choi, Grzegorz Cielniak

In our previous work, we designed a systematic policy to prioritize sampling locations to lead significant accuracy improvement in spatial interpolation by using the prediction uncertainty of Gaussian Process Regression …

GPRPredictionreinforcement-learningReinforcement Learning+3

Adaptive Informative Path Planning Using Deep Reinforcement Learning for UAV-based Active Sensing

2021-09-28 · Julius Rückin, Liren Jin, Marija Popović

Aerial robots are increasingly being utilized for environmental monitoring and exploration. However, a key challenge is efficiently planning paths to maximize the information value of acquired data as an initially unknow…

Deep Reinforcement LearningReinforcement Learning (RL)

Adaptive Heterogeneous Graph Neural Networks: Bridging Heterophily and Heterogeneity

2025-08-08 · Qin Chen, Guojie Song arxiv

Heterogeneous graphs (HGs) are common in real-world scenarios and often exhibit heterophily. However, most existing studies focus on either heterogeneity or heterophily in isolation, overlooking the prevalence of heterop…

Graph Neural Network

Mixture of Length and Pruning Experts for Knowledge Graphs Reasoning

2025-07-28 · Enjun Du, Siyi Liu, Yongqi Zhang arxiv

Knowledge Graph (KG) reasoning, which aims to infer new facts from structured knowledge repositories, plays a vital role in Natural Language Processing (NLP) systems. Its effectiveness critically depends on constructing …

Knowledge Graphs