LGMLJul 17, 2022

Repairing Systematic Outliers by Learning Clean Subspaces in VAEs

arXiv:2207.08050v1h-index: 48
AI Analysis

This addresses data cleaning challenges in machine learning by automating repair of systematic errors, which is incremental but offers practical improvements for domains like image processing.

The paper tackles the problem of detecting and repairing systematic outliers in data, such as image watermarks, by proposing CLSVAE, a semi-supervised model that partitions the latent space to separate inlier and outlier patterns. It achieves superior repairs with minimal labeled data, e.g., a 58% relative error decrease with only 0.25% labeled data compared to baselines.

Data cleaning often comprises outlier detection and data repair. Systematic errors result from nearly deterministic transformations that occur repeatedly in the data, e.g. specific image pixels being set to default values or watermarks. Consequently, models with enough capacity easily overfit to these errors, making detection and repair difficult. Seeing as a systematic outlier is a combination of patterns of a clean instance and systematic error patterns, our main insight is that inliers can be modelled by a smaller representation (subspace) in a model than outliers. By exploiting this, we propose Clean Subspace Variational Autoencoder (CLSVAE), a novel semi-supervised model for detection and automated repair of systematic errors. The main idea is to partition the latent space and model inlier and outlier patterns separately. CLSVAE is effective with much less labelled data compared to previous related models, often with less than 2% of the data. We provide experiments using three image datasets in scenarios with different levels of corruption and labelled set sizes, comparing to relevant baselines. CLSVAE provides superior repairs without human intervention, e.g. with just 0.25% of labelled data we see a relative error decrease of 58% compared to the closest baseline.

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