美文网首页
MnasFPN:移动设备上目标检测的学习延迟感知金字塔结构

MnasFPN:移动设备上目标检测的学习延迟感知金字塔结构

作者: Valar_Morghulis | 来源:发表于2023-01-26 10:08 被阅读0次

MnasFPN: Learning Latency-aware Pyramid Architecture for Object Detection on Mobile Devices

https://arxiv.org/abs/1912.01106

日期:Dec 2019

作者:Bo Chen, Golnaz Ghiasi, Hanxiao Liu, Tsung-Yi Lin, Dmitry Kalenichenko, Hartwig Adams, Quoc V. Le

单位:Google Research

Despite the blooming success of architecture search for vision tasks in resource-constrained environments, the design of on-device object detection architectures have mostly been manual. The few automated search efforts are either centered around non-mobile-friendly search spaces or not guided by on-device latency. We propose MnasFPN, a mobile-friendly search space for the detection head, and combine it with latency-aware architecture search to produce efficient object detection models. The learned MnasFPN head, when paired with MobileNetV2 body, outperforms MobileNetV3+SSDLite by 1.8 mAP at similar latency on Pixel. It is also both 1.0 mAP more accurate and 10% faster than NAS-FPNLite. Ablation studies show that the majority of the performance gain comes from innovations in the search space. Further explorations reveal an interesting coupling between the search space design and the search algorithm, and that the complexity of MnasFPN search space may be at a local optimum.

尽管在资源受限的环境中,视觉任务的架构搜索取得了巨大成功,但设备上对象检测架构的设计大多是手工的。少数自动搜索工作要么集中在非移动友好搜索空间,要么不受设备延迟的影响。我们提出了MnasFPN,一个移动友好的检测头搜索空间,并将其与延迟感知架构搜索相结合,以产生高效的对象检测模型。学习的MnasFPN头与MobileNetV2体配对时,在像素上的类似延迟下比MobileNet v3+SSDLite高1.8 mAP。它也比NAS FPNLite更精确,速度快10%。消融研究表明,大部分性能增益来自搜索空间的创新。进一步的探索揭示了搜索空间设计和搜索算法之间的有趣耦合,MnasFPN搜索空间的复杂性可能处于局部最优。

相关文章

  • 移动端兼容性问题解决方案

    1. IOS移动端click事件300ms的延迟响应 移动设备上的web网页是有300ms延迟的,玩玩会造成按钮点...

  • FastClick 解决移动端300毫秒延迟

    移动端点击延迟事件 1.移动设备上的浏览器默认会在用户点击屏幕大约延迟300毫秒后才会触发点击事件2.原因: 移动...

  • 移动端web界面click时间300s延迟的问题

    众所周知 移动设备上web界面,click事件有300s的延迟,是因为。。。。。(很多巴拉巴拉)影响延迟主要是因为...

  • 第十四天

    IOS和Android常见兼容问题? 1.IOS移动端click事件300ms的延迟相应移动设备上的web网页是有...

  • 移动目标的检测的Matlab实现(差分检测)

    采用差分检测方式检测移动目标,并进行图像处理,代码 引言: 一、视频中移动目标检测的方法: 1. 基于像素的移动目...

  • 移动端自适应方案

    移动端适配的目标是让页面在移动设备上可以合理展示 viewport缩放方案 在对设计稿还原时,不需要去关注移动设备...

  • 开发TIPS

    // 移动设备检测 window.mobilecheck = function () { var ch...

  • 2018-10-07Bootstrap01

    移动设备优先 Bootstrap 3 默认的 CSS 本身就对移动设备友好支持。Bootstrap 3 的设计目标...

  • 基于深度学习的目标检测算法(一)

    -- 目标检测任务综述 - 基于传统图像处理和机器学习算法的目标检测 - 基于深度学习的目标检测 ...

  • TensorflowLite入门

    是一组工具,使得模型可以在移动设备上运行 好处:没有延迟,隐私性,离线,省电(联网耗电大) 两个主要的组件:int...

网友评论

      本文标题:MnasFPN:移动设备上目标检测的学习延迟感知金字塔结构

      本文链接:https://www.haomeiwen.com/subject/rfdonrtx.html