前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >人群密度估计--CNN-based Cascaded Multi-task Learning of High-level Prior and Density Estimation for Crowd

人群密度估计--CNN-based Cascaded Multi-task Learning of High-level Prior and Density Estimation for Crowd

作者头像
用户1148525
发布2018-01-03 15:39:22
1.1K0
发布2018-01-03 15:39:22
举报
文章被收录于专栏:机器学习、深度学习

CNN-based Cascaded Multi-task Learning of High-level Prior and Density Estimation for Crowd Counting International Conference on Advanced Video and Signal Based Surveillance (AVSS) 2017 Torch: https://github.com/svishwa/crowdcount-cascaded-mtl

本文主要解决人群密度估计问题中的 人群场景变化大的问题,人在场景中的尺度和外观变化范围大 the issue of large variations in scale and appearance of the objects that occurs due to severe perspective distortion of the scene

这里写图片描述
这里写图片描述

本文提出的解决思路是使用 CNN网络,并在网络中嵌入 high-level prior 先验知识 The aim of this work is to learn models that cater to a wide variety of density levels present in the data set by incorporating a high-level prior into the network.

所谓的 high-level prior 就是根据图像中的大致总人数将图像分类不同的若干类,本文将图像根据总人数分为10类 The high-level prior learns to classify the count into various groups whose class labels are based on the number of people present in the image.

这个 high-level prior 可以不受 scale variations 的影响 让我们能够对图像中总人数有一个大致的估计 By exploiting count labels, the high-level prior is able to estimate coarse count of people in the entire image irrespective of scale variations thereby enabling the network to learn more discriminative global features.

3 Proposed method

这里写图片描述
这里写图片描述

我们的CNN网络前两个卷积用于提取公用特征,接着网络一分为二,一个分支是用于 High-level prior stage,这个分支主要干什么了?Classifying the crowd into several groups, quantize the crowd count into ten groups and learn a crowd count group classifier which also performs the task of incorporating high-level prior into the network

第二个分支 接着使用四个卷积层提取特征,然后再综合 上个分支的特征,使用 fractionally strided convolutions 做特征图上采样,得到大尺度的密度估计图

目标损失函数: 1) cross-entropy loss function for the high-level prior stage

这里写图片描述
这里写图片描述

2) loss function for the density estimation stage

这里写图片描述
这里写图片描述

Ground truth density map 真值密度图的生成: calculated by summing a 2D Gaussian kernel centered at every person’s location x

4 Experimental results

这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2017年09月27日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档