From faac90c8d0ead69aa0883718d28b176a169a49ee Mon Sep 17 00:00:00 2001 From: Akshay Kulkarni Date: Thu, 9 Jul 2020 16:32:58 +0530 Subject: [PATCH] added FDA and PCEDA paper notes (both CVPR '20) (#18) * added FDA paper * for consistency * added PCEDA paper notes --- deep_learning/README.md | 2 ++ reinforcement_learning/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deep_learning/README.md b/deep_learning/README.md index 7388fe3..bfa4e8e 100644 --- a/deep_learning/README.md +++ b/deep_learning/README.md @@ -19,6 +19,8 @@ ### Domain Adaptation | Paper| Notes | Author | Start Date | End Date | |:-----:|:-----:|:-----:|:----------:|:--------:| +| [Phase Consistent Ecological Domain Adaptation](https://openaccess.thecvf.com/content_CVPR_2020/html/Yang_Phase_Consistent_Ecological_Domain_Adaptation_CVPR_2020_paper.html) (CVPR '20) | [HackMD](https://hackmd.io/@akshayk07/HkRSZC00I) | [Akshay](https://akshayk07.weebly.com/) | 05/07/2020 | 09/07/2020 | +| [FDA: Fourier Domain Adaptation for Semantic Segmentation](https://openaccess.thecvf.com/content_CVPR_2020/papers/Yang_FDA_Fourier_Domain_Adaptation_for_Semantic_Segmentation_CVPR_2020_paper.pdf) (CVPR '20) | [HackMD](https://hackmd.io/@akshayk07/SkktSZC0L) | [Akshay](https://akshayk07.weebly.com/) | 04/07/2020 | 05/07/2020 | | [Domain Adaptation for Structured Output via Discriminative Patch Representations](https://arxiv.org/abs/1901.05427) (ICCV '19) | [HackMD](https://hackmd.io/Nh2sTmn1RpSeytghA6E2JQ) | [Akshay](https://akshayk07.weebly.com/) | 19/04/2020 | 21/04/2020 | ### Knowledge Distillation diff --git a/reinforcement_learning/README.md b/reinforcement_learning/README.md index 34b2fc2..5075ab1 100644 --- a/reinforcement_learning/README.md +++ b/reinforcement_learning/README.md @@ -6,4 +6,4 @@ | [Combining Physical Simulators and Object-Based Networks for Control](https://arxiv.org/pdf/1904.06580.pdf) (ICRA '19) | [HackMD](https://hackmd.io/@FtbpSED3RQWclbmbmkChEA/Sy6GPG9MB) | [Sharath](https://sharathraparthy.github.io/)| 06/04/2020 | 07/04/2020 | | [Learning Agile and Dynamic Motor Skills for Legged Robots](https://arxiv.org/abs/1901.08652)| [HackMD](https://hackmd.io/@FtbpSED3RQWclbmbmkChEA/ByzYzEhVS) |[Sharath](https://sharathraparthy.github.io/) | 06/04/2020 | 07/04/2020 | | [PAC-Bounds-for-Multi-armed-Bandit](https://link.springer.com/chapter/10.1007/3-540-45435-7_18) | [HackMD](https://hackmd.io/saK7DdqCRnyBfN3HykLhlA) | [Raj Ghugare](https://github.com/RajGhugare19) | 05/04/2020 | 09/04/2020 | -| [High-Dimensional Continuous Control Using Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438) | [hackMD](https://hackmd.io/3azkwbmgRLSrqyvUHf5SqQ?view) | [Raj Ghugare](https://github.com/RajGhugare19) | 01/07/2020 | 07/07/2020 | +| [High-Dimensional Continuous Control Using Generalized Advantage Estimation](https://arxiv.org/abs/1506.02438) | [HackMD](https://hackmd.io/3azkwbmgRLSrqyvUHf5SqQ?view) | [Raj Ghugare](https://github.com/RajGhugare19) | 01/07/2020 | 07/07/2020 |