Underwater image restoration based on residual dense learning (review)
ABSTRACT
efficiency and quality of underwater image restoration is hindered due to degradation factors like scattering,color shift,suspended particles,etc
To reduce increase the efficiency and quality this artical introduces the FloodNet which uses residual dense learning for restoring underwater images from wide variety of degraded underwater images.
INTRODUCTION
It is important to have degraded free images
DNN good at restoring the images
DNN learn restoration parameters directly from data distribution which makes them more effective in underwater image restoration
CNNs and CycleGAN were used but they were unable to maintain sharpness of image
FloodNet is fully CNN that consist of 3 modules
- LOW LEVEL FEATURE EXTRACTION (LLFE)
- RESIDUAL DENSE BLOCKS (RDBs)
- GLOBAL FEATURE FUSION (GFF)
LLFE ->
- extracts features from degraded underwater image and makes them available to all
layers of RDB & CFF. - Above is done because it promotes structural similarity.
- extracts features from degraded underwater image and makes them available to all
- RDB ->
- densely connected by skip connections , where output of preceding RDB is available
to all succeding RDBs. - All featured properties extracted are passed to GFF
- densely connected by skip connections , where output of preceding RDB is available
- GFF->
- Finally obtains the restored image