vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

Is there any plan to implementing DANN (Domain Adversarial Neural Network)? #963

Open ByungtaeAhn opened 7 years ago

ByungtaeAhn commented 7 years ago

These days, 'Domain-Adversarial Training of Neural Networks' (https://arxiv.org/abs/1505.07818) is getting attention in Generative Adversarial Networks and domain adaptation learning. It's already implemented with Tensorflow, but I'm not familiar with that libraries. :( Does anybody have plan to implement DANN as an example?

@vedaldi @lenck

sunghbae commented 7 years ago

Hi, I plan to implement it on MatConvNet soon. While, I have implemented DCGAN on MatConvNet (https://github.com/sunghbae/dcgan-matconvnet) You may also easily implement DANN based on the DCGAN codes.

ByungtaeAhn commented 7 years ago

@sunghbae Hi, oh thanks a lot. Plz let me know when you implement DANN. Good luck!