REVIEW 5 major objections 5 minor 71 references
KG-DG claims that combining clinical lesion rules with a vision transformer via confidence fusion improves diabetic retinopathy generalization to unseen domains.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
KG-DG fuses YOLO-derived lesion features with a frozen ViT via confidence-based fusion and claims gains in diabetic retinopathy domain generalization, but the central KL-divergence mechanism and the MDG headline are contradicted by the paper's own tables.
T0 review reviewed 2026-08-05 challenge →
load-bearing objection Abstract and MDG claims don't survive contact with the paper's own tables, but the SDG results may hide a salvageable empirical core if provenance questions are answered. the 5 major comments →
Single Domain Generalization in Diabetic Retinopathy: A Neuro-Symbolic Learning Approach
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
KG-DG's central claim is that the best way to generalize a DR classifier to an unseen fundus-image domain is not to make the neural network alone more robust, but to give it a parallel, expert-driven reasoning path. The symbolic path encodes clinical rules from Table 1 (e.g., neovascularization implies proliferative DR) into quantitative lesion features, learns a Gradient Boosting classifier on those features, and then combines the two branches by a confidence-weighted fusion rule. On four public datasets treated as four domains, the authors report that the fused model outperforms transformer and CNN baselines in most single-source settings and that the symbolic-only model reaches the best a
What carries the argument
The engine is a dual-branch classifier. One branch is an ImageNet-pretrained ViT (DeiT-Small, CvT-13, or T2T-ViT) whose classification head is trained with class-weighted cross-entropy. The other branch turns clinical rules into numbers: YOLOv11 detects lesion bounding boxes, a U-Net vessel segmenter optionally measures tortuosity, caliber, and branching angle, and these measurements form a structured feature vector F* that a Gradient Boosting classifier maps to a severity label. A fusion step, selecting the highest-confidence prediction, the class-wise max, or a weighted sum of softmax scores, produces the final output. The framework also states that KL divergence between symbolic domain em
Load-bearing premise
The load-bearing premise is that all four datasets can be treated as one five-class DR task, including Messidor's grading scale, and that the lesion detectors were fine-tuned on a small expert set that does not include the evaluation domain, so the symbolic features are genuinely domain-invariant.
What would settle it
Retrain the YOLOv11 lesion detector from scratch on a training domain with no test-domain images, then run the full KG-DG fusion on a held-out test domain: if the symbolic branch's cross-domain accuracy matches the reported 74.0% on APTOS when trained on Messidor, the claim survives; if it collapses, the symbolic features are not domain-invariant. Separately, add the KL-divergence loss to training and measure embedding distances; if removing it changes no accuracy, the alignment mechanism is not load-bearing.
If this is right
- If the paper's claims hold, DR grading systems could be deployed to a new clinic with a single source dataset, because lesion-based reasoning carries over even when pixel statistics do not.
- Clinical lesion counts such as exudate count and hemorrhage density become a cheap, interpretable regularizer; models that use them need not trade away accuracy for explainability.
- The symbolic-only result in MDG suggests that, for DR, a small curated set of biomarkers can outperform large-image classifiers under domain shift, reducing the annotation load for new deployment sites.
- The same dual-branch pattern could transfer to other medical imaging tasks where expert rules identify countable lesions or structures, such as OCT biomarkers or chest X-ray findings.
Where Pith is reading between the lines
- The fusion logic is modular, so swapping YOLOv11 for a lighter detector or using lesion counts alone would isolate whether the gain comes from the clinical prior or from detector quality.
- The vein-feature ablation suggests not all clinical biomarkers transfer; ranking symbolic features by their cross-domain embedding distance could identify which ones should be dropped at deployment time.
- A natural test of the alignment claim is to insert an explicit KL-divergence loss on the symbolic domain embeddings and compare cross-domain accuracy with and without it.
- The same two-branch design could be tried on OCT or chest X-ray tasks where countable lesions and expert rules exist, with the symbolic branch providing an auditable second opinion.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes KG-DG, a neuro-symbolic framework for diabetic retinopathy (DR) classification that combines a Vision Transformer (ViT) branch with a symbolic branch based on lesion detection (YOLOv11) and retinal vessel segmentation features. The symbolic features are classified by a Gradient Boosting model, and the two branches are fused via confidence-based strategies. The authors claim that the framework addresses both single-domain generalization (SDG) and multi-domain generalization (MDG) by minimizing KL divergence between domain embeddings, and report accuracy gains up to 5.2% over baselines on APTOS, EyePACS, Messidor-1, and Messidor-2, with a symbolic-only model achieving 63.67% average accuracy in MDG. The paper includes SDG tables per source domain, an MDG comparison table, and an ablation study on lesion versus vessel features.
Significance. If the central claims were supported, the paper would make a useful contribution: it would demonstrate that structured clinical lesion features, when combined with deep representations, improve cross-domain generalization in DR classification—a practically important problem. The idea of using knowledge-guided symbolic features as regularizers is plausible and aligned with prior work on concept bottleneck models and knowledge-guided medical imaging. However, the significance is undermined by the fact that the main proposed mechanism (KL divergence alignment of domain embeddings) is never actually defined or implemented in the methodology, and the headline MDG result is contradicted by the paper's own table. The experimental comparisons also suffer from unresolved questions about feature-extractor provenance and label remapping, making the empirical claims unverifiable as stated.
major comments (5)
- [Abstract, Sec. 3, Sec. 5.2] The abstract and related work claim that KG-DG 'addresses both SDG and MDG by minimizing the KL divergence between domain embeddings, thereby enforcing alignment of high-level clinical semantics.' However, no KL-divergence loss, domain-embedding definition, or alignment training step appears anywhere in the Methodology (Sec. 3). The only occurrence of 'KL' in the experimental sections is as an abbreviation for the knowledge-based classifier (e.g., 'Knowledge (KL)' in Tables 2-5 and 'ViT+KL' in Table 6). Thus the central alignment mechanism is absent; the paper conflates a classifier label with a domain-alignment objective.
- [Sec. 4.2, Table 6] The MDG claim is internally contradicted. Sec. 4.2 states that 'the knowledge-guided symbolic model (KL only) achieved the best average accuracy (63.67%),' but Table 6 lists ERM-ViT (CvT-13) and SPSD-ViT with averages of 65.5%, i.e., above 63.67%. Additionally, the fused ViT+KL method (Ours) achieves only 58.4% average accuracy, which is below both its own neural-only ViT (61.18%) and the KL-only model (63.67%), and below nearly all baselines. The abstract's assertion that 'the complete neuro-symbolic integration achieves the highest accuracy compared to existing published baselines' is therefore not supported by the reported data.
- [Sec. 3.2] The provenance of the fine-tuning images for the feature extractors is unspecified. The paper says that YOLOv11 and the vein segmentation module were fine-tuned on 'approximately 500' expert-annotated images but does not state which dataset those images came from. If any target-domain images (e.g., APTOS) were included, then the symbolic features for that target are partially in-domain at the feature-extractor level, and the cross-domain generalization claim—particularly the large APTOS gains in Tables 3 and 4—is contaminated. The authors must disclose the exact source of these fine-tuning images and confirm that no target-domain data were used in training the knowledge extractors.
- [Sec. 5.1] The paper treats APTOS, EyePACS, Messidor-1, and Messidor-2 as interchangeable classification tasks with the same label space, but it never states how the Messidor grading scale was remapped to the 5-class APTOS/EyePACS labels. Messidor uses a 0-3 severity scale (or 0-4 in some versions), while APTOS/EyePACS use 0-4. Without an explicit remapping procedure, the symbolic rules and the cross-domain accuracy numbers are not well defined. The authors should specify the label alignment and report per-class or per-dataset label distributions to confirm that the comparison is meaningful.
- [Sec. 3.1] Fusion hyperparameters are 'empirically tuned' with no stated validation procedure. The weighted fusion weights (α_DL, α_KL) and the selection among the four fusion strategies appear to be chosen based on the test domains, as no held-out validation set is described. This constitutes a form of test-set fitting for the reported 'best' results. The authors should specify how these choices were made, ideally with a validation split or a sensitivity analysis across the full range of weights.
minor comments (5)
- [Throughout] The notation 'KL' for the knowledge classifier is confusing because the same letters are used for Kullback-Leibler divergence in the text. Please rename the symbolic classifier (e.g., 'Sym' or 'KB') and reserve 'KL' for the divergence measure.
- [Sec. 3.2] The paper alternates between 'vein segmentation' and 'vessel segmentation'; retinal imaging typically refers to arteries and veins jointly as vessels. Please use consistent terminology.
- [Sec. 5.1] The text says 'MESSIDOR' while elsewhere 'Messidor' is used. Please unify capitalization and dataset name formatting across tables and text.
- [Sec. 2] Some references appear mismatched: e.g., [59] is cited as TransDR but the reference list entry [59] is a diffusion-based domain augmentation paper. Please verify all citation-to-reference mappings.
- [Table 6] The backbone columns for the proposed methods list parameter counts but not the specific ViT variant consistently (e.g., 'Vit (22M)' vs 'Vit(21.5M)'). Clarify which architecture was used for each row.
Circularity Check
No derivation reduces to its inputs by construction; the main issues are unsupported KL-claim, internal MDG contradiction, and unspecified extractor provenance, which are correctness/verifiability problems. One minor non-load-bearing self-citation is present.
specific steps
-
other
[Section 2.2, second paragraph (Related Work: The Role of Knowledge-Guided Systems)]
"Similarly, DeepXSOZ [24] utilized symbolic EEG biomarkers, achieving a 38.5% performance gain over CNN baselines for seizure onset prediction."
Reference [24] is authored by two members of this paper's team (Banerjee and Gupta), making it a self-citation. It is invoked as supporting evidence that symbolic biomarkers improve out-of-distribution robustness. However, the central KG-DG claim does not reduce to this citation: the paper's own held-out-domain experiments are the operative evidence, and the symbolic classifier's results are measured independently of the cited work. Thus this is a minor self-citation rather than a load-bearing circular step; it is flagged only because the scoring rubric treats one non-load-bearing self-citation as a mild issue.
full rationale
I examined the claimed derivation chain: extract symbolic lesion/vessel features with fine-tuned YOLOv11 and a vessel segmenter, train a Gradient Boosting classifier on source-domain features, fuse with a ViT via confidence rules, and evaluate on held-out domains. No equation in Section 3 makes the target-domain label a function of the source fit; the reported cross-domain accuracies are genuine held-out measurements rather than identities. The abstract's claim of minimizing KL divergence between domain embeddings is not implemented in Section 3, and the MDG discussion contradicts Table 6 (63.67% is called the best while 65.5% baselines are listed in the same paragraph, and ViT+KL is 58.4%, below both components and baselines). These are correctness errors, not reductions by construction. The fusion weights are described as 'empirically tuned' without a stated validation protocol, but the paper does not say they are fit to target-domain labels, so I cannot exhibit a statistical forcing. The fine-tuning provenance of the extractors (approximately 500 images of unspecified origin) is a serious verifiability risk: if target-domain images were included, the 'unseen domain' claim would be contaminated, but the paper does not state this, so it remains a conditional concern rather than a demonstrated circular step. The only self-citation is ref. [24], used as motivation for symbolic biomarkers; it is not load-bearing for the paper's own empirical results. Accordingly, there is no construction-level circularity, and the score reflects only the minor non-load-bearing self-citation.
Axiom & Free-Parameter Ledger
free parameters (3)
- Fusion weights (alpha_DL, alpha_KL) =
not reported
- Fusion strategy selection =
Non-weighted for APTOS; Weighted for MESSIDOR2; varies by source
- Class weights in cross-entropy loss =
not reported
axioms (4)
- domain assumption Clinical lesion rules in Table 1 correctly map lesion presence and counts to DR severity grades across all four datasets.
- domain assumption APTOS, EyePACS, Messidor-1, and Messidor-2 share a compatible label space (severity grades) without remapping.
- domain assumption YOLOv11 and the vessel segmentation U-Net, fine-tuned on about 500 expert-annotated images, generalize feature extraction to all four datasets.
- domain assumption Lesion features are domain-invariant while vessel features are not.
invented entities (1)
-
Domain embeddings of high-level clinical semantics (KL-aligned)
no independent evidence
Cite this review
Pith. "Pith review of Single Domain Generalization in Diabetic Retinopathy: A Neuro-Symbolic Learning Approach." pith.science (2026). https://pith.science/paper/TRDYV6MA
@misc{pith2026250902918,
author = {Pith},
title = {Pith review of: Single Domain Generalization in Diabetic Retinopathy: A Neuro-Symbolic Learning Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/TRDYV6MA}},
note = {Machine review of arXiv:2509.02918}
}
read the original abstract
Domain generalization remains a critical challenge in medical imaging, where models trained on single sources often fail under real-world distribution shifts. We propose KG-DG, a neuro-symbolic framework for diabetic retinopathy (DR) classification that integrates vision transformers with expert-guided symbolic reasoning to enable robust generalization across unseen domains. Our approach leverages clinical lesion ontologies through structured, rule-based features and retinal vessel segmentation, fusing them with deep visual representations via a confidence-weighted integration strategy. The framework addresses both single-domain generalization (SDG) and multi-domain generalization (MDG) by minimizing the KL divergence between domain embeddings, thereby enforcing alignment of high-level clinical semantics. Extensive experiments across four public datasets (APTOS, EyePACS, Messidor-1, Messidor-2) demonstrate significant improvements: up to a 5.2% accuracy gain in cross-domain settings and a 6% improvement over baseline ViT models. Notably, our symbolic-only model achieves a 63.67% average accuracy in MDG, while the complete neuro-symbolic integration achieves the highest accuracy compared to existing published baselines and benchmarks in challenging SDG scenarios. Ablation studies reveal that lesion-based features (84.65% accuracy) substantially outperform purely neural approaches, confirming that symbolic components act as effective regularizers beyond merely enhancing interpretability. Our findings establish neuro-symbolic integration as a promising paradigm for building clinically robust, and domain-invariant medical AI systems.
Reference graph
Works this paper leans on
-
[1]
M. Arjovsky, L. Bottou, I. Gulrajani, and D. Lopez-Paz. Invariant risk minimization. arXiv preprint, arXiv:1907.02893, 2019
Pith/arXiv arXiv 1907
- [2]
-
[3]
M. Atwany and M. Yaqub. Drgen: Domain generalization in diabetic retinopathy classification. In Medical Image Computing and Computer-Assisted Intervention (MICCAI), pages 635–644, 2022
work page 2022
- [4]
-
[5]
G. Blanchard, G. Lee, and C. Scott. Generalizing from several related classification tasks to a new unlabeled sample. InProceedings of the 24th International Conference on Neural Information Processing Systems (NeurIPS), pages 2178–2186, 2011
work page 2011
- [6]
-
[7]
C. Chen et al. Improving the generalizability of convolutional neural network–based segmentation on cmr images. Frontiers in Cardiovascular Medicine, 7:105, 2020
work page 2020
-
[8]
T. Chen, K. Han, and J. Wang. Fortifying medical image domain generalization via contrastive feature disentanglement. IEEE Transactions on Medical Imaging, 43(2):512–525, 2024
work page 2024
-
[9]
E. Decencière et al. Feedback on a publicly distributed image database: The messidor database. Image Analysis and Stereology, 2014
work page 2014
-
[10]
A. Dosovitskiy et al. An image is worth 16x16 words: Transformers for image recognition at scale. In International Conference on Learning Representations (ICLR), 2021
work page 2021
-
[11]
Q. Dou, D. C. Castro, K. Kamnitsas, and B. Glocker. Domain generalization via model-agnostic learning of semantic features. In Advances in Neural Information Processing Systems (NeurIPS) , volume 32, pages 579–589, 2019. arXiv:1901.10184
work page internal anchor Pith review Pith/arXiv arXiv 2019
-
[12]
A. Espinosa Zarlenga et al. Concept embedding models: Toward interpretable and accurate concept-based learning. In Proceedings of the 36th Conference on Neural Information Processing Systems (NeurIPS), 2022
work page 2022
-
[13]
A. A. for Pediatric Ophthalmology and Strabismus. Proliferative diabetic retinopathy. https://aapos.org/glossary/proliferative-diabetic-retinopathy, 2023
work page 2023
-
[14]
R. N. Frank. Diabetic retinopathy. New England Journal of Medicine, 350(1):48–58, 2004
work page 2004
- [15]
-
[16]
M. Ghifary, W. B. Kleijn, M. Zhang, and D. Balduzzi. Domain generalization for object recognition with multi-task autoencoders. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 2551–2559, 2015
work page 2015
-
[17]
E. R. Group. Grading diabetic retinopathy and estimating its progression. Ophthalmology, 98(5):786–806, 1991
work page 1991
-
[18]
I. Gulrajani and D. Lopez-Paz. In search of lost domain generalization. In International Conference on Learning Representations (ICLR), 2021
work page 2021
-
[19]
S. Han, J. Wang, J. Luo, and D. Liu. Neuro-symbolic generative model for medical report generation with prior knowledge. IEEE Transactions on Medical Imaging, 40(12):3436–3447, 2021
work page 2021
-
[20]
K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 770–778, 2016
work page 2016
-
[21]
C. Jayanga, G. Kuruppu, and M. H. Khan. Generalizing to unseen domains in diabetic retinopathy classification. arXiv preprint, arXiv:2311.01673, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[22]
Y . Jia, J. Zhang, S. Shan, and X. Chen. Single-side domain generalization for face anti-spoofing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 8481–8490, 2020
work page 2020
-
[23]
Diabetic retinopathy detection
Kaggle. Diabetic retinopathy detection. https://www.kaggle.com/c/ diabeticretinopathy-detection, 2015
work page 2015
- [24]
- [25]
-
[26]
A. Khandelwal, R. Siyal, Y . Xu, and A. Bhaskaran. Graphdr: Lesion ontology guided graph convolution for diabetic retinopathy classification. In Medical Image Computing and Computer-Assisted Intervention (MICCAI), 2023
work page 2023
-
[27]
P. W. Koh, T. Nguyen, Y . S. Tang, S. Mussmann, E. Pierson, B. Kim, and P. Liang. Concept bottleneck models. In Proceedings of the 37th International Conference on Machine Learning (ICML), 2020
work page 2020
-
[28]
D. Li, Y . Yang, Y . Song, and T. M. Hospedales. Deeper, broader and artier domain generalization. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 5543–5551, 2017
work page 2017
-
[29]
D. Li, Y . Yang, Y . Song, and T. M. Hospedales. Learning to generalize: Meta-learning for domain generalization. In Proceedings of the 32nd AAAI Conference on Artificial Intelligence (AAAI) , volume 32, pages 427–434, 2018
work page 2018
-
[30]
H. Li, S. Pan, S. Wang, and A. C. Kot. Domain generalization with adversarial feature learning. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5400–5409, 2018
work page 2018
-
[31]
H. Li, Y . Wang, R. Wan, S. Wang, T.-Q. Li, and A. C. Kot. Domain generalization for medical imaging classification with linear-dependency regularization. In Advances in Neural Information Processing Systems (NeurIPS), volume 33, pages 3118–3129, 2020
work page 2020
-
[32]
Y . Li, X. Tian, M. Gong, Y . Liu, T. Liu, K. Zhang, and D. Tao. Deep domain generalization via conditional invariant adversarial networks. In European Conference on Computer Vision (ECCV), 2018
work page 2018
-
[33]
Y . Li, Y . Yang, W. Zhou, and T. M. Hospedales. Feature-critic networks for heterogeneous domain generalization. In Proceedings of the 36th International Conference on Machine Learning (ICML) , pages 3915–3924, 2019
work page 2019
- [34]
-
[35]
Q. Liu, Q. Dou, and P.-A. Heng. Shape-aware meta-learning for generalizing prostate mri segmentation to unseen domains. In Medical Image Computing and Computer-Assisted Intervention (MICCAI), pages 475–485, 2020
work page 2020
-
[36]
Q. Liu, Q. Dou, L. Yu, and P.-A. Heng. Ms-net: Multi-site network for improving prostate segmentation with heterogeneous mri data. IEEE Transactions on Medical Imaging, 39(9):2713–2724, Sept. 2020
work page 2020
-
[37]
D. Mahajan, S. Tople, and A. Sharma. Domain generalization using causal matching. In International Conference on Machine Learning (ICML), pages 7313–7324, 2021
work page 2021
-
[38]
K. Muandet, D. Balduzzi, and B. Schölkopf. Domain generalization via invariant feature representation. In Proceedings of the 30th International Conference on Machine Learning (ICML), pages I–10–I–18, 2013
work page 2013
-
[39]
A. A. of Ophthalmology. Diabetic retinopathy preferred practice pattern, 2023. https://www.aao.org/preferred-practice-pattern/ diabetic-retinopathy-ppp, 2023
work page 2023
-
[40]
S. Otálora, M. Atzori, V . Andrearczyk, A. Khan, and H. Müller. Staining invariant features for improving generalization of deep convolutional neural networks in computational pathology.Frontiers in Bioengineering and Biotechnology, 7:198, 2019
work page 2019
-
[41]
E. Ozkan and X. Boix. On the benefits of multi-domain training for medical image analysis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 12456–12466, 2024
work page 2024
-
[42]
S. Publishing. Diabetic retinopathy. https://www.ncbi.nlm.nih.gov/ books/NBK560805/, 2024
work page 2024
-
[43]
A. Rame, C. Dancette, and M. Cord. Fishr: Invariant gradient variances for out-of-distribution generalization. In International Conference on Machine Learning (ICML), 2022
work page 2022
- [44]
-
[45]
D. M. Shama, J. Jing, and A. Venkataraman. Deepsoz: A robust deep model for joint temporal and spatial seizure onset localization from multichannel eeg data. In Medical Image Computing and Computer-Assisted Intervention (MICCAI), pages 183–193, 2023
work page 2023
-
[46]
S. Shankar, V . Piratla, S. Chakrabarti, S. Chaudhuri, P. Jyothi, and S. Sarawagi. Generalizing across domains via cross-gradient training. In International Conference on Learning Representations (ICLR), 2018
work page 2018
-
[47]
R. Shao, X. Lan, J. Li, and P. C. Yuen. Multi-adversarial discriminative deep domain generalization for face presentation attack detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 10015–10023, 2019
work page 2019
-
[48]
Y . Shi, J. Seely, P. H. S. Torr, N. Siddharth, A. Hannun, N. Usunier, and G. Synnaeve. Gradient matching for domain generalization. arXiv preprint, arXiv:2104.09937, 2021
Pith/arXiv arXiv 2021
-
[49]
U. V . Shukla and K. Tripathy. Diabetic retinopathy, 2025. Updated August 25, 2023, https://www.ncbi.nlm.nih.gov/books/NBK560805/
work page 2025
- [50]
-
[51]
M. Sultana, M. Naseer, S. Khan, and F. Khan. Self-distilled vision transformer for domain generalization. InAsian Conference on Computer Vision (ACCV), 2022
work page 2022
- [52]
-
[53]
B. Sun, J. Feng, and K. Saenko. Deep coral: Correlation alignment for deep domain adaptation. In European Conference on Computer Vision (ECCV), pages 443–450, 2016
work page 2016
-
[54]
H. Touvron, M. Cord, M. Douze, F. Massa, A. Sablayrolles, and H. Jégou. Training data-efficient image transformers & distillation through attention. In Proceedings of the 38th International Conference on Machine Learning (ICML), 2021
work page 2021
-
[55]
H. Touvron, M. Cord, M. Douze, F. Massa, A. Sablayrolles, and H. Jégou. Training data-efficient image transformers & distillation through attention. In International Conference on Machine Learning (ICML), 2021
work page 2021
-
[56]
Vapnik.The Nature of Statistical Learning Theory
V . Vapnik.The Nature of Statistical Learning Theory. Springer Science & Business Media, 1999
work page 1999
-
[57]
R. V olpi and V . Murino. Addressing model vulnerability to distributional shifts over image transformation sets. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 7979–7988, 2019
work page 2019
-
[58]
C.-Y . Wang, A. Bochkovskiy, and H.-Y . M. Liao. Yolov7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors. arXiv preprint, arXiv:2207.02696, 2022
Pith/arXiv arXiv 2022
-
[59]
Y . Wang, Z. Zhang, and X. Li. Diffusion-based domain augmentation for robust medical image analysis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 12345–12355, 2024
work page 2024
-
[60]
C. P. Wilkinson, F. L. Ferris, R. E. Klein, P. P. Lee, C.-D. Agardh, M. Davis, and H.-P. Hammes. Proposed international clinical diabetic retinopathy and diabetic macular edema disease severity scales. Ophthalmology, 110(9):1677–1682, 2003
work page 2003
-
[61]
H. Wu, B. Xiao, N. Codella, M. Liu, X. Dai, L. Yuan, and L. Zhang. Cvt: Introducing convolutions to vision transformers. arXiv preprint, arXiv:2103.15808, 2021
Pith/arXiv arXiv 2021
-
[62]
S. Yan, H. Song, N. Li, L. Zou, and L. Ren. Improve unsupervised domain adaptation with mixup training. In arXiv preprint, volume arXiv:2001.00677, 2020
Pith/arXiv arXiv 2001
- [63]
-
[65]
L. Yuan, Y . Chen, T. Wang, W. Yu, Y . Shi, Z. Jiang, F. E. H. Tay, J. Feng, and S. Yan. Tokens-to-token vit: Training vision transformers from scratch on imagenet. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021
work page 2021
-
[66]
L. Zhang et al. Generalizing deep learning for medical image segmentation to unseen domains via deep stacked transformation. IEEE Transactions on Medical Imaging, 39(7):2531–2540, 2020
work page 2020
- [67]
-
[68]
L. Zhao, Z. Yu, and G. Chen. Ddr: A diverse dataset for diabetic retinopathy classification. In Medical Image Computing and Computer-Assisted Intervention (MICCAI), pages 234–245, 2022
work page 2022
-
[69]
K. Zhou, Y . Yang, T. M. Hospedales, and T. Xiang. Deep domain-adversarial image generation for domain generalisation. In Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI), pages 13025–13032, 2020
work page 2020
-
[70]
K. Zhou, Y . Yang, T. M. Hospedales, and T. Xiang. Learning to generate novel domains for domain generalization. In Proceedings of the European Conference on Computer Vision (ECCV), pages 561–578, 2020
work page 2020
-
[71]
K. Zhou, Y . Yang, Y . Qiao, and T. Xiang. Domain generalization with mixstyle. In International Conference on Learning Representations (ICLR), 2021. arXiv:2012.03641
work page internal anchor Pith review Pith/arXiv arXiv 2021
-
[2019]
https://www.kaggle.com/c/aptos2019-blindness-detection
This paper was first reviewed by deepseek-v4-flash on August 5, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.