All Projects → VITA-Group → dehaze

VITA-Group / dehaze

Licence: BSD-3-Clause license
[Preprint] "Improved Techniques for Learning to Dehaze and Beyond: A Collective Study"

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Cuda
1817 projects
CMake
9771 projects
matlab
3953 projects

Projects that are alternatives of or similar to dehaze

arcface retinaface mxnet2onnx
arcface and retinaface model convert mxnet to onnx.
Stars: ✭ 53 (+15.22%)
Mutual labels:  caffe
SWCaffe
A Deep Learning Framework customized for Sunway TaihuLight
Stars: ✭ 37 (-19.57%)
Mutual labels:  caffe
caffe-unet-docker
The U-Net Segmentation server (caffe_unet) for Docker
Stars: ✭ 25 (-45.65%)
Mutual labels:  caffe
caffe-char-rnn
Multi-layer Recurrent Neural Networks (with LSTM) for character-level language models in Caffe
Stars: ✭ 25 (-45.65%)
Mutual labels:  caffe
VideoAudit
📹 一个短视频APP视频内容安全审核的思路调研及实现汇总
Stars: ✭ 221 (+380.43%)
Mutual labels:  caffe
onnx2caffe
pytorch to caffe by onnx
Stars: ✭ 341 (+641.3%)
Mutual labels:  caffe
GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (-39.13%)
Mutual labels:  caffe
PCN-Windows
No description or website provided.
Stars: ✭ 21 (-54.35%)
Mutual labels:  caffe
colorchecker-detection
Multiple ColorChecker Detection. This code implements a multiple colorChecker detection method, as described in the paper Fast and Robust Multiple ColorChecker Detection.
Stars: ✭ 51 (+10.87%)
Mutual labels:  caffe
caffe-wrn-generator
Caffe Wide-Residual-Network (WRN) Generator
Stars: ✭ 19 (-58.7%)
Mutual labels:  caffe
modified refinedet
Modified RefineDet
Stars: ✭ 23 (-50%)
Mutual labels:  caffe
caffemodel2json
A small tool to dump Caffe's *.caffemodel to JSON for inspection
Stars: ✭ 40 (-13.04%)
Mutual labels:  caffe
crowd density segmentation
The code for preparing the training data for crowd counting / segmentation algorithm.
Stars: ✭ 21 (-54.35%)
Mutual labels:  caffe
MobileNet-SSD-windows
No description or website provided.
Stars: ✭ 91 (+97.83%)
Mutual labels:  caffe
Stochastic-Quantization
Training Low-bits DNNs with Stochastic Quantization
Stars: ✭ 70 (+52.17%)
Mutual labels:  caffe
tensorrt-ssd-easy
No description or website provided.
Stars: ✭ 32 (-30.43%)
Mutual labels:  caffe
crnn.caffe
crnn.caffe
Stars: ✭ 76 (+65.22%)
Mutual labels:  caffe
fooddist
An open-source food image embedding model
Stars: ✭ 26 (-43.48%)
Mutual labels:  caffe
fpga caffe
No description or website provided.
Stars: ✭ 116 (+152.17%)
Mutual labels:  caffe
Deep-Learning-with-Caffe
My tests and experiments on Caffe, the deep learning framework by Berkeley Vision and Learning Center (BVLC) and its contributors.
Stars: ✭ 30 (-34.78%)
Mutual labels:  caffe

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].