Mobile QR Code QR CODE
Title SenseNet: Densely Connected, Fully Convolutional Network with Bottleneck Skip Connection for Image Segmentation
Authors (Bilal Ahmed Lodhi) ; (Rehmat Ullah) ; (Sajida Imran) ; (Muhammad Imran) ; (Byung-Seo Kim)
DOI https://doi.org/10.5573/IEIESPC.2024.13.4.328
Page pp.328-336
ISSN 2287-5255
Keywords Image segmentation; Semantic segmentation; Deep neural network; Convolutional networks; Artificial intelligence (AI); 6G; Virtual reality; Surveillance cameras; Autonomous cars
Abstract This paper presents SenseNet, a convolution neural network (CNN) model for image segmentation. SenseNet architecture includes encoders with their corresponding decoders and bottleneck skip connections. The last layer of the architecture is a classification layer that classifies each pixel of an image for image segmentation. SenseNet addresses the limitations of conventional semantic segmentation models. Moreover, the skip connection does not include sufficient information for the recovery in the decoder path. This paper proposes a novel network structure combining a modified dense block and dense skip connection for efficient information recovery at the decoder path. Furthermore, this paper also proposes a dense, long skip connection that transfers the feature maps of each layer of the encoder to a layer of the decoder. This dense skip connection helps the network recover the information efficiently in the decoder path. SenseNet achieves state-of-the-art accuracy with fewer parameters and high-level features in the decoder path. This study evaluated SenseNet on the urban scene benchmark dataset CamVid and measured the performance in terms of intersection over union (IoU) and global accuracy. SenseNet outperformed the baseline model by an 8.7% increase in IoU. SenseNet can be downloaded from https://github.com/sensenetskip/sensenet.