# One-Class Feature Learning Using Intra-Class Splitting

**Authors:** Patrick Schlachter, Yiwen Liao, Bin Yang

arXiv: 1812.08468 · 2019-11-21

## TL;DR

This paper introduces a new one-class feature learning approach that splits normal class data into typical and atypical samples, enabling effective feature extraction without multi-class pretraining, and demonstrates superior performance on image datasets.

## Contribution

The proposed intra-class splitting method allows for effective feature learning in one-class classification without relying on multi-class pretraining, a novel approach in the field.

## Key findings

- Outperformed baseline models on three image datasets
- Effective in extracting valuable features for one-class classification
- Demonstrated robustness across different datasets

## Abstract

This paper proposes a novel generic one-class feature learning method based on intra-class splitting. In one-class classification, feature learning is challenging, because only samples of one class are available during training. Hence, state-of-the-art methods require reference multi-class datasets to pretrain feature extractors. In contrast, the proposed method realizes feature learning by splitting the given normal class into typical and atypical normal samples. By introducing closeness loss and dispersion loss, an intra-class joint training procedure between the two subsets after splitting enables the extraction of valuable features for one-class classification. Various experiments on three well-known image classification datasets demonstrate the effectiveness of our method which outperformed other baseline models in average.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.08468/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1812.08468/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1812.08468/full.md

---
Source: https://tomesphere.com/paper/1812.08468