Skip to content

Commit

Permalink
upd: paper title
Browse files Browse the repository at this point in the history
  • Loading branch information
jindongwang committed Apr 2, 2019
1 parent e2bb851 commit 40bc88b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ accepted in International Conference on Computer Vision (ICCV 2015), Santiago, C

[62] W. Zellinger, B.A. Moser, T. Grubinger, E. Lughofer, T. Natschlaeger, and S. Saminger-Platz, "Robust unsupervised domain adaptation for neural networks via moment alignment," Information Sciences (in press), 2019, https://doi.org/10.1016/j.ins.2019.01.025, arXiv preprint arxiv:1711.06114

[63] Jindong Wang, Yiqiang Chen, Han Yu, Meiyu Huang, Qiang Yang. Practically Easy Transfer Learning. IEEE International Conference on Multimedia & Expo (ICME) 2019.
[63] Jindong Wang, Yiqiang Chen, Han Yu, Meiyu Huang, Qiang Yang. Easy Transfer Learning By Exploiting Intra-domain Structures. IEEE International Conference on Multimedia & Expo (ICME) 2019.
2 changes: 1 addition & 1 deletion code/traditional/EasyTL/EasyTL.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

% Reference:
% Jindong Wang, Yiqiang Chen, Han Yu, Meiyu Huang, Qiang Yang.
% Practically easy transfer learning.
% Easy Transfer Learning By Exploiting Intra-domain Structures.
% IEEE International Conference on Multimedia & Expo (ICME) 2019.

C = length(unique(Ys)); % num of shared class
Expand Down
6 changes: 3 additions & 3 deletions code/traditional/EasyTL/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EasyTL: Practically Easy Transfer Learning

This directory contains the code for paper [Practically Easy Transfer Learning](http://jd92.wang/assets/files/a13_icme19.pdf) published at IEEE International Conference on Multimedia & Expo (ICME) 2019.
This directory contains the code for paper [Easy Transfer Learning By Exploiting Intra-domain Structures](http://jd92.wang/assets/files/a13_icme19.pdf) published at IEEE International Conference on Multimedia & Expo (ICME) 2019.

## Requirements

Expand Down Expand Up @@ -33,14 +33,14 @@ You are welcome to run EasyTL on other public datasets such as [here](https://gi
If you find this code helpful, please cite it as:

`
Jindong Wang, Yiqiang Chen, Han Yu, Meiyu Huang, Qiang Yang. Practically Easy Transfer Learning. IEEE International Conference on Multimedia & Expo (ICME) 2019.
Jindong Wang, Yiqiang Chen, Han Yu, Meiyu Huang, Qiang Yang. Easy Transfer Learning By Exploiting Intra-domain Structures. IEEE International Conference on Multimedia & Expo (ICME) 2019.
`

Or in bibtex style:

```
@inproceedings{wang2019easytl,
title={Practically Easy Transfer Learning},
title={Easy Transfer Learning By Exploiting Intra-domain Structures},
author={Wang, Jindong and Chen, Yiqiang and Yu, Han and Huang, Meiyu and Yang, Qiang},
booktitle={IEEE International Conference on Multimedia & Expo (ICME)},
year={2019}
Expand Down

0 comments on commit 40bc88b

Please sign in to comment.