周波数誘導デュアルパス注意によるリアルタイム水中画像強調
Real-Time Underwater Image Enhancement via Frequency-Guided Dual-Path Attention
水中画像の劣化は周波数特性に敏感であることに着目し、構造的再パラメータ化可能な軽量CNNにDCT事前分布と周波数誘導デュアルパス注意を統合したリアルタイム水中画像強調フレームワークを提案。4.23Kパラメータで600FPS以上を達成し、大規模モデルを凌ぐ性能を示した。
著者: Leshen Zhang, Ao Li, Ce Zhu
分類: cs.CV
原文アブストラクト
Real-time underwater image enhancement (UIE) is crucial for mobile underwater photography and autonomous robotic systems, where practical deployment typically requires low latency and compact models under constrained computational resources. Recent ultra-lightweight CNNs based on structural re-parameterization meet these constraints but operate purely in the spatial domain, ignoring the frequency-sensitive nature of underwater degradation. To address this, we propose a lightweight UIE framework that integrates two key components: a Multi-Branch Reparameterizable Convolution with Fixed DCT Priors (MBRConv-DCT) that injects structured directional frequency priors during training, and a Frequency-Guided Dual-Path Attention (FGDPA) module that fuses spatial and spectral cues via a dual-path design for adaptive feature modulation. Both components are fully compatible with structural re-parameterization: the convolution branch introduces zero additional inference cost after re-parameterization, while the attention module incurs only a minimal computational overhead. Experiments show our model achieves state-of-the-art performance with only 4.23K parameters and 600+ FPS, outperforming much larger methods in both quantitative metrics and visual quality. Code is available at https://github.com/LethyZhang/FGDPA.