[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Interaction-Merged Motion Planning: Effectively Leveraging Diverse Motion Datasets for Robust Planning

Created by
  • Haebom

Author

Giwon Lee, Wooseong Jeong, Daehee Park, Jaewoo Jeong, Kuk-Jin Yoon

Outline

In this paper, we propose Interaction-Merged Motion Planning (IMMP), a novel method that effectively utilizes datasets from various source domains for motion planning of autonomous robots. While existing domain adaptation or ensemble learning methods suffer from domain imbalance, catastrophic forgetting, and high computational cost, IMMP adapts to the target domain by utilizing parameter checkpoints trained in different domains. It consists of two steps: a pre-merging step that captures agent actions and interactions, and a merging step that constructs an adaptive model that efficiently transfers various interactions to the target domain. Experimental results on various benchmarks and models show that IMMP outperforms existing methods.

Takeaways, Limitations

Takeaways:
Presenting the possibility of improving the motion planning performance of autonomous robots by effectively utilizing various source domain data.
We present a novel approach that alleviates domain imbalance, catastrophic forgetting, and high computational cost problems.
We present a method to effectively extract and convey agent interaction information through pre-merging and merge steps.
IMMP's excellent performance is verified through various benchmark experiments.
Limitations:
Further validation of the generalization performance of the proposed method is needed.
Robustness assessment across a variety of environmental conditions and agent types is needed.
A more detailed analysis of computational complexity is needed.
Performance evaluation in an actual autonomous driving environment is required.
👍