IA-CLAHE: Image-Adaptive Clip Limit Estimation for CLAHE

arXiv cs.CV / 4/20/2026

📰 NewsModels & Research

Key Points

  • The paper introduces IA-CLAHE, an image-adaptive version of CLAHE that estimates clip limits per tile from the input image to reduce over-enhancement caused by fixed clip limits.
  • IA-CLAHE trains a lightweight clip-limit estimator using a differentiable extension of CLAHE, enabling end-to-end optimization.
  • The method is designed to avoid relying on pre-searched ground-truth clip limits or task-specific datasets, aiming for zero-shot generalization across diverse imaging conditions.
  • Experiments report consistent improvements in both recognition performance and perceived visual quality, without requiring task-specific training data.

Abstract

This paper proposes image-adaptive contrast limited adaptive histogram equalization (IA-CLAHE). Conventional CLAHE is widely used to boost the performance of various computer vision tasks and to improve visual quality for human perception in practical industrial applications. CLAHE applies contrast limited histogram equalization to each local region to enhance local contrast. However, CLAHE often leads to over-enhancement, because the contrast-limiting parameter clip limit is fixed regardless of the histogram distribution of each local region. Our IA-CLAHE addresses this limitation by adaptively estimating tile-wise clip limits from the input image. To achieve this, we train a lightweight clip limits estimator with a differentiable extension of CLAHE, enabling end-to-end optimization. Unlike prior learning-based CLAHE methods, IA-CLAHE does not require pre-searched ground-truth clip limits or task-specific datasets, because it learns to map input image histograms toward a domain-invariant uniform distribution, enabling zero-shot generalization across diverse conditions. Experimental results show that IA-CLAHE consistently improves recognition performance, while simultaneously enhancing visual quality for human perception, without requiring any task-specific training data.