(论文阅读18/100)SSD: Single Shot MultiBox Detector

|----|------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 文献阅读笔记 |||
| 简介 | 题目 | SSD: Single Shot MultiBox Detector |
| 简介 | 作者 | Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg |
| 简介 | 原文链接 | https://arxiv.org/pdf/1512.02325v2.pdf 【精选】目标检测->SSD算法-CSDN博客 |
| 简介 | 关键词 | SSD |
| 简介 | 研究问题 | a method for detecting objects in images using a single deep neural network |
| 简介 | 研究方法 | Our approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature map location. 解决了多尺度问题。 |
| 简介 | 研究结论 | SSD easy to train and can straightforward to integrate into systems that require a detection component. |
| 简介 | 创新不足 | 可以设置更好的bounding boxes,使其位置和特征比例图上每个位置的感受野更好地对其。 |
| 简介 | 额外知识 | Discretize:离散化 Eliminate:排除,消除 Encapsulate:总结 Utilize:利用 Unified:统一 Varients:变体 Prevailed:盛行 Benchmark:基准 Albeit:虽然 Intensive:密集的 High-end hardware:高端硬件 Offset:偏移 High-profile:高知名度的 Bounding box Default box Augmentation:扩充 Jaccard overlap:交并比 Aspect ratio:纵横比 Monotonically:单调地 Pruning:修剪 |

相关推荐
沐自礼2 小时前
图像伪造识别和定位
人工智能·llm
AI 小老六2 小时前
Google AX 控制面拆解:分布式 Agent 如何把断点恢复、审计策略和执行调度收进同一条链路
人工智能·分布式·后端·ai·架构·ai编程
阿部多瑞 ABU2 小时前
数据循环悖论:AI检测模型的技术局限与生态灾难
大数据·人工智能·安全·机器学习·ai·自然语言处理
Python私教2 小时前
我准备用 AI 二开 shadcn-admin,做一个可卖的后台管理系统模板
人工智能
俊俊谢2 小时前
[python]FastAPI + 自建SSE 踩坑全记录
开发语言·python·fastapi
armwind2 小时前
openISP学习11-BNF — Bilateral Noise Filtering(双边滤波降噪)
图像处理·计算机视觉
天青色等烟雨..2 小时前
智慧农林核心遥感技术99个案例实践
运维·人工智能·spring boot·后端·自动化
数智化精益手记局2 小时前
拆解复杂项目管理流程:用项目管理流程解决跨部门协作低效难题
大数据·运维·数据库·人工智能·产品运营
xhtdj2 小时前
Uber 如何通过批处理实现单账户每秒30+次更新
大数据·数据库·人工智能·安全·动态规划
至乐活着2 小时前
Python异步编程asyncio完全指南:从入门到高性能实战
python·并发·协程·asyncio·异步编程