中文
相关论文

相关论文: Crowd counting with segmentation attention convolu…

200 篇论文

The mainstream crowd counting methods usually utilize the convolution neural network (CNN) to regress a density map, requiring point-level annotations. However, annotating each person with a point is an expensive and laborious process.…

计算机视觉与模式识别 · 计算机科学 2022-09-09 Dingkang Liang , Xiwu Chen , Wei Xu , Yu Zhou , Xiang Bai

State-of-the-art methods for counting people in crowded scenes rely on deep networks to estimate crowd density. They typically use the same filters over the whole image or over large image patches. Only then do they estimate local scale to…

计算机视觉与模式识别 · 计算机科学 2019-04-16 Weizhe Liu , Mathieu Salzmann , Pascal Fua

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 person. These…

计算机视觉与模式识别 · 计算机科学 2020-02-18 Deepak Babu Sam , Skand Vishwanath Peri , Mukuntha Narayanan Sundararaman , Amogh Kamath , R. Venkatesh Babu

For crowded scenes, the accuracy of object-based computer vision methods declines when the images are low-resolution and objects have severe occlusions. Taking counting methods for example, almost all the recent state-of-the-art counting…

计算机视觉与模式识别 · 计算机科学 2018-06-14 Di Kang , Zheng Ma , Antoni B. Chan

Deep learning-based crowd counting methods have achieved remarkable progress in recent years. However, in complex crowd scenarios, existing models still face challenges when adapting to significant density distribution differences between…

计算机视觉与模式识别 · 计算机科学 2025-09-03 Yihong Wu , Jinqiao Wei , Xionghui Zhao , Yidi Li , Shaoyi Du , Bin Ren , Nicu Sebe

In this work, we tackle the problem of crowd counting in images. We present a Convolutional Neural Network (CNN) based density estimation approach to solve this problem. Predicting a high resolution density map in one go is a challenging…

计算机视觉与模式识别 · 计算机科学 2018-07-27 Viresh Ranjan , Hieu Le , Minh Hoai

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 accurate and robust crowd…

计算机视觉与模式识别 · 计算机科学 2017-01-18 Mark Marsden , Kevin McGuinness , Suzanne Little , Noel E. O'Connor

In this paper, we present a novel method Coarse- and Fine-grained Attention Network (CFANet) for generating high-quality crowd density maps and people count estimation by incorporating attention maps to better focus on the crowd area. We…

计算机视觉与模式识别 · 计算机科学 2020-11-10 Liangzi Rong , Chunping Li

Crowd counting usually addressed by density estimation becomes an increasingly important topic in computer vision due to its widespread applications in video surveillance, urban planning, and intelligence gathering. However, it is…

计算机视觉与模式识别 · 计算机科学 2018-08-21 Ze Wang , Zehao Xiao , Kai Xie , Qiang Qiu , Xiantong Zhen , Xianbin Cao

Currently, for crowd counting, the fully supervised methods via density map estimation are the mainstream research directions. However, such methods need location-level annotation of persons in an image, which is time-consuming and…

计算机视觉与模式识别 · 计算机科学 2022-03-15 Fusen Wang , Kai Liu , Fei Long , Nong Sang , Xiaofeng Xia , Jun Sang

Crowd counting is to estimate the number of objects (e.g., people or vehicles) in an image of unconstrained congested scenes. Designing a general crowd counting algorithm applicable to a wide range of crowd images is challenging, mainly due…

计算机视觉与模式识别 · 计算机科学 2019-09-10 Haoyue Bai , Song Wen , S. -H. Gary Chan

Object recognition is a primary function of the human visual system. It has recently been claimed that the highly successful ability to recognise objects in a set of emergent computer vision systems---Deep Convolutional Neural Networks…

计算机视觉与模式识别 · 计算机科学 2019-11-26 Ben Lonnqvist , Alasdair D. F. Clarke , Ramakrishna Chakravarthi

In crowd counting datasets, people appear at different scales, depending on their distance from the camera. To address this issue, we propose a novel multi-branch scale-aware attention network that exploits the hierarchical structure of…

计算机视觉与模式识别 · 计算机科学 2019-07-29 Rahul Rama Varior , Bing Shuai , Joseph Tighe , Davide Modolo

In recent years, crowd counting and localization have become crucial techniques in computer vision, with applications spanning various domains. The presence of multi-scale crowd distributions within a single image remains a fundamental…

计算机视觉与模式识别 · 计算机科学 2025-03-18 Yuqing Yan , Yirui Wu

Most recent methods used for crowd counting are based on the convolutional neural network (CNN), which has a strong ability to extract local features. But CNN inherently fails in modeling the global context due to the limited receptive…

计算机视觉与模式识别 · 计算机科学 2021-09-30 Ye Tian , Xiangxiang Chu , Hongpeng Wang

We introduce an approach to integrate segmentation information within a convolutional neural network (CNN). This counter-acts the tendency of CNNs to smooth information across regions and increases their spatial precision. To obtain…

计算机视觉与模式识别 · 计算机科学 2017-08-16 Adam W. Harley , Konstantinos G. Derpanis , Iasonas Kokkinos

In this paper, we propose two modified neural networks based on dual path multi-scale fusion networks (SFANet) and SegNet for accurate and efficient crowd counting. Inspired by SFANet, the first model, which is named M-SFANet, is attached…

计算机视觉与模式识别 · 计算机科学 2021-05-12 Pongpisit Thanasutives , Ken-ichi Fukui , Masayuki Numao , Boonserm Kijsirikul

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 center points and sizes…

计算机视觉与模式识别 · 计算机科学 2021-02-19 Yi Wang , Junhui Hou , Xinyu Hou , Lap-Pui Chau

Perspective distortions and crowd variations make crowd counting a challenging task in computer vision. To tackle it, many previous works have used multi-scale architecture in deep neural networks (DNNs). Multi-scale branches can be either…

计算机视觉与模式识别 · 计算机科学 2023-07-19 Zhipeng Du , Miaojing Shi , Jiankang Deng , Stefanos Zafeiriou

The rapid development in visual crowd analysis shows a trend to count people by positioning or even detecting, rather than simply summing a density map. It also enlightens us back to the essence of the field, detection to count, which can…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Qi wang , Tao Han , Junyu Gao , Yuan Yuan , Xuelong Li