Beacon: Knowing When and How to Perform Agentic Visual Reasoning
The paper introduces Beacon, a novel agentic visual reasoning model that improves overall performance by addressing the limitations of existing models in Mode Adaptiveness and Tool Effect through a reinforcement learning framework featuring Necessity-Aware Adaptive Rewards and Hint-Guided Capability Expansion.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you have a super-smart robot friend who can look at pictures and answer questions about them. This robot is part of a field called "multimodal AI," where computers learn to understand both text and images. Usually, when this robot sees a tricky picture, it tries to solve the puzzle using only its brain (text reasoning). But sometimes, the puzzle is too hard for just thinking; it needs a pair of "tools," like a magnifying glass to zoom in, a calculator to count things, or a pair of scissors to crop a section of the image. This is called "agentic visual reasoning." The big question scientists are asking isn't just "Can the robot use tools?" but "Does the robot know when to use them?" If the robot grabs a hammer to crack a nut, it wastes time and might break the nut. If it tries to count a thousand tiny dots with its eyes instead of a counter, it might get the answer wrong. We care about this because we want our AI helpers to be efficient and accurate, not just busy.
Enter Beacon, a new kind of AI model created by researchers who realized that many current "tool-using" robots are a bit clumsy. They tend to use their tools on everything, even simple tasks they could solve with their eyes closed, and they often fail to use them when the task is actually impossible without help. The authors of this paper, a team from universities and the Kling team, decided to build a smarter robot that knows exactly when to put down the tools and when to pick them up.
They found that existing models are like a student who keeps using a calculator for simple addition like , wasting time and sometimes making silly mistakes because they rely on the machine too much. Meanwhile, when faced with a truly hard math problem, these same students often forget to use the calculator at all. The researchers measured this behavior and discovered that for many current models, the "help" the tools provide on hard problems is almost completely canceled out by the "harm" they cause on easy problems.
To fix this, they built Beacon using a special training method called Reinforcement Learning. Think of this like training a dog with a very specific set of rules. First, they taught the model how to use tools (like writing Python code to crop an image or count pixels) through a lot of practice. Then, they introduced two clever tricks to teach it when to use them:
- The "Necessity-Aware" Reward: Imagine a teacher who gives a gold star if you solve a problem without a calculator, but still gives a silver star if you use the calculator correctly only when the problem is too hard to do in your head. If you use the calculator on an easy problem, you get no star. This teaches the model to save its tools for the tough jobs.
- The "Hint-Guided" Expansion: Sometimes, a problem is so hard that the model gets stuck and gives up. Instead of just giving up, the researchers had a super-smart "expert" model (like a genius tutor) write a hint that guides the robot on how to use a tool to solve it, without giving away the answer. The robot then practices solving the problem with this hint, learning the strategy, and eventually learns to do it on its own without the hint.
The results are impressive. When tested on 13 different challenging benchmarks (ranging from counting marbles on a track to figuring out badminton scores), Beacon became the best-performing open-source model. It didn't just get better at using tools; it got better at choosing them. The data shows that Beacon improved its overall score by an average of 6.07 points compared to its base version. More importantly, it showed a "Tool Gain" of +3.14%, meaning the tools it used actually helped it solve problems it couldn't solve before, without messing up the easy ones.
In short, the paper suggests that the future of smart AI isn't just about having more tools or being smarter in general; it's about having the wisdom to know when to reach for a tool and when to trust your own judgment. Beacon proves that with the right training, AI can learn to be a thoughtful partner rather than a frantic tool-wielder.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.