proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersYang Chen, Lirong Che, Zhenyu Huang1 min readpaperadvanced

HarnessVLN: Unifying Training-Free Embodied Navigation through an Agent Harness

Summary

HarnessVLN introduces a zero‑shot, training‑free embodied navigation framework that wraps a multimodal LLM in an "Agent Harness" – a tool‑based protocol that validates planner actions against spatial evidence, tracks progress with hierarchical event memory, and maintains a persistent spatiotemporal graph for recovery. The system works for instruction‑following and object‑goal tasks, achieving 60.…

  • Agent Harness provides a unified interface (perception, retrieval, grounding, navigation, recovery, termination) that lets a frozen MLLM propose actions which are then programmatically verified for geometric feasibility…
  • Hierarchical event memory records task progress and execution history, while a persistent spatiotemporal graph stores reusable spatial evidence and failure annotations for later verification and recovery.
  • A plug‑in Navigation Executor translates validated targets into low‑level motions, enabling the same harness to support both instruction‑following (R2R, RxR) and object‑goal (HM3D‑v2, HM3D‑OVON) navigation.
  • Zero‑shot performance surpasses prior training‑free baselines: 60.8 % (R2R), 53.9 % (RxR), 76.0 % (HM3D‑v2), 59.3 % (HM3D‑OVON).

Training‑free navigation sidesteps costly data collection and domain‑specific fine‑tuning, but prior methods struggled with grounding LLM proposals in concrete spatial constraints. HarnessVLN’s tool‑driven verification loop and persistent spatial memory give a practical recipe for reliable, zero‑sh…

8/10

Related reading

  1. OmniHarness: Harnessing Generalizable Visual Generation via Symbolic Policy Learning

    OmniHarness introduces a symbolic‑policy framework that extracts reusable procedural knowledge from multimodal LLM‑driven visual generation runs. By decoupling task logic from instance inputs, the system can instantiate, adapt, and compose policies for new visual tasks, using intermediate verification for on‑the‑fly refinement while keeping the underlying model frozen. Self‑directed practice task…

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. Build Your Own AI Agent Harness in C#, the MafClaw Live Series

    The post walks .NET developers through using Microsoft Agent Framework's harness to turn a simple IChatClient into a fully‑featured C# AI agent, showing code for tool integration, file sandboxing, approval flows, and memory, then outlines further capabilities like skills and observability.

    .NETmicrosoft.com10 minHN2
  3. Designer-RSI: Evolving Procedural Memory from User Traffic for Agentic Graphic Design

    The paper introduces Designer‑RSI, a continual‑adaptation system that couples a frozen design‑software‑controlling LLM with an external procedural memory of natural‑language design skills. Over five adaptation rounds on real user briefs, the memory grows from 76 to 139 procedures and lifts execution success from 72.7% to 99.3%, showing that skill accumulation and selective replay can dramatically…

    Hugging Face Daily Papersarxiv.org1 minpaper