An Effective Anti-Aliasing Approach for Residual Networks
Cristina Vasconcelos, Hugo Larochelle, Vincent Dumoulin, Nicolas Le, Roux, Ross Goroshin

TL;DR
This paper introduces a simple yet effective architectural modification for residual networks that mitigates frequency aliasing, leading to improved out-of-distribution generalization without increasing model complexity.
Contribution
The authors propose using non-trainable blur filters and smooth activations at key network points to reduce aliasing effects in residual networks.
Findings
Significant improvement in ImageNet-C classification accuracy.
Enhanced few-shot learning performance on Meta-Dataset.
No additional trainable parameters or hyper-parameter tuning required.
Abstract
Image pre-processing in the frequency domain has traditionally played a vital role in computer vision and was even part of the standard pipeline in the early days of deep learning. However, with the advent of large datasets, many practitioners concluded that this was unnecessary due to the belief that these priors can be learned from the data itself. Frequency aliasing is a phenomenon that may occur when sub-sampling any signal, such as an image or feature map, causing distortion in the sub-sampled output. We show that we can mitigate this effect by placing non-trainable blur filters and using smooth activation functions at key locations, particularly where networks lack the capacity to learn them. These simple architectural changes lead to substantial improvements in out-of-distribution generalization on both image classification under natural corruptions on ImageNet-C [10] and…
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
TopicsAdversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning · Machine Learning and ELM
