XAI Vision Transfer

Back to Projects

Computer Vision · April 2026

Explainable and budget-aware transfer-learning study comparing CNN, ViT, and DHVT across CIFAR-10, EuroSAT, and Brain Tumor MRI.

Role: ML / CV Research Engineer Impact: Checkpoint-first evaluation and XAI workflow Stack: PyTorch · CNN · ViT · DHVT · Grad-CAM

TL;DR

  • Problem: Compare how CNNs, transformers, and hybrid transformers behave under limited data, domain shift, and explainability constraints.
  • Approach: Controlled CIFAR-10 source study with robustness and data-efficiency analysis, followed by transfer to EuroSAT and Brain Tumor MRI with scratch, linear-probe, and full-fine-tune settings.
  • Outcome: DHVT became the strongest clean CIFAR-10 model and the best Brain MRI transfer model, while ViT stayed the most texture-robust and linear probing was consistently weaker than full fine-tuning.