paper-with-me

Papers

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 to automatic crowd behaviour analysis. Crowd counting using deep convolutional neural networks (CNN) has achieved encouraging progress in recent years. Researchers have devoted much effort to the design of variant CNN architectures and most of them are based on the pre-trained VGG16 model. Due to the insufficient expressive capacity, the backbone network of VGG16 is usually followed by another cumbersome network specially designed for good counting performance. Although VGG models have been outperformed by Inception models in image classification tasks, the existing crowd counting networks built with Inception modules still only have a small number of layers with basic types of Inception modules. To fill in this gap, in this paper, we firstly benchmark the baseline Inception-v3 model on commonly used crowd counting datasets and achieve surprisingly good performance comparable with or better than most existing crowd counting models. Subsequently, we push the boundary of this disruptive work further by proposing a Segmentation Guided Attention Network (SGANet) with Inception-v3 as the backbone and a novel curriculum loss for crowd counting. We conduct thorough experiments to compare the performance of our SGANet with prior arts and the proposed model can achieve state-of-the-art performance with MAE of 57.6, 6.3 and 87.6 on ShanghaiTechA, ShanghaiTechB and UCF\_QNRF, respectively.

📄 PDF Abstract BibTeX arXiv:1911.07990

Code (1)

hellowangqian/sganet-crowd-counting 공식 구현 pytorch

Tasks

Crowd Countingimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Inverse Attention Guided Deep Crowd Counting Network

2019-07-02 · Vishwanath A. Sindagi, Vishal M. Patel

In this paper, we address the challenging problem of crowd counting in congested scenes. Specifically, we present Inverse Attention Guided Deep Crowd Counting Network (IA-DCCN) that efficiently infuses segmentation infor…

Crowd CountingSegmentation

FusionCounting: Robust visible-infrared image fusion guided by crowd counting via multi-task learning

2025-08-28 · He Li, Xinyu Liu, Weihang Kong, Xingchen Zhang arxiv

Visible and infrared image fusion (VIF) is an important multimedia task in computer vision. Most VIF methods focus primarily on optimizing fused image quality. Recent studies have begun incorporating downstream tasks, su…

Semantic SegmentationMulti-Task LearningObject DetectionCrowd Counting

Crowd Counting on Heavily Compressed Images with Curriculum Pre-Training

2022-08-15 · Arian Bakhtiarnia, Qi Zhang, Alexandros Iosifidis

JPEG image compression algorithm is a widely used technique for image size reduction in edge and cloud computing settings. However, applying such lossy compression on images processed by deep neural networks can lead to …

Cloud ComputingCrowd CountingImage Compression

Multi-Scale Context Aggregation Network with Attention-Guided for Crowd Counting

2021-04-06 · Xin Wang, Yang Zhao, Tangwen Yang, Qiuqi Ruan

Crowd counting aims to predict the number of people and generate the density map in the image. There are many challenges, including varying head scales, the diversity of crowd distribution across images and cluttered bac…

Crowd CountingDecoder

Curriculum for Crowd Counting -- Is it Worthy?

2024-01-15 · Muhammad Asif Khan, Hamid Menouar, Ridha Hamila

Recent advances in deep learning techniques have achieved remarkable performance in several computer vision problems. A notably intuitive technique called Curriculum Learning (CL) has been introduced recently for trainin…

Crowd CountingDeep LearningDensity Estimation