CVJan 6, 2023

Tackling Data Bias in Painting Classification with Style Transfer

arXiv:2301.02524v14 citationsh-index: 31
Originality Incremental advance
AI Analysis

This tackles data bias in small painting datasets like Kaokore, but it is incremental as it builds on existing style transfer and domain adaptation methods.

The paper addresses data bias and domain gaps in painting classification by using style transfer to augment small datasets, achieving comparable state-of-the-art results with fewer training epochs and parameters.

It is difficult to train classifiers on paintings collections due to model bias from domain gaps and data bias from the uneven distribution of artistic styles. Previous techniques like data distillation, traditional data augmentation and style transfer improve classifier training using task specific training datasets or domain adaptation. We propose a system to handle data bias in small paintings datasets like the Kaokore dataset while simultaneously accounting for domain adaptation in fine-tuning a model trained on real world images. Our system consists of two stages which are style transfer and classification. In the style transfer stage, we generate the stylized training samples per class with uniformly sampled content and style images and train the style transformation network per domain. In the classification stage, we can interpret the effectiveness of the style and content layers at the attention layers when training on the original training dataset and the stylized images. We can tradeoff the model performance and convergence by dynamically varying the proportion of augmented samples in the majority and minority classes. We achieve comparable results to the SOTA with fewer training epochs and a classifier with fewer training parameters.

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