AoSRNet: All-in-One Scene Recovery Networks via Multi-knowledge Integration
Yuxu Lu, Dong Yang, Yuan Gao, Ryan Wen Liu, Jun Liu, Yu Guo
TL;DR
AoSRNet tackles the challenge of restoring visibility in diverse low-visibility imaging conditions by fusing physics-informed preprocessing (gamma correction and optimized linear stretching) with learning-based refinement. The architecture combines GC-guided detail enhancement (DEM), OLS-guided color restoration (CRM), a multi-receptive field extractor (MEM), and an Encoder-Decoder fusion module (EDFM) built on standard residual blocks to robustly recover scenes across haze, sand-dust, and low-light environments. Key contributions include the multi-knowledge integration strategy, the MEM for texture preservation under nonlinear/linear transforms, and a loss suite that combines L1, color similarity, and contrastive regularization. Empirical results on RESIDE-OTS, RESIDE-SOTS, and SMD show AoSRNet achieves superior or competitive performance with strong generalization, and the approach offers practical utility for vision-driven urban, automotive, and robotic systems; source code is publicly available.
Abstract
Scattering and attenuation of light in no-homogeneous imaging media or inconsistent light intensity will cause insufficient contrast and color distortion in the collected images, which limits the developments such as vision-driven smart urban, autonomous vehicles, and intelligent robots. In this paper, we propose an all-in-one scene recovery network via multi-knowledge integration (termed AoSRNet) to improve the visibility of imaging devices in typical low-visibility imaging scenes (e.g., haze, sand dust, and low light). It combines gamma correction (GC) and optimized linear stretching (OLS) to create the detail enhancement module (DEM) and color restoration module (CRM). Additionally, we suggest a multi-receptive field extraction module (MEM) to attenuate the loss of image texture details caused by GC nonlinear and OLS linear transformations. Finally, we refine the coarse features generated by DEM, CRM, and MEM through Encoder-Decoder to generate the final restored image. Comprehensive experimental results demonstrate the effectiveness and stability of AoSRNet compared to other state-of-the-art methods. The source code is available at \url{https://github.com/LouisYuxuLu/AoSRNet}.
