CVAISep 23, 2025

COLT: Enhancing Video Large Language Models with Continual Tool Usage

arXiv:2509.18754v22 citationsh-index: 1Has CodeTrans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting video LLMs to real-world environments with perpetually changing tools, though it is incremental as it builds on existing tool-use paradigms.

The paper tackles the problem of video large language models struggling with evolving tool streams by proposing COLT, a method that enables continual tool usage without forgetting previously learned tools, achieving state-of-the-art performance on benchmarks.

The success of Large Language Models (LLMs) has significantly propelled the research of video understanding. To harvest the benefits of well-trained expert models (i.e., tools), video LLMs prioritize the exploration of tool usage capabilities. Existing methods either prompt closed-source LLMs or employ the instruction tuning paradigm for tool-use fine-tuning. These methods, however, assume an established repository of fixed tools and struggle to generalize to real-world environments where tool data is perpetually evolving and streaming in. To this end, we propose to enhance open-source video LLMs with COntinuaL Tool usage (termed COLT), which automatically acquires tool-use ability in a successive tool stream without suffering 'catastrophic forgetting' of the past learned tools. Specifically, our COLT incorporates a learnable tool codebook as a tool-specific memory system. Then relevant tools are dynamically selected based on the similarity between user instruction and tool features within the codebook. To unleash the tool usage potential of video LLMs, we collect a video-centric tool-use instruction tuning dataset VideoToolBench. Extensive experiments on both previous video LLM benchmarks and the tool-use-specific VideoToolBench dataset demonstrate the state-of-the-art performance of our proposed COLT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes