paper-with-me

홈 › Papers

PHTrans: Parallelly Aggregating Global and Local Representations for Medical Image Segmentation

2022-03-09 · Wentao Liu, Tong Tian, Weijin Xu, Huihua Yang, Xipeng Pan, Songlin Yan, Lemeng Wang

The success of Transformer in computer vision has attracted increasing attention in the medical imaging community. Especially for medical image segmentation, many excellent hybrid architectures based on convolutional neural networks (CNNs) and Transformer have been presented and achieve impressive performance. However, most of these methods, which embed modular Transformer into CNNs, struggle to reach their full potential. In this paper, we propose a novel hybrid architecture for medical image segmentation called PHTrans, which parallelly hybridizes Transformer and CNN in main building blocks to produce hierarchical representations from global and local features and adaptively aggregate them, aiming to fully exploit their strengths to obtain better segmentation performance. Specifically, PHTrans follows the U-shaped encoder-decoder design and introduces the parallel hybird module in deep stages, where convolution blocks and the modified 3D Swin Transformer learn local features and global dependencies separately, then a sequence-to-volume operation unifies the dimensions of the outputs to achieve feature aggregation. Extensive experimental results on both Multi-Atlas Labeling Beyond the Cranial Vault and Automated Cardiac Diagnosis Challeng datasets corroborate its effectiveness, consistently outperforming state-of-the-art methods. The code is available at: https://github.com/lseventeen/PHTrans.

📄 PDF Abstract BibTeX arXiv:2203.04568

Code (2)

lseventeen/phtrans 공식 구현 pytorch
lseventeen/dias pytorch

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Lodge: A Coarse to Fine Diffusion Network for Long Dance Generation Guided by the Characteristic Dance Primitives

2024-03-15 · CVPR 2024 1 · Ronghui Li, Yuxiang Zhang, Yachao Zhang, Hongwen Zhang 외

We propose Lodge, a network capable of generating extremely long dance sequences conditioned on given music. We design Lodge as a two-stage coarse to fine diffusion architecture, and propose the characteristic dance prim…

Motion Synthesis

Representing Long-Range Context for Graph Neural Networks with Global Attention

2022-01-21 · NeurIPS 2021 12 · Zhanghao Wu, Paras Jain, Matthew A. Wright, Azalia Mirhoseini 외

Graph neural networks are powerful architectures for structured datasets. However, current methods struggle to represent long-range dependencies. Scaling the depth or width of GNNs is insufficient to broaden receptive fi…

Graph ClassificationGraph Embedding

Technical Report: The Graph Spectral Token -- Enhancing Graph Transformers with Spectral Information

2024-04-08 · Zihan Pengmei, Zimu Li

Graph Transformers have emerged as a powerful alternative to Message-Passing Graph Neural Networks (MP-GNNs) to address limitations such as over-squashing of information exchange. However, incorporating graph inductive b…

Inductive Bias

Bi-directional Contextual Attention for 3D Dense Captioning

2024-08-13 · Minjung Kim, Hyung Suk Lim, Soonyoung Lee, Bumsoo Kim 외

3D dense captioning is a task involving the localization of objects and the generation of descriptions for each object in a 3D scene. Recent approaches have attempted to incorporate contextual information by modeling rel…

3D dense captioningAttributeCaption GenerationDense Captioning+1

GraphTranslator: Aligning Graph Model to Large Language Model for Open-ended Tasks

2024-02-11 · Mengmei Zhang, Mingwei Sun, Peng Wang, Shen Fan 외

Large language models (LLMs) like ChatGPT, exhibit powerful zero-shot and instruction-following capabilities, have catalyzed a revolutionary transformation across diverse fields, especially for open-ended tasks. While th…

Graph Question AnsweringInstruction FollowingLanguage ModelingLanguage Modelling+4