Frequency Composition for Compressed and Domain-Adaptive Neural Networks
Yoojin Kwon, Hongjun Suh, Wooseok Lee, Taesik Gong, Songyi Han, Hyung-Sin Kim

TL;DR
This paper introduces CoDA, a frequency composition framework that unifies neural network compression and domain adaptation, enabling resource-efficient models to adapt to domain shifts during testing.
Contribution
CoDA integrates frequency-based training and test-time adaptation, allowing compressed models to handle domain shifts without requiring source data during testing.
Findings
Achieves 7.96% accuracy improvement on CIFAR10-C
Achieves 5.37% accuracy improvement on ImageNet-C
Effective integration with existing QAT and TTA methods
Abstract
Modern on-device neural network applications must operate under resource constraints while adapting to unpredictable domain shifts. However, this combined challenge-model compression and domain adaptation-remains largely unaddressed, as prior work has tackled each issue in isolation: compressed networks prioritize efficiency within a fixed domain, whereas large, capable models focus on handling domain shifts. In this work, we propose CoDA, a frequency composition-based framework that unifies compression and domain adaptation. During training, CoDA employs quantization-aware training (QAT) with low-frequency components, enabling a compressed model to selectively learn robust, generalizable features. At test time, it refines the compact model in a source-free manner (i.e., test-time adaptation, TTA), leveraging the full-frequency information from incoming data to adapt to target domains…
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
TopicsNeural Networks and Applications · Image and Signal Denoising Methods
