paper-with-me

Papers

UNet-2022: Exploring Dynamics in Non-isomorphic Architecture

2022-10-27 · Jiansen Guo, Hong-Yu Zhou, Liansheng Wang, Yizhou Yu

Recent medical image segmentation models are mostly hybrid, which integrate self-attention and convolution layers into the non-isomorphic architecture. However, one potential drawback of these approaches is that they failed to provide an intuitive explanation of why this hybrid combination manner is beneficial, making it difficult for subsequent work to make improvements on top of them. To address this issue, we first analyze the differences between the weight allocation mechanisms of the self-attention and convolution. Based on this analysis, we propose to construct a parallel non-isomorphic block that takes the advantages of self-attention and convolution with simple parallelization. We name the resulting U-shape segmentation model as UNet-2022. In experiments, UNet-2022 obviously outperforms its counterparts in a range segmentation tasks, including abdominal multi-organ segmentation, automatic cardiac diagnosis, neural structures segmentation, and skin lesion segmentation, sometimes surpassing the best performing baseline by 4%. Specifically, UNet-2022 surpasses nnUNet, the most recognized segmentation model at present, by large margins. These phenomena indicate the potential of UNet-2022 to become the model of choice for medical image segmentation.

📄 PDF Abstract BibTeX arXiv:2210.15566

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationLesion SegmentationMedical Image SegmentationOrgan SegmentationSegmentationSemantic SegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Comparison of CNN-based deep learning architectures for unsteady CFD acceleration on small datasets

2025-02-06 · Sangam Khanal, Shilaj Baral, Joongoo Jeon

CFD acceleration for virtual nuclear reactors or digital twin technology is a primary goal in the nuclear industry. This study compares advanced convolutional neural network (CNN) architectures for accelerating unsteady …

Exploring Transformer Backbones for Image Diffusion Models

2022-12-27 · Princy Chahal

We present an end-to-end Transformer based Latent Diffusion model for image synthesis. On the ImageNet class conditioned generation task we show that a Transformer based Latent Diffusion model achieves a 14.1FID which is…

Image Generation

Neural Conjugate Flows: Physics-informed architectures with flow structure

2024-11-13 · Arthur Bizzi, Lucas Nissenbaum, João M. Pereira

We introduce Neural Conjugate Flows (NCF), a class of neural network architectures equipped with exact flow structure. By leveraging topological conjugation, we prove that these networks are not only naturally isomorphic…

Droplet-LNO: Physics-Informed Laplace Neural Operators for Accurate Prediction of Droplet Spreading Dynamics on Complex Surfaces

2026-04-22 · Ganesh Sahadeo Meshram, Partha Pratim Chakrabarti, Suman Chakraborty arxiv

Spreading of liquid droplets on solid substrates constitutes a classic multiphysics problem with widespread applications ranging from inkjet printing, spray cooling, to biomedical microfluidic systems. Yet, accurate comp…

Isomorphic Pruning for Vision Models

2024-07-05 · Gongfan Fang, Xinyin Ma, Michael Bi Mi, Xinchao Wang

Structured pruning reduces the computational overhead of deep neural networks by removing redundant sub-structures. However, assessing the relative importance of different sub-structures remains a significant challenge, …