arXiv:2609.02002cs.CVcs.AI2026-09

让分割模型学会从过往纠错中吸取经验,避免重复犯错。

InsightSeg: Reusing Correction Insights for Guideline-Consistent Segmentation

论文配图:InsightSeg: Reusing Correction Insights for Guideline-Consistent Segmentation
图 1 · 摘自论文原文
  • 用记忆机制保存成功纠错案例,形成可复用的视觉化经验
  • 在新图像上提前匹配相似错误模式,减少后续修正次数
  • 适合需要严格遵循标注规范的自动驾驶场景

指导一致性语义分割不仅需类别识别,还需根据具体任务规则做出精细判断。现有基于多智能体的修正系统虽能提升合规性,但因无状态设计,每次都会重新发现并修正相同错误,效率低下。本文提出InsightSeg,引入一种情节式记忆机制,将成功的纠错过程转化为可复用、与图像区域对齐的自然语言洞察。一个元分析器将每个有效纠错事件提炼为指令型文本,并通过局部图像块的视觉概念向量锚定其发生位置。在后续图像中,系统通过匹配密集图像块嵌入来检索相关洞察,前置条件化分割智能体的首次预测。该方法使系统从‘纠正错误’转向‘预防错误’,显著提升初始预测质量。在Waymo和Cityscapes数据集上,InsightSeg同时提升了首次预测与最终结果的指导一致性表现,且所需修正步骤更少,证明多智能体修正可通过借鉴历史经验实现更高准确率与效率。

原文摘要 · Abstract (English)

Guideline-consistent semantic segmentation requires more than category recognition, as real-world labeling policies demand fine-grained, task-specific decisions. Recent multi-agent refinement systems improve compliance with such textual guidelines by detecting and correcting errors. However, they are stateless: feedback from the critiquing agent is discarded, causing the same guideline-specific mistakes to be repeatedly rediscovered and corrected across the dataset at the cost of additional refinement. We introduce InsightSeg, an episodic memory mechanism that converts successful correction episodes into reusable, visually grounded insights. A meta-analyzer distills each qualifying episode into directive natural-language insights and anchors them to the local image regions that caused the error using patch-level visual concept vectors. On subsequent images, these concepts are matched against dense patch embeddings to retrieve relevant insights, which condition the segmenting agent before making its first prediction. This shifts the system from correcting recurring errors to preventing them, improving segmentation quality before any refinement occurs. Across Waymo and Cityscapes, InsightSeg improves both first-pass and final guideline-consistent segmentation performance while requiring fewer refinement steps, demonstrating that multi-agent refinement can become more accurate and efficient by drawing on past correction experience.

语义分割多智能体记忆机制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。