Enhancing Classification Accuracy on Limited Data via Unconditional GAN

Abstract

Despite significant advances in Deep Neural Networks (DNNs), these models often fall short in real-world scenarios, particularly when faced with a scarcity of training data. In this paper, we introduce a novel method that capitalizes on the power of Generative Adversarial Networks (GANs) to enhance performance in image classification tasks. Our approach specifically involves training the classifier by enforcing a consistency rule across generated unlabeled data synthesized from unconditional GANs. Through the implementation of our proposed methodology, we observed a substantial increase in accuracy - approximately 8.68% on the CIFAR-10 dataset compared to the baseline (which had an accuracy of 54.54%) trained with 500 real images. This notable enhancement in accuracy demonstrates the superiority of our method using class unconditional GANs over the previous techniques aiming to enhance accuracy using class Conditional GANs.

Cite

Text

Hong et al. "Enhancing Classification Accuracy on Limited Data via Unconditional GAN." IEEE/CVF International Conference on Computer Vision Workshops, 2023. doi:10.1109/ICCVW60793.2023.00113

Markdown

[Hong et al. "Enhancing Classification Accuracy on Limited Data via Unconditional GAN." IEEE/CVF International Conference on Computer Vision Workshops, 2023.](https://mlanthology.org/iccvw/2023/hong2023iccvw-enhancing/) doi:10.1109/ICCVW60793.2023.00113

BibTeX

@inproceedings{hong2023iccvw-enhancing,
  title     = {{Enhancing Classification Accuracy on Limited Data via Unconditional GAN}},
  author    = {Hong, Chunsan and Cha, Byunghee and Kim, Bohyung and Oh, Tae-Hyun},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2023},
  pages     = {1049-1057},
  doi       = {10.1109/ICCVW60793.2023.00113},
  url       = {https://mlanthology.org/iccvw/2023/hong2023iccvw-enhancing/}
}