Providing a Prostate Cancer Detection and Prevention Method With Developed Deep Learning Approach
Abstract
Introduction: Prostate cancer is the second most common cancer among men worldwide. This cancer has become extremely noticeable due to the increase of prostate cancer in Iranian men in recent years due to the lack of marriage and sexual intercourse, as well as the abuse of hormones in sports without any standards.
Methods: The histopathology images from a treatment center to diagnose prostate cancer are used with the help of deep learning methods, considering the two characteristics of Tile and Grad-CAM. The approach of this research is to present a prostate cancer diagnosis model to achieve proper performance from histopathology images with the help of a developed deep learning method based on the manifold model.
Results: Similarly, in addition to the diagnosis of prostate cancer, a study on the methods of preventing this disease was investigated in literature reviews, and finally, after simulation, prostate cancer presentation factors were determined.
Conclusions: The simulation results indicated that the proposed method has a performance advantage over the other state-of-the-art methods, and the accuracy of this method is up to 97.41%.
1. Introduction
The most common type of cancer among men is prostate cancer (PCa) [1]. PCa is the third most common cancer among Iranian men after stomach cancer and skin cancer. According to these statistics, 16.93% of men in Iran get this cancer [2]. Some people are faced with the question of how to prevent PCa. Race and genetic factors play an important role in the occurrence of this disease [3]. Keeping the body healthy following the principles of health with increasing age and treating current problems and diseases will reduce the risk of PCa. PCa is a growing tumor that usually does not put pressure on any part and will not cause pain. For this reason, this disease may not have any early warning signs for a long time. However, advanced PCa often causes symptoms. Some symptoms of PCa can be caused by other diseases, so the person will need to be examined. Among the symptoms of PCa in men, we can mention urinary problems, sexual problems, pain, and numbness [4]. Following some tips will reduce the risk of PCa. The main cause of the appearance of this cancer is multiple factors such as age, inheritance, job, nutrition, and the use of various drugs that are effective in causing this disease. The presence of PCa in the family causes other people to be at risk of developing this type of cancer. Also, as the age increases, the risk of developing this type of cancer increases. Therefore, these people can prevent this cancer by following a proper diet, regular sports activities, and periodic checkups to reduce the risk of contracting it. The prevention of PCa strongly depends on several lifestyle elements which include what people eat and their exercise routine and how their hormones function. Scientific research indicates that PCa progression risks decrease when people eat foods containing antioxidants like tomato lycopene and fish-derived omega-3 fatty acids [5]. The incidence of PCa decreases when people stay active physically and maintain healthy weights because insulin-like growth factors remain in check [6]. Some studies connect hormonal abuse in sports to PCa risk elevation from altered testosterone levels, but additional extensive clinical trials must confirm this connection [7]. Effective activities in preventing PCa include maintaining proper weight, avoiding smoking, regular exercise, maintaining sexual activity, and regular checkups and tests [1–4]. A suitable diet for PCa prevention includes the use of cabbage, coffee, tomatoes, and other red fruits, vitamin D, and the consumption of soybeans [1–4]. Digital rectal examination and prostate-specific antigen (PSA) tests are used to accurately diagnose PCa. Since PSA is not organ- and disease-specific, multiparametric magnetic resonance imaging (mpMRI) is used to reduce unnecessary biopsies. Artificial intelligence has been widely used as one of the solutions to diagnose and prevent PCa in recent years. Deep learning methods and artificial neural networks have better results than other machine learning methods in the evolution of the methods provided for this purpose. There are some powerful studies in the field of PCa diagnosis with the help of deep learning methods from histopathology images [8], MRI images [9], a combination of MRI and CT scan images [10], MRI images and pathology [11], and radiation therapy [12]. It has been studied abundantly, and each of them has presented studies and methods based on different deep learning models. This research also tries to provide a method to diagnose and prevent PCa with the help of a developed deep neural network method. For this purpose, it is important to review some previous methods and observe their results. Various studies have been presented in the field of PCa diagnosis and prevention from image data with a deep learning approach. In [13], the author proposed an image segmentation method for radiation therapy planning to diagnose and prevent PCa from CT scan images with the help of U-NET deep learning with an accuracy of 93.78%. Likewise, in [14], a deep learning method based on two S-Mask R-CNN and Inception-v3 structures was presented for detecting PCa from ultrasound images with an accuracy of 95.14%. In [15], a hybrid model was presented and extracted for accurate mpMRI test interpretation and PI-RADS rating prediction with the help of three deep neural network architectures, including MobilenetV2, EfficientNetB0, and Darknet53 [16]. The accuracy of this method is 96.09%. In [17], deep learning–based reconstruction (dDLR) has been used for imaging feasibility in seventeen PCa patients who underwent DWIBS and MRI imaging, and its accuracy is 96.16%. In [18], the system using the YOLO object detection algorithm from 1776 labeled biopsy images was used for the automatic detection of PCa, which has a detection accuracy of about 93.774%. In [19], the prediction of the therapeutic dose to prevent PCa from 160 patients has been performed with the U-NET deep neural network, and the accuracy of this method is up to 96.46%. In [20], 85 data patients have been used to develop a deep learning algorithm for histopathology diagnosis and Gleason grading of PCa biopsies, which is predicted to be 94% accurate. Other studies for detecting PCa from image data proposed with the help of other deep learning methods include recurrent deep learning (RNN) [21], convolutional neural network (CNN) [22, 23], PSA-Net neural network [20], and multichannel convolutional neural network (MCCNN) [24]. Existing diagnostic methods encounter multiple challenges including poor accuracy rates in PCa diagnosis, insufficient examination of preventive strategies before and after diagnosis, and the absence of standardized datasets for detection and high execution times from previous approaches. The development of deep learning models for superior performance is paired with minimal exploration of manifold learning integration for deep learning applications. High-dimensional histopathology data become easier to interpret through manifold learning because it captures intrinsic data relationships which could lead to improved accuracy and generalization. The reviewed research [13–24] has several main weaknesses: (1) low accuracy in PCa diagnosis, (2) lack of examination of problems in prevention methods before and after PCa diagnosis, (3) lack of suitable standard data for detection, and (4) computational complexity and high execution time in previous methods. Therefore, covering and removing these weaknesses requires new methods, and in this research, we propose a new method to cover the weaknesses of the previous methods based on developed deep learning methods.
2. Method and Materials
The deep neural network of this research is a self-organizing method that first enhances the low-resolution depth map as a prototype and then indicates the unreliable pixels in the high-depth map that are mostly around the image boundary. Determining unreliable pixels is relatively simple. A pixel is considered unreliable if the difference between the maximum and minimum values in a reference window is greater than a predetermined threshold for each pixel of the initially interpolated image. Unreliable pixels are then filtered out with a convolution iteration, where unreliable pixels are processed around reliable pixels in each iteration, and then, the filtered pixels are considered valid samples. Similarly, the innovation of the proposed approach includes the use of reliability mapping to correct the unreliable pixels and the threshold adjustment by determining the order. According to Figure 1, the overall framework of the proposed method is clear. The proposed method benefits from Figure 1 which demonstrates the step-by-step process showing how reliability mapping together with filtering techniques enhances accuracy levels. It is clear that there is still much space for improvement despite the good performance of the low-complexity manifold setup. First, the generation of reliability maps is not carefully considered. The threshold adjustment filters only the unreliable pixels, while the reliable pixels remain unchanged. Therefore, it is very important to find unreliable pixels in preprocessing. Second and most importantly, the order of the filter is very important to the final results. However, manifold regularization easily determines the phase with a set of approximately reliable pixels in a step-by-step manner, which results in the order of the filter being completely dependent on reliable mapping. Instead, it is necessary to specify the filtering command carefully. The proposed scheme solves these two problems by adding a deep neural network–based training structure, which will lead to a significant performance improvement.

3. Results and Discussion
The simulation was performed in a MATLAB environment from 1000 histopathology image samples from the clinical dataset in Iran from 2016 to 2022. The dataset contains tissue samples that represent both normal benign regions and cancerous malignant regions of prostate tissue. The clinical population representation in the dataset exists, but the data can contain biases because of regional imaging limitations and insufficient patient demographic diversity. The dataset employed in this research does not function as a standard benchmark for PCa image examination. The restricted dataset creates obstacles to perform direct comparisons of the proposed method with alternative methods. The analysis should note possible sources of bias which include unbalanced classes together with inconsistent imaging conditions. To enhance model generalization, the model needs strategies for data augmentation and balanced sampling to address existing biases. Additional performance metrics including precision, recall, F1-score, and AUC will be used to conduct a complete evaluation of the model in order to achieve a comprehensive assessment of its performance. Evaluation of possible overfitting issues will be addressed in future research. All images will be input in developed deep learning based on manifold methods, 70% are training, and 30% are testing. Our obtained results in the simulation are shown in Figures 2, 3, 4, 5, and 6. The proposed model demonstrates promising results, but its performance can be made more stable by including k-fold cross-validation methods or utilizing publicly available datasets as an additional test. Future research will investigate this aspect to improve the general applicability of the proposed system.





The true-positive and false-positive rates tradeoff can be better understood through the ROC curve. The AUC value is 0.8677 as shown in Figure 7 which indicates that there is a minor error as the AUC is below 1. This type of mismatch can arise when certain cancer masses resemble noncancerous regions. These errors lead to scoring adversely; however, this AUC still demonstrates strong classification performance. It is robust, and the AUC being so close to 1 is a key indicator of a model that performs well.

We can see that the considered features, Tile and Grad-CAM, were extracted from the eight selected regions, and then, they show benign–benign tiles randomly selected in regions and cancer–benign tiles randomly selected from the region, respectively. The corresponding Grad-CAM plots highlight important structures related to cancer diagnosis.
The evaluation requires additional investigation to fully understand how Grad-CAM and Tiles features contribute to the classification process. The visual explanations generated by Grad-CAM indicate important image regions while the Tiles method helps organize and segment histopathological patterns to make the model more interpretable. The complementary nature of Grad-CAM with Tiles features in malignancy detection needs deeper evaluation to enhance knowledge about the stability of the proposed approach. Researchers need to analyze how the proposed features affect classification performance in systematic studies that can use ablation studies and feature importance analysis. In the end, we can compare our method in terms of accuracy evaluation criteria with recent methods, but it should be noted that we can compare methods in the same condition, for example, the same parameters and the same dataset. So, due to the different datasets used in recent methods and this study, because there is no standard PCa image dataset, our comparison is also about the parametric differences in deep learning methods, which are represented in Table 1. The provided table presents accuracy values from recent research studies for comparison purposes. The diverse methods and evaluation standards used in previous studies prevent direct quantitative analysis between them. A better evaluation requires the consideration of computational complexity together with execution time as well as performance metrics that include precision, recall, and AUC. Future research should create a standardized PCa image dataset to allow accurate comparison between studies because no consistent dataset currently exists.
Reference | Accuracy (%) | Computational complexity |
---|---|---|
Nemoto et al. [13] | 93.78 | Moderate due to large dataset and U-Net model complexity; requires significant memory and processing power for training and segmentation |
Liu et al. [14] | 95.14 | High due to the use of two deep learning models (S-Mask R-CNN and Inception-v3), which require substantial computational resources for both segmentation and classification tasks, including forward and backpropagation processes |
Liu et al. [15] | 96.01 | High due to the use of a 10-CNN ensemble model, which involves substantial computation for training and optimization over a large dataset |
Yildirim et al. [16] | 96.09 | High due to the use of three deep learning architectures (MobilenetV2, Efficientnetb0, Darknet53) for feature extraction, followed by neighborhood component analysis (NCA) to reduce feature redundancy |
Tajima et al. [17] | 96.16 | Moderate due to the use of deep learning–based reconstruction (dDLR) for image denoising. The method involves significant computation for image processing and denoising, but the dataset size is relatively small, so the complexity is manageable for this specific task |
Salman et al. [18] | 93.74 | High due to the use of the YOLO algorithm for both region detection and classification, which involves substantial computation for training the model on a large dataset, including data augmentation |
Lempart et al. [19] | 96.46 | High due to the use of a modified U-Net trained on triplets, which requires considerable computational resources for training on a large dataset |
Kott et al. [20] | 94 | High due to the use of a deep residual convolutional neural network (CNN), requiring significant computational resources for training on a large number of image patches (14,803 patches) and performing multilevel classification |
Our method (developed deep learning based on manifold) | 97.41 | High due to the use of deep learning methods, particularly the manifold model, which requires significant computational resources for training on histopathology images |
Simulation results carried out on a dataset of 1000 histopathology images show the possibility of the proposed deep learning model based on manifold methods to detect significant features for PCa diagnosis. We can see different key stages of the analysis in Figures 2, 3, 4, 5, and 6: identifying defective regions (Figures 2 and 3), improving contrast in manifold space (Figure 4), and finding relevant image features using Tiles and Grad-CAM methods (Figures 5 and 6). In particular, the Grad-CAM plots highlight important cancer-related structures for more accurate classification of benign and malignant regions. Finally, the model reached 97.41% accuracy, outperforming recent methods such as Nemoto et al. [13] and Liu et al. [14], whose accuracies were between 93.74% and 96.46%. This suggests that the combination of manifold techniques and deep learning greatly increases the model’s ability to identify cancerous features in histopathology images. Nevertheless, while comparing results, variations of datasets and parameters in disparate studies must be taken into consideration since there is no standard dataset for PCa imaging. However, this adds a level of complexity to the direct comparisons, but the robustness of the proposed approach under these experimental conditions is highlighted.
Manifold learning has considerable benefits compared to conventional deep learning approaches in detecting PCa as it improves feature extraction, manages nonlinear relationships, and performs considerably well with smaller datasets. Its combinability with deep learning also allows for boosting accuracy and generalization of the model at the same time improving the interpretability of the system. By utilizing the benefits of deep learning and manifold learning, the latter can serve as an enhancement for other models meant for PCa detection.
4. Conclusion
The prostate is a small gland that is located under the male bladder and is part of the reproductive system. Some men develop PCa at an advanced age. What is the cause of PCa, and what factors increase the risk of this cancer? This is a topic that we discussed in this article. In the following, we will point out the factors that have a greater impact on getting this disease; also, we propose an intelligent method for automatic PCa detection. There are many techniques in PCa detection from clinical image datasets, and deep learning techniques and methods have gained better results in recent years. Our results indicated Tiles and Grad-CAM extraction, which has an accuracy of about 97.41%, which was better in comparison to recent deep learning techniques and methods for PCa detection. In the end, we should note that based on our obtained results, two main factors of PCa prevention are sexual activities and not using sports supplements.
Ethics Statement
All procedures performed in studies involving human participants were in accordance with the 1964 Helsinki Declaration and its later amendments or comparable ethical standards.
Consent
All individuals whose histopathological images were used in this study provided written informed consent for the use of their medical data in research and publication, in accordance with ethical standards.
Conflicts of Interest
The authors declare no conflicts of interest.
Author Contributions
All authors contributed to the study’s conception and design. Material preparation, data collection, and analysis were performed by Alireza Zarei, Elias Mazrooei Rad, Shahryar Salmani Bajestani, and Seyyed Ali Zendehbad. The first draft of the manuscript was written by Elias Mazrooei Rad and all authors commented on previous versions of the manuscript. All authors read and approved the final manuscript.
Funding
The authors received no specific funding for this work.
Acknowledgments
The authors express their appreciation to Grammarly and AI tools which helped them enhance the overall quality and clarity of this manuscript.
Open Research
Data Availability Statement
The data that support the findings of this study are available from the corresponding author upon reasonable request.