CLUIE: Clustering-Aware Recurrent Propagation with Local Structural Compensation for Underwater Image Enhancement

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

CLUIE, a Clustering-aware Recurrent Propagation framework with Local Structural Compensation, addresses challenges in underwater image enhancement. Traditional methods struggle with heterogeneous degradation patterns caused by wavelength-dependent light absorption, scattering, and backscattering, leading to color distortion, contrast degradation, and detail loss. While visual RWKV models efficiently handle long-range dependencies, their fixed scanning orders fail to adapt to non-uniform restoration demands. The proposed CRWKV framework reformulates RWKV's fixed recurrent propagation into a content-adaptive token trajectory. It introduces Clustering-aware Semantic Dynamic Reordering (CSDR) to group tokens by semantic similarity and derive dynamic traversal orders based on inter-cluster relations, enabling WKV state accumulation along semantically correlated regions. Additionally, Dark-response Modulated Local Propagation (DMLP) extracts local structural responses via depth-wise convolution, modulating their strength with a pseudo-dark response map to compensate local structural cues. Experiments on multiple benchmarks confirm CRWKV achieves state-of-the-art quantitative performance and superior visual quality.

Key takeaway

For Computer Vision Engineers developing underwater imaging solutions, you should recognize that fixed-order recurrent models are suboptimal for heterogeneous degradation patterns. Your projects can achieve superior visual quality by adopting content-adaptive propagation frameworks like CRWKV. Specifically, integrate semantic clustering for dynamic token reordering and incorporate local structural compensation mechanisms. This approach directly addresses region-specific degradation, offering a significant improvement over conventional methods and enhancing the reliability of your underwater vision systems.

Key insights

Content-adaptive recurrent propagation and local structural compensation enhance underwater images by addressing heterogeneous degradation.

Principles

Method

CRWKV uses Clustering-aware Semantic Dynamic Reordering (CSDR) for content-adaptive token trajectories and Dark-response Modulated Local Propagation (DMLP) to compensate local structural cues before recurrent aggregation.

In practice

Topics

Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.