LGJun 16

Meta-classification of one-class classification models using ranking correlation and nearest neighbor

arXiv:2606.178587.0Has Code
Predicted impact top 62% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the novel problem of classifying machine learning models themselves, offering a unified approach for model, dataset, and ranking classification, though it is incremental in nature.

The paper proposes a meta-classification method for one-class classification (OCC) models by representing them as normality rankings and using nearest-neighbor and ranking-correlation metrics. The method achieves high accuracy in classifying OCC models by dataset and can classify by algorithm when datasets share the same class.

Machine Learning (ML) techniques have been applied to various problems. However, applying ML to ML models is an unexplored direction. For this purpose, this paper considers a meta-classification of one-class classification (OCC) models, because all ML models could be approximated as OCC models. The proposal represents OCC models as normality rankings and classifies them using nearest-neighbor and ranking-correlation metrics. The experiment classifies OCC models, where classes correspond to training datasets, algorithms, and hyperparameters. The proposal achieves high accuracy when class labels are datasets. Moreover, it can classify algorithms when the training datasets contain the same class. In addition, the discussion highlights that the classification of OCC models is essentially the classification of datasets that treats multiple samples as a single input. The experiment demonstrates the classification of datasets using sleeping records. The proposed method can provide a unified solution for classifying OCC models, datasets, and rankings. Source code is uploaded to the public repository https://github.com/ToshiHayashi/ClassOCC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes