paper-with-me

Papers

Domain Generalisation via Risk Distribution Matching

2023-10-28 · Toan Nguyen, Kien Do, Bao Duong, Thin Nguyen

We propose a novel approach for domain generalisation (DG) leveraging risk distributions to characterise domains, thereby achieving domain invariance. In our findings, risk distributions effectively highlight differences between training domains and reveal their inherent complexities. In testing, we may observe similar, or potentially intensifying in magnitude, divergences between risk distributions. Hence, we propose a compelling proposition: Minimising the divergences between risk distributions across training domains leads to robust invariance for DG. The key rationale behind this concept is that a model, trained on domain-invariant or stable features, may consistently produce similar risk distributions across various domains. Building upon this idea, we propose Risk Distribution Matching (RDM). Using the maximum mean discrepancy (MMD) distance, RDM aims to minimise the variance of risk distributions across training domains. However, when the number of domains increases, the direct optimisation of variance leads to linear growth in MMD computations, resulting in inefficiency. Instead, we propose an approximation that requires only one MMD computation, by aligning just two distributions: that of the worst-case domain and the aggregated distribution from all domains. Notably, this method empirically outperforms optimising distributional variance while being computationally more efficient. Unlike conventional DG matching algorithms, RDM stands out for its enhanced efficacy by concentrating on scalar risk distributions, sidestepping the pitfalls of high-dimensional challenges seen in feature or gradient matching. Our extensive experiments on standard benchmark datasets demonstrate that RDM shows superior generalisation capability over state-of-the-art DG methods.

📄 PDF Abstract BibTeX arXiv:2310.18598

Code (2)

nktoan/risk-distribution-matching 공식 구현 pytorch
facebookresearch/DomainBed pytorch

Similar Papers 제목 키워드 기반

Domain Generalisation via Imprecise Learning

2024-04-06 · Anurag Singh, Siu Lun Chau, Shahine Bouabid, Krikamol Muandet

Out-of-distribution (OOD) generalisation is challenging because it involves not only learning from empirical data, but also deciding among various notions of generalisation, e.g., optimising the average-case risk, worst-…

Generalisation and the Risk--Entropy Curve

2022-02-15 · Dominic Belcher, Antonia Marcu, Adam Prügel-Bennett

In this paper we show that the expected generalisation performance of a learning machine is determined by the distribution of risks or equivalently its logarithm -- a quantity we term the risk entropy -- and the fluctuat…

Domain Generalisation with Bidirectional Encoder Representations from Vision Transformers

2023-07-16 · Hamza Riaz, Alan F. Smeaton

Domain generalisation involves pooling knowledge from source domain(s) into a single model that can generalise to unseen target domain(s). Recent research in domain generalisation has faced challenges when using deep lea…

Loss Function Learning for Domain Generalization by Implicit Gradient

2021-09-29 · Boyan Gao, Henry Gouk, Yongxin Yang, Timothy Hospedales

Generalising robustly to distribution shift is a major challenge that is pervasive across most real-world applications of machine learning. A recent study highlighted that many advanced algorithms proposed to tackle such…

Domain GeneralizationMeta-Learning

Okapi: Generalising Better by Making Statistical Matches Match

2022-11-07 · Myles Bartlett, Sara Romiti, Viktoriia Sharmanska, Novi Quadrianto

We propose Okapi, a simple, efficient, and general method for robust semi-supervised learning based on online statistical matching. Our method uses a nearest-neighbours-based matching procedure to generate cross-domain v…

BenchmarkingBinary ClassificationMulti-class Classification