用物理启发的分解方法,轻量高效地处理真实场景雾霾图像。
Efficient Real-World Dehazing via Physics-Inspired Global-Local Decoupling
- 分两步去雾:先全局校正,再局部修复细节。
- 轻量版比当前最优模型提升2.6dB PSNR,推理速度超10倍更快。
- 适合边缘设备部署,尤其对实时检测任务有显著帮助。
真实世界单张图像去雾因空间和光谱变化的散射特性而高度病态,且实际部署要求模型轻量低延迟。现有方法或依赖简化假设下的脆弱物理反演,或采用笨重的盲去雾架构,不适于边缘部署。为此,我们提出PGL-Net(物理启发的全局-局部解耦网络),通过算子级模拟引入物理归纳偏置,避免显式参数估计。该框架将去雾分解为全局分布校正与局部结构修复两步。物理启发仿射融合(PAF)模块在多层跳跃连接上进行全局条件对齐,补偿雾霾引起的偏差;紧凑的退化感知调制(DAM)块通过动态特征调制自适应恢复空间与光谱变异细节。在多个真实世界基准上的实验表明,PGL-Net以显著降低的复杂度实现业界领先复原质量。相比最新SOTA模型SGDN,其微型版本(PGL-Net-T)PSNR最高提升2.6dB,持续提升下游目标检测精度,同时推理延迟减少逾10倍。代码已公开于:https://github.com/sc-30-bit/PGL-Net。
原文摘要 · Abstract (English)
Real-world single image dehazing is highly ill-posed due to spatially and spectrally varying scattering, while practical deployment demands lightweight and low-latency models. Existing approaches either rely on fragile physical inversion under simplified assumptions or adopt heavy blind architectures unsuitable for edge deployment. To overcome these limitations, we propose PGL-Net (Physics-Inspired Global-Local Decoupling Network), a lightweight framework that incorporates physical inductive biases via operator-level emulation, avoiding explicit parameter estimation. It decouples dehazing into global distribution rectification and local structural refinement. A Physics-Inspired Affine Fusion (PAF) module performs globally conditioned alignment across hierarchical skip connections to compensate for haze-induced bias, while a compact Degradation-Aware Modulation (DAM) block adaptively restores spatially and spectrally variant details through dynamic feature modulation. Extensive experiments on multiple real-world benchmarks demonstrate that PGL-Net achieves state-of-the-art restoration quality with significantly reduced complexity. Compared with the recent SOTA SGDN, the Tiny variant (PGL-Net-T) improves PSNR by up to 2.6dB and consistently enhances downstream object detection accuracy, while achieving over a 10x reduction in inference latency. Code is publicly available at: https://github.com/sc-30-bit/PGL-Net.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。