FCN-rLSTM: Deep Spatio-Temporal Neural Networks for Vehicle Counting in City Cameras
ICCV2017
https://arxiv.org/abs/1707.09476

利用监控相机来完成车辆计数,FCN+LSTM,使用 residual learning 将两者联系起来。FCN for pixel-level prediction and the strengths of LSTM for learning complex temporal dynamics

监控相机得到的视频具有以下几个特点:
1) Low frame rate 低帧率 1 fps to 0.3 fps
2)低分辨率 352 × 240, 320 × 240 or 704 × 480
3)高遮挡 特别是交通拥堵时
4)Large perspective 导致车辆尺度范围大
以上四个特点导致用这些视频来进行车辆计数难度较大。

3 FCN-rLSTM for vehicle counting
这里我们采用 FCN 将 dense (pixel-level) feature 映射为 车辆密度,避免了单个车辆的检测或跟踪。基于 FCN的密度估计 可以让我们输入任意分辨率的图像,输出车辆密度图和输入图像尺寸一样大小。当前基于密度的计数方法直接对密度图求和得到总数。这么做误差比较大,因为 large perspective and oversized vehicles (big bus or big truck),所以我们提出了 FCN-rLSTM network 来提高计数精度

3.1. FCN-rLSTM Model & Network Architecture

To accelerate training, FCN and LSTM are connected in a residual learning fashion as illustrated in Figure 4

3.2. Spatio-Temporal Multi-Task Learning
这里首先介绍了怎么生成训练样本的真值密度图,和人群计数的方法是一样的。 2D Gaussian kernels
接着定义了损失函数,包括两个部分

4 Experiments
Different configurations of FCN-rLSTM

Results comparison on WebCamT

Results comparison on TRANCOS dataset

Estimated density map for multiple cameras

Results comparison on UCSD dataset

车辆计数--FCN-rLSTM: Deep Spatio-Temporal Neural Networks for Vehicle Counting in City Cameras相关推荐

  1. 车辆计数“FCN-rLSTM: Deep Spatio-Temporal Neural Networks for Vehicle Counting in City Cameras”

    使用深度时空神经网络,在低质量视频中计算车数目.为了使用视频时间信息,结合FCN和时间递归神经网络(LSTM),即FCN-rLSTM估计车辆密度和车辆计数.FCN进行像素级预测,LSTM学习复杂的时间 ...

  2. 【文本分类】Deep Pyramid Convolutional Neural Networks for Text Categorization

    ·阅读摘要:   本文提出了DPCNN(深度金字塔CNN)模型.在transformer.bert还没兴起的年代,模型越深效果越好,但是模型的复杂度会随着深度提升.粗略地说,DPCNN就是为了解决CN ...

  3. PVANET: Deep but Lightweight Neural Networks for Real-time Object Detection

    PVANET: Deep but Lightweight Neural Networks for Real-time Object Detection 传送门:      论文:https://www ...

  4. 经典DL论文研读(part2)--Deep Sparse Rectifier Neural Networks

    学习笔记,仅供参考,有错必纠 文章目录 Deep Sparse Rectifier Neural Networks Abstract Introduction Background Deep Rect ...

  5. 遥感图像-Deep Feature Alignment Neural Networks for Domain Adaptation of Hyperspectral Data高光谱数据深度特征对齐神经

    Deep Feature Alignment Neural Networks for Domain Adaptation of Hyperspectral Data高光谱数据领域自适应的深度特征对齐神 ...

  6. 《Multi-scale Convolutional Neural Networks for Crowd Counting》论文笔记

    Multi-scale Convolutional Neural Networks for Crowd Counting 论文地址 论文翻译 ABSTRACT 1. INTRODUCTION 2. M ...

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

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

  8. [C1W3] Neural Networks and Deep Learning - Shallow neural networks

    第三周:浅层神经网络(Shallow neural networks) 神经网络概述(Neural Network Overview) 神经网络的表示(Neural Network Represent ...

  9. 【文献学习】Analysis of Deep Complex-Valued Convolutional Neural Networks for MRI Reconstruction

    目录 1 简介和创新点 2 模型 2.1 复数激活函数 2.2 系统模型 3 模型参数 4 实验分析 4.1 激活函数分析 4.2 网络宽度分析 4.3 网络深度分析 4.4 网络结构分析 4.5 实 ...

最新文章

  1. Git常用命令和Github协同流程
  2. 梦幻西游:游戏界的宠粉头子?因为玩家联动做奶茶
  3. 子网规划与组网实验_【干货】从0到1,“大型WLAN组网”基础知识分享~
  4. python自定义高阶函数_python基础知识5(集合,高级特性,高阶函数)
  5. animate.css在vue项目中的使用
  6. dubbo源码解析-spi(一)
  7. lammps教程:real和metal单位下能量转换公式
  8. php公物管理系统,开源客户管理系统 fly-crm
  9. 计算机文献中的经典语录,经典文献语录摘抄
  10. 图片情感分析(1):图像数据预处理
  11. 卡券、直充订单列表(post 表单提交)接口
  12. JDBC 第一章 JDBC概述
  13. APQP(advanced product quality planning先期产品质量策划)
  14. tortoiseGit管理的文件没有绿色红色等图标
  15. 论文写作——韬ASMI29 introduction、related work两部分语句修改
  16. python画误差棒_Python数据可视化-误差棒图errorbar
  17. 方便好用的OA工作流程如何选择
  18. Document TitleHow to troubleshoot Funds Check Hold Issues on Payables Invoices
  19. DSST折腾笔记(二):在安卓手机下的移植
  20. IT业称霸应届生薪酬榜,调查超27万毕业生后,有了这些发现

热门文章

  1. Python+pandas计算数据相关系数(person、Kendall、spearman)
  2. 用户权限_SAP 用户权限
  3. tomcat源码_从源码角度讲Tomcat在SpringBoot 中是如何启动的?
  4. 简单使用DESeq2/EdgeR做差异分析
  5. 比PCA更好用的监督排序—LDA分析、作图及添加置信-ggord
  6. PJ:细菌挥发性物质和光合信号激活低铁响应途径
  7. 关于表单的java的程序_JAVA BOT程序模拟人类用户填写表单 并 发送
  8. R语言ggplot2可视化箱图(boxplot)并使用ggsignif添加分组显著性(significance)标签
  9. R语言ggplot2可视化:使用ggplot2绘制按时间顺序排列的时间线图(chronological timeline plot)
  10. python使用matplotlib可视化线图(line plot)、并自定义设置可视化图像线条的类型(specify the line style of a plot in matplotlib)