paper-with-me

홈 › Papers

Fast and Slow Planning

2023-03-07 · Francesco Fabiano, Vishal Pallagani, Marianna Bergamaschi Ganapini, Lior Horesh, Andrea Loreggia, Keerthiram Murugesan, Francesca Rossi, Biplav Srivastava

The concept of Artificial Intelligence has gained a lot of attention over the last decade. In particular, AI-based tools have been employed in several scenarios and are, by now, pervading our everyday life. Nonetheless, most of these systems lack many capabilities that we would naturally consider to be included in a notion of "intelligence". In this work, we present an architecture that, inspired by the cognitive theory known as Thinking Fast and Slow by D. Kahneman, is tasked with solving planning problems in different settings, specifically: classical and multi-agent epistemic. The system proposed is an instance of a more general AI paradigm, referred to as SOFAI (for Slow and Fast AI). SOFAI exploits multiple solving approaches, with different capabilities that characterize them as either fast or slow, and a metacognitive module to regulate them. This combination of components, which roughly reflects the human reasoning process according to D. Kahneman, allowed us to enhance the reasoning process that, in this case, is concerned with planning in two different settings. The behavior of this system is then compared to state-of-the-art solvers, showing that the newly introduced system presents better results in terms of generality, solving a wider set of problems with an acceptable trade-off between solving times and solution accuracy.

📄 PDF Abstract BibTeX arXiv:2303.04283

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FaSTA$^*$: Fast-Slow Toolpath Agent with Subroutine Mining for Efficient Multi-turn Image Editing

2025-06-26 · Advait Gupta, Rishie Raj, Dang Nguyen, Tianyi Zhou

We develop a cost-efficient neurosymbolic agent to address challenging multi-turn image editing tasks such as "Detect the bench in the image while recoloring it to pink. Also, remove the cat for a clearer view and recolo…

ASSCG: Just-Right Gating over Chattering for Fast-Slow LLM Planning in Autonomous Driving

2026-06-24 · Sining Ang, Yuan Chen, Liu Haiyan, Xuanyao Mao 외 arxiv

Large language models (LLMs) can improve autonomous driving planning but are costly to query online, and existing fast-slow planners often rely on hand-designed triggering rules that either over-call the slow system or c…

Autonomous Driving

FASIONAD : FAst and Slow FusION Thinking Systems for Human-Like Autonomous Driving with Adaptive Feedback

2024-11-27 · Kangan Qian, Zhikun Ma, Yangfan He, Ziang Luo 외

Ensuring safe, comfortable, and efficient navigation is a critical goal for autonomous driving systems. While end-to-end models trained on large-scale datasets excel in common driving scenarios, they often struggle with …

Autonomous DrivingDecision Making

Bridging Large-Model Reasoning and Real-Time Control via Agentic Fast-Slow Planning

2026-04-02 · Jiayi Chen, Shuai Wang, Guangxu Zhu, Chengzhong Xu arxiv

Large foundation models enable powerful reasoning for autonomous systems, but mapping semantic intent to reliable real-time control remains challenging. Existing approaches either (i) let Large Language Models (LLMs) gen…

Agents Thinking Fast and Slow: A Talker-Reasoner Architecture

2024-10-10 · Konstantina Christakopoulou, Shibl Mourad, Maja Matarić

Large language models have enabled agents of all kinds to interact with users through natural conversation. Consequently, agents now have two jobs: conversing and planning/reasoning. Their conversational responses must b…