paper-with-me

Papers

Dense Center-Direction Regression for Object Counting and Localization with Point Supervision

2024-08-26 · Domen Tabernik, Jon Muhovič, Danijel Skočaj

Object counting and localization problems are commonly addressed with point supervised learning, which allows the use of less labor-intensive point annotations. However, learning based on point annotations poses challenges due to the high imbalance between the sets of annotated and unannotated pixels, which is often treated with Gaussian smoothing of point annotations and focal loss. However, these approaches still focus on the pixels in the immediate vicinity of the point annotations and exploit the rest of the data only indirectly. In this work, we propose a novel approach termed CeDiRNet for point-supervised learning that uses a dense regression of directions pointing towards the nearest object centers, i.e. center-directions. This provides greater support for each center point arising from many surrounding pixels pointing towards the object center. We propose a formulation of center-directions that allows the problem to be split into the domain-specific dense regression of center-directions and the final localization task based on a small, lightweight, and domain-agnostic localization network that can be trained with synthetic data completely independent of the target domain. We demonstrate the performance of the proposed method on six different datasets for object counting and localization, and show that it outperforms the existing state-of-the-art methods. The code is accessible on GitHub at https://github.com/vicoslab/CeDiRNet.git.

📄 PDF Abstract BibTeX arXiv:2408.14457

Code (1)

vicoslab/cedirnet 공식 구현 pytorch

Tasks

ObjectObject Countingregression

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Density-Guided Temporal Attention Transformer for Indiscernible Object Counting in Underwater Video

2024-03-06 · Cheng-Yen Yang, Hsiang-Wei Huang, Zhongyu Jiang, Hao Wang 외

Dense object counting or crowd counting has come a long way thanks to the recent development in the vision community. However, indiscernible object counting, which aims to count the number of targets that are blended wit…

BenchmarkingCrowd CountingObjectObject Counting

Locally Grouped and Scale-Guided Attention for Dense Pest Counting

2024-08-29 · Chang-Hwan Son

This study introduces a new dense pest counting problem to predict densely distributed pests captured by digital traps. Unlike traditional detection-based counting models for sparsely distributed objects, trap-based pest…

RGB-D Indiscernible Object Counting in Underwater Scenes

2023-04-23 · CVPR 2023 1 · Guolei Sun, Xiaogang Cheng, Zhaochong An, Xiaokang Wang 외

Recently, indiscernible/camouflaged scene understanding has attracted lots of research attention in the vision community. We further advance the frontier of this field by systematically studying a new challenge named ind…

BenchmarkingDepth EstimationObjectObject Counting+1

Locate, Size and Count: Accurately Resolving People in Dense Crowds via Detection

2019-06-18 · Deepak Babu Sam, Skand Vishwanath Peri, Mukuntha Narayanan Sundararaman, Amogh Kamath 외

We introduce a detection framework for dense crowd counting and eliminate the need for the prevalent density regression paradigm. Typical counting models predict crowd density for an image as opposed to detecting every p…

Crowd Countingregression

A Self-Training Approach for Point-Supervised Object Detection and Counting in Crowds

2020-07-25 · Yi Wang, Junhui Hou, Xinyu Hou, Lap-Pui Chau

In this paper, we propose a novel self-training approach named Crowd-SDNet that enables a typical object detector trained only with point-level annotations (i.e., objects are labeled with points) to estimate both the cen…

Crowd CountingObjectobject-detectionObject Detection