Task-Level Contrastiveness for Cross-Domain Few-Shot Learning
Kristi Topollai, Anna Choromanska
TL;DR
This work tackles the challenge of generalizing across diverse domains in few-shot learning. It introduces task-level contrastive learning, defining auxiliary task augmentations and a contrastive loss that operates on task representations to promote unsupervised clustering of tasks. The method is designed to plug into existing meta-learning algorithms, improving domain generalization while reducing computational and memory overhead; it is demonstrated on the MetaDataset benchmark with consistent gains. By enabling domain-aware modulation and unsupervised domain routing, the approach reduces reliance on domain labels and enhances practical applicability in heterogeneous task settings.
Abstract
Few-shot classification and meta-learning methods typically struggle to generalize across diverse domains, as most approaches focus on a single dataset, failing to transfer knowledge across various seen and unseen domains. Existing solutions often suffer from low accuracy, high computational costs, and rely on restrictive assumptions. In this paper, we introduce the notion of task-level contrastiveness, a novel approach designed to address issues of existing methods. We start by introducing simple ways to define task augmentations, and thereafter define a task-level contrastive loss that encourages unsupervised clustering of task representations. Our method is lightweight and can be easily integrated within existing few-shot/meta-learning algorithms while providing significant benefits. Crucially, it leads to improved generalization and computational efficiency without requiring prior knowledge of task domains. We demonstrate the effectiveness of our approach through different experiments on the MetaDataset benchmark, where it achieves superior performance without additional complexity.
