paper-with-me

Papers

Adaptive Diffusion Terrain Generator for Autonomous Uneven Terrain Navigation

2024-10-14 · Youwei Yu, Junhong Xu, Lantao Liu

Model-free reinforcement learning has emerged as a powerful method for developing robust robot control policies capable of navigating through complex and unstructured terrains. The effectiveness of these methods hinges on two essential elements: (1) the use of massively parallel physics simulations to expedite policy training, and (2) an environment generator tasked with crafting sufficiently challenging yet attainable terrains to facilitate continuous policy improvement. Existing methods of environment generation often rely on heuristics constrained by a set of parameters, limiting the diversity and realism. In this work, we introduce the Adaptive Diffusion Terrain Generator (ADTG), a novel method that leverages Denoising Diffusion Probabilistic Models to dynamically expand existing training environments by adding more diverse and complex terrains adaptive to the current policy. ADTG guides the diffusion model's generation process through initial noise optimization, blending noise-corrupted terrains from existing training environments weighted by the policy's performance in each corresponding environment. By manipulating the noise corruption level, ADTG seamlessly transitions between generating similar terrains for policy fine-tuning and novel ones to expand training diversity. Our experiments show that the policy trained by ADTG outperforms both procedural generated and natural environments, along with popular navigation methods.

📄 PDF Abstract BibTeX arXiv:2410.10766

Code (1)

youwyu/Adaptive-Diffusion-Terrain 공식 구현 pytorch

Tasks

DenoisingDiversity

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Capsizing-Guided Trajectory Optimization for Autonomous Navigation with Rough Terrain

2025-08-11 · Wei Zhang, Yinchuan Wang, Wangtao Lu, Pengyu Zhang 외 arxiv

It is a challenging task for ground robots to autonomously navigate in harsh environments due to the presence of non-trivial obstacles and uneven terrain. This requires trajectory planning that balances safety and effici…

Trajectory Planning

A Terrain-Adaptive epsilon-Constraint MPC for Uneven Terrain Kinodynamic Planning

2026-05-20 · Otobong Jerome, Geesara Kalathunga, Tiago Nascimento arxiv

Kinodynamic planning for car-like vehicles on uneven terrain requires simultaneously optimizing competing objectives such as path efficiency and pose stability. This work presents an adaptive epsilon-constraint method in…

An Adaptive Coverage Control Approach for Multiple Autonomous Off-road Vehicles in Dynamic Agricultural Fields

2025-09-08 · Sajad Ahmadi, Mohammadreza Davoodi, Javad Mohammadpour Velni arxiv

This paper presents an adaptive coverage control method for a fleet of off-road and Unmanned Ground Vehicles (UGVs) operating in dynamic (time-varying) agricultural environments. Traditional coverage control approaches o…

Terrain-Adaptive Mobile 3D Printing with Hierarchical Control

2026-01-15 · Shuangshan Nors Li, J. Nathan Kutz arxiv

Mobile 3D printing on unstructured terrain remains challenging due to the conflict between platform mobility and deposition precision. Existing gantry-based systems achieve high accuracy but lack mobility, while mobile p…

Adaptive Legged Locomotion via Online Learning for Model Predictive Control

2025-10-17 · Hongyu Zhou, Xiaoyu Zhang, Vasileios Tzoumas arxiv

We provide an algorithm for adaptive legged locomotion via online learning and model predictive control. The algorithm is composed of two interacting modules: model predictive control (MPC) and online learning of residua…