paper-with-me

Papers

Dynamo: Dynamic Skill-Tool Evolution for Vision-Language Agents

2026-06-29 · Yutao Sun, Yanting Miao, Hao-Xuan Ma, Mengyu Zhou, Mingshuai Chen, Tiancheng Zhao, Dexin Wang, Lei Lv, Li Xu, Xiaoxi Jiang, Guanjun Jiang arxiv

Improving vision-language models (VLMs) on visual reasoning typically requires retraining or hand-designed prompts and tools. We present Dynamo, a training-free framework that adapts a frozen VLM without any weight updates. On a small labeled training subset, the agent inspects its own correct and incorrect attempts and evolves two complementary capabilities: reusable reasoning skills for cognitive bottlenecks, and executable visual tools for perceptual ones. Each generated tool is paired with a skill that specifies when to invoke it, and both capability types accumulate in a persistent library. Across four visual reasoning benchmarks and five VLM backbones, Dynamo improves direct inference on all 20 model--benchmark settings (avg. +5.6 acc). When the tool set is given in advance, the framework learns when to call each tool, and per-step tool choice improves on every tested backbone. Against task-specific RL (VTool-R1, DeepEyes), Dynamo closes 65--99% of the RL gap at a fraction of the compute, and combines additively with RL when available.

📄 PDF Abstract BibTeX arXiv:2606.30185

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

A Multiphysics Analysis and Investigation of Soft Magnetics Effect on IPMSM: Case Study Dynamometer

2024-10-31 · Ali Amini, MohammadSadegh KhajueeZadeh, Abolfazl Vahedi

Nowadays, Interior Permanent Magnet Synchronous Motors (IPMSMs) are taken into attention in the industry owing to their advantages. Moreover, in many cases, performing static tests is not enough, and investigating electr…

DynaMo: In-Domain Dynamics Pretraining for Visuo-Motor Control

2024-09-18 · Zichen Jeff Cui, Hengkai Pan, Aadhithya Iyer, Siddhant Haldar 외

Imitation learning has proven to be a powerful tool for training complex visuomotor policies. However, current methods often require hundreds to thousands of expert demonstrations to handle high-dimensional visual observ…

Imitation LearningSelf-Supervised Learning

DynAMO:Dynamic Asset Management Orchestration via Topological Multi-Agent Scheduling

2026-06-14 · Kanishk Kushwaha, Vikrant Vinod Bansode, Harsh Vardhan, Dhaval C. Patel arxiv

While LLM-powered agents offer end-to-end automation for industrial asset lifecycles, real-world Industry 4.0 deployment is hindered by latency, concurrency instability, and safety risks. We present DynAMO (Dynamic Asset…

DynamoLLM: Designing LLM Inference Clusters for Performance and Energy Efficiency

2024-08-01

The rapid evolution and widespread adoption of generative large language models (LLMs) have made them a pivotal workload in various applications. Today, LLM inference clusters receive a large number of queries with stric…

VeriSkill: A Self-Evolution Framework for Program Verification Skills

2026-07-30 · Changguo Jia, Tianqi Zhao, Zhiyou Xiao, Weiming Zhang 외 arxiv

Automating program verification with LLM agents requires generating specifications, annotations, auxiliary lemmas, and tool invocations, all of which depend on reusable skills. A natural remedy is skill self-evolution: d…