paper-with-me

홈 › Papers

Learning to Count Objects with Few Exemplar Annotations

2019-05-20 · Jianfeng Wang, Rong Xiao, Yandong Guo, Lei Zhang

In this paper, we study the problem of object counting with incomplete annotations. Based on the observation that in many object counting problems the target objects are normally repeated and highly similar to each other, we are particularly interested in the setting when only a few exemplar annotations are provided. Directly applying object detection with incomplete annotations will result in severe accuracy degradation due to its improper handling of unlabeled object instances. To address the problem, we propose a positiveness-focused object detector (PFOD) to progressively propagate the incomplete labels before applying the general object detection algorithm. The PFOD focuses on the positive samples and ignore the negative instances at most of the learning time. This strategy, though simple, dramatically boosts the object counting accuracy. On the CARPK dataset for parking lot car counting, we improved mAP@0.5 from 4.58% to 72.44% using only 5 training images each with 5 bounding boxes. On the Drink35 dataset for shelf product counting, the mAP@0.5 is improved from 14.16% to 53.73% using 10 training images each with 5 bounding boxes.

📄 PDF Abstract BibTeX arXiv:1905.07898

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject Countingobject-detectionObject Detection

Similar Papers 제목 키워드 기반

GCA-SUNet: A Gated Context-Aware Swin-UNet for Exemplar-Free Counting

2024-09-18 · Yuzhe Wu, Yipeng Xu, Tianyu Xu, Jialu Zhang 외

Exemplar-Free Counting aims to count objects of interest without intensive annotations of objects or exemplars. To achieve this, we propose a Gated Context-Aware Swin-UNet (GCA-SUNet) to directly map an input image to th…

DecoderExemplar-FreeExemplar-Free CountingObject Counting+1

Learning from Pseudo-labeled Segmentation for Multi-Class Object Counting

2023-07-15 · Jingyi Xu, Hieu Le, Dimitris Samaras

Class-agnostic counting (CAC) has numerous potential applications across various domains. The goal is to count objects of an arbitrary category during testing, based on only a few annotated exemplars. In this paper, we p…

ObjectObject CountingSegmentation

Zero-shot Object Counting with Good Exemplars

2024-07-06 · Huilin Zhu, Jingling Yuan, Zhengwei Yang, Yu Guo 외

Zero-shot object counting (ZOC) aims to enumerate objects in images using only the names of object classes during testing, without the need for manual annotations. However, a critical challenge in current ZOC methods lie…

Contrastive LearningObjectObject CountingZero-Shot Counting

ABC Easy as 123: A Blind Counter for Exemplar-Free Multi-Class Class-agnostic Counting

2023-09-09 · Michael A. Hobley, Victor A. Prisacariu

Class-agnostic counting methods enumerate objects of an arbitrary class, providing tremendous utility in many fields. Prior works have limited usefulness as they require either a set of examples of the type to be counted…

Exemplar-Free

Exemplar Free Class Agnostic Counting

2022-05-27 · Viresh Ranjan, Minh Hoai

We tackle the task of Class Agnostic Counting, which aims to count objects in a novel object category at test time without any access to labeled training data for that category. All previous class agnostic counting metho…

Density EstimationExemplar-FreeRegion ProposalTest-time Adaptation