Progressive Random Convolutions for Single Domain Generalization
Seokeon Choi, Debasmit Das, Sungha Choi, Seunghan Yang, Hyunsin Park,, Sungrack Yun

TL;DR
This paper introduces Progressive Random Convolutions, a novel data augmentation method that stacks small random convolution layers to improve single domain generalization by enhancing style diversity and preserving semantics.
Contribution
It proposes a recursive stacking of small random convolution layers, including deformable and affine transformations, to outperform existing methods without complex generative models.
Findings
Outperforms state-of-the-art on single domain generalization benchmarks.
Mitigates semantic distortion while increasing style diversity.
Enhances generalization with simple, lightweight augmentation.
Abstract
Single domain generalization aims to train a generalizable model with only one source domain to perform well on arbitrary unseen target domains. Image augmentation based on Random Convolutions (RandConv), consisting of one convolution layer randomly initialized for each mini-batch, enables the model to learn generalizable visual representations by distorting local textures despite its simple and lightweight structure. However, RandConv has structural limitations in that the generated image easily loses semantics as the kernel size increases, and lacks the inherent diversity of a single convolution operation. To solve the problem, we propose a Progressive Random Convolution (Pro-RandConv) method that recursively stacks random convolution layers with a small kernel size instead of increasing the kernel size. This progressive approach can not only mitigate semantic distortions by reducing…
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 · Multimodal Machine Learning Applications · Advanced Neural Network Applications
MethodsConvolution
