中文
相关论文

相关论文: Revisiting Perspective Information for Efficient C…

200 篇论文

In crowd counting datasets, each person is annotated by a point, which is usually the center of the head. And the task is to estimate the total count in a crowd scene. Most of the state-of-the-art methods are based on density map…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Zhiheng Ma , Xing Wei , Xiaopeng Hong , Yihong Gong

Region of Interest (ROI) crowd counting can be formulated as a regression problem of learning a mapping from an image or a video frame to a crowd density map. Recently, convolutional neural network (CNN) models have achieved promising…

计算机视觉与模式识别 · 计算机科学 2017-07-26 Feng Xiong , Xingjian Shi , Dit-Yan Yeung

Crowd counting is a fundamental problem in crowd analysis which is typically accomplished by estimating a crowd density map and summing over the density values. However, this approach suffers from background noise accumulation and loss of…

计算机视觉与模式识别 · 计算机科学 2024-04-05 Yasiru Ranasinghe , Nithin Gopalakrishnan Nair , Wele Gedara Chaminda Bandara , Vishal M. Patel

In the field of crowd counting, the current mainstream CNN-based regression methods simply extract the density information of pedestrians without finding the position of each person. This makes the output of the network often found to…

计算机视觉与模式识别 · 计算机科学 2022-01-25 Yi Hou , Chengyang Li , Fan Yang , Cong Ma , Liping Zhu , Yuan Li , Huizhu Jia , Xiaodong Xie

Traditional crowd counting approaches usually use Gaussian assumption to generate pseudo density ground truth, which suffers from problems like inaccurate estimation of the Gaussian kernel sizes. In this paper, we propose a new…

计算机视觉与模式识别 · 计算机科学 2021-07-06 Hui Lin , Xiaopeng Hong , Zhiheng Ma , Xing Wei , Yunfeng Qiu , Yaowei Wang , Yihong Gong

Modern methods for counting people in crowded scenes rely on deep networks to estimate people densities in individual images. As such, only very few take advantage of temporal consistency in video sequences, and those that do only impose…

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

We propose a novel crowd counting approach that leverages abundantly available unlabeled crowd imagery in a learning-to-rank framework. To induce a ranking of cropped images , we use the observation that any sub-image of a crowded scene…

计算机视觉与模式识别 · 计算机科学 2018-03-09 Xialei Liu , Joost van de Weijer , Andrew D. Bagdanov

Feedforward Convolutional Neural Networks (ffCNNs) have become state-of-the-art models both in computer vision and neuroscience. However, human-like performance of ffCNNs does not necessarily imply human-like computations. Previous studies…

神经元与认知 · 定量生物学 2020-04-29 Adrien Doerig , Alban Bornet , Oh-Hyeon Choung , Micahel H. Herzog

The paper focuses on improving the recent plug-and-play patch rescaling module (PRM) based approaches for crowd counting. In order to make full use of the PRM potential and obtain more reliable and accurate results for challenging images…

计算机视觉与模式识别 · 计算机科学 2021-12-20 Usman Sajid , Guanghui Wang

In the last decade, crowd counting and localization attract much attention of researchers due to its wide-spread applications, including crowd monitoring, public safety, space design, etc. Many Convolutional Neural Networks (CNN) are…

计算机视觉与模式识别 · 计算机科学 2020-08-05 Qi Wang , Junyu Gao , Wei Lin , Xuelong Li

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 information through an…

计算机视觉与模式识别 · 计算机科学 2019-07-23 Vishwanath A. Sindagi , Vishal M. Patel

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…

计算机视觉与模式识别 · 计算机科学 2017-07-25 Joseph Paul Cohen , Genevieve Boucher , Craig A. Glastonbury , Henry Z. Lo , Yoshua Bengio

An important aspect of urban planning is understanding crowd levels at various locations, which typically require the use of physical sensors. Such sensors are potentially costly and time consuming to implement on a large scale. To address…

社会与信息网络 · 计算机科学 2020-12-08 Jerome Heng , Junhua Liu , Kwan Hui Lim

Localizing individuals in crowds is more in accordance with the practical demands of subsequent high-level crowd analysis tasks than simply counting. However, existing localization based methods relying on intermediate representations…

计算机视觉与模式识别 · 计算机科学 2021-08-10 Qingyu Song , Changan Wang , Zhengkai Jiang , Yabiao Wang , Ying Tai , Chengjie Wang , Jilin Li , Feiyue Huang , Yang Wu

Crowd density estimation is a well-known computer vision task aimed at estimating the density distribution of people in an image. The main challenge in this domain is the reliance on fine-grained location-level annotations, (i.e. points…

计算机视觉与模式识别 · 计算机科学 2025-09-04 Mattia Litrico , Feng Chen , Michael Pound , Sotirios A Tsaftaris , Sebastiano Battiato , Mario Valerio Giuffrida

Accurately counting cells in microscopic images is important for medical diagnoses and biological studies, but manual cell counting is very tedious, time-consuming, and prone to subjective errors, and automatic counting can be less accurate…

计算机视觉与模式识别 · 计算机科学 2019-03-25 Shenghua He , Kyaw Thu Minn , Lilianna Solnica-Krezel , Mark Anastasio , Hua Li

Crowd monitoring and analysis in mass events are highly important technologies to support the security of attending persons. Proposed methods based on terrestrial or airborne image/video data often fail in achieving sufficiently accurate…

计算机视觉与模式识别 · 计算机科学 2013-04-24 Roland Perko , Thomas Schnabel , Gerald Fritz , Alexander Almer , Lucas Paletta

Due to its variety of applications in the real-world, the task of single image-based crowd counting has received a lot of interest in the recent years. Recently, several approaches have been proposed to address various problems encountered…

计算机视觉与模式识别 · 计算机科学 2020-11-03 Vishwanath A. Sindagi , Rajeev Yasarla , Vishal M. Patel

Crowd counting based on density maps is generally regarded as a regression task.Deep learning is used to learn the mapping between image content and crowd density distribution. Although great success has been achieved, some pedestrians far…

计算机视觉与模式识别 · 计算机科学 2022-04-18 Jiwei Chen , Kewei Wang , Wen Su , Zengfu Wang

State-of-the-art crowd counting models follow an encoder-decoder approach. Images are first processed by the encoder to extract features. Then, to account for perspective distortion, the highest-level feature map is fed to extra components…

计算机视觉与模式识别 · 计算机科学 2022-10-24 Yiming Ma , Victor Sanchez , Tanaya Guha