Browsing by Author "Scheeren, Michel Hanzen"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
- Colorectal Polyp Segmentation: Impact of Combining Different Datasets on Deep Learning Model PerformancePublication . Araujo, Sandro Luis de; Scheeren, Michel Hanzen; Aguiar, Rubens Miguel Gomes; Mendes, Eduardo; Franco, Ricardo Augusto Pereira; Paula Filho, Pedro Luiz deColorectal cancer is a major health concern, ranking as one of the most common and deadly forms of cancer. It typically begins as polyps, which are abnormal growths in the intestinal mucosa. Identifying and removing these polyps through colonoscopy is a crucial preventative measure. However, even experienced professionals can overlook some polyps during examinations. In this context, segmentation algorithms can assist medical professionals by identifying areas in an image that correspond to a polyp. These algorithms, which rely on deep learning, require extensive image datasets to effectively learn how to identify and segment polyps. This study aimed to identify public colonoscopy image datasets that contain polyps and to examine how combining these datasets might affect the performance of a deep learning-based segmentation algorithm. After selecting the datasets and defining their combinations, we trained a segmentation algorithm on each combination. The evaluation of the trained models showed that merging datasets can enhance model generalization, with increases of up to 0.242 in the dice coefficient and 0.256 in the Intersection over Union (IoU). These improvements could lead to higher diagnostic accuracy in clinical settings, enhancing efforts to prevent colorectal cancer.
- Super-resolution face recognition: an approach using generative adversarial networks and joint-learnPublication . Oliveira, Rafael Augusto de; Scheeren, Michel Hanzen; Rodrigues, Pedro João; Junior, Arnaldo Candido; Paula Filho, Pedro LuizFace Recognition is a challenging task present in different applications and systems. An existing challenge is to recognize faces when imaging conditions are adverse, for example when images come from low-quality cameras or when the subject and the camera are far apart, thus impacting the accuracy of these recognizing systems. Super-Resolution techniques can be used to improve both image resolution and quality, hopefully improving the accuracy of the face recognition task. Among these techniques, the actual state-of-the-art uses Generative Adversarial Networks. One promising option is to train Super-Resolution and Face Recognition as one single network, conducting the network to learn super resolution features that will improve its capability when recognizing faces. In the present work, we trained a super resolution face recognition model using a jointly-learn approach, combining a generative network for super resolution and a ResNet50 for Face Recognition. The model was trained with a discriminator network, following the generative adversarial training. The images generated by the network were convincing, but we could not converge the face recognition model. We hope that our contributions could help future works on this topic. Code is publicly available at https://github.com/OliRafa/SRFR-GAN.