CVLGJun 13, 2024

Learning Color Equivariant Representations

arXiv:2406.09588v6
Originality Incremental advance
AI Analysis

This work addresses the need for robust perceptual invariance in computer vision, offering a novel method for handling color variations in image data, though it builds incrementally on existing GCNN frameworks.

The paper tackled the problem of achieving color equivariance in neural networks by introducing group convolutional neural networks (GCNNs) that are equivariant to hue, saturation, and luminance variations, resolving issues with invalid RGB values and improving equivariance error by over three orders of magnitude while demonstrating strong generalization and improved sample efficiency.

In this paper, we introduce group convolutional neural networks (GCNNs) equivariant to color variation. GCNNs have been designed for a variety of geometric transformations from 2D and 3D rotation groups, to semi-groups such as scale. Despite the improved interpretability, accuracy and generalizability of these architectures, GCNNs have seen limited application in the context of perceptual quantities. Notably, the recent CEConv network uses a GCNN to achieve equivariance to hue transformations by convolving input images with a hue rotated RGB filter. However, this approach leads to invalid RGB values which break equivariance and degrade performance. We resolve these issues with a lifting layer that transforms the input image directly, thereby circumventing the issue of invalid RGB values and improving equivariance error by over three orders of magnitude. Moreover, we extend the notion of color equivariance to include equivariance to saturation and luminance shift. Our hue-, saturation-, luminance- and color-equivariant networks achieve strong generalization to out-of-distribution perceptual variations and improved sample efficiency over conventional architectures. We demonstrate the utility of our approach on synthetic and real world datasets where we consistently outperform competitive baselines.

Code Implementations1 repo
Foundations

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

Your Notes