Morphological Networks for Image De-raining
Ranjan Mondal, Pulak Purkait, Sanchayan Santra, Bhabatosh Chanda

TL;DR
This paper introduces a trainable morphological network that emulates classical morphological filtering, effectively removing rain from images with fewer parameters than CNNs, and can be applied to other filtering tasks.
Contribution
It proposes a novel trainable morphological network that automates the design of structuring elements for image filtering tasks like de-raining.
Findings
Achieves comparable performance to CNNs in de-raining
Uses fewer trainable parameters than traditional CNNs
Applicable to various filtering and noise removal tasks
Abstract
Mathematical morphological methods have successfully been applied to filter out (emphasize or remove) different structures of an image. However, it is argued that these methods could be suitable for the task only if the type and order of the filter(s) as well as the shape and size of operator kernel are designed properly. Thus the existing filtering operators are problem (instance) specific and are designed by the domain experts. In this work we propose a morphological network that emulates classical morphological filtering consisting of a series of erosion and dilation operators with trainable structuring elements. We evaluate the proposed network for image de-raining task where the SSIM and mean absolute error (MAE) loss corresponding to predicted and ground-truth clean image is back-propagated through the network to train the structuring elements. We observe that a single…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Image and Signal Denoising Methods · Advanced Image Processing Techniques
