paper-with-me

홈 › Papers

Optimised one-class classification performance

2021-02-04 · Oliver Urs Lenz, Daniel Peralta, Chris Cornelis

We provide a thorough treatment of one-class classification with hyperparameter optimisation for five data descriptors: Support Vector Machine (SVM), Nearest Neighbour Distance (NND), Localised Nearest Neighbour Distance (LNND), Local Outlier Factor (LOF) and Average Localised Proximity (ALP). The hyperparameters of SVM and LOF have to be optimised through cross-validation, while NND, LNND and ALP allow an efficient form of leave-one-out validation and the reuse of a single nearest-neighbour query. We experimentally evaluate the effect of hyperparameter optimisation with 246 classification problems drawn from 50 datasets. From a selection of optimisation algorithms, the recent Malherbe-Powell proposal optimises the hyperparameters of all data descriptors most efficiently. We calculate the increase in test AUROC and the amount of overfitting as a function of the number of hyperparameter evaluations. After 50 evaluations, ALP and SVM significantly outperform LOF, NND and LNND, and LOF and NND outperform LNND. The performance of ALP and SVM is comparable, but ALP can be optimised more efficiently so constitutes a good default choice. Alternatively, using validation AUROC as a selection criterion between ALP or SVM gives the best overall result, and NND is the least computationally demanding option. We thus end up with a clear trade-off between three choices, allowing practitioners to make an informed decision.

📄 PDF Abstract BibTeX arXiv:2102.02618

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationOne-Class Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Automated ICD Coding using Extreme Multi-label Long Text Transformer-based Models

2022-12-12 · Leibo Liu, Oscar Perez-Concha, Anthony Nguyen, Vicki Bennett 외

Background: Encouraged by the success of pretrained Transformer models in many natural language processing tasks, their use for International Classification of Diseases (ICD) coding tasks is now actively being explored. …

Multi Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Classification-Aware Neural Topic Model Combined With Interpretable Analysis -- For Conflict Classification

2023-08-29 · Tianyu Liang, Yida Mu, Soonho Kim, Darline Larissa Kengne Kuate 외

A large number of conflict events are affecting the world all the time. In order to analyse such conflict events effectively, this paper presents a Classification-Aware Neural Topic Model (CANTM-IA) for Conflict Informat…

Classification

Reverse Multi-Label Learning

2010-12-01 · NeurIPS 2010 12 · James Petterson, Tibério S. Caetano

Multi-label classification is the task of predicting potentially multiple labels for a given instance. This is common in several applications such as image annotation, document classification and gene function prediction…

ClassificationDocument ClassificationGeneral ClassificationMulti-Label Classification+3

A Hybrid Edge Classifier: Combining TinyML-Optimised CNN with RRAM-CMOS ACAM for Energy-Efficient Inference

2025-02-14 · Kieran Woodward, Eiman Kanjo, Georgios Papandroulidakis, Shady Agwa 외

In recent years, the development of smart edge computing systems to process information locally is on the rise. Many near-sensor machine learning (ML) approaches have been implemented to introduce accurate and energy eff…

Edge-computingTemplate Matching

Comparison of Optimised Geometric Deep Learning Architectures, over Varying Toxicological Assay Data Environments

2025-07-22 · Alexander D. Kalian, Lennart Otte, Jaewook Lee, Emilio Benfenati 외 arxiv

Geometric deep learning is an emerging technique in Artificial Intelligence (AI) driven cheminformatics, however the unique implications of different Graph Neural Network (GNN) architectures are poorly explored, for this…

Binary ClassificationGraph Neural Network