CVLGIVSep 2, 2022

Impact of Colour Variation on Robustness of Deep Neural Networks

arXiv:2209.02832v22 citationsh-index: 8
AI Analysis

This work addresses robustness issues in computer vision for practitioners, but it is incremental as it builds on existing datasets and methods.

The researchers investigated how color variations affect deep neural networks' robustness by creating a dataset with 27 RGB distortions on ImageNet subsets, finding a significant correlation between color variation and accuracy loss. They also tested robust training techniques like Augmix on ResNet50, showing these methods can improve robustness to color variations.

Deep neural networks (DNNs) have have shown state-of-the-art performance for computer vision applications like image classification, segmentation and object detection. Whereas recent advances have shown their vulnerability to manual digital perturbations in the input data, namely adversarial attacks. The accuracy of the networks is significantly affected by the data distribution of their training dataset. Distortions or perturbations on color space of input images generates out-of-distribution data, which make networks more likely to misclassify them. In this work, we propose a color-variation dataset by distorting their RGB color on a subset of the ImageNet with 27 different combinations. The aim of our work is to study the impact of color variation on the performance of DNNs. We perform experiments on several state-of-the-art DNN architectures on the proposed dataset, and the result shows a significant correlation between color variation and loss of accuracy. Furthermore, based on the ResNet50 architecture, we demonstrate some experiments of the performance of recently proposed robust training techniques and strategies, such as Augmix, revisit, and free normalizer, on our proposed dataset. Experimental results indicate that these robust training techniques can improve the robustness of deep networks to color variation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes