CountEx:通过范例与排除实现细粒度计数 / CountEx: Fine-Grained Counting via Exemplars and Exclusion
1️⃣ 一句话总结
这篇论文提出了一个名为CountEx的新型视觉计数框架,它允许用户同时指定‘要数什么’和‘忽略什么’,从而在复杂场景中更准确地计数相似物体,并创建了一个新基准来验证其优越性能。
This paper presents CountEx, a discriminative visual counting framework designed to address a key limitation of existing prompt-based methods: the inability to explicitly exclude visually similar distractors. While current approaches allow users to specify what to count via inclusion prompts, they often struggle in cluttered scenes with confusable object categories, leading to ambiguity and overcounting. CountEx enables users to express both inclusion and exclusion intent, specifying what to count and what to ignore, through multimodal prompts including natural language descriptions and optional visual exemplars. At the core of CountEx is a novel Discriminative Query Refinement module, which jointly reasons over inclusion and exclusion cues by first identifying shared visual features, then isolating exclusion-specific patterns, and finally applying selective suppression to refine the counting query. To support systematic evaluation of fine-grained counting methods, we introduce CoCount, a benchmark comprising 1,780 videos and 10,086 annotated frames across 97 category pairs. Experiments show that CountEx achieves substantial improvements over state-of-the-art methods for counting objects from both known and novel categories. The data and code are available at this https URL.
CountEx:通过范例与排除实现细粒度计数 / CountEx: Fine-Grained Counting via Exemplars and Exclusion
这篇论文提出了一个名为CountEx的新型视觉计数框架,它允许用户同时指定‘要数什么’和‘忽略什么’,从而在复杂场景中更准确地计数相似物体,并创建了一个新基准来验证其优越性能。
源自 arXiv: 2602.19432