Test-time Adaptation vs. Training-time Generalization: A Case Study in Human Instance Segmentation using Keypoints Estimation
Kambiz Azarian, Debasmit Das, Hyojin Park, Fatih Porikli

TL;DR
This paper compares test-time adaptation and training-time generalization methods for improving human instance segmentation using keypoints, highlighting their effectiveness under different domain shift scenarios.
Contribution
It introduces a novel TTA approach using keypoints as pseudo labels and compares it with TTG, providing insights into their relative performance and robustness.
Findings
TTA may hurt performance without significant domain shift.
TTG shows small gains with minimal domain shift.
TTG outperforms TTA under large domain shifts.
Abstract
We consider the problem of improving the human instance segmentation mask quality for a given test image using keypoints estimation. We compare two alternative approaches. The first approach is a test-time adaptation (TTA) method, where we allow test-time modification of the segmentation network's weights using a single unlabeled test image. In this approach, we do not assume test-time access to the labeled source dataset. More specifically, our TTA method consists of using the keypoints estimates as pseudo labels and backpropagating them to adjust the backbone weights. The second approach is a training-time generalization (TTG) method, where we permit offline access to the labeled source dataset but not the test-time modification of weights. Furthermore, we do not assume the availability of any images from or knowledge about the target domain. Our TTG method consists of augmenting the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Vision and Imaging
MethodsTest
