Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Color Equivariant Convolutional Networks

About

Color is a crucial visual cue readily exploited by Convolutional Neural Networks (CNNs) for object recognition. However, CNNs struggle if there is data imbalance between color variations introduced by accidental recording conditions. Color invariance addresses this issue but does so at the cost of removing all color information, which sacrifices discriminative power. In this paper, we propose Color Equivariant Convolutions (CEConvs), a novel deep learning building block that enables shape feature sharing across the color spectrum while retaining important color information. We extend the notion of equivariance from geometric to photometric transformations by incorporating parameter sharing over hue-shifts in a neural network. We demonstrate the benefits of CEConvs in terms of downstream performance to various tasks and improved robustness to color changes, including train-test distribution shifts. Our approach can be seamlessly integrated into existing architectures, such as ResNets, and offers a promising solution for addressing color-based domain shifts in CNNs.

Attila Lengyel, Ombretta Strafforello, Robert-Jan Bruintjes, Alexander Gielisse, Jan van Gemert• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy72.48
3518
Image ClassificationCIFAR-10 (test)
Accuracy94.22
3381
Image ClassificationSTL-10 (test)
Accuracy85.46
357
Image ClassificationStanford Cars (test)
Accuracy80.81
306
Image ClassificationImageNet (test)
Top-1 Accuracy70.02
291
Image ClassificationFlowers-102 (test)
Top-1 Accuracy78.1
124
Image ClassificationOxford-IIIT Pet (test)
Overall Accuracy75.9
59
Image ClassificationCIFAR-10 Hue-shifted (test)
Accuracy93.8
10
Image ClassificationCIFAR-100 Hue-shifted (test)
Accuracy71.33
10
Image ClassificationOxford-IIIT Pet Hue-shifted (test)
Accuracy72.94
10
Showing 10 of 16 rows

Other info

Code

Follow for update