paper-with-me

홈 › Papers

Open-set Recognition based on the Combination of Deep Learning and Ensemble Method for Detecting Unknown Traffic Scenarios

2021-05-17 · Lakshman Balasubramanian, Friedrich Kruber, Michael Botsch, Ke Deng

An understanding and classification of driving scenarios are important for testing and development of autonomous driving functionalities. Machine learning models are useful for scenario classification but most of them assume that data received during the testing are from one of the classes used in the training. This assumption is not true always because of the open environment where vehicles operate. This is addressed by a new machine learning paradigm called open-set recognition. Open-set recognition is the problem of assigning test samples to one of the classes used in training or to an unknown class. This work proposes a combination of Convolutional Neural Networks (CNN) and Random Forest (RF) for open set recognition of traffic scenarios. CNNs are used for the feature generation and the RF algorithm along with extreme value theory for the detection of known and unknown classes. The proposed solution is featured by exploring the vote patterns of trees in RF instead of just majority voting. By inheriting the ensemble nature of RF, the vote pattern of all trees combined with extreme value theory is shown to be well suited for detecting unknown classes. The proposed method has been tested on the highD and OpenTraffic datasets and has demonstrated superior performance in various aspects compared to existing solutions.

📄 PDF Abstract BibTeX arXiv:2105.07635

Code (1)

lab176344/Traffic_Sceanrios-VoteBasedEVT 공식 구현 tf

Tasks

Autonomous DrivingBIG-bench Machine LearningOpen Set Learning

Similar Papers 제목 키워드 기반

A Unified Benchmark for the Unknown Detection Capability of Deep Neural Networks

2021-12-01 · Jihyo Kim, Jiin Koo, Sangheum Hwang

Deep neural networks have achieved outstanding performance over various tasks, but they have a critical issue: over-confident predictions even for completely unknown samples. Many studies have been proposed to successful…

Open Set LearningOut-of-Distribution Detection

Open Set Learning with Counterfactual Images

2018-09-01 · ECCV 2018 9 · Lawrence Neal, Matthew Olson, Xiaoli Fern, Weng-Keen Wong 외

In open set recognition, a classifier must label instances of known classes while detecting instances of unknown classes not encountered during training. To detect unknown classes while still generalizing to new instance…

ClassificationcounterfactualGeneral Classificationimage-classification+3

Online Open World Recognition

2016-04-08 · Rocco De Rosa, Thomas Mensink, Barbara Caputo

As we enter into the big data age and an avalanche of images have become readily available, recognition systems face the need to move from close, lab settings where the number of classes and training data are fixed, to d…

Incremental LearningMetric Learning

Open-set Face Recognition using Ensembles trained on Clustered Data

2023-08-14 · Rafael Henrique Vareto, William Robson Schwartz

Open-set face recognition describes a scenario where unknown subjects, unseen during the training stage, appear on test time. Not only it requires methods that accurately identify individuals of interest, but also demand…

ClusteringFace IdentificationFace Recognition

Conditional Variational Capsule Network for Open Set Recognition

2021-04-19 · ICCV 2021 10 · Yunrui Guo, Guglielmo Camporese, Wenjing Yang, Alessandro Sperduti 외

In open set recognition, a classifier has to detect unknown classes that are not known at training time. In order to recognize new categories, the classifier has to project the input samples of known classes in very comp…

Open Set Learning