Breast Cancer: Segmentation-Guided Hybrid Classification
Datasets: BUSI with GT (segmentation) & BUSI_Corrected (classification)
A two-stage pipeline on breast ultrasound: (1) train U-Net on BUSI-with-GT to obtain lesion masks, then segment BUSI_Corrected images;
(2) merge classes (Normal, Benign, Malignant) and train a hybrid classifier
that fuses features from strong CNN backbones. evaluation metrics: Accuracy/Loss curves, ROC for all classes, confusion matrix, and a full metrics table.