thuml / Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
http://transfer.thuml.ai
MIT License
3.39k stars 553 forks source link

Code for Mean Embedding Test #174

Closed KEVIN666666666 closed 1 year ago

KEVIN666666666 commented 1 year ago

Hi there,

In the paper "Transferable Representation Learning with Deep Adaptation Networks",

There are 2 Two-Sample Test Statistics, MK-MMD and Mean Embedding Test (ME), I can find the code for MK-MMD but can't find any clue for ME, is there any code for ME or will the code for ME be avaliable?

thucbx99 commented 1 year ago

Hi,

We do notice this is missing in our library. Yet currently we are too busy to support it. Maybe you can refer to recent works on DA Theory or Decision Making Theory to see if they implement the code.