paper-with-me

홈 › Papers

Exploring the Open World Using Incremental Extreme Value Machines

2022-05-30 · Tobias Koch, Felix Liebezeit, Christian Riess, Vincent Christlein, Thomas Köhler

Dynamic environments require adaptive applications. One particular machine learning problem in dynamic environments is open world recognition. It characterizes a continuously changing domain where only some classes are seen in one batch of the training data and such batches can only be learned incrementally. Open world recognition is a demanding task that is, to the best of our knowledge, addressed by only a few methods. This work introduces a modification of the widely known Extreme Value Machine (EVM) to enable open world recognition. Our proposed method extends the EVM with a partial model fitting function by neglecting unaffected space during an update. This reduces the training time by a factor of 28. In addition, we provide a modified model reduction using weighted maximum K-set cover to strictly bound the model complexity and reduce the computational effort by a factor of 3.5 from 2.1 s to 0.6 s. In our experiments, we rigorously evaluate openness with two novel evaluation protocols. The proposed method achieves superior accuracy of about 12 % and computational efficiency in the tasks of image classification and face recognition.

📄 PDF Abstract BibTeX arXiv:2205.14892

Code (1)

e-solutions-GmbH/TensorFlow-iEVM tf

Tasks

Class Incremental LearningComputational EfficiencyFace Recognitionimage-classificationImage ClassificationIncremental LearningOpen Set Learning

Methods 이 논문이 사용한 방법론

EVM 설명 없음

Similar Papers 제목 키워드 기반

Incrementally Zero-Shot Detection by an Extreme Value Analyzer

2021-03-23 · Sixiao Zheng, Yanwei Fu, Yanxi Hou

Human beings not only have the ability to recognize novel unseen classes, but also can incrementally incorporate the new classes to existing knowledge preserved. However, zero-shot learning models assume that all seen cl…

class-incremental learningClass Incremental LearningIncremental Learningobject-detection+2

Exploring Open-world Continual Learning with Knowns-Unknowns Knowledge Transfer

2025-02-27 · Yujie Li, Guannan Lai, Xin Yang, Yonghao Li 외

Open-World Continual Learning (OWCL) is a challenging paradigm where models must incrementally learn new knowledge without forgetting while operating under an open-world assumption. This requires handling incomplete trai…

Continual LearningTransfer Learning

Exploring Orthogonality in Open World Object Detection

2024-01-01 · CVPR 2024 1 · Zhicheng Sun, Jinghan Li, Yadong Mu

Open world object detection aims to identify objects of unseen categories and incrementally recognize them once their annotations are provided. In distinction to the traditional paradigm that is limited to predefined…

Incremental LearningObjectobject-detectionObject Detection+1

The Extreme Value Machine

2015-06-19 · Ethan M. Rudd, Lalit P. Jain, Walter J. Scheirer, Terrance E. Boult

It is often desirable to be able to recognize when inputs to a recognition function learned in a supervised manner correspond to classes unseen at training time. With this ability, new class labels could be assigned to t…

Incremental Learning

OEBench: Investigating Open Environment Challenges in Real-World Relational Data Streams

2023-08-29 · Yiqun Diao, Yutong Yang, Qinbin Li, Bingsheng He 외

How to get insights from relational data streams in a timely manner is a hot research topic. Data streams can present unique challenges, such as distribution drifts, outliers, emerging classes, and changing features, whi…

Incremental LearningMissing Values