paper-with-me

Papers

Frequency Pooling: Shift-Equivalent and Anti-Aliasing Down Sampling

2019-09-25 · Zhendong Zhang, Cheolkon Jung

Convolutional layer utilizes the shift-equivalent prior of images which makes it a great success for image processing. However, commonly used down sampling methods in convolutional neural networks (CNNs), such as max-pooling, average-pooling, and strided-convolution, are not shift-equivalent. This destroys the shift-equivalent property of CNNs and degrades their performance. In this paper, we propose a novel pooling method which is \emph{strict shift equivalent and anti-aliasing} in theory. This is achieved by (inverse) Discrete Fourier Transform and we call our method frequency pooling. Experiments on image classifications show that frequency pooling improves accuracy and robustness w.r.t shifts of CNNs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Frequency Pooling: Shift-Equivalent and Anti-Aliasing Downsampling

2021-09-24 · Zhendong Zhang

Convolution utilizes a shift-equivalent prior of images, thus leading to great success in image processing tasks. However, commonly used poolings in convolutional neural networks (CNNs), such as max-pooling, average-pool…

image-classificationImage Classification

Exploring Novel Pooling Strategies for Edge Preserved Feature Maps in Convolutional Neural Networks

2021-10-17 · Adithya Sineesh, Mahesh Raveendranatha Panicker

With the introduction of anti-aliased convolutional neural networks (CNN), there has been some resurgence in relooking the way pooling is done in CNNs. The fundamental building block of the anti-aliased CNN has been the …

Segmentation

When Semantic Segmentation Meets Frequency Aliasing

2024-03-14 · Linwei Chen, Lin Gu, Ying Fu

Despite recent advancements in semantic segmentation, where and what pixels are hard to segment remains largely unexplored. Existing research only separates an image into easy and hard regions and empirically observes th…

De-aliasingInstance SegmentationSegmentationSemantic Segmentation

Fix your downsampling ASAP! Be natively more robust via Aliasing and Spectral Artifact free Pooling

2023-07-19 · Julia Grabinski, Janis Keuper, Margret Keuper

Convolutional neural networks encode images through a sequence of convolutions, normalizations and non-linearities as well as downsampling operations into potentially strong semantic embeddings. Yet, previous work showed…

On the Shift Invariance of Max Pooling Feature Maps in Convolutional Neural Networks

2022-09-19 · Hubert Leterme, Kévin Polisano, Valérie Perrier, Karteek Alahari

This paper focuses on improving the mathematical interpretability of convolutional neural networks (CNNs) in the context of image classification. Specifically, we tackle the instability issue arising in their first layer…

image-classificationImage Classification