paper-with-me

Papers

Count-ception: Counting by Fully Convolutional Redundant Counting

2017-03-25 · Joseph Paul Cohen, Genevieve Boucher, Craig A. Glastonbury, Henry Z. Lo, Yoshua Bengio

Counting objects in digital images is a process that should be replaced by machines. This tedious task is time consuming and prone to errors due to fatigue of human annotators. The goal is to have a system that takes as input an image and returns a count of the objects inside and justification for the prediction in the form of object localization. We repose a problem, originally posed by Lempitsky and Zisserman, to instead predict a count map which contains redundant counts based on the receptive field of a smaller regression network. The regression network predicts a count of the objects that exist inside this frame. By processing the image in a fully convolutional way each pixel is going to be accounted for some number of times, the number of windows which include it, which is the size of each window, (i.e., 32x32 = 1024). To recover the true count we take the average over the redundant predictions. Our contribution is redundant counting instead of predicting a density map in order to average over errors. We also propose a novel deep neural network architecture adapted from the Inception family of networks called the Count-ception network. Together our approach results in a 20% relative improvement (2.9 to 2.3 MAE) over the state of the art method by Xie, Noble, and Zisserman in 2016.

📄 PDF Abstract BibTeX arXiv:1703.08710

Code (2)

ieee8023/countception 공식 구현
roggirg/count-ception_mbm pytorch

Tasks

Object Localizationregression

Similar Papers 제목 키워드 기반

Spine intervertebral disc labeling using a fully convolutional redundant counting model

2020-03-09 · MIDL 2019 7 · Lucas Rouhier, Francisco Perdigon Romero, Joseph Paul Cohen, Julien Cohen-Adad

Labeling intervertebral discs is relevant as it notably enables clinicians to understand the relationship between a patient's symptoms (pain, paralysis) and the exact level of spinal cord injury. However manually labelin…

Crowd Counting via Segmentation Guided Attention Networks and Curriculum Loss

2019-11-18 · Qian Wang, Toby P. Breckon

Automatic crowd behaviour analysis is an important task for intelligent transportation systems to enable effective flow control and dynamic route planning for varying road participants. Crowd counting is one of the keys …

Crowd Countingimage-classificationImage Classification

Fully Convolutional Crowd Counting On Highly Congested Scenes

2016-12-01 · Mark Marsden, Kevin McGuinness, Suzanne Little, Noel E. O'Connor

In this paper we advance the state-of-the-art for crowd counting in high density scenes by further exploring the idea of a fully convolutional crowd counting model introduced by (Zhang et al., 2016). Producing an accurat…

Crowd Counting

Image Crowd Counting Using Convolutional Neural Network and Markov Random Field

2017-06-12 · Kang Han, Wanggen Wan, Haiyan Yao, Li Hou

In this paper, we propose a method called Convolutional Neural Network-Markov Random Field (CNN-MRF) to estimate the crowd count in a still image. We first divide the dense crowd visible image into overlapping patches an…

Crowd Counting

An Accurate Car Counting in Aerial Images Based on Convolutional Neural Networks

2021-07-13 · Journal of Ambient Intelligence and Humanized Computing 2021 7 · Ersin Kılıç, Serkan Öztürk

This paper proposes a simple and effective single-shot detector model to detect and count cars in aerial images. The proposed model, called heatmap learner convolutional neural network (HLCNN), is used to predict the h…

Data AugmentationObject Counting