Tabular Data Adapters: Improving Outlier Detection for Unlabeled Private Data
Dayananda Herurkar, Jörn Hees, Vesselin Tzvetkov, Andreas Dengel
TL;DR
The paper tackles the challenge of applying high-performing public outlier detection models to private, unlabeled tabular data by introducing Tabular Data Adapters (TDA). It combines a Dataset Similarity Measure, based on PCA reconstruction errors, with a Dataset Transformation network that maps private data into the input space of public datasets, enabling generation of soft labels through applying public models and fusing their predictions. Two strategies, Top1-DS and TopN-DS, use one or multiple similar public datasets to produce robust soft labels, and are validated across 50 diverse tabular datasets, showing improved labeling accuracy and reduced compute time compared to baselines. The approach offers a practical, scalable bridge between public research and industrial applications, addressing cold-start labeling and domain shift in unlabeled private data, with potential for parallelization and improved fusion methods in future work.
Abstract
The remarkable success of Deep Learning approaches is often based and demonstrated on large public datasets. However, when applying such approaches to internal, private datasets, one frequently faces challenges arising from structural differences in the datasets, domain shift, and the lack of labels. In this work, we introduce Tabular Data Adapters (TDA), a novel method for generating soft labels for unlabeled tabular data in outlier detection tasks. By identifying statistically similar public datasets and transforming private data (based on a shared autoencoder) into a format compatible with state-of-the-art public models, our approach enables the generation of weak labels. It thereby can help to mitigate the cold start problem of labeling by basing on existing outlier detection models for public datasets. In experiments on 50 tabular datasets across different domains, we demonstrate that our method is able to provide more accurate annotations than baseline approaches while reducing computational time. Our approach offers a scalable, efficient, and cost-effective solution, to bridge the gap between public research models and real-world industrial applications.
