paper-with-me

Papers

BCDNet: A Fast Residual Neural Network For Invasive Ductal Carcinoma Detection

2024-08-25 · Yujia Lin, Aiwei Lian, Mingyu Liao, Shuangjie Yuan

It is of great significance to diagnose Invasive Ductal Carcinoma (IDC) in early stage, which is the most common subtype of breast cancer. Although the powerful models in the Computer-Aided Diagnosis (CAD) systems provide promising results, it is still difficult to integrate them into other medical devices or use them without sufficient computation resource. In this paper, we propose BCDNet, which firstly upsamples the input image by the residual block and use smaller convolutional block and a special MLP to learn features. BCDNet is proofed to effectively detect IDC in histopathological RGB images with an average accuracy of 91.6% and reduce training consumption effectively compared to ResNet 50 and ViT-B-16.

📄 PDF Abstract BibTeX arXiv:2408.13800

Code (1)

yujialin-523/bcdnet 공식 구현 pytorch

Tasks

Breast Cancer Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
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…
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Kaiming Initialization 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

A Novel method for IDC Prediction in Breast Cancer Histopathology images using Deep Residual Neural Networks

2019-08-20 · Chandra Churh Chatterjee, Gopal Krishna

Invasive ductal carcinoma (IDC), which is also sometimes known as the infiltrating ductal carcinoma, is the most regular form of breast cancer. It accounts for about 80% of all breast cancers. According to the American C…

Predicting invasive ductal carcinoma using a Reinforcement Sample Learning Strategy using Deep Learning

2021-05-26 · Rushabh Patel

Invasive ductal carcinoma is a prevalent, potentially deadly disease associated with a high rate of morbidity and mortality. Its malignancy is the second leading cause of death from cancer in women. The mammogram is an e…

Hybrid Classic-Quantum Computing for Staging of Invasive Ductal Carcinoma of Breast

2023-03-17 · Vicente Moret-Bonillo, Eduardo Mosqueira-Rey, Samuel Magaz-Romero, Diego Alvarez-Estevez

Despite the great current relevance of Artificial Intelligence, and the extraordinary innovations that this discipline has brought to many fields -among which, without a doubt, medicine is found-, experts in medical appl…

Detecting Invasive Ductal Carcinoma with Semi-Supervised Conditional GANs

2019-11-14 · Jeremiah W. Johnson

Invasive ductal carcinoma (IDC) comprises nearly 80% of all breast cancers. The detection of IDC is a necessary preprocessing step in determining the aggressiveness of the cancer, determining treatment protocols, and pre…

Predicting Patient Outcomes

DiffKD-DCIS: Predicting Upgrade of Ductal Carcinoma In Situ with Diffusion Augmentation and Knowledge Distillation

2026-01-04 · Tao Li, Qing Li, Na Li, Hui Xie arxiv

Accurately predicting the upgrade of ductal carcinoma in situ (DCIS) to invasive ductal carcinoma (IDC) is crucial for surgical planning. However, traditional deep learning methods face challenges due to limited ultrasou…

Computational EfficiencyKnowledge DistillationData Augmentation