DAMSL: Domain Agnostic Meta Score-based Learning
John Cai, Bill Cai, Shengmei Shen

TL;DR
DAMSL introduces a domain-agnostic meta-learning approach that leverages score-based representations and graph neural networks to improve cross-domain few-shot learning performance significantly.
Contribution
It proposes a novel domain-agnostic metric space and GNN-based embedding method to address overfitting and under-utilization issues in prior meta-learning techniques.
Findings
Outperforms state-of-the-art methods on established benchmarks
Achieves significant accuracy improvements across various domain shifts
Effectively utilizes support set structure for better generalization
Abstract
In this paper, we propose Domain Agnostic Meta Score-based Learning (DAMSL), a novel, versatile and highly effective solution that delivers significant out-performance over state-of-the-art methods for cross-domain few-shot learning. We identify key problems in previous meta-learning methods over-fitting to the source domain, and previous transfer-learning methods under-utilizing the structure of the support set. The core idea behind our method is that instead of directly using the scores from a fine-tuned feature encoder, we use these scores to create input coordinates for a domain agnostic metric space. A graph neural network is applied to learn an embedding and relation function over these coordinates to process all information contained in the score distribution of the support set. We test our model on both established CD-FSL benchmarks and new domains and show that our method…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Cancer-related molecular mechanisms research
MethodsGraph Neural Network
