Search papers, labs, and topics across Lattice.
This paper introduces PGL-Net, a lightweight framework for single image dehazing that effectively addresses the challenges of spatially and spectrally varying scattering in real-world scenarios. By decoupling the dehazing process into global distribution rectification and local structural refinement, PGL-Net leverages physical inductive biases without the need for complex parameter estimation. Experimental results show that PGL-Net outperforms the state-of-the-art SGDN by up to 2.6dB in PSNR while achieving over a 10x reduction in inference latency, making it suitable for edge deployment.
PGL-Net achieves state-of-the-art dehazing quality with over 10x faster inference, making it a game-changer for real-time applications.
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.