Abstract
Saliency Detection is a crucial undertaking in the realm of vision computing, with a goal to identify the visual prominent regions within an input image. The method of automated saliency identification has caught the interest of various application fields during the last decade. An innovative method is suggested for saliency detection through Conditional Generative Adversarial Networks (CGANs) with a pre-trained U-Net model as the generator. The generated saliency maps are evaluated by the discriminator for authenticity and give feedback to enhance the generator’s ability to generate high-resolution saliency maps. By iteratively training the discriminator and generator networks, the model achieves improved results in finding the salient object. By combining the strengths of conditional generative adversarial networks and the U-Net architecture, our goal is to improve the accuracy and enhance the quality. Once the U-Net model is trained and its weights are saved, we then integrate it into the CGAN framework for salient object detection. The U-Net will serve as part of the generator for the CGAN, responsible for generating saliency maps for input images. The components of CGAN, are trained using adversarial learning to enhance the quality and realism of the resulting saliency maps. Precision, recall, MAE, and Fβ score measurements are used to evaluate performance. Thorough experiments have been conducted on three challenging saliency detection datasets, our model has demonstrated remarkable performance surpassing the latest models for saliency. Further, faster convergence is observed in our model due to the initialization of the CGAN’s generator using pre-trained U-Net model weights.