English

Transfer Learning from One Cancer to Another via Deep Learning Domain Adaptation

Computer Vision and Pattern Recognition 2026-01-22 v1 Artificial Intelligence Machine Learning Neural and Evolutionary Computing Tissues and Organs

Abstract

Supervised deep learning models often achieve excellent performance within their training distribution but struggle to generalize beyond it. In cancer histopathology, for example, a convolutional neural network (CNN) may classify cancer severity accurately for cancer types represented in its training data, yet fail on related but unseen types. Although adenocarcinomas from different organs share morphological features that might support limited cross-domain generalization, addressing domain shift directly is necessary for robust performance. Domain adaptation offers a way to transfer knowledge from labeled data in one cancer type to unlabeled data in another, helping mitigate the scarcity of annotated medical images. This work evaluates cross-domain classification performance among lung, colon, breast, and kidney adenocarcinomas. A ResNet50 trained on any single adenocarcinoma achieves over 98% accuracy on its own domain but shows minimal generalization to others. Ensembling multiple supervised models does not resolve this limitation. In contrast, converting the ResNet50 into a domain adversarial neural network (DANN) substantially improves performance on unlabeled target domains. A DANN trained on labeled breast and colon data and adapted to unlabeled lung data reaches 95.56% accuracy. We also examine the impact of stain normalization on domain adaptation. Its effects vary by target domain: for lung, accuracy drops from 95.56% to 66.60%, while for breast and colon targets, stain normalization boosts accuracy from 49.22% to 81.29% and from 78.48% to 83.36%, respectively. Finally, using Integrated Gradients reveals that DANNs consistently attribute importance to biologically meaningful regions such as densely packed nuclei, indicating that the model learns clinically relevant features and can apply them to unlabeled cancer types.

Keywords

Cite

@article{arxiv.2601.14678,
  title  = {Transfer Learning from One Cancer to Another via Deep Learning Domain Adaptation},
  author = {Justin Cheung and Samuel Savine and Calvin Nguyen and Lin Lu and Alhassan S. Yasin},
  journal= {arXiv preprint arXiv:2601.14678},
  year   = {2026}
}

Comments

8 pages, 6 figures, 3 table