paper-with-me

Papers

SpaceMind: A Modular and Self-Evolving Embodied Vision-Language Agent Framework for Autonomous On-orbit Servicing

2026-04-15 · Aodi Wu, Haodong Han, Xubo Luo, Ruisuo Wang, Shan He, Xue Wan arxiv

Autonomous on-orbit servicing demands embodied agents that perceive through visual sensors, reason about 3D spatial situations, and execute multi-phase tasks over extended horizons. We present SpaceMind, a modular and self-evolving vision-language model (VLM) agent framework that decomposes knowledge, tools, and reasoning into three independently extensible dimensions: skill modules with dynamic routing, Model Context Protocol (MCP) tools with configurable profiles, and injectable reasoning-mode skills. An MCP-Redis interface layer enables the same codebase to operate across simulation and physical hardware without modification, and a Skill Self-Evolution mechanism distills operational experience into persistent skill files without model fine-tuning. We validate SpaceMind through 192 closed-loop runs across five satellites, three task types, and two environments, a UE5 simulation and a physical laboratory, deliberately including degraded conditions to stress-test robustness. Under nominal conditions all modes achieve 90--100% navigation success; under degradation, the Prospective mode uniquely succeeds in search-and-approach tasks where other modes fail. A self-evolution study shows that the agent recovers from failure in four of six groups from a single failed episode, including complete failure to 100% success and inspection scores improving from 12 to 59 out of 100. Real-world validation confirms zero-code-modification transfer to a physical robot with 100% rendezvous success. Code: https://github.com/wuaodi/SpaceMind

📄 PDF Abstract BibTeX arXiv:2604.14399

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpaceMind: Camera-Guided Modality Fusion for Spatial Reasoning in Vision-Language Models

2025-11-28 · Ruosen Zhao, Zhikang Zhang, Jialei Xu, Jiahao Chang 외 arxiv

Large vision-language models (VLMs) show strong multimodal understanding but still struggle with 3D spatial reasoning, such as distance estimation, size comparison, and cross-view consistency. Existing 3D-aware methods e…

Spatial Reasoning

Self-Evolving Cognitive Framework via Causal World Modeling for Embodied Scientific Intelligence

2026-06-21 · Yi Yu, Tetsunari Inamura arxiv

Current embodied world models are primarily optimized for predictive objectives, limiting their ability to generalize under distribution shifts and reason systematically about unseen situations and hypothetical intervent…

Self-evolving Embodied AI

2026-02-04 · Tongtong Feng, Xin Wang, Wenwu Zhu arxiv

Embodied Artificial Intelligence (AI) is an intelligent system formed by agents and their environment through active perception, embodied cognition, and action interaction. Existing embodied AI remains confined to human-…

Evolving Modular Soft Robots without Explicit Inter-Module Communication using Local Self-Attention

2022-04-13 · Federico Pigozzi, Yujin Tang, Eric Medvet, David Ha

Modularity in robotics holds great potential. In principle, modular robots can be disassembled and reassembled in different robots, and possibly perform new tasks. Nevertheless, actually exploiting modularity is yet an u…

Inductive Bias

Self-Evolving Embodied Agents via Skill-Harness Evolution

2026-08-11 · Peidong Wang, Zhiming Ma, Ying Chang, Xufang Luo 외 hf

Embodied agents are increasingly built as systems around foundation models, where performance depends not only on model weights but also on the skills, context, action interfaces, and execution harness surrounding the mo…

Reinforcement Learning