Domain Adaptation Through Task Distillation
Brady Zhou, Nimit Kalra, Philipp Kr\"ahenb\"uhl

TL;DR
This paper introduces a task distillation approach for domain adaptation, leveraging abundant recognition datasets to transfer models between different visual domains, including various simulators and real-world benchmarks.
Contribution
It proposes a novel task distillation framework that effectively transfers navigation policies across diverse simulators and domains using recognition datasets.
Findings
Successful transfer of navigation policies between ViZDoom, SuperTuxKart, and CARLA.
Effective domain adaptation demonstrated on standard benchmarks.
Shows promise for real-world applications with limited real data.
Abstract
Deep networks devour millions of precisely annotated images to build their complex and powerful representations. Unfortunately, tasks like autonomous driving have virtually no real-world training data. Repeatedly crashing a car into a tree is simply too expensive. The commonly prescribed solution is simple: learn a representation in simulation and transfer it to the real world. However, this transfer is challenging since simulated and real-world visual experiences vary dramatically. Our core observation is that for certain tasks, such as image recognition, datasets are plentiful. They exist in any interesting domain, simulated or real, and are easy to label and extend. We use these recognition datasets to link up a source and target domain to transfer models between them in a task distillation framework. Our method can successfully transfer navigation policies between drastically…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
MethodsEntropy Regularization · Proximal Policy Optimization · CARLA: An Open Urban Driving Simulator
