paper-with-me

홈 › Papers

Analysis of Dimensional Influence of Convolutional Neural Networks for Histopathological Cancer Classification

2020-11-08 · Shreyas Rajesh Labhsetwar, Alistair Michael Baretto, Raj Sunil Salvi, Piyush Arvind Kolte, Veerasai Subramaniam Venkatesh

Convolutional Neural Networks can be designed with different levels of complexity depending upon the task at hand. This paper analyzes the effect of dimensional changes to the CNN architecture on its performance on the task of Histopathological Cancer Classification. The research starts with a baseline 10-layer CNN model with (3 X 3) convolution filters. Thereafter, the baseline architecture is scaled in multiple dimensions including width, depth, resolution and a combination of all of these. Width scaling involves inculcating greater number of neurons per CNN layer, whereas depth scaling involves deepening the hierarchical layered structure. Resolution scaling is performed by increasing the dimensions of the input image, and compound scaling involves a hybrid combination of width, depth and resolution scaling. The results indicate that histopathological cancer scans are very complex in nature and hence require high resolution images fed to a large hierarchy of Convolution, MaxPooling, Dropout and Batch Normalization layers to extract all the intricacies and perform perfect classification. Since compound scaling the baseline model ensures that all the three dimensions: width, depth and resolution are scaled, the best performance is obtained with compound scaling. This research shows that better performance of CNN models is achieved by compound scaling of the baseline model for the task of Histopathological Cancer Classification.

📄 PDF Abstract BibTeX arXiv:2011.04057

Code (0)

등록된 구현이 없습니다.

Tasks

Cancer ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

HACT-Net: A Hierarchical Cell-to-Tissue Graph Neural Network for Histopathological Image Classification

2020-07-01 · Pushpak Pati, Guillaume Jaume, Lauren Alisha Fernandes, Antonio Foncubierta 외

Cancer diagnosis, prognosis, and therapeutic response prediction are heavily influenced by the relationship between the histopathological structures and the function of the tissue. Recent approaches acknowledging the str…

DiagnosticGeneral ClassificationGraph Neural NetworkHistopathological Image Classification+3

Self-supervised learning of a tailored Convolutional Auto Encoder for histopathological prostate grading

2023-03-21 · Zahra Tabatabaei, Adrian colomer, Kjersti Engan, Javier Oliver 외

According to GLOBOCAN 2020, prostate cancer is the second most common cancer in men worldwide and the fourth most prevalent cancer overall. For pathologists, grading prostate cancer is challenging, especially when discri…

Self-Supervised Learningwhole slide images

Asymmetric Co-Training with Explainable Cell Graph Ensembling for Histopathological Image Classification

2023-08-24 · Ziqi Yang, Zhongyu Li, Chen Liu, Xiangde Luo 외

Convolutional neural networks excel in histopathological image classification, yet their pixel-level focus hampers explainability. Conversely, emerging graph convolutional networks spotlight cell-level features and medic…

ClassificationHistopathological Image Classificationimage-classificationImage Classification

GroupMixer: Patch-based Group Convolutional Neural Network for Breast Cancer Detection from Histopathological Images

2023-11-16 · Ardavan Modarres, Erfan Ebrahim Esfahani, Mahsa Bahrami

Diagnosis of breast cancer malignancy at the early stages is a crucial step for controlling its side effects. Histopathological analysis provides a unique opportunity for malignant breast cancer detection. However, such …

Breast Cancer DetectionMedical Image Analysis

Advanced Hybrid Deep Learning Model for Enhanced Classification of Osteosarcoma Histopathology Images

2024-10-29 · Arezoo Borji, Gernot Kronreif, Bernhard Angermayr, Sepideh Hatamikia

Recent advances in machine learning are transforming medical image analysis, particularly in cancer detection and classification. Techniques such as deep learning, especially convolutional neural networks (CNNs) and visi…

DiagnosticMedical Image Analysis