paper-with-me

Papers

LASMP: Language Aided Subset Sampling Based Motion Planner

2024-10-01 · Saswati Bhattacharjee, Anirban Sinha, Chinwe Ekenna

This paper presents the Language Aided Subset Sampling Based Motion Planner (LASMP), a system that helps mobile robots plan their movements by using natural language instructions. LASMP uses a modified version of the Rapidly Exploring Random Tree (RRT) method, which is guided by user-provided commands processed through a language model (RoBERTa). The system improves efficiency by focusing on specific areas of the robot's workspace based on these instructions, making it faster and less resource-intensive. Compared to traditional RRT methods, LASMP reduces the number of nodes needed by 55% and cuts random sample queries by 80%, while still generating safe, collision-free paths. Tested in both simulated and real-world environments, LASMP has shown better performance in handling complex indoor scenarios. The results highlight the potential of combining language processing with motion planning to make robot navigation more efficient.

📄 PDF Abstract BibTeX arXiv:2410.00649

Code (1)

lasmp23/lasmp 공식 구현

Tasks

Language ModelingLanguage ModellingMotion PlanningRobot Navigation

Similar Papers 제목 키워드 기반

Which K-Space Sampling Schemes is good for Motion Artifact Detection in Magnetic Resonance Imaging?

2021-03-15 · Mohammad Reza Mohebbian, Ekta Walia, Khan A. Wahid

Motion artifacts are a common occurrence in the Magnetic Resonance Imaging (MRI) exam. Motion during acquisition has a profound impact on workflow efficiency, often requiring a repeat of sequences. Furthermore, motion ar…

Artifact DetectionDiagnosticMotion Detection

COLLAGE: Adaptive Fusion-based Retrieval for Augmented Policy Learning

2025-08-02 · Sateesh Kumar, Shivin Dass, Georgios Pavlakos, Roberto Martín-Martín arxiv

In this work, we study the problem of data retrieval for few-shot imitation learning: selecting data from a large dataset to train a performant policy for a specific task, given only a few target demonstrations. Prior me…

Multi-Task Learning

Greedy Heuristics for Sampling-Based Motion Planning in High-Dimensional State Spaces

2024-05-06 · Phone Thiha Kyaw, Anh Vu Le, Rajesh Elara Mohan, Jonathan Kelly arxiv

Informed sampling techniques accelerate the convergence of sampling-based motion planners by biasing sampling toward regions of the state space that are most likely to yield better solutions. However, when the current so…

Tree-Based Grafting Approach for Bidirectional Motion Planning with Local Subsets Optimization

2025-08-27 · Liding Zhang, Yao Ling, Zhenshan Bing, Fan Wu 외 arxiv

Bidirectional motion planning often reduces planning time compared to its unidirectional counterparts. It requires connecting the forward and reverse search trees to form a continuous path. However, this process could fa…

Motion Planning

Few-shot text-based emotion detection

2025-07-08 · Teodor-George Marchitan, Claudiu Creanga, Liviu P. Dinu arxiv

This paper describes the approach of the Unibuc - NLP team in tackling the SemEval 2025 Workshop, Task 11: Bridging the Gap in Text-Based Emotion Detection. We mainly focused on experiments using large language models (G…