21 results on '"Vanneschi L."'
Search Results
2. Semantic segmentation network stacking with genetic programming
- Author
-
Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, Vanneschi, L, Bakurov I., Buzzelli M., Schettini R., Castelli M., Vanneschi L., Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, Vanneschi, L, Bakurov I., Buzzelli M., Schettini R., Castelli M., and Vanneschi L.
- Abstract
Semantic segmentation consists of classifying each pixel of an image and constitutes an essential step towards scene recognition and understanding. Deep convolutional encoder–decoder neural networks now constitute state-of-the-art methods in the field of semantic segmentation. The problem of street scenes’ segmentation for automotive applications constitutes an important application field of such networks and introduces a set of imperative exigencies. Since the models need to be executed on self-driving vehicles to make fast decisions in response to a constantly changing environment, they are not only expected to operate reliably but also to process the input images rapidly. In this paper, we explore genetic programming (GP) as a meta-model that combines four different efficiency-oriented networks for the analysis of urban scenes. Notably, we present and examine two approaches. In the first approach, we represent solutions as GP trees that combine networks’ outputs such that each output class’s prediction is obtained through the same meta-model. In the second approach, we propose representing solutions as lists of GP trees, each designed to provide a unique meta-model for a given target class. The main objective is to develop efficient and accurate combination models that could be easily interpreted, therefore allowing gathering some hints on how to improve the existing networks. The experiments performed on the Cityscapes dataset of urban scene images with semantic pixel-wise annotations confirm the effectiveness of the proposed approach. Specifically, our best-performing models improve systems’ generalization ability by approximately 5% compared to traditional ensembles, 30% for the less performing state-of-the-art CNN and show competitive results with respect to state-of-the-art ensembles. Additionally, they are small in size, allow interpretability, and use fewer features due to GP’s automatic feature selection.
- Published
- 2023
3. Genetic programming for structural similarity design at multiple spatial scales
- Author
-
Bakurov, I, Buzzelli, M, Castelli, M, Schettini, R, Vanneschi, L, Bakurov I., Buzzelli M., Castelli M., Schettini R., Vanneschi L., Bakurov, I, Buzzelli, M, Castelli, M, Schettini, R, Vanneschi, L, Bakurov I., Buzzelli M., Castelli M., Schettini R., and Vanneschi L.
- Abstract
The growing production of digital content and its dissemination across the worldwide web require eficient and precise management. In this context, image quality assessment measures (IQAMs) play a pivotal role in guiding the development of numerous image processing systems for compression, enhancement, and restoration. The structural similarity index (SSIM) is one of the most common IQAMs for estimating the similarity between a pristine reference image and its corrupted variant. The multi-scale SSIM is one of its most popular variants that allows assessing image quality at multiple spatial scales. This paper proposes a two-stage genetic programming (GP) approach to evolve novel multi-scale IQAMs, that are simultaneously more effective and efficient. We use GP to perform feature selection in the first stage, while the second stage generates the final solutions. The experimental results show that the proposed approach outperforms the existing MS-SSIM. A comprehensive analysis of the feature selection indicates that, for extracting multi-scale similarities, spatially-varying convolutions are more effective than dilated convolutions. Moreover, we provide evidence that the IQAMs learned for one database can be successfully transferred to previously unseen databases. We conclude the paper by presenting a set of evolved multi-scale IQAMs and providing their interpretation.
- Published
- 2022
4. Structural similarity index (SSIM) revisited: A data-driven approach
- Author
-
Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, Vanneschi, L, Bakurov I., Buzzelli M., Schettini R., Castelli M., Vanneschi L., Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, Vanneschi, L, Bakurov I., Buzzelli M., Schettini R., Castelli M., and Vanneschi L.
- Abstract
Several contemporaneous image processing and computer vision systems rely upon the full-reference image quality assessment (IQA) measures. The single-scale structural similarity index (SS-SSIM) is one of the most popular measures, and it owes its success to the mathematical simplicity, low computational complexity, and implicit incorporation of Human Visual System's (HVS) characteristics. In this paper, we revise the original parameters of SSIM and its multi-scale counterpart (MS-SSIM) to increase their correlation with subjective evaluation. More specifically, we exploit the evolutionary computation and the swarm intelligence methods on five popular IQA databases, two of which are dedicated distance-changed databases, to determine the best combination of parameters efficiently. Simultaneously, we explore the effect of different scale selection approaches in the context of SS-SSIM. The experimental results show that with a proper fine-tuning (1) the performance of SS-SSIM and MS-SSIM can be improved, in average terms, by 8% and by 3%, respectively, (2) the SS-SSIM after the so-called standard scale selection achieves similar performance as if applying computationally more expensive state-of-the-art scale selection methods or MS-SSIM; moreover, (3) there is evidence that the parameters learned on a given database can be successfully transferred to other (previously unseen) databases; finally, (4) we propose a new set of reference parameters for SSIM's variants and provide their interpretation.
- Published
- 2022
5. Simplifying Fitness Landscapes Using Dilation Functions Evolved With Genetic Programming
- Author
-
Papetti, D, Tangherloni, A, Farinati, D, Cazzaniga, P, Vanneschi, L, Papetti, DM, Papetti, D, Tangherloni, A, Farinati, D, Cazzaniga, P, Vanneschi, L, and Papetti, DM
- Abstract
Several optimization problems have features that hinder the capabilities of searching heuristics. To cope with this issue, different methods have been proposed to manipulate search spaces and improve the optimization process. This paper focuses on Dilation Functions (DFs), which are one of the most promising techniques to manipulate the fitness landscape, by expanding or compressing specific regions. The definition of appropriate DFs is problem dependent and requires a-priori knowledge of the optimization problem. Therefore, it is essential to introduce an automatic and efficient strategy to identify optimal DFs. With this aim, we propose a novel method based on Genetic Programming, named GP4DFs, which is capable of evolving effective DFs. GP4DFs identifies optimal dilations, where a specific DF is applied to each dimension of the search space. Moreover, thanks to a knowledge-driven initialization strategy, GP4DFs converges to better solutions with a reduced number of fitness evaluations, compared to the state-of-the-art approaches. The performance of GP4DFs is assessed on a set of 43 benchmark functions mimicking several features of real-world optimization problems. The obtained results indicate the suitability of the generated DFs.
- Published
- 2023
6. An Efficient Implementation of Flux Variability Analysis for Metabolic Networks
- Author
-
De Stefano, C, Fontanella, F, Vanneschi, L, Galuzzi, B, Damiani, C, Galuzzi, BG, De Stefano, C, Fontanella, F, Vanneschi, L, Galuzzi, B, Damiani, C, and Galuzzi, BG
- Abstract
Flux Variability Analysis (FVA) is an important method to analyze the range of fluxes of a metabolic network. FVA consists in performing a large number of independent optimization problems, to obtain the maximum and minimum flux through each reaction in the network. Although several strategies to make the computation more efficient have been proposed, the computation time of an FVA can still be limiting. We present a two-step procedure to accelerate the FVA computational time that exploits the large presence within metabolic networks of sets of reactions that necessarily have an identical optimal flux value or only differ by a multiplication constant. The first step identifies such sets of reactions. The second step computes the maximum and minimum flux value for just one element of each of set, reducing the total number of optimization problems compared to the classical FVA. We show that, when applied to any metabolic network model included in the BiGG database, our FVA algorithm reduces the total number of optimization problems of about 35 %, and the computation time of FVA of about 30%.
- Published
- 2023
7. Exploring the Solution Space of Cancer Evolution Inference Frameworks for Single-Cell Sequencing Data
- Author
-
De Stefano, C, Fontanella, F, Vanneschi, L, Maspero, D, Angaroni, F, Patruno, L, Ramazzotti, D, Posada, D, Graudenzi, A, Davide Maspero, Fabrizio Angaroni, Lucrezia Patruno, Daniele Ramazzotti, David Posada, Alex Graudenzi, De Stefano, C, Fontanella, F, Vanneschi, L, Maspero, D, Angaroni, F, Patruno, L, Ramazzotti, D, Posada, D, Graudenzi, A, Davide Maspero, Fabrizio Angaroni, Lucrezia Patruno, Daniele Ramazzotti, David Posada, and Alex Graudenzi
- Abstract
In recent years, many algorithmic strategies have been developed to exploit single-cell mutational profiles generated via sequencing experiments of cancer samples and return reliable models of cancer evolution. Here, we introduce the COB-tree algorithm, which summarizes the solutions explored by state-of-the-art methods for clonal tree inference, to return a unique consensus optimum branching tree. The method proves to be highly effective in detecting pairwise temporal relations between genomic events, as demonstrated by extensive tests on simulated datasets. We also provide a new method to visualize and quantitatively inspect the solution space of the inference methods, via Principal Coordinate Analysis. Finally, the application of our method to a single-cell dataset of patient-derived melanoma xenografts shows significant differences between the COB-tree solution and the maximum likelihood ones.
- Published
- 2023
8. Full-Reference Image Quality Expression via Genetic Programming
- Author
-
Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, Vanneschi, L, Bakurov, Illya, Buzzelli, Marco, Schettini, Raimondo, Castelli, Mauro, Vanneschi, Leonardo, Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, Vanneschi, L, Bakurov, Illya, Buzzelli, Marco, Schettini, Raimondo, Castelli, Mauro, and Vanneschi, Leonardo
- Abstract
Full-reference image quality measures are a fundamental tool to approximate the human visual system in various applications for digital data management: from retrieval to compression to detection of unauthorized uses. Inspired by both the effectiveness and the simplicity of hand-crafted Structural Similarity Index Measure (SSIM), in this work, we present a framework for the formulation of SSIM-like image quality measures through genetic programming. We explore different terminal sets, defined from the building blocks of structural similarity at different levels of abstraction, and we propose a two-stage genetic optimization that exploits hoist mutation to constrain the complexity of the solutions. Our optimized measures are selected through a cross-dataset validation procedure, which results in superior performance against different versions of structural similarity, measured as correlation with human mean opinion scores. We also demonstrate how, by tuning on specific datasets, it is possible to obtain solutions that are competitive with (or even outperform) more complex image quality measures.
- Published
- 2023
9. Vectorial GP for Alzheimer’s Disease Prediction Through Handwriting Analysis
- Author
-
Laredo, J.L. Jimenez, Azzali, I., Cilia, Nicole D., Stefano, C. De, Fontanella, F., Giacobini, M., Vanneschi, L., Laredo, J.L. Jimenez, Azzali, I., Cilia, Nicole D., Stefano, C. De, Fontanella, F., Giacobini, M., and Vanneschi, L.
- Abstract
EvoApplications 2022, Item does not contain fulltext
- Published
- 2022
10. Vectorial GP for Alzheimer’s Disease Prediction Through Handwriting Analysis
- Author
-
Azzali, I., Cilia, Nicole D., Stefano, C. De, Fontanella, F., Giacobini, M., Vanneschi, L., and Laredo, J.L. Jimenez
- Published
- 2022
11. Full-Reference Image Quality Expression via Genetic Programming
- Author
-
Illya Bakurov, Marco Buzzelli, Raimondo Schettini, Mauro Castelli, Leonardo Vanneschi, NOVA Information Management School (NOVA IMS), Information Management Research Center (MagIC) - NOVA Information Management School, Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, and Vanneschi, L
- Subjects
SSIM ,ssim ,Image quality ,INF/01 - INFORMATICA ,image quality ,image similarity ,genetic programming ,Computer Graphics and Computer-Aided Design ,full-reference image quality assessment ,Software - Abstract
Bakurov, I., Buzzelli, M., Schettini, R., Castelli, M., & Vanneschi, L. (2023). Full-Reference Image Quality Expression via Genetic Programming. IEEE Transactions on Image Processing, 32, 1458-1473. https://doi.org/10.1109/TIP.2023.3244662--- This work was supported by national funds through the FCT (Fundação para a Ciência e a Tecnologia) under the projects Algoritmos de Inteligência artificial no Consumo de crédito e conciliação de Endividamento (AICE) (DSAIPA/DS/0113/2019) and UIDB/04152/2020 - Centro de Investigação em Gestão de Informação (MagIC)/NOVA IMS. Mauro Castelli acknowledges the financial support from the Slovenian Research Agency (research core funding no. P5-0410). Full-reference image quality measures are a fundamental tool to approximate the human visual system in various applications for digital data management: from retrieval to compression to detection of unauthorized uses. Inspired by both the effectiveness and the simplicity of hand-crafted Structural Similarity Index Measure (SSIM), in this work, we present a framework for the formulation of SSIM-like image quality measures through genetic programming. We explore different terminal sets, defined from the building blocks of structural similarity at different levels of abstraction, and we propose a two-stage genetic optimization that exploits hoist mutation to constrain the complexity of the solutions. Our optimized measures are selected through a cross-dataset validation procedure, which results in superior performance against different versions of structural similarity, measured as correlation with human mean opinion scores. We also demonstrate how, by tuning on specific datasets, it is possible to obtain solutions that are competitive with (or even outperform) more complex image quality measures. authorsversion authorsversion published
- Published
- 2023
12. An Efficient Implementation of Flux Variability Analysis for Metabolic Networks
- Author
-
Bruno G. Galuzzi, Chiara Damiani, Claudio De Stefano, Francesco Fontanella, Leonardo Vanneschi, De Stefano, Fontanella, F, Vanneschi, L, Galuzzi, B, and Damiani, C
- Subjects
Metabolic networks, Flux Balance Analysis, Flux variability Analysis, Constraint-based modelling - Abstract
Flux Variability Analysis (FVA) is an important method to analyze the range of fluxes of a metabolic network. FVA consists in performing a large number of independent optimization problems, to obtain the maximum and minimum flux through each reaction in the network. Although several strategies to make the computation more efficient have been proposed, the computation time of an FVA can still be limiting. We present a two-step procedure to accelerate the FVA computational time that exploits the large presence within metabolic networks of sets of reactions that necessarily have an identical optimal flux value or only differ by a multiplication constant. The first step identifies such sets of reactions. The second step computes the maximum and minimum flux value for just one element of each of set, reducing the total number of optimization problems compared to the classical FVA. We show that, when applied to any metabolic network model included in the BiGG database, our FVA algorithm reduces the total number of optimization problems of about 35%, and the computation time of FVA of about 30%.
- Published
- 2023
13. Exploring the Solution Space of Cancer Evolution Inference Frameworks for Single-Cell Sequencing Data
- Author
-
Davide Maspero, Fabrizio Angaroni, Lucrezia Patruno, Daniele Ramazzotti, David Posada, Alex Graudenzi, De Stefano, C, Fontanella, F, Vanneschi, L, Maspero, D, Angaroni, F, Patruno, L, Ramazzotti, D, Posada, D, and Graudenzi, A
- Subjects
Single-cell sequencing ,Markov Chain Monte Carlo ,Cancer evolution - Abstract
In recent years, many algorithmic strategies have been developed to exploit single-cell mutational profiles generated via sequencing experiments of cancer samples and return reliable models of cancer evolution. Here, we introduce the COB-tree algorithm, which summarizes the solutions explored by state-of-the-art methods for clonal tree inference, to return a unique consensus optimum branching tree. The method proves to be highly effective in detecting pairwise temporal relations between genomic events, as demonstrated by extensive tests on simulated datasets. We also provide a new method to visualize and quantitatively inspect the solution space of the inference methods, via Principal Coordinate Analysis. Finally, the application of our method to a single-cell dataset of patient-derived melanoma xenografts shows significant differences between the COB-tree solution and the maximum likelihood ones.
- Published
- 2023
14. Genetic programming for structural similarity design at multiple spatial scales
- Author
-
Illya Bakurov, Marco Buzzelli, Mauro Castelli, Raimondo Schettini, Leonardo Vanneschi, Information Management Research Center (MagIC) - NOVA Information Management School, NOVA Information Management School (NOVA IMS), Bakurov, I, Buzzelli, M, Castelli, M, Schettini, R, and Vanneschi, L
- Subjects
Image Processing ,Genetic Programming ,Spatially-Varying Kernels ,Multi-Scale Processing ,Dilated Convolution ,Image Quality Assessment ,Spatially-Varying Kernel ,Theoretical Computer Science ,Multi-Scale Context ,Artificial Intelligence ,Structural Similarity ,Multi-Scale Structural Similarity Index ,Dilated Convolutions ,Evolutionary Computation ,Software - Abstract
Bakurov, I., Buzzelli, M., Castelli, M., Schettini, R., & Vanneschi, L. (2022). Genetic programming for structural similarity design at multiple spatial scales. In GECCO ’22. Proceedings of the 2022 Genetic and Evolutionary Computation Conference (pp. 911-919). (GECCO 2022 - The Genetic and Evolutionary Computation Conference, July 9-13, Boston, US). Association for Computing Machinery (ACM). ISBN 978-1-4503-9237-2/22/07 ---- Funding Information: FCT Portugal partially supported this work, under the grand SFRH/BD/137277/2018, and through projects BINDER (PTDC/CCI-INF/29168/2017) and AICE (DSAIPA/DS/ 0113/2019). The growing production of digital content and its dissemination across the worldwide web require eficient and precise management. In this context, image quality assessment measures (IQAMs) play a pivotal role in guiding the development of numerous image processing systems for compression, enhancement, and restoration. The structural similarity index (SSIM) is one of the most common IQAMs for estimating the similarity between a pristine reference image and its corrupted variant. The multi-scale SSIM is one of its most popular variants that allows assessing image quality at multiple spatial scales. This paper proposes a two-stage genetic programming (GP) approach to evolve novel multi-scale IQAMs, that are simultaneously more effective and efficient. We use GP to perform feature selection in the first stage, while the second stage generates the final solutions. The experimental results show that the proposed approach outperforms the existing MS-SSIM. A comprehensive analysis of the feature selection indicates that, for extracting multi-scale similarities, spatially-varying convolutions are more effective than dilated convolutions. Moreover, we provide evidence that the IQAMs learned for one database can be successfully transferred to previously unseen databases. We conclude the paper by presenting a set of evolved multi-scale IQAMs and providing their interpretation. authorsversion published
- Published
- 2022
15. A data-driven approach
- Author
-
Raimondo Schettini, Marco Buzzelli, Mauro Castelli, Leonardo Vanneschi, Illya Bakurov, NOVA Information Management School (NOVA IMS), NOVA IMS Research and Development Center (MagIC), Information Management Research Center (MagIC) - NOVA Information Management School, Bakurov, I, Buzzelli, M, Schettini, R, Castelli, M, and Vanneschi, L
- Subjects
Index (economics) ,Computer science ,Structural similarity ,Image processing ,Evolutionary computation ,computer.software_genre ,Data-driven ,Scale selection ,Artificial Intelligence ,Engineering(all) ,Image quality assessment measure ,business.industry ,General Engineering ,INF/01 - INFORMATICA ,Pattern recognition ,Expert system ,Computer Science Applications ,Image quality assessment measures ,Artificial intelligence ,business ,computer - Abstract
Bakurov, I., Buzzelli, M., Schettini, R., Castelli, M., & Vanneschi, L. (2022). Structural similarity index (SSIM) revisited: A data-driven approach. Expert Systems with Applications, 189, 1-19. [116087]. [Advanced online publication on 27 October 2021]. https://doi.org/10.1016/j.eswa.2021.116087--------------Funding Information: This work was supported by national funds through the FCT (Funda??o para a Ci?ncia e a Tecnologia), Portugal by the projects GADgET (DSAIPA/DS/0022/2018), BINDER (PTDC/CCIINF/29168/2017), and AICE (DSAIPA/DS/0113/2019). Mauro Castelli acknowledges the financial support from the Slovenian Research Agency, Slovenia (research core funding no. P5-0410). Several contemporaneous image processing and computer vision systems rely upon the full-reference image quality assessment (IQA) measures. The single-scale structural similarity index (SS-SSIM) is one of the most popular measures, and it owes its success to the mathematical simplicity, low computational complexity, and implicit incorporation of Human Visual System’s (HVS) characteristics. In this paper, we revise the original parameters of SSIM and its multi-scale counterpart (MS-SSIM) to increase their correlation with subjective evaluation. More specifically, we exploit the evolutionary computation and the swarm intelligence methods on five popular IQA databases, two of which are dedicated distance-changed databases, to determine the best combination of parameters efficiently. Simultaneously, we explore the effect of different scale selection approaches in the context of SS-SSIM. The experimental results show that with a proper fine-tuning (1) the performance of SS-SSIM and MS-SSIM can be improved, in average terms, by 8% and by 3%, respectively, (2) the SS-SSIM after the so-called standard scale selection achieves similar performance as if applying computationally more expensive state-of-the-art scale selection methods or MS-SSIM; moreover, (3) there is evidence that the parameters learned on a given database can be successfully transferred to other (previously unseen) databases; finally, (4) we propose a new set of reference parameters for SSIM’s variants and provide their interpretation. authorsversion published
- Published
- 2021
16. Deep Learning Features Can Improve Radiomics-Based Prostate Cancer Aggressiveness Prediction.
- Author
-
Rodrigues NM, Almeida JG, Rodrigues A, Vanneschi L, Matos C, Lisitskaya MV, Uysal A, Silva S, and Papanikolaou N
- Subjects
- Humans, Male, Image Processing, Computer-Assisted methods, Algorithms, Prognosis, Image Interpretation, Computer-Assisted methods, Radiomics, Prostatic Neoplasms diagnostic imaging, Prostatic Neoplasms pathology, Deep Learning
- Abstract
Purpose: Emerging evidence suggests that the use of artificial intelligence can assist in the timely detection and optimization of therapeutic approach in patients with prostate cancer. The conventional perspective on radiomics encompassing segmentation and the extraction of radiomic features considers it as an independent and sequential process. However, it is not necessary to adhere to this viewpoint. In this study, we show that besides generating masks from which radiomic features can be extracted, prostate segmentation and reconstruction models provide valuable information in their feature space, which can improve the quality of radiomic signatures models for disease aggressiveness classification., Materials and Methods: We perform 2,244 experiments with deep learning features extracted from 13 different models trained using different anatomic zones and characterize how modeling decisions, such as deep feature aggregation and dimensionality reduction, affect performance., Results: While models using deep features from full gland and radiomic features consistently lead to improved disease aggressiveness prediction performance, others are detrimental. Our results suggest that the use of deep features can be beneficial, but an appropriate and comprehensive assessment is necessary to ensure that their inclusion does not harm predictive performance., Conclusion: The study findings reveal that incorporating deep features derived from autoencoder models trained to reconstruct the full prostate gland (both zonal models show worse performance than radiomics only models), combined with radiomic features, often lead to a statistically significant increase in model performance for disease aggressiveness classification. Additionally, the results also demonstrate that the choice of feature selection is key to achieving good performance, with principal component analysis (PCA) and PCA + relief being the best approaches and that there is no clear difference between the three proposed latent representation extraction techniques.
- Published
- 2024
- Full Text
- View/download PDF
17. Corrigendum to "Analysis of domain shift in whole prostate gland, zonal and lesions segmentation and detection, using multicentric retrospective data" [Comput. Biol. Med. 17 (2024) 108216].
- Author
-
Rodrigues NM, de Almeida JG, Castro Verde AS, Gaivão AM, Bilreiro C, Santiago I, Ip J, Belião S, Moreno R, Matos C, Vanneschi L, Tsiknakis M, Marias K, Regge D, Silva S, and Papanikolaou N
- Published
- 2024
- Full Text
- View/download PDF
18. Analysis of domain shift in whole prostate gland, zonal and lesions segmentation and detection, using multicentric retrospective data.
- Author
-
Rodrigues NM, Almeida JG, Verde ASC, Gaivão AM, Bilreiro C, Santiago I, Ip J, Belião S, Moreno R, Matos C, Vanneschi L, Tsiknakis M, Marias K, Regge D, Silva S, and Papanikolaou N
- Subjects
- Male, Humans, Imaging, Three-Dimensional methods, Retrospective Studies, Algorithms, Magnetic Resonance Imaging methods, Prostate diagnostic imaging, Prostatic Neoplasms diagnostic imaging
- Abstract
Despite being one of the most prevalent forms of cancer, prostate cancer (PCa) shows a significantly high survival rate, provided there is timely detection and treatment. Computational methods can help make this detection process considerably faster and more robust. However, some modern machine-learning approaches require accurate segmentation of the prostate gland and the index lesion. Since performing manual segmentations is a very time-consuming task, and highly prone to inter-observer variability, there is a need to develop robust semi-automatic segmentation models. In this work, we leverage the large and highly diverse ProstateNet dataset, which includes 638 whole gland and 461 lesion segmentation masks, from 3 different scanner manufacturers provided by 14 institutions, in addition to other 3 independent public datasets, to train accurate and robust segmentation models for the whole prostate gland, zones and lesions. We show that models trained on large amounts of diverse data are better at generalizing to data from other institutions and obtained with other manufacturers, outperforming models trained on single-institution single-manufacturer datasets in all segmentation tasks. Furthermore, we show that lesion segmentation models trained on ProstateNet can be reliably used as lesion detection models., Competing Interests: Declaration of competing interest None Declared, (Copyright © 2024 The Author(s). Published by Elsevier Ltd.. All rights reserved.)
- Published
- 2024
- Full Text
- View/download PDF
19. A Comparative Study of Automated Deep Learning Segmentation Models for Prostate MRI.
- Author
-
Rodrigues NM, Silva S, Vanneschi L, and Papanikolaou N
- Abstract
Prostate cancer is one of the most common forms of cancer globally, affecting roughly one in every eight men according to the American Cancer Society. Although the survival rate for prostate cancer is significantly high given the very high incidence rate, there is an urgent need to improve and develop new clinical aid systems to help detect and treat prostate cancer in a timely manner. In this retrospective study, our contributions are twofold: First, we perform a comparative unified study of different commonly used segmentation models for prostate gland and zone (peripheral and transition) segmentation. Second, we present and evaluate an additional research question regarding the effectiveness of using an object detector as a pre-processing step to aid in the segmentation process. We perform a thorough evaluation of the deep learning models on two public datasets, where one is used for cross-validation and the other as an external test set. Overall, the results reveal that the choice of model is relatively inconsequential, as the majority produce non-significantly different scores, apart from nnU-Net which consistently outperforms others, and that the models trained on data cropped by the object detector often generalize better, despite performing worse during cross-validation.
- Published
- 2023
- Full Text
- View/download PDF
20. Full-Reference Image Quality Expression via Genetic Programming.
- Author
-
Bakurov I, Buzzelli M, Schettini R, Castelli M, and Vanneschi L
- Abstract
Full-reference image quality measures are a fundamental tool to approximate the human visual system in various applications for digital data management: from retrieval to compression to detection of unauthorized uses. Inspired by both the effectiveness and the simplicity of hand-crafted Structural Similarity Index Measure (SSIM), in this work, we present a framework for the formulation of SSIM-like image quality measures through genetic programming. We explore different terminal sets, defined from the building blocks of structural similarity at different levels of abstraction, and we propose a two-stage genetic optimization that exploits hoist mutation to constrain the complexity of the solutions. Our optimized measures are selected through a cross-dataset validation procedure, which results in superior performance against different versions of structural similarity, measured as correlation with human mean opinion scores. We also demonstrate how, by tuning on specific datasets, it is possible to obtain solutions that are competitive with (or even outperform) more complex image quality measures.
- Published
- 2023
- Full Text
- View/download PDF
21. Object detection for automatic cancer cell counting in zebrafish xenografts.
- Author
-
Albuquerque C, Vanneschi L, Henriques R, Castelli M, Póvoa V, Fior R, and Papanikolaou N
- Subjects
- Animals, Heterografts, Humans, Neoplasm Transplantation, Neoplasms diagnosis, Neoplasms pathology, Neoplasms, Experimental pathology, Zebrafish, Cell Count methods, Deep Learning, Image Processing, Computer-Assisted methods, Neoplasms, Experimental diagnosis
- Abstract
Cell counting is a frequent task in medical research studies. However, it is often performed manually; thus, it is time-consuming and prone to human error. Even so, cell counting automation can be challenging to achieve, especially when dealing with crowded scenes and overlapping cells, assuming different shapes and sizes. In this paper, we introduce a deep learning-based cell detection and quantification methodology to automate the cell counting process in the zebrafish xenograft cancer model, an innovative technique for studying tumor biology and for personalizing medicine. First, we implemented a fine-tuned architecture based on the Faster R-CNN using the Inception ResNet V2 feature extractor. Second, we performed several adjustments to optimize the process, paying attention to constraints such as the presence of overlapped cells, the high number of objects to detect, the heterogeneity of the cells' size and shape, and the small size of the data set. This method resulted in a median error of approximately 1% of the total number of cell units. These results demonstrate the potential of our novel approach for quantifying cells in poorly labeled images. Compared to traditional Faster R-CNN, our method improved the average precision from 71% to 85% on the studied data set., Competing Interests: The authors have declared that no competing interests exist.
- Published
- 2021
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.