paper-with-me

Papers

Scale-Equivariant Deep Learning for 3D Data

2023-04-12 · Thomas Wimmer, Vladimir Golkov, Hoai Nam Dang, Moritz Zaiss, Andreas Maier, Daniel Cremers

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 this equivariance to other transformations of the input. Dealing appropriately with objects and object parts of different scale is challenging, and scale can vary for multiple reasons such as the underlying object size or the resolution of the imaging modality. In this paper, we propose a scale-equivariant convolutional network layer for three-dimensional data that guarantees scale-equivariance in 3D CNNs. Scale-equivariance lifts the burden of having to learn each possible scale separately, allowing the neural network to focus on higher-level learning goals, which leads to better results and better data-efficiency. We provide an overview of the theoretical foundations and scientific work on scale-equivariant neural networks in the two-dimensional domain. We then transfer the concepts from 2D to the three-dimensional space and create a scale-equivariant convolutional layer for 3D data. Using the proposed scale-equivariant layer, we create a scale-equivariant U-Net for medical image segmentation and compare it with a non-scale-equivariant baseline method. Our experiments demonstrate the effectiveness of the proposed method in achieving scale-equivariance for 3D medical image analysis. We publish our code at https://github.com/wimmerth/scale-equivariant-3d-convnet for further research and application.

📄 PDF Abstract BibTeX arXiv:2304.05864

Code (1)

wimmerth/scale-equivariant-3d-convnet 공식 구현 pytorch

Tasks

Deep LearningImage SegmentationMedical Image AnalysisMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
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…
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 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 vi…

Cell SegmentationSegmentationSemantic Segmentation

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