Crowd Counting Via Scale-adaptive Convolutional Nerual Network
https://arxiv.org/abs/1711.04433v2
Code: https://github.com/miao0913/SaCNN-CrowdCounting-Tencent_Youtu

为了解决人群密度估计中的 scale and perspective 问题,先前研究者提出使用 多尺度卷积网络来解决多尺度问题
Multiple columns have different receptive fields corresponding to pedestrians (heads) of different scales
这里我们提出一个 尺度自适应CNN网络,只使用 3 ∗ 3 滤波器,结合CNN网络不同网络层的特征
a scale-adaptive CNN (SaCNN) architecture with a backbone of fixed small receptive fields.
We use all 3 ∗ 3 filters in the network

输入输出图示

3 Scale-adaptive CNN
3.1. Ground truth density maps
每个人头我们使用一个 delta function 来表示,ground truth density map D(x) 由 delta function 和 一个 Gaussian kernel 卷积得到

N 表示图像中人头总数,
The sum of the density map is equivalent to the total number of pedestrians in a crowd

3.2. Network architecture

The final density map therefore has a spatial resolution of 1/8 times of the input image.

3.3. Network loss
Euclidean loss to measure the distance between the estimated density map and the ground truth

引入了一个新的损失函数,侧重于 解决图像中只有几个人的情况估计效果不好的问题
introduce another loss function regarding the head count
We notice that most representative approaches perform poorly on crowd scenes with few pedestrians.
原来的损失函数不能解决这个问题的原因:because the absolute pedestrian number is usually not very large in sparse crowds compared to that in dense crowds

4 Experiments

我们的新数据库:特点 人少

ShanghaiTech dataset

WorldExpo’10 dataset & UCF CC 50 dataset

SmartCity dataset

下面是和 YOLO9000 对比,各有所长

人群密度估计--Crowd Counting Via Scale-adaptive Convolutional Nerual Network相关推荐

  1. 《Improved Crowd Counting Method Based onScale-Adaptive Convolutional Neural Network》论文笔记

    <Improved Crowd Counting Method Based onScale-Adaptive Convolutional Neural Network>论文笔记 论文地址 ...

  2. 人群计数Crowd counting 和 Swin Transformer

    文章题目:CCST: crowd counting with swin transformer 文章链接:https://link.springer.com/article/10.1007/s0037 ...

  3. 论文翻译:ImageNet Classification with Deep Convolutional nerual network

    这篇文章是我大四毕设的翻译外文文献,第一次翻译,而且以前也没有接触过深度学习方面的内容,很多词语表述还存在问题,有待修改. 基于深度卷积神经网络的图片网络分类 Alex Krizhevsky Univ ...

  4. 人群计数数据集汇总和详细介绍,全网最全,crowd counting datasets

    Crowd Counting数据集汇总 视频监控=video surveillance https://github.com/gjy3035/Awesome-Crowd-Counting/blob/m ...

  5. crowd counting

    crowd counting 人群密度估计之MCNN https://blog.csdn.net/qq_14845119/article/details/68946727 2016年 --Single ...

  6. Multi-Scale Attention Network for Crowd Counting:用于人群计数的多尺度注意网络

    Multi-Scale Attention Network for Crowd Counting:用于人群计数的多尺度注意网络 Multi-Scale Attention Network for Cr ...

  7. Switching Convolutional Neural Network for Crowd Counting-论文笔记

    Switching Convolutional Neural Network for Crowd Counting:用于人群计数的转换卷积神经网络 Switching Convolutional Ne ...

  8. 人群密度估计--Fully Convolutional Crowd Counting On Highly Congested Scenes

    Fully Convolutional Crowd Counting On Highly Congested Scenes The 12th International Conference on C ...

  9. 快速人群密度估计--Multi-scale Convolutional Neural Networks for Crowd Counting

    Multi-scale Convolutional Neural Networks for Crowd Counting https://arxiv.org/abs/1702.02359 对于人群密度 ...

最新文章

  1. 将代码生成器带入TVM
  2. QT利用lamda正则表达式取出字符串中的浮点数与整数
  3. 2019年, VQA论文汇总
  4. redis 主从_Redis的主从复制
  5. 动态定位API的shellcode
  6. 农场管理系统设计与实现php,农场农产品网站的设计与实现(PHP,MySQL)(含录像)
  7. 计算机设计思想 —— 虚拟化
  8. 顶会集结+深度解析:医疗+AI如此火爆,NLP如何赋能?
  9. 003、使用MegaCli工具查看Raid磁盘阵列状态
  10. Stata因为“只读文件”不能存储的处理方法
  11. 用Jsoup从网页上抓取中国地区编号转变成Map
  12. 使用pytorch实现crnn
  13. 基于IM实现直播礼物效果
  14. java下载服务器资源
  15. [剪视频]Premiere快速从入门到实战
  16. Conda 镜像站配置
  17. opencv中的人脸检测案例
  18. 使用云主机,我们可以做哪些事情
  19. 信号与系统知识点记录(P4-P5)
  20. STM32F1串口最高波特率问题

热门文章

  1. 关于Docker的理解
  2. python函数式编程模式_函数式编程指引
  3. R语言与数据分析(8)-获取帮助
  4. Science评论|只需加一种菌,番茄不仅抗盐胁迫还提高65%产量!
  5. linux 极简统计分析工具 datamash 必看教程
  6. 使用ComplexHeatmap包绘制个性化热图
  7. PNAS | 菌群大战:“单打独斗之殇”与“分而治之之利”
  8. java性能分析 linux,linux 系统性能分析
  9. echart饼状图没有数据的时候显示暂无数据_Python数据结构可视化 day 5
  10. mysql select语法_MySQL SELECT语法(一)SELECT语法详解