paper-with-me

Papers

iUNets: Fully invertible U-Nets with Learnable Up- and Downsampling

2020-05-11 · Christian Etmann, Rihuan Ke, Carola-Bibiane Schönlieb

U-Nets have been established as a standard architecture for image-to-image learning problems such as segmentation and inverse problems in imaging. For large-scale data, as it for example appears in 3D medical imaging, the U-Net however has prohibitive memory requirements. Here, we present a new fully-invertible U-Net-based architecture called the iUNet, which employs novel learnable and invertible up- and downsampling operations, thereby making the use of memory-efficient backpropagation possible. This allows us to train deeper and larger networks in practice, under the same GPU memory restrictions. Due to its invertibility, the iUNet can furthermore be used for constructing normalizing flows.

📄 PDF Abstract BibTeX arXiv:2005.05220

Code (2)

cetmann/iunets 공식 구현 pytorch
silvandeleemput/memcnn pytorch

Tasks

GPU

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 제목 키워드 기반

Invertible Residual Network with Regularization for Effective Medical Image Segmentation

2021-03-16 · Kashu Yamazaki, Vidhiwar Singh Rathour, T. Hoang Ngan Le

Deep Convolutional Neural Networks (CNNs) i.e. Residual Networks (ResNets) have been used successfully for many computer vision tasks, but are difficult to scale to 3D volumetric medical data. Memory is increasingly ofte…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Invertible DenseNets

2020-10-05 · pproximateinference AABI Symposium 2021 1 · Yura Perugachi-Diaz, Jakub M. Tomczak, Sandjai Bhulai

We introduce Invertible Dense Networks (i-DenseNets), a more parameter efficient alternative to Residual Flows. The method relies on an analysis of the Lipschitz continuity of the concatenation in DenseNets, where we enf…

Invertible DenseNets with Concatenated LipSwish

2021-02-04 · NeurIPS 2021 12 · Yura Perugachi-Diaz, Jakub M. Tomczak, Sandjai Bhulai

We introduce Invertible Dense Networks (i-DenseNets), a more parameter efficient extension of Residual Flows. The method relies on an analysis of the Lipschitz continuity of the concatenation in DenseNets, where we enfor…

Density Estimation

Learning Non-linear Wavelet Transformation via Normalizing Flow

2021-01-27 · Shuo-Hui Li

Wavelet transformation stands as a cornerstone in modern data analysis and signal processing. Its mathematical essence is an invertible transformation that discerns slow patterns from fast ones in the frequency domain. S…

Super-Resolution

Balanced Mixture of SuperNets for Learning the CNN Pooling Architecture

2023-06-21 · Mehraveh Javan, Matthew Toews, Marco Pedersoli

Downsampling layers, including pooling and strided convolutions, are crucial components of the convolutional neural network architecture that determine both the granularity/scale of image feature analysis as well as the …

Image ClassificationNeural Architecture Search