paper-with-me

Papers

Efficient Real-time Path Planning with Self-evolving Particle Swarm Optimization in Dynamic Scenarios

2023-08-20 · Jinghao Xin, Zhi Li, Yang Zhang, Ning li

Particle Swarm Optimization (PSO) has demonstrated efficacy in addressing static path planning problems. Nevertheless, such application on dynamic scenarios has been severely precluded by PSO's low computational efficiency and premature convergence downsides. To address these limitations, we proposed a Tensor Operation Form (TOF) that converts particle-wise manipulations to tensor operations, thereby enhancing computational efficiency. Harnessing the computational advantage of TOF, a variant of PSO, designated as Self-Evolving Particle Swarm Optimization (SEPSO) was developed. The SEPSO is underpinned by a novel Hierarchical Self-Evolving Framework (HSEF) that enables autonomous optimization of its own hyper-parameters to evade premature convergence. Additionally, a Priori Initialization (PI) mechanism and an Auto Truncation (AT) mechanism that substantially elevates the real-time performance of SEPSO on dynamic path planning problems were introduced. Comprehensive experiments on four widely used benchmark optimization functions have been initially conducted to corroborate the validity of SEPSO. Following this, a dynamic simulation environment that encompasses moving start/target points and dynamic/static obstacles was employed to assess the effectiveness of SEPSO on the dynamic path planning problem. Simulation results exhibit that the proposed SEPSO is capable of generating superior paths with considerably better real-time performance (67 path planning computations per second in a regular desktop computer) in contrast to alternative methods. The code and video of this paper can be accessed here.

📄 PDF Abstract BibTeX arXiv:2308.10169

Code (1)

xinjinghao/real-time-path-planning-with-sepso 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs

2026-01-28 · Oguzhan Gungordu, Siheng Xiong, Faramarz Fekri arxiv

Large Language Models (LLMs) have enabled automated heuristic design (AHD) for combinatorial optimization problems (COPs), but existing frameworks' reliance on fixed evolutionary rules and static prompt templates often l…

Predicting Path Failure In Time-Evolving Graphs

2019-05-10 · Jia Li, Zhichao Han, Hong Cheng, Jiao Su 외

In this paper we use a time-evolving graph which consists of a sequence of graph snapshots over time to model many real-world networks. We study the path classification problem in a time-evolving graph, which has many ap…

Agentic Self-Evolutionary Replanning for Embodied Navigation

2026-03-03 · Guoliang Li, Ruihua Han, Chengyang Li, He Li 외 arxiv

Failure is inevitable for embodied navigation in complex environments. To enhance the resilience, replanning (RP) is a viable option, where the robot is allowed to fail, but is capable of adjusting plan until success. Ho…

Toward Vibe Medicine: A Self-Evolving Multi-Agent Framework for Clinical Decision Support

2026-04-01 · Qianxue Zhang, Yiming Ren, Shihuan Qin, Xiao Zhang 외 arxiv

In recent years, the advances of large language models and autonomous agents have revolutionized the healthcare field, facilitating diagnosis and improving treatment results. However, most existing AI systems rely on pre…

SMART-OC: A Real-time Time-risk Optimal Replanning Algorithm for Dynamic Obstacles and Spatio-temporally Varying Currents

2025-08-13 · Reema Raval, Shalabh Gupta arxiv

Typical marine environments are highly complex with spatio-temporally varying currents and dynamic obstacles, presenting significant challenges to Unmanned Surface Vehicles (USVs) for safe and efficient navigation. Thus,…