Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
131 tokens/sec
GPT-4o
10 tokens/sec
Gemini 2.5 Pro Pro
47 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

STAR: A Structure and Texture Aware Retinex Model (1906.06690v5)

Published 16 Jun 2019 in cs.CV

Abstract: Retinex theory is developed mainly to decompose an image into the illumination and reflectance components by analyzing local image derivatives. In this theory, larger derivatives are attributed to the changes in reflectance, while smaller derivatives are emerged in the smooth illumination. In this paper, we utilize exponentiated local derivatives (with an exponent {\gamma}) of an observed image to generate its structure map and texture map. The structure map is produced by been amplified with {\gamma} > 1, while the texture map is generated by been shrank with {\gamma} < 1. To this end, we design exponential filters for the local derivatives, and present their capability on extracting accurate structure and texture maps, influenced by the choices of exponents {\gamma}. The extracted structure and texture maps are employed to regularize the illumination and reflectance components in Retinex decomposition. A novel Structure and Texture Aware Retinex (STAR) model is further proposed for illumination and reflectance decomposition of a single image. We solve the STAR model by an alternating optimization algorithm. Each sub-problem is transformed into a vectorized least squares regression, with closed-form solutions. Comprehensive experiments on commonly tested datasets demonstrate that, the proposed STAR model produce better quantitative and qualitative performance than previous competing methods, on illumination and reflectance decomposition, low-light image enhancement, and color correction. The code is publicly available at https://github.com/csjunxu/STAR.

Citations (180)

Summary

Overview of the STAR Retinex Model

The paper presents a detailed exploration of an advanced image decomposition framework, termed as the Structure and Texture Aware Retinex (STAR) model. This model is a sophisticated variation of the classical Retinex theory, which fundamentally aims to decompose images into illumination and reflectance components. The STAR model has been specifically designed to simultaneously preserve structure and reveal textures across various image contexts, thereby offering improved performance in tasks such as illumination estimation, reflectance recovery, low-light image enhancement, and color correction.

Methodology

The STAR model introduces the novel Exponentiated Mean Local Variance (EMLV) filter, used to generate meaningful structure and texture maps. These maps are essential for regulating the decomposition process by enforcing spatial smoothness on illumination and rich detail preservation on reflectance. The model employs an alternating optimization algorithm with closed-form solutions, ensuring efficient decomposition computations. This methodology allows for dynamic updates of the structure and texture maps, ultimately refining the accuracy of illumination and reflectance estimation.

Numerical Results

Empirical evaluations showcase that STAR consistently delivers superior performance compared to state-of-the-art methods across numerous image processing applications. The STAR model achieves lower Natural Image Quality Evaluator (NIQE) scores and higher Visual Information Fidelity (VIF) scores, indicating enhanced perceptual quality and detail fidelity in low-light image enhancement scenarios. The model also demonstrates its efficacy in accurate color correction when benchmarked against industry-standard datasets and metrics.

Implications

The STAR model's innovative use of exponentiated filters to capture and exploit image derivatives in a global manner signifies a major advancement in the Retinex decomposition landscape. This approach not only enhances image quality but also provides a more robust framework for intrinsic image processing tasks. By bridging the gap between local processing constraints and global consistency attributes, STAR represents a pivotal pivot in methodologies applicable to advanced image analysis and enhancement.

Potential Developments

Future research directions may include exploring the integration of the STAR model with other machine learning frameworks, particularly in the domain of autonomous visual systems requiring real-time processing and decision-making capabilities. Enhancements in computational techniques might further streamline the efficiency of the STAR model, making it applicable to larger datasets and more diverse imaging conditions. Additionally, investigating the generation of ground truth datasets for illumination and reflectance components would be beneficial for systematic evaluations and comparisons.

In conclusion, the STAR model represents a significant step forward in image processing, offering a versatile tool for various applications that require precise illumination and reflectance estimation. Its innovative design and promising results pave the way for continued exploration and development within the field of artificial intelligence and image analysis.