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

Mongodb 启动警告信息处理

Online Safe Trajectory Generation For Quadrotors Using Fast Marching Method and Bernstein Basis Poly

Use of command line parameter passing library argparse

关于U盘数据提示RAW,需要格式化,数据恢复笔记

FSM finite state machine

js之什么是事件?事件三要素以及操作元素

Apache Hudi 如何加速传统的批处理模式?

Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism

常用Markdown语法学习

Understanding the role of individual units in a deep neural networks
随机推荐
C operation registry full introduction
Electronic builder package error: proxyconnect TCP: Dial TCP: 0: connectex
Unity C# 单例模式 学习复习笔记
Common markdown grammar learning
企业微信免登录跳转自建应用
快排的练习
每天工作4小时的程序员
读取修改resource文件夹下的json文件
自己封装unity的Debug函数
Unity 获取一个资源被那些资源引用
Understanding the Role of Individual Units in a Deep Neural Networks(了解各个卷积核在神经网络中的作用)
Custom time format (yyyy-mm-dd HH: mm: SS week x)
Unity 获取一个文件依赖的资源
c#读取INI文件和向ini文件写入数据
Judge whether the beginning and end of the string contain target parameters: startswith() and endswith() methods
Towords Open World Object Detection
MySQL in window10 version does not work after setting remote access permission
03Scanner类的使用(控制台输入)
系统与软件安全研究(五)
数组扁平化