paper-with-me

Papers

Towards perspective-free object counting with deep learning

2016-01-01 · journal 2016 1 · Daniel O˜noro-Rubio, Roberto J. L´opez-Sastre

In this paper we address the problem of counting objects instances in images. Our models are able to precisely estimate the number of vehicles in a traffic congestion, or to count the humans in a very crowded scene. Our first contribution is the proposal of a novel convolutional neural network solution, named Counting CNN (CCNN). Essentially, the CCNN is formulated as a regression model where the network learns how to map the appearance of the image patches to their corresponding object density maps. Our second contribution consists in a scale-aware counting model, the Hydra CNN, able to estimate object densities in different very crowded scenarios where no geometric information of the scene can be provided. Hydra CNN learns a multiscale non-linear regression model which uses a pyramid of image patches extracted at multiple scales to perform the final density prediction. We report an extensive experimental evaluation, using up to three different object counting benchmarks, where we show how our solutions achieve a state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (2)

gramuah/ccnn 공식 구현
wangqiqi/ncnn tf

Tasks

Deep LearningObjectObject Countingregression

Similar Papers 제목 키워드 기반

An Aggregated Multicolumn Dilated Convolution Network for Perspective-Free Counting

2018-04-20 · Diptodip Deb, Jonathan Ventura

We propose the use of dilated filters to construct an aggregation module in a multicolumn convolutional neural network for perspective-free counting. Counting is a common problem in computer vision (e.g. traffic on the s…

Training-free Object Counting with Prompts

2023-06-30 · Zenglin Shi, Ying Sun, Mengmi Zhang

This paper tackles the problem of object counting in images. Existing approaches rely on extensive training data with point annotations for each object, making data collection labor-intensive and time-consuming. To overc…

ObjectObject CountingSegmentationTraining-free Object Counting+1

AFreeCA: Annotation-Free Counting for All

2024-03-07 · Adriano D'Alessandro, Ali Mahdavi-Amiri, Ghassan Hamarneh

Object counting methods typically rely on manually annotated datasets. The cost of creating such datasets has restricted the versatility of these networks to count objects from specific classes (such as humans or penguin…

AllObjectObject Counting

TFCounter:Polishing Gems for Training-Free Object Counting

2024-03-12 · Pan Ting, Jianfeng Lin, Wenhao Yu, Wenlong Zhang 외

Object counting is a challenging task with broad application prospects in security surveillance, traffic management, and disease diagnosis. Existing object counting methods face a tri-fold challenge: achieving superior p…

ManagementObjectObject CountingTraining-free Object Counting

Reverse Perspective Network for Perspective-Aware Object Counting

2020-06-01 · CVPR 2020 6 · Yifan Yang, Guorong Li, Zhe Wu, Li Su 외

One of the critical challenges of object counting is the dramatic scale variations, which is introduced by arbitrary perspectives. We propose a reverse perspective network to solve the scale variations of input images, i…

ObjectObject Counting