paper-with-me

Papers

Scale Equivariant U-Net

2022-10-10 · Mateus Sangalli, Samy Blusseau, Santiago Velasco-Forero, Jesus Angulo

In neural networks, the property of being equivariant to transformations improves generalization when the corresponding symmetry is present in the data. In particular, scale-equivariant networks are suited to computer vision tasks where the same classes of objects appear at different scales, like in most semantic segmentation tasks. Recently, convolutional layers equivariant to a semigroup of scalings and translations have been proposed. However, the equivariance of subsampling and upsampling has never been explicitly studied even though they are necessary building blocks in some segmentation architectures. The U-Net is a representative example of such architectures, which includes the basic elements used for state-of-the-art semantic segmentation. Therefore, this paper introduces the Scale Equivariant U-Net (SEU-Net), a U-Net that is made approximately equivariant to a semigroup of scales and translations through careful application of subsampling and upsampling layers and the use of aforementioned scale-equivariant layers. Moreover, a scale-dropout is proposed in order to improve generalization to different scales in approximately scale-equivariant architectures. The proposed SEU-Net is trained for semantic segmentation of the Oxford Pet IIIT and the DIC-C2DH-HeLa dataset for cell segmentation. The generalization metric to unseen scales is dramatically improved in comparison to the U-Net, even when the U-Net is trained with scale jittering, and to a scale-equivariant architecture that does not perform upsampling operators inside the equivariant pipeline. The scale-dropout induces better generalization on the scale-equivariant models in the Pet experiment, but not on the cell segmentation experiment.

📄 PDF Abstract BibTeX arXiv:2210.04508

Code (0)

등록된 구현이 없습니다.

Tasks

Cell SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Scale-Equivariant Deep Learning for 3D Data

2023-04-12 · Thomas Wimmer, Vladimir Golkov, Hoai Nam Dang, Moritz Zaiss 외

The ability of convolutional neural networks (CNNs) to recognize objects regardless of their position in the image is due to the translation-equivariance of the convolutional operation. Group-equivariant CNNs transfer th…

Deep LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+1

Scale-Equivariant Neural Networks with Decomposed Convolutional Filters

2019-09-25 · Wei Zhu, Qiang Qiu, Robert Calderbank, Guillermo Sapiro 외

Encoding the input scale information explicitly into the representation learned by a convolutional neural network (CNN) is beneficial for many vision tasks especially when dealing with multiscale input signals. We study,…

image-classificationImage Classification

Scale Equivariant Neural Networks with Morphological Scale-Spaces

2021-05-04 · Mateus Sangalli, Samy Blusseau, Santiago Velasco-Forero, Jesus Angulo

The translation equivariance of convolutions can make convolutional neural networks translation equivariant or invariant. Equivariance to other transformations (e.g. rotations, affine transformations, scalings) may also …

SegmentationSemantic SegmentationTranslation

Does equivariance matter at scale?

2024-10-30 · Johann Brehmer, Sönke Behrends, Pim de Haan, Taco Cohen

Given large data sets and sufficient compute, is it beneficial to design neural architectures for the structure and symmetries of each problem? Or is it more efficient to learn them from data? We study empirically how eq…

Data Augmentation

Truly Scale-Equivariant Deep Nets with Fourier Layers

2023-11-06 · NeurIPS 2023 11 · Md Ashiqur Rahman, Raymond A. Yeh

In computer vision, models must be able to adapt to changes in image resolution to effectively carry out tasks such as image segmentation; This is known as scale-equivariance. Recent works have made progress in developin…

Image SegmentationSemantic Segmentation