AI Pulse
📄 论文解读

看图说话终于能数清东西了,还快20倍

现在的AI看图说话,能说“一只狗在草地上”,但你要它数清楚几只狗、什么颜色、谁在谁左边,它就含糊了。想让它说细,得走“先生成、再检查、再改”的多轮流程,慢得没法用。这篇换了个思路:不靠事后检查,而是在模型开口前,就用“整张图的特征”当老师,逼它把细节对齐。结果,单次生成就能达到多轮检查的准确度,速度快了约20倍。它不是你明天就能用上的功能,但“又快又细”这个方向,是AI理解真实世界的关键一步。

📄 原文摘要(英文)

An image may be worth a thousand words, but most captioning models describe it in only a few. Modern vision-language models produce fluent high-level captions, yet routinely miss the attributes, counts, textures, materials, and spatial relations that make an image visually specific. Recent multi-stage systems recover some of these details through generation, decomposition, verification, and rewriting, but they do so at the expense of substantially higher inference latency. We propose SimLoss, a reference-free embedding-space objective for single-pass fine-grained image captioning. SimLoss trains a vision-language model to align its projected hidden-state representation with a frozen image embedding through an InfoNCE contrastive loss, supplying a dense visual supervision signal before any text is decoded, and requiring neither human-written fine-grained captions nor pseudo-captions from a multi-stage pipeline. We instantiate it as SimLoss FFT, which backpropagates through a locally available embedding model, and SimLoss GRPO, which treats that model as a black-box reward. Compared with single-pass, multi-stage verification, reward-optimized, and perception-aware baselines, the fully differentiable fine-tuning variant, SimLoss FFT, achieves the highest precision while nearly matching the F1 score of the multi-stage method, all while retaining single-pass inference and running roughly 20 times faster than the multi-stage pipeline. The reward-based variant SimLoss GRPO attains the strongest recall. Together, these results show that embedding-space supervision can recover the quality of multi-stage verification at the latency of a single-pass captioner.

arXiv 原文

订阅 AI Pulse

每天 08:00 · 12:30 · 18:30 · 23:50 更新