TL;DR
This paper introduces a novel color channel perturbation attack that significantly degrades CNN performance and proposes a defense by augmenting training data with such attacks, enhancing robustness.
Contribution
The paper presents a new CCP attack method targeting CNNs' color sensitivity and a data augmentation defense to improve model robustness against this attack.
Findings
CCP attack drastically reduces CNN accuracy.
Augmenting training with CCP improves robustness.
Compared favorably to existing fooling methods.
Abstract
The Convolutional Neural Networks (CNNs) have emerged as a very powerful data dependent hierarchical feature extraction method. It is widely used in several computer vision problems. The CNNs learn the important visual features from training samples automatically. It is observed that the network overfits the training samples very easily. Several regularization methods have been proposed to avoid the overfitting. In spite of this, the network is sensitive to the color distribution within the images which is ignored by the existing approaches. In this paper, we discover the color robustness problem of CNN by proposing a Color Channel Perturbation (CCP) attack to fool the CNNs. In CCP attack new images are generated with new channels created by combining the original channels with the stochastic weights. Experiments were carried out over widely used CIFAR10, Caltech256 and TinyImageNet…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBatch Normalization · Residual Connection · Max Pooling · Global Average Pooling · Bottleneck Residual Block · Dropout · Softmax · Convolution · Dense Connections · Kaiming Initialization
