paper-with-me

홈 › Papers

Fully Convolutional Neural Networks for Crowd Segmentation

2014-11-17 · Kai Kang, Xiaogang Wang

In this paper, we propose a fast fully convolutional neural network (FCNN) for crowd segmentation. By replacing the fully connected layers in CNN with 1 by 1 convolution kernels, FCNN takes whole images as inputs and directly outputs segmentation maps by one pass of forward propagation. It has the property of translation invariance like patch-by-patch scanning but with much lower computation cost. Once FCNN is learned, it can process input images of any sizes without warping them to a standard size. These attractive properties make it extendable to other general image segmentation problems. Based on FCNN, a multi-stage deep learning is proposed to integrate appearance and motion cues for crowd segmentation. Both appearance filters and motion filers are pretrained stage-by-stage and then jointly optimized. Different combination methods are investigated. The effectiveness of our approach and component-wise analysis are evaluated on two crowd segmentation datasets created by us, which include image frames from 235 and 11 scenes, respectively. They are currently the largest crowd segmentation datasets and will be released to the public.

📄 PDF Abstract BibTeX arXiv:1411.4464

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSegmentationSemantic SegmentationTranslation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Learning under Distributed Weak Supervision

2016-06-03 · Martin Rajchl, Matthew C. H. Lee, Franklin Schrans, Alice Davidson 외

The availability of training data for supervision is a frequently encountered bottleneck of medical image analysis methods. While typically established by a clinical expert rater, the increase in acquired imaging data re…

Brain SegmentationMedical Image Analysis

Crowd counting with segmentation attention convolutional neural network

2022-04-15 · Jiwei Chen, Zengfu Wang

Deep learning occupies an undisputed dominance in crowd counting. In this paper, we propose a novel convolutional neural network (CNN) architecture called SegCrowdNet. Despite the complex background in crowd scenes, the …

Crowd Counting

Density-based clustering with fully-convolutional networks for crowd flow detection from drones

2023-01-12 · Giovanna Castellano, Eugenio Cotardo, Corrado Mencar, Gennaro Vessio

Crowd analysis from drones has attracted increasing attention in recent times due to the ease of use and affordable cost of these devices. However, how this technology can provide a solution to crowd flow detection is st…

ClusteringCrowd 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

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