Giter Site home page Giter Site logo

deepdenoising's Introduction

DeepDenoising

Introduction

This repository provides codes that we use to study the mutual influence between image denoising and high-level vision tasks.

(1) We present an image denoising network which achieves state-of-the-art image denoising performance.

(2) We propose a deep network solution that cascades two modules for image denoising and various high-level tasks, respectively, and demonstrate that the proposed architecture not only yields superior image denoising results preserving fine details, but also overcomes the performance degradation of different high-level vision tasks, such as image classification and semantic segmentation, due to image noise.

This code repository is built on top of DeepLab v2.

For more details, please refer to our paper.

Download models

  • cd exper/model/
  • Run get_models.sh to download models used in our work.

Training

  • cd exper
  • Run main_train_denoise.sh to train the denoising network seperately.
  • Run main_train_cls.sh to jointly train the cascade of the denoising network and the network for image classification.
  • Run main_train_seg.sh to jointly train the cascade of the denoising network and the entwork for semantic segmentation.

Testing

  • cd exper
  • Run main_test_cls.sh to test the resulting model for image classification.
  • Run main_test_seg.sh to test the resulting model for semantic segmentation.
  • Run main_test_denoise.sh to generate denoised results.

Citation

Please cite the paper in your publications if it helps your research:

@inproceedings{liu2017when,
  author = {Liu, Ding and Wen, Bihan and Liu, Xianming and Huang, Thomas S.},
  title = {When Image Denoising Meets High-Level Vision Tasks: A Deep Learning Approach},
  year = {2017},
  journal={arXiv preprint arXiv:1706.04284}
  }

deepdenoising's People

Contributors

ding-liu avatar

Watchers

James Cloos avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.