paper-with-me

홈 › Papers

SAT-Edge-Agent: Hardware-in-the-Loop Edge-Agent Orchestration for Onboard Satellite Intelligence

2026-08-04 · Longji He, Jeto Xu arxiv

Onboard satellite intelligence requires a task layer that translates mission intent into local tool calls, exposes execution state, and returns machine-consumable artifacts under communication and power constraints. We present SAT-Edge-Agent, a hardware-in-the-loop (HIL) edge-agent system deployed on a commercial off-the-shelf ARM-based heterogeneous edge system-on-chip. A browser workspace and FastAPI agent coordinate a local OpenAI-compatible language service with a project-internal YOLO-style oriented-object-detection endpoint that returns FAIR1M metadata-backed structured results. Two fixed FAIR1M workloads, one single-image and one serial two-image request, were repeated 20 times each and completed 20/20 attempts. Mean Full-Agent latency was 29.353 s and 60.937 s, with empirical P95 values of 31.166 s and 66.882 s. Mean detector time was 861.386 ms and 1510.920 ms, only 2.93% and 2.48% of the corresponding Full-Agent means. Profiling indicates that most visible latency occurs outside detector execution. Mean CPU utilization was 20.761% and 20.482%. A 200-ms NPU-load field averaged 100% for both workloads, but it represents a shared-accelerator software field rather than detector-only occupancy or calibrated utilization. The public evidence package provides sanitized request-level records, redacted JSON, normalized SSE examples, and scripts reproducing the reported statistics. These results establish a reproducible HIL boundary for observable satellite edge-agent orchestration, but do not establish detector accuracy, a new geolocation method, calibrated energy efficiency, or flight readiness.

📄 PDF Abstract BibTeX arXiv:2608.03728

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic Hardware Design as Repository-Level Code Evolution

2026-06-26 · Cunxi Yu, Chenhui Deng, Nathaniel Pinckney, Brucek Khailany arxiv

We present HORIZON, a self-evolving agent framework that treats hardware design as repository-level code evolution. A Markdown harness is compiled into a project pack containing domain knowledge, an executable evaluator,…

Skilled AI Agents for Embedded and IoT Systems Development

2026-03-20 · Yiming Li, Yuhan Cheng, Mingchen Ma, Yihang Zou 외 arxiv

Large language models (LLMs) and agentic systems have shown promise for automated software development, but applying them to hardware-in-the-loop (HIL) embedded and Internet-of-Things (IoT) systems remains challenging du…

Adaptive and Resource-efficient Agentic AI Systems for Mobile and Embedded Devices: A Survey

2025-09-30 · Sicong Liu, Weiye Wu, Xiangrui Xu, Teng Li 외 arxiv

Foundation models have reshaped AI by unifying fragmented architectures into scalable backbones with multimodal reasoning and contextual adaptation. In parallel, the long-standing notion of AI agents, defined by the sens…

Test-time AdaptationMultimodal ReasoningAutonomous Driving

LLM-Guided Safety Agent for Edge Robotics with an ISO-Compliant Perception-Compute-Control Architecture

2026-04-22 · Xu Huang, Ruofan Zhang, Lu Cheng, Yuefeng Song 외 arxiv

Ensuring functional safety in human-robot interaction is challenging because AI perception is inherently probabilistic, whereas industrial standards require deterministic behavior. We present an LLM-guided safety agent f…

QuantAgent: Seeking Holy Grail in Trading by Self-Improving Large Language Model

2024-02-06 · Saizhuo Wang, Hang Yuan, Lionel M. Ni, Jian Guo

Autonomous agents based on Large Language Models (LLMs) that devise plans and tackle real-world challenges have gained prominence.However, tailoring these agents for specialized domains like quantitative investment remai…

Language ModelingLanguage ModellingLarge Language Model