Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/8/2 07:43:09
Credit the Right Box: Marginal Contribution Assignment for Structured Visual Perception
AI 中文解读
核心亮点:这项研究给AI的“眼睛”配上了精准的“算账本”,让AI在多目标识别时能分清每个框的功劳,而不是笼统打分。
通俗解读:以前AI看一张图要找出多个物体时,训练方法是“整体打分”——只要答案差不多就都给奖励,分不清哪个框框得准、哪个是多余的。现在这套新方法,相当于把每个预测框单独拎出来,对比“有它”和“没它”的成绩差异,谁贡献大就给谁更多“学分”,谁拖后腿就扣分,最后再把这些分数精确对应到生成那个框的文字部分。这样AI就能更清楚地知道每个物体该画在哪里、该数几个,不会少报或多报。
实际影响:这项技术主要提升AI的“精细视觉”能力。未来你让AI帮你数照片里有几个人、圈出图里的所有红绿灯,或者让AI辅助医学影像分析、自动驾驶识别障碍物,它会变得更靠谱、更准确。尤其是在需要同时定位多个物体的场景,比如无人驾驶判断路况、机器人抓取物品,AI的“手眼配合”会更精准,减少出错。
Multimodal Large Language Models (MLLMs) are increasingly expected to solve structured perception tasks that require visual recognition, language-to-object binding, object cardinality preservation, and precisely localized grounding and segmentation outputs. However, existing group-relative reinforcement learning methods provide only response-level supervision, creating a granularity mismatch for structured multi-object prediction: a single advantage is broadcast to all tokens in a response, without distinguishing individual box contributions. To address this mismatch, we propose MCR-GRPO, a marginal contribution assignment framework that derives box-level credit directly from each sampled response. Specifically, Marginal Contribution Reward (MCR) estimates each predicted box's contribution through a leave-one-out comparison, measuring how the matched set value changes when the box is removed from the response. After within-response normalization, records that improve the set value receive positive credit, while redundant or harmful ones are suppressed. To make marginal attribution stable and informative, we further introduce a Continuous Matched Set Value Evaluator that integrates permutation-invariant matching, count-aware normalization, and graded localization. MCR-GRPO maps normalized box-level marginal advantages to the token spans that generated each box, preserving GRPO's response-level comparison while enabling box-aware optimization of structured multi-object grounding. Experiments across REC, DOD, segmentation, and counting benchmarks show state-of-the-art performance over prior GRPO-based baselines.
分享
阅读原文 ↗