REVIEW 5 major objections 5 minor 50 references
Domain Adaptation Techniques for Natural and Medical Image Classification
T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Across 557 simulations on 13 datasets, this study finds domain adaptation strongly helps natural-image classification but yields little gain on most medical datasets, except for DSAN on COVID-19.
desk verdict A broad, useful DA benchmark, but the medical 'domain shift' experiments are mostly random splits of a single dataset, so the headline conclusion about medical DA is not supported. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is the comparative DA pipeline rather than a single new algorithm. Each method is one of several standard image-classification networks (ResNet, DenseNet, ShuffleNet, MobileNet) trained with cross-entropy on the source domain plus a domain-alignment loss scaled by weight $\lambda$, and judged by highest test accuracy, by the A-distance (a classifier-based estimate of how far apart the two domains are), by t-SNE feature plots, and by Grad-CAM explanations. The method that carries the paper's best results is DSAN, the Deep Subdomain Adaptation Network, which replaces global maximum-mean-discrepancy alignment with local subdomain alignment: it weights source and target samples by class and matches each class separately in a kernel feature space. This class-wise local MMD (LMMD) is what the paper credits for DSAN's low A-distance, its 91.2% COVID-19 accuracy, and its +6.7% dynamic-stream gain.
What would settle it
Measure the A-distance between source and target on the random splits used in Section 3.4 (for instance, the 90/10 kidney-cancer split and the 10% cervical-cancer training sample); if that distance is near zero, those experiments do not exercise domain adaptation, and the decisive test is to rerun the same seven methods on cross-hospital or cross-scanner splits and compare the gains.
Extended reading notes
Core claim
The paper claims that DA is a mixed tool: it can greatly improve classification on computer-vision datasets, but for most medical imaging datasets the tested algorithms deliver only limited improvement over a baseline trained without adaptation. On the mainstream Office31 benchmark, DSAN reaches 88.4% average accuracy, a +12.3% gain over no DA; on the larger Adaptiope dataset, the best method (EUDA with a DINOv2 backbone) reaches 75.1%. On medical data, in contrast, most gains are marginal: DSAN's 91.2% on COVID-19 and strong performance on kidney cancer stand out, but on ChestXray8 and the multisource skin-cancer set DA often fails to beat the no-DA baseline; on kidney and cervical cancer the main benefit is reaching top accuracy earlier in training rather than exceeding it. The paper's headline result is that DSAN, which aligns class-wise subdomains rather than whole distributions, is the most consistently effective method, including a +6.7% accuracy improvement in the dynamic data-stream COVID-19 scenario, and that DSAN's Grad-CAM explanations are more localized on COVID-19 and skin-cancer images.
Load-bearing premise
The load-bearing premise, set up in Section 3.4.1, is that randomly splitting a single medical dataset into source and target portions creates a meaningful distribution shift; if those portions are nearly identical, the conclusion that DA gives little medical benefit is an artifact of the experimental design.
Editorial extensions
If this is right
- On natural-image benchmarks, distribution-matching (MMD-based) methods such as DSAN and DCAN and adversarial methods such as DALN are the reliable choices; correlation-based Deep Coral is the weakest, especially on large-scale datasets.
- On challenging medical datasets such as ChestXray8 and multisource skin cancer, plain training is often as good as or better than DA, suggesting that class imbalance or subtle lesions, not domain shift, are the real bottleneck.
- In limited-sample and out-of-distribution settings, DA can still help: DALN and DSAN improve robustness to Gaussian blur, random erasing, and small training sets such as LCOVID-19.
- In dynamic data streams, where the training distribution changes over time, DSAN and DALN recover several points of accuracy on COVID-19, showing DA can support continually updated medical classifiers.
- Interpretability is not a free by-product of DA: Grad-CAM heatmaps show DSAN and BNM focusing on tighter regions, while the no-DA baseline can fixate on clinically irrelevant structures such as bone tissue.
Reading between the lines
- The medical conclusions rest on random train/test splits of each dataset; a fairer test would use cross-site, cross-scanner, or cross-population splits, where a true domain shift exists and DA might show larger gains than reported here.
- The dynamic-stream setup changes the training data each epoch, so DSAN's +6.7% gain may partly reflect optimization on fresh data rather than domain alignment; retraining on shuffled data would separate the two effects.
- The paper's own closing limitation, that only cross-entropy loss and one hyperparameter grid were tested, means the observed medical ceiling could be tied to training choices rather than to DA itself.
- For low-memory deployment, the batch-size results imply a practical rule: at batch size 4, MMD and nuclear-norm methods collapse while Deep Coral and DANN stay stable, so correlation or adversarial DA is the safer choice on edge devices.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript reports a large-scale empirical study of seven domain adaptation (DA) techniques (Deep Coral, DANN, DSAN, BNM, DALN, DCAN, and EUDA) applied to image classification in five natural and eight medical datasets. The authors evaluate accuracy, t-SNE visualizations, A-distance, and Grad-CAM interpretability, and they also probe settings with limited training samples, small batch sizes, out-of-distribution transformations, and a dynamic data-stream protocol. The main claims are that DA substantially improves natural-image classification, that DSAN performs outstandingly on medical data (e.g., 91.2% on COVID-19 and +6.7% in the dynamic stream scenario), and that DA yields only limited improvement on most medical imaging datasets.
Significance. The study's breadth is a genuine strength: it benchmarks seven methods across thirteen datasets, uses public data, reports multiple backbone architectures, and includes interpretability analyses. If the conclusions were supported by the experimental design, the paper would be a useful reference for practitioners choosing DA methods for medical imaging. However, the central medical-domain conclusion is undermined by the experimental setup: in Section 3.4.1, the 'source' and 'target' domains for most medical datasets are random or provided splits of a single dataset, so they are approximately identically distributed and do not constitute a domain shift. In addition, all accuracy tables report the best accuracy reached at any epoch without standard deviations or multiple seeds, which makes reported differences such as 91.2% versus 90.5% uninterpretable. The natural-image experiments (Office31, Adaptiope, MultiImageNet, cross-dataset) do involve genuine domain shifts and are more informative, but the paper's headline conclusions about medical DA cannot be drawn from the present evidence.
major comments (5)
- [Section 3.4.1] The medical 'domain shift' is degenerate for most datasets. Kidney cancer is a random 90/10 split; cervical cancer is a random 10% class-balanced training sample; COVID-19, ChestXray8, skin cancer, and retinal disease use the provided or random train/test partitions of a single dataset. These source and target sets are approximately i.i.d. samples from the same distribution, so there is no distribution shift for DA to correct. The conclusion in Section 6 that DA provides limited improvement on most medical datasets is therefore an artifact of the experimental design rather than a property of the methods. This also contradicts the Section 1 statement that the source and target domains have 'significant data distributions'; the authors should either use genuine cross-domain medical data (e.g., different scanners, hospitals, or modalities) or restrict the medical claims to the multisource skin cancer setting, which at least involves distinct source datasets.
- [Tables 3–14 and Algorithm 1] All accuracy tables report the highest accuracy achieved at any training epoch, which is effectively model selection on the test set, and no standard deviations or multiple seeds are reported. This inflates performance and makes small differences (e.g., DSAN 91.2% vs. w/o DA 90.5% on COVID-19) statistically uninterpretable. The paper itself cites [50] to warn about test-set-based model selection, yet the evaluation protocol does exactly this. The authors should report validation-based model selection or fixed-epoch evaluation, and include mean ± std over at least three seeds.
- [Section 4.5, Figure 14] The A-distance plots are measured on the same degenerate source/target splits as the accuracy results, so they cannot establish that DA provides meaningful alignment for medical data. Moreover, DSAN explicitly minimizes a local MMD loss, so a lower A-distance for DSAN is by construction and does not independently demonstrate that the alignment is beneficial for classification. The A-distance evidence should be either computed on genuine target domains or removed as support for the medical conclusions.
- [Section 4.6, Table 14] The dynamic data-stream protocol does not create a distribution shift over time. Dividing the Adaptiope source domain P into 30 non-overlapping parts and the COVID-19 training set into 100 non-overlapping parts, then training sequentially on these parts, produces source subsets that are i.i.d. draws from the same source distribution; the target distribution is fixed. The +6.7% improvement attributed to DSAN in the dynamic stream scenario therefore measures sequential training on random partitions, not adaptation to a changing target distribution. A meaningful dynamic DA evaluation requires a target stream that evolves over time (e.g., time-ordered data or a shifting corruption process).
- [Table 8 and Section 3.4.2 (Multisource skin cancer)] In Table 8, DSAN and w/o DA report numerically identical values for all three backbones and all three metrics (ACC, BACC, F1), e.g., 88.7/83.7/83.8 for Resnet34, 90.4/85.9/86.8 for Resnet50, and 89.3/84.8/85.1 for Densenet121. This is either a copy-paste error or indicates that the DSAN adaptation term had no effect; in either case it undermines the reliability of the table and the surrounding discussion. The authors must correct this and verify the reported values.
minor comments (5)
- [Abstract and Introduction] The abstract and introduction state '557 simulation studies' but the counting method is not explained; please clarify how the number of experiments is derived from the methods, datasets, backbones, and settings.
- [Section 3.3.3] The text says 'The hyperparameters settings are listed in Table 2,' but Table 2 is the dataset description table; the hyperparameters are in Table 1. Please correct the cross-reference.
- [Equation (8)] In the definition of the EUDA MMD loss, the notation '|D_s|t|' appears to contain a typo; it should likely be '|D_s|' and '|D_t|'.
- [Table 3 (Adaptiope)] The table includes a row for 'SACAEM' but this method is not described in Section 2 and is not listed among the seven algorithms in the introduction; please either describe it or remove it.
- [Figure 11 caption] The caption says the columns represent Resnet34, Resnet50, and Densenet121, but the experiment in Section 4.1 uses Resnet50 only; the caption should be corrected to match the experiment.
Circularity Check
No circularity: the paper is an empirical benchmark study with no derivation of predictions from fitted inputs.
full rationale
This manuscript reports a simulation/benchmark study rather than a derivation chain. The methods (Deep Coral, DANN, DSAN, BNM, DALN, DCAN, EUDA) are published external algorithms applied to external datasets; no parameter is fitted to a subset of data and then renamed as a prediction. The headline DSAN figures (91.2% on COVID-19; +6.7% in dynamic stream) are measured accuracies, not quantities implied by the algorithm's definition. The paper's self-citation [2] (Chaddad et al.) appears in the introduction as background for the DA concept and is not load-bearing for any reported result. The A-distance observation in Section 4.5 that DSAN reduces source-target distance is consistent with DSAN's loss being a subdomain MMD, but the paper reports it as an observational check, not as an independent prediction, so it is not circular in the sense of Eq. X = Eq. Y by construction. The most serious issue—the medical domain splits in Section 3.4.1 being random train/test partitions of the same dataset—is a threat to experimental validity and to the generalization claim about medical DA, but it is not a circularity of derivation; the paper's stated limitations concern hyperparameters and test-set reuse, not circular reasoning. Hence no circular step can be exhibited with the required specificity.
Assumptions & free parameters
free parameters (4)
- DA loss weight lambda =
DC:10, DANN:1, DSAN:0.5, BNM:1, DALN:0.1, DCAN:0.5, EUDA:0.3
- Learning rate =
3e-3 to 3e-2 depending on algorithm
- Batch size =
16 for baseline, 8 and 4 in stress tests
- Iterations per epoch =
200 for most, 300 for COVID-19, 1000 for ChestXray8
assumptions (4)
- domain assumption Random train/test splits of a single dataset create meaningful source and target domains
- domain assumption Aligning feature distributions between source and target improves target classification
- domain assumption ImageNet-pretrained ResNet and DenseNet backbones provide a suitable feature space for medical images
- domain assumption Grad-CAM heatmaps reflect clinically meaningful model attention
Cite this review
Pith. "Pith review of Domain Adaptation Techniques for Natural and Medical Image Classification." pith.science (2026). https://pith.science/paper/SOC6DRL3
@misc{pith2026250820537,
author = {Pith},
title = {Pith review of: Domain Adaptation Techniques for Natural and Medical Image Classification},
year = {2026},
howpublished = {\url{https://pith.science/paper/SOC6DRL3}},
note = {Machine review of arXiv:2508.20537}
}
read the original abstract
Domain adaptation (DA) techniques have the potential in machine learning to alleviate distribution differences between training and test sets by leveraging information from source domains. In image classification, most advances in DA have been made using natural images rather than medical data, which are harder to work with. Moreover, even for natural images, the use of mainstream datasets can lead to performance bias. {With the aim of better understanding the benefits of DA for both natural and medical images, this study performs 557 simulation studies using seven widely-used DA techniques for image classification in five natural and eight medical datasets that cover various scenarios, such as out-of-distribution, dynamic data streams, and limited training samples.} Our experiments yield detailed results and insightful observations highlighting the performance and medical applicability of these techniques. Notably, our results have shown the outstanding performance of the Deep Subdomain Adaptation Network (DSAN) algorithm. This algorithm achieved feasible classification accuracy (91.2\%) in the COVID-19 dataset using Resnet50 and showed an important accuracy improvement in the dynamic data stream DA scenario (+6.7\%) compared to the baseline. Our results also demonstrate that DSAN exhibits remarkable level of explainability when evaluated on COVID-19 and skin cancer datasets. These results contribute to the understanding of DA techniques and offer valuable insight into the effective adaptation of models to medical data.
Figures
Figures from the paper (14 more)
Reference graph
Works this paper leans on
-
[50]
DoCIFAR-10classifiersgeneralizetoCIFAR-10? arXivpreprint arXiv:1806.00451, 2018
BenjaminRecht,RebeccaRoelofs,LudwigSchmidt,andVaishaalShankar. DoCIFAR-10classifiersgeneralizetoCIFAR-10? arXivpreprint arXiv:1806.00451, 2018. Ahmad Chaddad et al.:Preprint submitted to Elsevier Page 27 of 27
arXiv 2018
-
[1]
Unpaired,unsuperviseddomainadaptationassumesyourdomainsarealreadysimilar
GijsvanTulderandMarleendeBruijne. Unpaired,unsuperviseddomainadaptationassumesyourdomainsarealreadysimilar. MedicalImage Analysis, 87:102825, 2023
work page 2023
-
[2]
Ahmad Chaddad, Yihang Wu, Yuchen Jiang, Ahmed Bouridane, and Christian Desrosiers. Simulations of common unsupervised domain adaptation algorithms for image classification.IEEE Transactions on Instrumentation and Measurement, 74:1–17, 2025
work page 2025
-
[3]
Domain adaptation in remote sensing image classification: A survey
Jiangtao Peng, Yi Huang, Weiwei Sun, Na Chen, Yujie Ning, and Qian Du. Domain adaptation in remote sensing image classification: A survey. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:9842–9859, 2022
work page 2022
-
[4]
Baochen Sun, Jiashi Feng, and Kate Saenko. Correlation alignment for unsupervised domain adaptation.Domain adaptation in computer vision applications, pages 153–171, 2017
work page 2017
-
[5]
Yongchun Zhu, Fuzhen Zhuang, Jindong Wang, Guolin Ke, Jingwu Chen, Jiang Bian, Hui Xiong, and Qing He. Deep subdomain adaptation network for image classification.IEEE transactions on neural networks and learning systems, 32(4):1713–1722, 2020
work page 2020
-
[6]
Unsuperviseddomainadaptationviadeepconditionaladaptationnetwork
PengfeiGe,Chuan-XianRen,Xiao-LinXu,andHongYan. Unsuperviseddomainadaptationviadeepconditionaladaptationnetwork. Pattern Recognition, 134:109088, 2023
work page 2023
-
[7]
Deep CORAL: Correlation alignment for deep domain adaptation
Baochen Sun and Kate Saenko. Deep CORAL: Correlation alignment for deep domain adaptation. InEuropean conference on computer vision, pages 443–450. Springer, 2016
work page 2016
Show all 50 references
-
[8]
Heterogeneousdomainadaptationviacorrelativeanddiscriminativefeature learning
YuwuLu,DeweiLin,LinlinShen,YicongZhou,andJiahuiPan. Heterogeneousdomainadaptationviacorrelativeanddiscriminativefeature learning. IEEE Transactions on Multimedia, 27:3447–3461, 2025
2025
-
[9]
Weakly correlated multimodal domain adaptation for pattern classification
Shuyue Wang, Zhunga Liu, Zuowei Zhang, and Mohammed Bennamoun. Weakly correlated multimodal domain adaptation for pattern classification. IEEE Transactions on Artificial Intelligence, 6(5):1360–1372, 2025
2025
-
[10]
Domain-adversarial training of neural networks.The journal of machine learning research, 17(1):2096–2030, 2016
Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, François Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks.The journal of machine learning research, 17(1):2096–2030, 2016
2016
-
[11]
Reusing the task-specific classifier as a discriminator: Discriminator-free adversarial domain adaptation
Lin Chen, Huaian Chen, Zhixiang Wei, Xin Jin, Xiao Tan, Yi Jin, and Enhong Chen. Reusing the task-specific classifier as a discriminator: Discriminator-free adversarial domain adaptation. In2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 7171–...
2022
-
[12]
InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3941–3950, 2020
ShuhaoCui,ShuhuiWang,JunbaoZhuo,LiangLi,QingmingHuang,andQiTian.Towardsdiscriminabilityanddiversity:Batchnuclear-norm maximization under label insufficient situations. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3941–3950, 2020
2020
-
[13]
Faa-clip:Federatedadversarialadaptationofclip
YihangWu,AhmadChaddad,ChristianDesrosiers,TareefDaqqaq,andReemKateb. Faa-clip:Federatedadversarialadaptationofclip. IEEE Internet of Things Journal, 12(12):21091–21102, 2025
2025
-
[14]
Domain-guided conditional diffusion model for unsupervised domain adaptation.Neural Networks, 184:107031, 2025
Yulong Zhang, Shuhao Chen, Weisen Jiang, Yu Zhang, Jiangang Lu, and James T Kwok. Domain-guided conditional diffusion model for unsupervised domain adaptation.Neural Networks, 184:107031, 2025
2025
-
[15]
Multi-source domain adaptation by causal-guided adaptive multimodal diffusion networks.International Journal of Computer Vision, 133(7):4623–4645, 2025
Ziyun Cai, Yawen Huang, Tengfei Zhang, Yefeng Zheng, and Dong Yue. Multi-source domain adaptation by causal-guided adaptive multimodal diffusion networks.International Journal of Computer Vision, 133(7):4623–4645, 2025
2025
-
[16]
Ddci: Unsupervised domain adaptation for remote sensing images based on diffusion causal distillation.IEEE Transactions on Geoscience and Remote Sensing, 63:1–12, 2025
Jiaqi Zhao, Yao Li, Yong Zhou, Wen-Liang Du, Xixi Li, Rui Yao, and Abdulmotaleb El Saddik. Ddci: Unsupervised domain adaptation for remote sensing images based on diffusion causal distillation.IEEE Transactions on Geoscience and Remote Sensing, 63:1–12, 2025
2025
-
[17]
Textadapter: Self-supervised domain adaptation for cross-domain text recognition.IEEE Transactions on Multimedia, 26:9854–9865, 2024
Xiao-Qian Liu, Peng-Fei Zhang, Xin Luo, Zi Huang, and Xin-Shun Xu. Textadapter: Self-supervised domain adaptation for cross-domain text recognition.IEEE Transactions on Multimedia, 26:9854–9865, 2024
2024
-
[18]
Samda: Leveraging sam on few-shot domain adaptation for electronic microscopy segmentation
Yiran Wang and Li Xiao. Samda: Leveraging sam on few-shot domain adaptation for electronic microscopy segmentation. In2025 IEEE 22nd International Symposium on Biomedical Imaging (ISBI), pages 1–5. IEEE, 2025
2025
-
[19]
Feature fusion transferability aware transformer for unsupervised domain adaptation
Xiaowei Yu, Zhe Huang, and Zao Zhang. Feature fusion transferability aware transformer for unsupervised domain adaptation. InWinter Conference on Applications of Computer Vision (WACV), pages 6752–6761, 2025
2025
-
[20]
Robust unsupervised domain adaptation through negative-view regularization
Joonhyeok Jang, Sunhyeok Lee, Seonghak Kim, Jung-Un Kim, Seonghyun Kim, and Daeshik Kim. Robust unsupervised domain adaptation through negative-view regularization. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 2462– 2471, 2024
2024
-
[21]
Open-set domain adaptation with visual-language foundation models.Computer Vision and Image Understanding, 250:104230, 2025
Qing Yu, Go Irie, and Kiyoharu Aizawa. Open-set domain adaptation with visual-language foundation models.Computer Vision and Image Understanding, 250:104230, 2025
2025
-
[22]
Adapting visual category models to new domains
Kate Saenko, Brian Kulis, Mario Fritz, and Trevor Darrell. Adapting visual category models to new domains. InEuropean Conference on Computer Vision, pages 213–226. Springer, 2010
2010
-
[23]
Reusing the task-specific classifier as a discriminator: Discriminator-freeadversarialdomainadaptation
Lin Chen, Huaian Chen, Zhixiang Wei, Xin Jin, Xiao Tan, Yi Jin, and Enhong Chen. Reusing the task-specific classifier as a discriminator: Discriminator-freeadversarialdomainadaptation. In ProceedingsoftheIEEE/CVFConferenceonComputerVisionandPatternRecognition (CVPR), pages 718...
2022
-
[24]
A brief review of domain adaptation.Advances in data science and information engineering, pages 877–894, 2021
Abolfazl Farahani, Sahar Voghoei, Khaled Rasheed, and Hamid R Arabnia. A brief review of domain adaptation.Advances in data science and information engineering, pages 877–894, 2021
2021
-
[25]
NeuralNetworks, page 106230, 2024
YuqiFang,Pew-ThianYap,WeiliLin,HongtuZhu,andMingxiaLiu.Source-freeunsuperviseddomainadaptation:Asurvey. NeuralNetworks, page 106230, 2024
2024
-
[26]
Euda: An efficient unsupervised domain adaptation via self-supervised vision transformer
Ali Abedi, QM Wu, Ning Zhang, and Farhad Pourpanah. Euda: An efficient unsupervised domain adaptation via self-supervised vision transformer. arXiv preprint arXiv:2407.21311, 2024
2024 arXiv
-
[27]
Large-scale machine learning with stochastic gradient descent
Léon Bottou. Large-scale machine learning with stochastic gradient descent. In Proceedings of COMPSTAT’2010: 19th International ConferenceonComputationalStatisticsParisFrance,August22-27,2010Keynote,InvitedandContributedPapers ,pages177–186.Springer, 2010
2010
-
[28]
Visualizing data using t-SNE.Journal of machine learning research, 9(11), 2008
Laurens Van der Maaten and Geoffrey Hinton. Visualizing data using t-SNE.Journal of machine learning research, 9(11), 2008
2008
-
[29]
Analysis of representations for domain adaptation.Advances in neural information processing systems, 19, 2006
Shai Ben-David, John Blitzer, Koby Crammer, and Fernando Pereira. Analysis of representations for domain adaptation.Advances in neural information processing systems, 19, 2006
2006
-
[30]
Grad-CAM: Visual explanations from deep networks via gradient-based localization
Ramprasaath R Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, and Dhruv Batra. Grad-CAM: Visual explanations from deep networks via gradient-based localization. InProceedings of the IEEE international conference on computer vision, pages 618–626, 2017
2017
-
[31]
Deep hashing network for unsupervised domain adaptation
Hemanth Venkateswara, Jose Eusebio, Shayok Chakraborty, and Sethuraman Panchanathan. Deep hashing network for unsupervised domain adaptation. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 5018–5027, 2017
2017
-
[32]
Themanyfacesofrobustness:Acriticalanalysisofout-of-distributiongeneralization
Dan Hendrycks, Steven Basart, Norman Mu, Saurav Kadavath, Frank Wang, Evan Dorundo, Rahul Desai, Tyler Zhu, Samyak Parajuli, Mike Guo,DawnSong,JacobSteinhardt,andJustinGilmer. Themanyfacesofrobustness:Acriticalanalysisofout-of-distributiongeneralization. ICCV, 2021
2021
-
[33]
Learning robust global representations by penalizing local predictive power
Haohan Wang, Songwei Ge, Zachary Lipton, and Eric P Xing. Learning robust global representations by penalizing local predictive power. In Advances in Neural Information Processing Systems, pages 10506–10518, 2019
2019
-
[34]
Adaptiope: A modern benchmark for unsupervised domain adaptation
Tobias Ringwald and Rainer Stiefelhagen. Adaptiope: A modern benchmark for unsupervised domain adaptation. In2021 IEEE Winter Conference on Applications of Computer Vision (WACV), pages 101–110, 2021
2021
-
[35]
COVIDNet-CT: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest CT images.Frontiers in Medicine, 7:1025, 2020
Hayden Gunraj, Linda Wang, and Alexander Wong. COVIDNet-CT: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest CT images.Frontiers in Medicine, 7:1025, 2020
2020
-
[36]
ChestX-ray8: Hospital-scale chest X-raydatabaseandbenchmarksonweakly-supervisedclassificationandlocalizationofcommonthoraxdiseases
Xiaosong Wang, Yifan Peng, Le Lu, Zhiyong Lu, Mohammadhadi Bagheri, and Ronald M Summers. ChestX-ray8: Hospital-scale chest X-raydatabaseandbenchmarksonweakly-supervisedclassificationandlocalizationofcommonthoraxdiseases. In ProceedingsoftheIEEE conference on computer vision a...
2017
-
[37]
Vision transformer and explainabletransferlearningmodelsforautodetectionofkidneycyst,stoneandtumorfromCT-radiography
Md Nazmul Islam, Mehedi Hasan, Md Kabir Hossain, Md Golam Rabiul Alam, Md Zia Uddin, and Ahmet Soylu. Vision transformer and explainabletransferlearningmodelsforautodetectionofkidneycyst,stoneandtumorfromCT-radiography. ScientificReports,12(1):11440, 2022
2022
-
[38]
Retinal fundus multi-disease image dataset (RFMiD): A dataset for multi-disease detection research
Samiksha Pachade, Prasanna Porwal, Dhanshree Thulkar, Manesh Kokare, Girish Deshmukh, Vivek Sahasrabuddhe, Luca Giancardo, Gwenolé Quellec, and Fabrice Mériaudeau. Retinal fundus multi-disease image dataset (RFMiD): A dataset for multi-disease detection research. Data, 6(2):14, 2021
2021
-
[39]
The ham10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions.Scientific data, 5(1):1–9, 2018
Philipp Tschandl, Cliff Rosendahl, and Harald Kittler. The ham10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions.Scientific data, 5(1):1–9, 2018
2018
-
[40]
NoelCFCodella,DavidGutman,MEmreCelebi,BrianHelba,MichaelAMarchetti,StephenWDusza,AadiKalloo,KonstantinosLiopyris, Nabin Mishra, Harald Kittler, et al. Skin lesion analysis toward melanoma detection: A challenge at the 2017 international symposium on biomedical imaging (isbi), ...
2017
-
[41]
Bcn20000: Dermoscopic lesions in the wild.arXiv preprint arXiv:1908.02288, 2019
Marc Combalia, Noel CF Codella, Veronica Rotemberg, Brian Helba, Veronica Vilaplana, Ofer Reiter, Cristina Carrera, Alicia Barreiro, Allan C Halpern, Susana Puig, et al. Bcn20000: Dermoscopic lesions in the wild.arXiv preprint arXiv:1908.02288, 2019
1908 arXiv
-
[42]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016
2016
-
[43]
Densely connected convolutional networks
Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely connected convolutional networks. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 4700–4708, 2017
2017
-
[44]
Shufflenet:Anextremelyefficientconvolutionalneuralnetworkformobiledevices
XiangyuZhang,XinyuZhou,MengxiaoLin,andJianSun. Shufflenet:Anextremelyefficientconvolutionalneuralnetworkformobiledevices. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 6848–6856, 2018
2018
-
[45]
MobileNetV2: Inverted residuals and linear bottlenecks
Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen. MobileNetV2: Inverted residuals and linear bottlenecks. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 4510–4520, 2018
2018
-
[46]
Multi-source and multi-target domain adaptation based on dynamic generator with attention.IEEE Transactions on Multimedia, 26:6891–6905, 2024
Yuwu Lu, Haoyu Huang, Biqing Zeng, Zhihui Lai, and Xuelong Li. Multi-source and multi-target domain adaptation based on dynamic generator with attention.IEEE Transactions on Multimedia, 26:6891–6905, 2024
2024
-
[47]
Federated learning for healthcare applications.IEEE Internet of Things Journal, 11(5):7339–7358, 2024
Ahmad Chaddad, Yihang Wu, and Christian Desrosiers. Federated learning for healthcare applications.IEEE Internet of Things Journal, 11(5):7339–7358, 2024
2024
-
[48]
Adversarial domain adaptation with clip for few-shot image classification
Tongfeng Sun, Hongjian Yang, Zhongnian Li, Xinzheng Xu, and Xiurui Wang. Adversarial domain adaptation with clip for few-shot image classification. Applied Intelligence, 55(1):59, 2025
2025
-
[49]
Calibratingdeepneuralnetworksusing focal loss.Advances in Neural Information Processing Systems, 33:15288–15299, 2020
JishnuMukhoti,VivekaKulharia,AmartyaSanyal,StuartGolodetz,PhilipTorr,andPuneetDokania. Calibratingdeepneuralnetworksusing focal loss.Advances in Neural Information Processing Systems, 33:15288–15299, 2020
2020
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.