当前位置:网站首页>Towords Open World Object Detection
Towords Open World Object Detection
2022-04-23 07:51:00 【Apple Laboratory of Central South University】
author :18 the cyl
Time :2021-08-15
The paper :《Towords Open World Object Detection》
One 、 The problem background :
1) The test image may contain objects from unknown classes , Should be classified as unknown .
2) When information about these identified unknowns ( label ) When available , The model should be able to learn new classes step by step . And don't forget the previously learned classes . namely Open world object detection
Classes that have not been marked in the past will be explicitly trained as a background , But even the most advanced classifiers have a very high false positive rate .
Two 、 resolvent :
There has been research on incremental model to solve this problem ,
This paper presents a new method :ORE
It's based on contrast clustering 、 Energy based unknown identification
3、 ... and 、 Specific principle :
ORE:
1、 Set up an object detection model MC, Trained to detect all previously encountered object classes .
2、 And you can classify new and unseen class instances as unknown .
3、 Send a large number of unknown class collections to people , Provide tags and training examples of new classes of interest .
4、 Incrementally increase... From the model n Create a new class and update yourself to produce a new model MCn, The advantage is that you can no longer train from scratch
5、 The method to make the model learn new classes without forgetting the old classes is : Store a set of balanced examples , And adjust the base note after each increment step. .( Wen Zhong , Using only one new class for training will reduce the accuracy of the model in identifying the original old class , At the same time, other studies have found that the effectiveness of storing a small number of instances and readjusting the model is very high )
版权声明
本文为[Apple Laboratory of Central South University]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230626398263.html
边栏推荐
- Double sided shader
- Nodejs (II) read files synchronously and asynchronously
- C#使用拉依达准则(3σ准则)剔除异常数据(.Net剔除一组数据中的奇异值)
- 中间人环境mitmproxy搭建
- 快速排序
- Gets the maximum getmaxpoint in the list of all points
- FSM finite state machine
- NodeJS(四) 字符读取
- Quick sort
- FUEL: Fast UAV Exploration using Incremental Frontier Structure and Hierarchical Planning
猜你喜欢
Dropping Pixels for Adversarial Robustness
MySQL in window10 version does not work after setting remote access permission
移动端布局(3D转换、动画)
Apache Hudi 如何加速传统的批处理模式?
Page dynamic display time (upgraded version)
C#控制相机,旋转,拖拽观察脚本(类似Scenes观察方式)
SVG中Path Data数据简化及文件夹所有文件批量导出为图片
基于NLP的软件安全研究(一)
Understanding the role of individual units in a deep neural networks
canvas学习第一篇
随机推荐
Dictionary & lt; T1,T2> Sorting problem
Samplecamerafilter
斐波拉去动态规划
js之什么是事件?事件三要素以及操作元素
移动端布局(3D转换、动画)
IDEA快捷键
Apache Hudi 如何加速传统的批处理模式?
Dropping Pixels for Adversarial Robustness
Date object (JS built-in object)
Common markdown grammar learning
取得所有点列表中的最大值GetMaxPoint
The projection vector of a vector to a plane
索引被锁数据无法写入ES问题处理
Thorough inquiry -- understanding and analysis of cocos2d source code
Encapsulate the debug function of unity
Mongodb 启动警告信息处理
系统与软件安全研究(五)
Nodejs (I) event driven programming
设置了body的最大宽度,但是为什么body的背景颜色还铺满整个页面?
RGB颜色转HEX进制与单位换算