DML Git page for the paper "Domain Adaptation and Generalization on Functional Medical Images: A Systematic Survey"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.9KB

1 year ago
1 year ago
1 year ago
1 year ago
12345678910111213141516171819202122232425262728293031323334353637
  1. # Domain Adaptation and Generalization on Functional Medical Images: A Systematic Survey
  2. This GitHub repository provides a systematic overview of novel domain adaptation and domain generalization methods on functional brain images. It contains a variety of resources and papers to help researchers and practitioners understand and apply these methods in their own projects. The repository also contains tables and references related to novel domain adaptation and generalization techniques, as well as a collection of related datasets. This repository is a valuable resource for anyone interested in exploring and exploiting the field of domain adaptation and domain generalization on functional brain images.
  3. # Contents
  4. * Table of papers
  5. * [EEG papers](tables/EEG%20papers.md)
  6. * [fMRI papers](tables/fMRI%20papers.md)
  7. * Table of Datasets
  8. * [EEG datasets](tables/EEG%20datasets.md)
  9. * [fMRI datasets](tables/fMRI%20datasets.md)
  10. * Figures
  11. * [Fig 1. Transfer Learning Categories](figures/transfer_learning_categories.pdf)
  12. * [Fig 2. Different Domain Adaptation (DA) scenarios based on label distribution](figures/DA_scenarios_labels.pdf)
  13. * [Fig 3. Distribution of related works on EEG data in recent years based on different domains](figures/EEG_domains_distributions.pdf)
  14. * [Fig 4. Distribution of related works on EEG data in recent years based on different tasks](figures/EEG_tasks_distributions.pdf)
  15. * [Fig 5. Distribution of related works on fMRI data in recent years based on different domains](figures/fMRI_domains_distributions.pdf)
  16. * [Fig 6. Distribution of related works on fMRI data in recent years based on different tasks](figures/fMRI_tasks_distributions.pdf)
  17. * [Fig 7. Hierarchy of different types of architecture used in recent works](figures/Hierarchy_Architecture.pdf)
  18. * [Fig 8. Hierarchy of different Domain Adaptation approaches used in recent works](figures/Hierarchy_DA.pdf)
  19. * [Fig 9. Hierarchy of different Domain Generalization approaches used in recent works](figures/Hierarchy_DG.pdf)
  20. # Cite
  21. [Arxiv version of paper](https://arxiv.org/abs/2212.03176):
  22. ```
  23. @misc{https://doi.org/10.48550/arxiv.2212.03176,
  24. doi = {10.48550/ARXIV.2212.03176},
  25. url = {https://arxiv.org/abs/2212.03176},
  26. author = {Sarafraz, Gita and Behnamnia, Armin and Hosseinzadeh, Mehran and Balapour, Ali and Meghrazi, Amin and Rabiee, Hamid R.},
  27. keywords = {Image and Video Processing (eess.IV), Computer Vision and Pattern Recognition (cs.CV), Machine Learning (cs.LG), FOS: Electrical engineering, electronic engineering, information engineering, FOS: Electrical engineering, electronic engineering, information engineering, FOS: Computer and information sciences, FOS: Computer and information sciences},
  28. title = {Domain Adaptation and Generalization on Functional Medical Images: A Systematic Survey},
  29. publisher = {arXiv},
  30. year = {2022},
  31. copyright = {arXiv.org perpetual, non-exclusive license}
  32. }
  33. ```