ResnetCrowd: A Residual Deep Learning Architecture for Crowd Counting, Violent Behaviour Detection and Crowd Density Level Classification
(AVSS 2017) 2017 14th IEEE International Conference on Advanced Video and Signal based Surveillance

本文针对人群分析提出 ResnetCrowd,一个基于 Residual 深度学习架构 实现多任务学习: 同时完成三个任务, crowd counting, violent behaviour detection and crowd density level classification,为了训练和评估ResnetCrowd,我们建立了一个 100张图像的数据库 Multi Task Crowd

这三个任务都有独立的文献进行分析和研究,但是使用一个网络同时完成上述任务还没被提出来。我们发现这些任务可以相互促进彼此的性能提升

首先来看看这个数据库
3 Multi Task Crowd Dataset
数据库由 100 张图像组成,每个图像有以下标记信息:
1) a discrete density level in the range 1-5 人群密度等级
2)an overall crowd count value, 总人数
3)head locations for each person in the scene 每个人头位置
4)binary labels indicating the presence or absence of the “Mob” and“Fight” behaviour concepts 有无暴力现象

4 ResnetCrowd
本文的 ResnetCrowd 是基于 文献【6】中的 Resnet18 network,前五层的卷积网络如下所示:

前五层的卷积之后就是 a set of task specific layers are added to ResnetCrowd 针对特定任务的网络层

每个任务的损失函数如下:
Behaviour Recognition

Density Level Classification

Regression Based Crowd Counting

Heatmap Based Crowd Counting

total loss

5 Experimental Results

人群分析--ResnetCrowd: A Residual Deep Learning Architecture相关推荐

  1. CVPR2015:An Improved Deep Learning Architecture for Person Re-Identificaton

    An Improved Deep Learning Architecture nfor Person Re-Identification Ejaz Ahmed (University of Maryl ...

  2. How to Build a Graph-Based Deep Learning Architecture in Traffic Domain A Survey

    How to Build a Graph-Based Deep Learning Architecture in Traffic Domain: A Survey 1. 文章概述 1.1 本文主要内容 ...

  3. SortPool (DGCNN) - An End-to-End Deep Learning Architecture for Graph Classification AAAI 2018

    文章目录 1 背景介绍 图核方法 DGCNN和WL和PK的关系 2 Deep Graph Convolutional Neural Network (DGCNN) 深度图卷积神经网络 图卷积层 与We ...

  4. GNN Pooling(三):An End-to-End Deep Learning Architecture for Graph Classification,AAAI2018;以及图核

    目录 核,图核,图卷积核 Deep Graph Convolutional Neural Network (DGCNN) Graph convolution layers Connection wit ...

  5. 【论文笔记】Towards Privacy-Preserving Affect Recognition: A Two-Level Deep Learning Architecture

    摘要 使用图像和计算机视觉自动理解和识别人类情感状态可以改善人-机算计交互和人-机器人交互.然而,隐私已成为一个备受关注的问题,因为在此过程中可能会暴露用于训练情感模型的人的身份.例如,怀有恶意的人可 ...

  6. 图像隐写术分析论文笔记:Deep learning for steganalysis via convolutional neural networks

    好久没有写论文笔记了,这里开始一个新任务,即图像的steganalysis任务的深度网络模型.现在是论文阅读阶段,会陆续分享一些相关论文,以及基础知识,以及传统方法的思路,以资借鉴. 这一篇是Medi ...

  7. 【Paper】Deep Learning for Anomaly Detection:A survey

    论文原文:PDF 论文年份:2019 论文被引:253(2020/10/05) 922(2022/03/26) 文章目录 ABSTRACT 1 Introduction 2 What are anom ...

  8. LCZ classification based on deep learning概况(持续更新)

    目录 Multilevel Feature Fusion-Based CNN for Local Climate Zone Classification From Sentinel-2 Images: ...

  9. 论文阅读——FPGA based Accelerators of Deep Learning Networks for Learning and Classification:A Review

    论文阅读之FPGA硬件加速Review FPGA-based Accelerators of Deep Learning Networks for Learning and Classificatio ...

最新文章

  1. 基于.net技术的代码高亮显示组件
  2. NBT:Rob Knight团队发表微生物组数据降维新方法
  3. telegraf output input 配置用法
  4. python 计算机程序设计-计算机二级教程python第一章 程序设计语言
  5. Pulseaudio之libsndfile for android(二十)
  6. 【渝粤教育】广东开放大学 个人与团队管理 形成性考核 (47)
  7. 雅礼中学第四场20180109
  8. 【算法笔记】图文结合彻底搞懂后缀数组
  9. SAS (Statistics Analysis System) 统计分析系统软件
  10. NAT穿透的工作原理
  11. 云控微信开发SDK使用教程--手机微信群聊信息变更通知服务端
  12. 《王亡於江上》之周昭王姬瑕
  13. Ubuntu安装cuda
  14. Ubuntu 16.04部署ROS bridge服务器流程
  15. 47、微信-发起群聊AddGroupChatActivity
  16. 民生问题:房价,房贷,首付之间的暖昧关系(借首页一放,点醒一下各位兄弟)
  17. 热点综述 | 单细胞+空间转录组的整合分析方法总结
  18. 活性氧Propiconazole-d3 (nitrate),CAS No. 2699607-26-4
  19. 纽约大学计算机和信息科学专业排名,纽约大学计算机科学与信息系统世界排名2021年最新排名第21(QS世界排名)...
  20. 微信小程序制作心得和体会

热门文章

  1. RDKit支持PostgreSQL配置
  2. Android 的权限级别小记
  3. dlib人脸比对算法代码java,Python 使用dlib 5行代码实现人脸比对
  4. Science:又一明星菌群可以调控肠道免疫?
  5. R堆叠柱状图各成分连线画法:突出展示组间物种丰度变化
  6. 下面属于java的object_在JAVA中,下列哪些是Object类的方法()
  7. R语言使用ggplot2包和ggQC包可视化帕累托图(Pareto chart)
  8. R语言ggplot2可视化堆叠的条形图(stacked bar plot)并在每一个条形图的的中间添加对应的数值、值标签定位在geom_col堆叠的条形图中的每个条形段的中间
  9. R语言基于多字段(多数据列、multiple columns)对dataframe的行数据进行排序(Ordering rows)实战:使用R原生方法、data.table、dplyr等方案
  10. R语言ggplot2可视化:使用pracma包的interp1函数对缺失值进行线性插值后进行可视化分析、用虚线标记进行数据填充的区域