当前位置:网站首页>Compared with the traditional anchor based method, fcos is unique
Compared with the traditional anchor based method, fcos is unique
2022-04-23 00:01:00 【liiiiiiiiiiiiike】
Thesis link :FCOS original text
Paper code :FCOS Code
FCOS yes anchor-freed one-stage Target detector , use first Backone CNN( Backbone architecture for feature extraction CNN), another s by feature map The total pace before
FCOS And anchor-based Different ways
- anchor-based The way is to use backbone,neck,head Obtained after calculation feature map, Then the regression classification is carried out through the preset a priori box , and FCOS obtain featuremap after , take featuremap The points on the map are mapped back to the original graph , The coordinate points mapped back to the original drawing are :(floor(S/2) + x* s, floor(S/2) + y* s) floor Take the lower limit .
- anchor-based The way to judge a positive sample is :anchor And GT Of IOU > threshold Set as positive sample , Category is this GT Category
,FCOS The way to judge the positive sample is to map back to the point of the original graph , If it falls on GT in , Is considered a positive sample , Category is this GT Category .
Be careful : The points mapped back to the original graph are easy to fall on multiple GT in , Such sample points are considered as fuzzy samples , You can use FPN Multi level prediction in , It will be mentioned later . - Previous algorithms used multiple classifiers to classify , and FCOS use C A binary classifier to classify .(C Is the number of categories )
- anchor-based Put different sizes of anchor Feature maps assigned to different levels . and FCOS the reason being that anchor-free Method , It directly defines different levels feature map Regression range , If the feature map is large, it will return to the small target object , On the contrary, if the feature map is small, it will return to the large target object , This solves the problem of fuzzy samples .
- FCOS In the proposed center-ness, Because after multi-level prediction, it is found that FCOS There is still a certain distance from the anchor frame based detector , The main reason is that there are many low-quality prediction frames far from the center of the target ,FCOS A formula of centrality is proposed , as follows :

According to this formula, we can get , Far from the center of the object center ness low , vice versa ,centerness Will be in loss When calculating * cls loss, Such a low-quality prediction frame will be in NMS It's filtered out when it comes to .
版权声明
本文为[liiiiiiiiiiiiike]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204222358593439.html
边栏推荐
- 条件判断(whilec循环&for&switch循环&if-else判断)
- 安川电机伺服软件SigmaWin+连接伺服驱动器无法连接问题
- [transaction management]
- Conjugate gradients (4)
- [leetcode] binary tree, in-depth understanding of the first, middle and last order
- [leetcode] binary tree, maximum depth of 104 binary tree, diameter of 543 binary tree, maximum path and sum of 124 binary tree
- 获取当前选中字符串的范围
- Gets the range of the currently selected string
- 彻底解决Failed to execute goal on project xxxxx
- Ajustement de style typora
猜你喜欢

Reinstall windows10

Magic weapon for easy working time: log in to the server by means of key verification

Redis的基本使用

Basic use of redis

安川电机伺服软件SigmaWin+连接伺服驱动器无法连接问题

stm32f103 独立看门狗

A ConvNet for the 2020s的总结

Conjugate gradients (3)

LabVIEW implements application stop or exit

ssh: connect to host 172.31.8.132 port 22: Connection refused
随机推荐
LabVIEW implements application stop or exit
样本不均衡的问题
基于.NetCore开发博客项目 StarBlog - (3) 模型设计
[VMware] VMware esxi 6.7 installation
Reg 正则表达式学习笔记
[transaction management]
云计算仿真框架CloudSim介绍(截图版)
FPGA (VI) RTL code II (complex circuit design 1)
Character set (de duplication)
stm32f103 独立看门狗
Good and bad articles on Technology
SystemVerilog verification - Test Platform preparation guide learning notes (5): function coverage
安川电机伺服软件SigmaWin+连接伺服驱动器无法连接问题
制作目标检测训练样本的方案
L1-080 multiplication formula sequence (20 points)
A ConvNet for the 2020s的总结
Ansible job 1
People's understanding of the industrial Internet is becoming clearer and closer to the industrial Internet
[leetcode] binary tree, 226 flip the binary tree, 116 fill in the right pointer of the binary tree node, and 114 expand the binary tree into a linked list
ssh: connect to host 172.31.8.132 port 22: Connection refused