paper-with-me

Papers

Learnable Polyphase Sampling for Shift Invariant and Equivariant Convolutional Networks

2022-10-14 · Renan A. Rojas-Gomez, Teck-Yian Lim, Alexander G. Schwing, Minh N. Do, Raymond A. Yeh

We propose learnable polyphase sampling (LPS), a pair of learnable down/upsampling layers that enable truly shift-invariant and equivariant convolutional networks. LPS can be trained end-to-end from data and generalizes existing handcrafted downsampling layers. It is widely applicable as it can be integrated into any convolutional network by replacing down/upsampling layers. We evaluate LPS on image classification and semantic segmentation. Experiments show that LPS is on-par with or outperforms existing methods in both performance and shift consistency. For the first time, we achieve true shift-equivariance on semantic segmentation (PASCAL VOC), i.e., 100% shift consistency, outperforming baselines by an absolute 3.3%.

📄 PDF Abstract BibTeX arXiv:2210.08001

Code (1)

raymondyeh07/learnable_polyphase_sampling 공식 구현 pytorch

Tasks

image-classificationImage ClassificationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Truly shift-equivariant convolutional neural networks with adaptive polyphase upsampling

2021-05-09 · Anadi Chaman, Ivan Dokmanić

Convolutional neural networks lack shift equivariance due to the presence of downsampling layers. In image classification, adaptive polyphase downsampling (APS-D) was recently proposed to make CNNs perfectly shift invari…

CT ReconstructionData AugmentationDecoderimage-classification+2

Improving Shift Invariance in Convolutional Neural Networks with Translation Invariant Polyphase Sampling

2024-04-11 · Sourajit Saha, Tejas Gokhale

Downsampling operators break the shift invariance of convolutional neural networks (CNNs) and this affects the robustness of features learned by CNNs when dealing with even small pixel-level shift. Through a large-scale …

image-classificationImage ClassificationSemantic SegmentationTranslation

Shift-Equivariant Complex-Valued Convolutional Neural Networks

2025-11-26 · Quentin Gabot, Teck-Yian Lim, Jérémy Fix, Joana Frontera-Pons 외 arxiv

Convolutional neural networks have shown remarkable performance in recent years on various computer vision problems. However, the traditional convolutional neural network architecture lacks a critical property: shift equ…

Semantic SegmentationData Augmentation

Truly shift-invariant convolutional neural networks

2020-11-28 · CVPR 2021 1 · Anadi Chaman, Ivan Dokmanić

Thanks to the use of convolution and pooling layers, convolutional neural networks were for a long time thought to be shift-invariant. However, recent works have shown that the output of a CNN can change significantly wi…

Data Augmentation

Reviving Shift Equivariance in Vision Transformers

2023-06-13 · Peijian Ding, Davit Soselia, Thomas Armstrong, Jiahao Su 외

Shift equivariance is a fundamental principle that governs how we perceive the world - our recognition of an object remains invariant with respect to shifts. Transformers have gained immense popularity due to their effec…

Inductive Bias