The addition of layers to the U-Net architecture will cause more parameters and increase network complexity. The Visual Geometry Group (VGG) architecture has the ability to overcome these problems by using a small convolution filter. To overcome excessive feature learning in VGG, Dense Connected (DenseNet) can be used by directly connecting each layer using input from the previous feature map. …