yuntaodu / PMGN

This is the official code repository for MM'20 paper 'Prototype-Matching Graph Network for Heterogeneous Domain Adaptation'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PMGN: Prototype-Matching Graph Network for Heterogeneous Domain Adaptation

This is the official implementation of MM'20 paper 'Prototype-Matching Graph Network for Heterogeneous Domain Adaptation'

Please install the required libaries first, and then run code

python train.py
Source domain Target domain Extra Parameter Setting Result (Pytorch 1.6.0)
Amazon_Surf Webcam_Decaf --dis_loss=0.15 98.62
rand_GR rand_SP_10 99.60
NUSTAG IMGNET 86.29

Full dataset can be download at:

Working Directory

PMGN
|-data
  |- mrc
  |- Office-Caltech
  | - ...
|- utils
|- ...
|- train.py

About

This is the official code repository for MM'20 paper 'Prototype-Matching Graph Network for Heterogeneous Domain Adaptation'


Languages

Language:Python 100.0%