On the ability of CNNs to extract color invariant intensity based features for image classification
Pradyumna Elavarthi, James Lee, Anca Ralescu

TL;DR
This paper examines how CNNs can be made more robust to color variations in images by using architectural modifications and regularization techniques, aiming to improve their reliance on invariant features.
Contribution
It introduces a novel architectural modification with dropout regularization that enhances CNNs' focus on color-invariant intensity features for better classification.
Findings
Color changes significantly impact CNN classification accuracy.
The proposed dropout technique improves reliance on invariant features.
Regularization techniques influence generalization across color-modified datasets.
Abstract
Convolutional neural networks (CNNs) have demonstrated remarkable success in vision-related tasks. However, their susceptibility to failing when inputs deviate from the training distribution is well-documented. Recent studies suggest that CNNs exhibit a bias toward texture instead of object shape in image classification tasks, and that background information may affect predictions. This paper investigates the ability of CNNs to adapt to different color distributions in an image while maintaining context and background. The results of our experiments on modified MNIST and FashionMNIST data demonstrate that changes in color can substantially affect classification accuracy. The paper explores the effects of various regularization techniques on generalization error across datasets and proposes a minor architectural modification utilizing the dropout regularization in a novel way that…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
MethodsDropout
