English

FAMED-Net: A Fast and Accurate Multi-scale End-to-end Dehazing Network

Computer Vision and Pattern Recognition 2019-07-09 v2 Machine Learning

Abstract

Single image dehazing is a critical image pre-processing step for subsequent high-level computer vision tasks. However, it remains challenging due to its ill-posed nature. Existing dehazing models tend to suffer from model overcomplexity and computational inefficiency or have limited representation capacity. To tackle these challenges, here we propose a fast and accurate multi-scale end-to-end dehazing network called FAMED-Net, which comprises encoders at three scales and a fusion module to efficiently and directly learn the haze-free image. Each encoder consists of cascaded and densely connected point-wise convolutional layers and pooling layers. Since no larger convolutional kernels are used and features are reused layer-by-layer, FAMED-Net is lightweight and computationally efficient. Thorough empirical studies on public synthetic datasets (including RESIDE) and real-world hazy images demonstrate the superiority of FAMED-Net over other representative state-of-the-art models with respect to model complexity, computational efficiency, restoration accuracy, and cross-set generalization. The code will be made publicly available.

Keywords

Cite

@article{arxiv.1906.04334,
  title  = {FAMED-Net: A Fast and Accurate Multi-scale End-to-end Dehazing Network},
  author = {Jing Zhang and Dacheng Tao},
  journal= {arXiv preprint arXiv:1906.04334},
  year   = {2019}
}

Comments

13 pages, 9 figures, To appear in IEEE Transactions on Image Processing. The code is available at https://github.com/chaimi2013/FAMED-Net