yangsuhui / dehaze

This is the codebase for our technical report "Improved Techniques for Learning to Dehaze and Beyond: A Collective Study"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improved Techniques for Learning to Dehaze and Beyond: A Collective Study

Introduction

This is the official codebase for our paper "Improved Techniques for Learning to Dehaze and Beyond: A Collective Study".

The paper reviews the collective endeavors by the team of authors in exploring two interlinked important tasks, based on the recently released REalistic Single Image DEhazing (RESIDE) benchmark: i) single image dehazing as a low-level image restoration problem; ii) high-level visual understanding (e.g., object detection) from hazy images. For the first task, the authors investigated on a variety of loss functions, and found perception-driven loss to improve dehazing performance very notably. For the second task, the authors came up with multiple solutions including using more advanced modules in the dehazing-detection cascade, as well as domain-adaptive object detectors. In both tasks, our proposed solutions are verified to significantly advance the state-of-the-art performance.

Code organization

Each individual software package and corresponding documentation are located under code/PACKAGE_NAME

PAD-Net

See code/pad_net

Domain adaptation for MaskRNN

See code/adapt_maskrnn

Improving Object Detection in Haze

See code/iodh

Sandeep and Satya's work

see code/sandeep_satya

Acknowledgements

This collective study was initially performed as a team project effort in the Machine Learning course (CSCE 633, Spring 2018) of CSE@TAMU, taught by Dr. Zhangyang Wang. We acknowledge the Texas A&M High Performance Research Computing (HPRC) for providing a part of the computing resources used in this research.

Contact

Citation

@article{liu2018dehaze,
  title={Improved Techniques for Learning to Dehaze and Beyond: A Collective Studys},
  author={Yu Liu, Guanlong Zhao, Boyuan Gong, Yang Li, Ritu Raj, Niraj Goel, Satya Kesav, Sandeep Gottimukkala, Zhangyang Wang, Wenqi Ren, Dacheng Tao},
  journal={TBD},
  year={2018}
}

About

This is the codebase for our technical report "Improved Techniques for Learning to Dehaze and Beyond: A Collective Study"

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 55.7%Language:Python 28.4%Language:Jupyter Notebook 5.1%Language:Cuda 4.6%Language:CMake 2.0%Language:MATLAB 1.4%Language:Shell 1.2%Language:TeX 0.5%Language:Makefile 0.5%Language:C 0.2%Language:CSS 0.2%Language:Roff 0.1%Language:Dockerfile 0.1%Language:HTML 0.0%