Rapid Network Adaptation: Learning to Adapt Neural Networks Using Test-Time Feedback
Abstract
We propose a method for adapting neural networks to distribution shifts at test-time. In contrast to training-time robustness mechanisms that attempt to anticipate the shift, we create a closed-loop system and make use of test-time feedback signal to adapt a network. We show that this loop can be effectively implemented using a learning-based function, which realizes an amortized optimizer for the network. This leads to an adaptation method, named Rapid Network Adaptation (RNA), that is notably more flexible and orders of magnitude faster than the baselines. Through a broad set of experiments using various adaptation signals and target tasks, we study the generality, efficiency, and flexibility of this method. We perform the evaluations using various datasets (Taskonomy, Replica, ScanNet, Hypersim, COCO, ImageNet), tasks (depth, optical flow, semantic segmentation, classification), and distribution shifts (Cross-datasets, 2D and 3D Common Corruptions) with promising results.
Cite
Text
Yeo et al. "Rapid Network Adaptation: Learning to Adapt Neural Networks Using Test-Time Feedback." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.00431Markdown
[Yeo et al. "Rapid Network Adaptation: Learning to Adapt Neural Networks Using Test-Time Feedback." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/yeo2023iccv-rapid/) doi:10.1109/ICCV51070.2023.00431BibTeX
@inproceedings{yeo2023iccv-rapid,
title = {{Rapid Network Adaptation: Learning to Adapt Neural Networks Using Test-Time Feedback}},
author = {Yeo, Teresa and Kar, Oğuzhan Fatih and Sodagar, Zahra and Zamir, Amir},
booktitle = {International Conference on Computer Vision},
year = {2023},
pages = {4674-4687},
doi = {10.1109/ICCV51070.2023.00431},
url = {https://mlanthology.org/iccv/2023/yeo2023iccv-rapid/}
}