Motivation

  • 检测起更focus在物体出现的区域 Detectors care more about local near object regions.
  • 物体出现的周围特征变化其实包含了更多重要信息,这是student网络需要向teacher网络学习的

注解:
与分类不同,蒸馏方法在检测中如果进行全特征模仿的话对子网络的提升很有限(这里存疑,文章没有明确指出全特征模仿了哪些特征层)。
这可能是由于过多的无用背景anchor引入的噪音覆盖了来自teacher net的监督信息。文章认为检测器会关注目标区域以及其周边的位置,目标区域上的不同positive anchor之间的差异表现的就是teacher net对于检测目标的泛化特点。

Framework

Imitation region estimation

  • 计算每一个GT box和该特征层上WxHxK个anchor的IOU得到IOU map m
  • 找出最大值M=max(m),乘以rψ作为过滤anchor的阈值: F = ψ ∗ M.
  • 将大于F的anchor合并用OR操作得到WxH的feature map mask
  • 遍历所有的gt box并合并获得最后总的mask
  • 将需要模拟的student net feature map之后添加feature adaption层使其和teacher net的feature map大小保持一致。
  • 加入mask信息得到这些anchor在student net中和在teacher net 中时的偏差作为imitation loss,加入到蒸馏的训练的loss中

Fine-grained feature imitation

  • student的特征图通道等可能和teacher不一致,我们可以在student的特征图后面加一个feature adaptation层进行对齐
    即使student和teacher的feature map一致,我们发现加上feature adaptation层会比直接拉进student和teache的输出效果好

    Here I is the imitation mask

Experiment

定量实验

定性实验

Distilling Object Detectors with Fine-grained Feature Imitation相关推荐

  1. Distilling Object Detectors with Fine-grained Feature Imitation(2019 CVPR KD)

    @[TOC](Distilling Object Detectors with Fine-grained Feature Imitation(2019 CVPR KD)) Abstract 我们表明, ...

  2. [目标检测知识蒸馏2] [CVPR19] Distilling Object Detectors with Fine-grained Feature Imitation

    [CVPR19] Distilling Object Detectors with Fine-grained Feature Imitation Introduction: 在 Faster RCNN ...

  3. 【没有哪个港口是永远的停留~ 论文简读】2019 Distilling Object Detectors with Fine-grained Feature Imitation

    链接:2019 Distilling Object Detectors with Fine-grained Feature Imitation 代码:https://github.com/twangn ...

  4. 【CVPR 2021】基于解耦特征的目标检测知识蒸馏:Distilling Object Detectors via Decoupled Features

    [CVPR 2021]基于解耦特征的目标检测知识蒸馏:Distilling Object Detectors via Decoupled Features 论文地址: 主要问题: 主要思路: 具体实现 ...

  5. 【Distill 系列:二】CVPR 2019 Distilling Object Detectors with Fine-grained Feature Imitation

    cvpr 2019 detectors care more about local near object regions motivation Fitnets: Hints for thin dee ...

  6. Distilling Object Detectors with Fine-grained Feature Imitation论文解读

    论文链接 文章目录 1.简介 2.方法 2.1 模仿区域的估计 2.2 细粒度特征模仿 1.简介 对于以往应用于知识蒸馏的目标检测存在两种方法.第一种来自于论文FitNets: Hints for T ...

  7. Distilling Object Detectors via Decoupled Features

    Abstract 相比于图像分类而言,目标检测器更加复杂,具有多个损失函数.而目前的的检测中,其主要将注意力集中在对象的区域中,但本文指出,从背景中提取的特征信息对于学生模型的学习也是必不可少的.且由 ...

  8. 【论文总结】Incremental Learning of Object Detectors without Catastrophic Forgetting(附翻译)

    Incremental Learning of Object Detectors without Catastrophic Forgetting 无灾难性遗忘的增量学习目标检测器 论文地址:https ...

  9. YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

    来源:https://arxiv.org/abs/2207.02696 代码:https://github.com/WongKinYiu/yolov7 0. Abstract YOLOv7 surpa ...

最新文章

  1. 同一账户同时只能在一处登陆(单点登陆)
  2. mysql去掉两个最高分_如何计算去掉一个最高分和一个最低分后的平均分?
  3. Thymeleaf引用片段传入参数
  4. python with函数的用法(with expression [as target])
  5. verilog设计UART发送接收及各种错误仿真
  6. volatile的适用场景
  7. 在.NET Core中用最原生的方式读取Nacos的配置
  8. 英雄联盟祖安服务器要维护多久,祖安玩家的春天!英雄联盟将回归队内语音,娱乐玩家遭殃了?...
  9. SQL笔记-通过构建索引表方便数据库管理
  10. 骨传导技术:帮你摆脱噪音的困扰
  11. Linux服务器运行环境搭建(四)——Tomcat安装
  12. Gitweb源码解析
  13. (day 51 - 字符转化为数字 ) 剑指 Offer 67. 把字符串转换成整数
  14. mct接收_BLOCK MCT红外探测器模块
  15. 医院医疗类报表免费用,提反馈,还能赢取P30!
  16. 公司专利技术交底书撰写及申请完全流程
  17. 如何让自己成为一个优秀的Java架构师,而不是码农
  18. JS根据屏幕分辨率自动调整字体大小
  19. activeMQ吐血总结
  20. Vue指令 v-for遍历、下拉列表、单选框、复选框

热门文章

  1. 图像的正交变换---沃尔什——哈达马变换
  2. 深入剖析ARP地址欺骗病毒原理及欺骗过程
  3. 关于夜神模拟器,你该了解这些
  4. 【无标题】关于携程旅行手机端网站分析:
  5. 人工智能“大杀器”GPT-3遭严重质疑:它其实是在“胡言乱语”,OpenAI违背科学伦理
  6. 微信小程序android拿不到数据,微信小程序奇怪问题,数据获取不到
  7. 手机活动页图片性能优化分享
  8. trino spill 机制初步测试
  9. JMeter + Grafana + influxdb 性能监控平台
  10. hp 战99 G1开启显示设置面板