paper-with-me

홈 › Papers

Visual Agents as Fast and Slow Thinkers

2024-08-16 · Guangyan Sun, Mingyu Jin, Zhenting Wang, Cheng-Long Wang, Siqi Ma, Qifan Wang, Tong Geng, Ying Nian Wu, Yongfeng Zhang, Dongfang Liu

Achieving human-level intelligence requires refining cognitive distinctions between System 1 and System 2 thinking. While contemporary AI, driven by large language models, demonstrates human-like traits, it falls short of genuine cognition. Transitioning from structured benchmarks to real-world scenarios presents challenges for visual agents, often leading to inaccurate and overly confident responses. To address the challenge, we introduce FaST, which incorporates the Fast and Slow Thinking mechanism into visual agents. FaST employs a switch adapter to dynamically select between System 1/2 modes, tailoring the problem-solving approach to different task complexity. It tackles uncertain and unseen objects by adjusting model confidence and integrating new contextual data. With this novel design, we advocate a flexible system, hierarchical reasoning capabilities, and a transparent decision-making pipeline, all of which contribute to its ability to emulate human-like cognitive processes in visual intelligence. Empirical results demonstrate that FaST outperforms various well-known baselines, achieving 80.8% accuracy over VQA^{v2} for visual question answering and 48.7% GIoU score over ReasonSeg for reasoning segmentation, demonstrate FaST's superior performance. Extensive testing validates the efficacy and robustness of FaST's core components, showcasing its potential to advance the development of cognitive visual agents in AI systems. The code is available at ttps://github.com/GuangyanS/Sys2-LLaVA.

📄 PDF Abstract BibTeX arXiv:2408.08862

Code (1)

guangyans/sys2-llava 공식 구현 pytorch

Tasks

Question AnsweringReasoning SegmentationVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling

2025-07-07 · Meng Wei, Chenyang Wan, Xiqian Yu, Tai Wang 외 arxiv

Vision-and-Language Navigation (VLN) in real-world settings requires agents to process continuous visual streams and generate actions with low latency grounded in language instructions. While Video-based Large Language M…

Computational Efficiency

iSHIFT: Lightweight Slow-Fast GUI Agent with Adaptive Perception

2025-12-26 · Sarthak Mehrotra, Sairam V C Rebbapragada, Mani Hemanth Reddy Bonthu, Vineeth N Balasubramanian arxiv

Multimodal Large Language Models (MLLMs) show strong potential for interpreting and interacting with complex, pixel-rich Graphical User Interface (GUI) environments. However, building agents that are both efficient for h…

Visual Grounding

SwarmThinkers: Learning Physically Consistent Atomic KMC Transitions at Scale

2025-05-26 · Qi Li, Kun Li, Haozhi Han, Honghui Shang 외

Can a scientific simulation system be physically consistent, interpretable by design, and scalable across regimes--all at once? Despite decades of progress, this trifecta remains elusive. Classical methods like Kinetic M…

Decision MakingGPU

Learning to Think from Multiple Thinkers

2026-04-27 · Nirmit Joshi, Roey Magen, Nathan Srebro, Nikolaos Tsilivis 외 arxiv

We study learning with Chain-of-Thought (CoT) supervision from multiple thinkers, all of whom provide correct but possibly systematically different solutions, e.g., step-by-step solutions to math problems written by diff…

Active Learning

V-SlowFast Network for Efficient Visual Sound Separation

2021-09-18 · Lingyu Zhu, Esa Rahtu

The objective of this paper is to perform visual sound separation: i) we study visual sound separation on spectrograms of different temporal resolutions; ii) we propose a new light yet efficient three-stream framework V-…