Chromatic-Aware Coordinate Transformation
- CA-CT is a suite of mathematically grounded color space mappings that embeds chromatic structure and perceptual non-uniformity into coordinate representations.
- It employs complex arithmetic to perform circular filtering and interpolation, naturally addressing hue periodicity and minimizing interpolation artifacts.
- Data-driven and geometric CA-CT variants enhance artifact suppression and observer compensation, leading to improved color fidelity in image processing.
Chromatic-Aware Coordinate Transformation (CA-CT) designates a diverse suite of mathematically grounded color space mappings that embed chromatic structure and perceptual non-uniformity directly into coordinate representations. CA-CTs are engineered to enable perceptually meaningful filtering, interpolation, adaptation, artifact suppression, or observer compensation by structuring coordinates so that metrics, arithmetic, or learned operations directly respect chromatic periodicity, hue sensitivity, color adaptation, and discrimination geometry.
1. Canonical CA-CT Construction in Complex Color Spaces
A principal CA-CT instance is established by mapping the perceptual CIELAB space (L, a, b) or its polar CIEHLC variant (L, C, h) onto a hybrid real-plus-complex coordinate system with , isolating lightness as a real axis and chromaticity as a single complex coordinate. The forward mapping is:
- Given a CIELAB triplet, compute and ,
- Encode chromaticity ,
- Thus, each color becomes .
Inverse mapping recovers polar chromaticity as , and projects back to via , .
This mapping is justified because the CIEHLC chromatic plane is circular in : Euclidean operations in naturally handle both hue periodicity and chromatic “distance,” and linear combinations in remain within the convex hull of the chromatic data, obviating hue wraparound and interpolation artifacts. Filtering and barycentric interpolation become algebraically coherent and respect the shortest circular path between hues, i.e., minimal angular traversals (Akleman et al., 2023).
2. Circular Chromatic Filtering and Interpolation
The CA-CT formalism enables two fundamental operations that mitigate classical defects of Euclidean averaging in chromatic spaces:
- Circular Average Filtering (CAF): For input samples and weights with ,
- ,
- ,
- Output chromaticity as , .
- Circular Linear Interpolation (CLERP): Given , and , define , , , , and interpolate as . This traces an Archimedean spiral in the chromatic plane—optimal in both chroma and hue—which ensures monotonic, vivid color transitions without low-saturation artifact zones or hue-wrapping (Akleman et al., 2023).
Visually, CA-CT-based filtering and interpolation eliminate hue-wrap and gray-passage artifacts typical to linear methods in CIELAB or RGB, as confirmed in empirical image examples showing improved perceptual uniformity.
3. Data-Driven Chromatic-Aware Transformations in Deep Learning
CA-CT methods extend beyond analytic mappings to data-driven transforms, notably in chromatic artifact suppression. Recent work introduces a learned CA-CT module for purple fringing removal (Lu et al., 15 Nov 2025). Here, the CA-CT is parameterized as an image-adaptive linear transformation mapping the raw RGB vector at each pixel to a Chromatic Aberration Space (CAS):
Rows of define (luminance), (purple fringing channel), and (residual color). Orthogonality regularization on ensures axis interpretability and stability:
This adaptive CA-CT enables precise isolation of fringing artifacts for targeted suppression, outperforming static color transformations and heuristic methods. Quantitative metrics show that the learned removes fringe without cross-color bias, with signal metrics (PSNR, ECAS) improved over naive channel selection. The module integrates seamlessly with learned LUTs for artifact removal and overall chromatic restoration (Lu et al., 15 Nov 2025).
4. Geometric CA-CTs and Observer Compensation
A geometric approach to CA-CT is exemplified by Riemannian-metric based observer compensation (Oshima et al., 2015). Here, the color space of a given observer (normal or color-weak) is endowed with a spatially varying metric tensor derived from just-noticeable difference (jnd) ellipsoid measurements. The goal is to construct an isometry between and , i.e.,
This is achieved using Riemann normal coordinates (RNC) around a reference point (white point D65): both observer spaces are mapped to Euclidean space via exponential and logarithmic maps, so serves as a global, non-linear, chromatic-aware coordinate transformation. Implementation options range from 2D chromaticity slices to full 3D RNC compensation, with semantic-differential testing demonstrating improved perceptual correspondence between normal and compensated vision (Oshima et al., 2015).
5. Projective and Algebraic CA-CT: proLab and Split-Quaternions
Perceptually uniform and chromaticity-aware transforms are also realized via projective and algebraic structures:
- proLab: Defines a 3D projective CA-CT proLab with homogeneous coordinates and nonlinear matrix . This warping equalizes perceptual-metric density (STRESS metric: proLab 0.209, CIELAB 0.259) and normalizes angular errors across hue via local JND estimates. proLab preserves linear manifolds (chromatic constancy planes, shading lines), supports homoscedastic noise transformation, and enables Euclidean analysis concordant with CIEDE2000. Trade-offs include slightly less uniformity than CAM16-UCS, but higher computational tractability for regression and subspace analysis (Konovalenko et al., 2020).
- Split-Quaternion CA-CT: The split-CAT approach encodes HCV (hue-chroma-value) colors as split-quaternions within the 3D Jordan subalgebra. Chromatic adaptation is effected via the sandwich mapping , where encodes the illuminant and the operation implements a Lorentz transformation in the corresponding Minkowski space. This algebraic structure rigorously models quantum-like observer effects and enables accurate and invertible chromatic adaptation. Empirical testing yields improved performance over standard von Kries diagonal models across multiple color-difference metrics (e.g., CIE 94, DIN99, CAM16 UCS), especially in reducing hue distortion (Berthier et al., 21 Apr 2025).
6. Applications and Advantages of CA-CTs
CA-CTs serve as foundational enablers for:
- Perceptually stable filtering, interpolation, and spline construction free from hue-wraparound and desaturation,
- Image-specific artifact suppression (e.g., purple fringing) via targeted channelization and adaptive transforms,
- Cross-observer image compensation with global geometric accuracy,
- Physics-informed chromatic adaptation through quantum-inspired, algebraically encoded observer models,
- Homoscedastic and uniform coordinate systems facilitating linear regression, clustering, and metric-based retrieval in color processing,
- Efficient integration into learned pipelines requiring artifact isolation and color restoration.
The diversity in mathematical structure—complex numbers, Riemann geometry, projective transforms, split-quaternions—demonstrates the flexibility and depth of CA-CTs in unifying perceptual, geometric, and computational requirements in color image processing. The implementations supported by perceptual and quantitative benchmarks reveal that CA-CTs offer concrete improvements in visual smoothness, artifact suppression, color fidelity, and task-specific accuracy, and are broadly adaptable across both classical and data-driven domains (Akleman et al., 2023, Lu et al., 15 Nov 2025, Oshima et al., 2015, Konovalenko et al., 2020, Berthier et al., 21 Apr 2025).