paper-with-me

홈 › Papers

CoverLib: Classifiers-equipped Experience Library by Iterative Problem Distribution Coverage Maximization for Domain-tuned Motion Planning

2024-05-05 · Hirokazu Ishida, Naoki Hiraoka, Kei Okada, Masayuki Inaba

Library-based methods are known to be very effective for fast motion planning by adapting an experience retrieved from a precomputed library. This article presents CoverLib, a principled approach for constructing and utilizing such a library. CoverLib iteratively adds an experience-classifier-pair to the library, where each classifier corresponds to an adaptable region of the experience within the problem space. This iterative process is an active procedure, as it selects the next experience based on its ability to effectively cover the uncovered region. During the query phase, these classifiers are utilized to select an experience that is expected to be adaptable for a given problem. Experimental results demonstrate that CoverLib effectively mitigates the trade-off between plannability and speed observed in global (e.g. sampling-based) and local (e.g. optimization-based) methods. As a result, it achieves both fast planning and high success rates over the problem domain. Moreover, due to its adaptation-algorithm-agnostic nature, CoverLib seamlessly integrates with various adaptation methods, including nonlinear programming-based and sampling-based algorithms.

📄 PDF Abstract BibTeX arXiv:2405.02968

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Self-Evolving Visual Concept Library using Vision-Language Critics

2025-01-01 · CVPR 2025 1 · Atharva Sehgal, Patrick Yuan, Ziniu Hu, Yisong Yue 외

We study the problem of building a visual concept library for visual recognition. Building effective visual concept libraries is challenging, as manual definition is labor-intensive, while relying solely on LLMs for …

In-Context Learning

MaskForge: Structure-Aware Adaptive Attacks for Jailbreaking Diffusion Large Language Models

2026-06-01 · Yingzi Ma, Zhengyue Zhao, Xiaogeng Liu, Minhui Xue 외 arxiv

Diffusion large language models (dLLMs) generate text by iteratively denoising partially masked sequences under bidirectional context, exposing a safety surface distinct from autoregressive LLMs. Because mask tokens are …

Modifications to a classic BFGS library for use with SIMD-equipped hardware and an AAD library

2022-09-29 · Evgeny Goncharov, Alexandre Rodrigues

We introduce certain modifications of the BFGS method for functions that are not parallelizable by nature (having consecutive operations only) taking advantage of SIMD. We also provide a modified LBFGS\texttt{++} library…

Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent Evolution

2025-12-11 · Zouying Cao, Jiaji Deng, Li Yu, Weikang Zhou 외 arxiv

Procedural memory enables large language model (LLM) agents to internalize "how-to" knowledge, theoretically reducing redundant trial-and-error. However, existing frameworks predominantly suffer from a "passive accumulat…

Reinforcement Learning for Self-Improving Agent with Skill Library

2025-12-18 · Jiongxiao Wang, Qiaojing Yan, Yawei Wang, Yijun Tian 외 arxiv

Large Language Model (LLM)-based agents have demonstrated remarkable capabilities in complex reasoning and multi-turn interactions but struggle to continuously improve and adapt when deployed in new environments. One pro…

Reinforcement Learning