当前位置:网站首页>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
边栏推荐
猜你喜欢

MySQL in window10 version does not work after setting remote access permission

MySQL8.0 安装/卸载 教程【Window10版】

【Unity VFX】VFX特效入门笔记-火花制作

Teach-Repeat-Replan: A Complete and Robust System for Aggressive Flight in Complex Environments

How does Apache Hudi accelerate traditional batch mode?

Django uses MySQL database to solve error reporting

Custom time format (yyyy-mm-dd HH: mm: SS week x)

Protobuf 使用

Window10版MySQL设置远程访问权限后不起效果

FUEL: Fast UAV Exploration using Incremental Frontier Structure and Hierarchical Planning
随机推荐
Electronic builder package error: proxyconnect TCP: Dial TCP: 0: connectex
C# 读取注册表
Mongodb starts warning information processing
SQL user-defined scalar value function that looks up relevant column values n times forward or backward according to a specified table name, column name and column value
ES6使用递归实现深拷贝
Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
Xamarin版的C# SVG路径解析器
Encapsulate the debug function of unity
Double sided shader
基于NLP的软件安全研究(一)
【Unity VFX】VFX特效入门笔记-火花制作
Judge whether the beginning and end of the string contain target parameters: startswith() and endswith() methods
面经总结2
The problem of exporting excel form with wireframe and internal spacing of form by using web form
防抖和节流
Protobuf 使用
系统与软件安全研究(一)
Towords Open World Object Detection
Mobile game performance optimization
Unity screen adaptation