中文
相关论文

相关论文: LEA*: An A* Variant Algorithm with Improved Edge E…

200 篇论文

Predictive motion planning is the key to achieve energy-efficient driving, which is one of the main benefits of automated driving. Researchers have been studying the planning of velocity trajectories, a simpler form of motion planning, for…

最优化与控制 · 数学 2019-02-22 Zlatan Ajanovic , Michael Stolz , Martin Horn

The Lazy Shortest Path (LazySP) class consists of motion-planning algorithms that only evaluate edges along shortest paths between the source and target. These algorithms were designed to minimize the number of edge evaluations in settings…

机器人学 · 计算机科学 2017-10-12 Nika Haghtalab , Simon Mackenzie , Ariel D. Procaccia , Oren Salzman , Siddhartha S. Srinivasa

This paper proposes two novel path planning algorithms, Roadmap Hybrid A* and Waypoints Hybrid A*, for car-like autonomous vehicles in logistics and industrial contexts with obstacles (e.g., pallets or containers) and narrow corridors.…

机器人学 · 计算机科学 2023-04-28 Alessandro Bonetti , Simone Guidetti , Lorenzo Sabattini

We present Neural A*, a novel data-driven search method for path planning problems. Despite the recent increasing attention to data-driven path planning, machine learning approaches to search-based planning are still challenging due to the…

机器学习 · 计算机科学 2021-07-08 Ryo Yonetani , Tatsunori Taniai , Mohammadamin Barekatain , Mai Nishimura , Asako Kanezaki

Given a query graph that represents a pattern of interest, the emerging pattern detection problem can be viewed as a continuous query problem on a dynamic graph. We present an incremental algorithm for continuous query processing on dynamic…

数据库 · 计算机科学 2014-07-15 Sutanay Choudhury , Lawrence Holder , George Chin , Patrick Mackey , Khushbu Agarwal , John Feo

We address the problem of efficiently organizing search over very large trees, which arises in many applications ranging from autonomous driving to aerial vehicles. Here, we are motivated by off-road autonomy, where real-time planning is…

机器人学 · 计算机科学 2025-12-10 Sidharth Talia , Oren Salzman , Siddhartha Srinivasa

A* is a best-first search algorithm for finding optimal-cost paths in graphs. A* benefits significantly from parallelism because in many applications, A* is limited by memory usage, so distributed memory implementations of A* that use all…

人工智能 · 计算机科学 2017-08-18 Alex Fukunaga , Adi Botea , Yuu Jinnai , Akihiro Kishimoto

In this work, we consider the problem of planning for temporal logic tasks in large robot environments. When full task compliance is unattainable, we aim to achieve the best possible task satisfaction by integrating user preferences for…

机器人学 · 计算机科学 2025-11-24 Disha Kamale , Xi Yu , Cristian-Ioan Vasile

Proper path planning is the first step of robust and efficient autonomous navigation for mobile robots. Meanwhile, it is still challenging for robots to work in a complex environment without complete prior information. This paper presents…

机器人学 · 计算机科学 2020-09-17 Wenjian Hao , Rongyao Wang , Alexander Krolicki , Yiqiang Han

Previous work has shown that the problem of learning the optimal structure of a Bayesian network can be formulated as a shortest path finding problem in a graph and solved using A* search. In this paper, we improve the scalability of this…

人工智能 · 计算机科学 2012-02-20 Brandon Malone , Changhe Yuan , Eric A. Hansen , Susan Bridges

Combining Large Language Models (LLMs) with heuristic search algorithms like A* holds the promise of enhanced LLM reasoning and scalable inference. To accelerate training and reduce computational demands, we investigate the coreset…

人工智能 · 计算机科学 2024-10-25 Devaansh Gupta , Boyang Li

Integrating artificial intelligence (AI) into sampling-based motion planning provides new possibilities for improving autonomous navigation efficiency. In this paper, three algorithms, namely RRT*, Neural RRT*, and Neural Informed RRT*, are…

机器人学 · 计算机科学 2026-05-28 Hichem Cheriet , Badra Khellat Kihel , Samira Chouraqui

An efficient robot path-planning model is vulnerable to the number of search nodes, path cost, and time complexity. The conventional A-star (A*) algorithm outperforms other grid-based algorithms for its heuristic search. However it shows…

机器人学 · 计算机科学 2023-12-27 Raihan Kabir , Yutaka Watanobe , Md. Rashedul Islam , Keitaro Naruse

We present very efficient active learning algorithms for link classification in signed networks. Our algorithms are motivated by a stochastic model in which edge labels are obtained through perturbations of a initial sign assignment…

机器学习 · 计算机科学 2013-03-01 Nicolo Cesa-Bianchi , Claudio Gentile , Fabio Vitale , Giovanni Zappella

In this research, we investigate the subject of path-finding. A pruned version of visibility graph based on Candidate Vertices is formulated, followed by a new visibility check technique. Such combination enables us to quickly identify the…

人工智能 · 计算机科学 2018-10-30 Pei Cao , Zhaoyan Fan , Robert X. Gao , Jiong Tang

Square grids are commonly used in robotics and game development as spatial models and well known in AI community heuristic search algorithms (such as A*, JPS, Theta* etc.) are widely used for path planning on grids. A lot of research is…

人工智能 · 计算机科学 2015-08-26 Konstantin Yakovlev , Egor Baskin , Ivan Hramoin

Path finding in graphs is one of the most studied classes of problems in computer science. In this context, search algorithms are often extended with heuristics for a more efficient search of target nodes. In this work we combine recent…

人工智能 · 计算机科学 2022-04-20 Danilo Numeroso , Davide Bacciu , Petar Veličković

We consider time-optimal motion planning for dynamical systems that are translation-invariant, a property that holds for many mobile robots, such as differential-drives, cars, airplanes, and multirotors. Our key insight is that we can…

机器人学 · 计算机科学 2022-08-02 Wolfgang Hoenig , Joaquim Ortiz-Haro , Marc Toussaint

Although Trajectory Optimization (TO) is one of the most powerful motion planning tools, it suffers from expensive computational complexity as a time horizon increases in cluttered environments. It can also fail to converge to a globally…

机器人学 · 计算机科学 2022-03-23 Yuki Shirai , Xuan Lin , Ankur Mehta , Dennis Hong

Problem of finding 2D paths of special shape, e.g. paths comprised of line segments having the property that the angle between any two consecutive segments does not exceed the predefined threshold, is considered in the paper. This problem…

人工智能 · 计算机科学 2018-11-05 Anton Andreychuk , Natalia Soboleva , Konstantin Yakovlev