paper-with-me

Papers

Utilizing Attention, Linked Blocks, And Pyramid Pooling To Propel Brain Tumor Segmentation In 3D

2021-09-29 · Pooja Ravi, Srijarko Roy, Indira Dutta

We present an approach to detect and segment tumorous regions of the brain by establishing three varied segmentation architectures for multiclass semantic segmentation along with data specific customizations like residual blocks, soft attention mechanism, pyramid pooling, linked architecture and 3D compatibility to work with 3D brain MRI images. The proposed segmentation architectures namely, Attention Residual UNET 3D also referred to as AR-UNET 3D, LinkNet 3D and PSPNet 3D, segment the MRI images and succeed in isolating three classes of tumors. By assigning pixel probabilities, each of these models differentiates between pixels belonging to tumorous and non-tumorous regions of the brain. By experimenting and observing the performance of each of the three architectures using metrics like Dice loss and Dice score, on the BraTS2020 dataset, we successfully establish quality results.

📄 PDF Abstract BibTeX

Code (1)

indiradutta/BrainTumorSeg-III-D 공식 구현 pytorch

Tasks

Brain Tumor SegmentationSegmentationSemantic SegmentationTumor 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…
Dice Loss \begin{equation} DiceLoss\left( y, \overline{p} \right) = 1 - \dfrac{\left( 2y\overline{p} + 1 \right)} {\left( y+\overline{p } + 1 \right)} \end{equation}
Batch Normalization 설명 없음
Average Pooling 설명 없음
Dilated Convolution 설명 없음
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…
Pyramid Pooling Module A Pyramid Pooling Module is a module for semantic segmentation which acts as an effective global contextual prior. The motivation is that the problem of using a convolutional…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Reparameterizable Dual-Resolution Network for Real-time Semantic Segmentation

2024-06-18 · Guoyu Yang, YuAn Wang, Daming Shi

Semantic segmentation plays a key role in applications such as autonomous driving and medical image. Although existing real-time semantic segmentation models achieve a commendable balance between accuracy and speed, thei…

Autonomous DrivingReal-Time Semantic SegmentationSegmentationSemantic Segmentation

CASCRNet: An Atrous Spatial Pyramid Pooling and Shared Channel Residual based Network for Capsule Endoscopy

2024-10-23 · K V Srinanda, M Manvith Prabhu, Shyam Lal

This manuscript summarizes work on the Capsule Vision Challenge 2024 by MISAHUB. To address the multi-class disease classification task, which is challenging due to the complexity and imbalance in the Capsule Vision chal…

PSA: Pyramid Sparse Attention for Efficient Video Understanding and Generation

2025-12-03 · Xiaolong Li, Youping Gu, Xi Lin, Weijie Wang 외 arxiv

Attention mechanisms are the core of foundation models, but their quadratic complexity remains a critical bottleneck for scaling. This challenge has driven the development of efficient attention mechanisms, with sparsity…

Computational Efficiency

Learning Pyramid-structured Long-range Dependencies for 3D Human Pose Estimation

2025-06-03 · IEEE Transactions on Multimedia 2025 1 · Mingjie Wei, Xuemei Xie, Yutong Zhong, Guangming Shi

Action coordination in human structure is indispensable for the spatial constraints of 2D joints to recover 3D pose. Usually, action coordination is represented as a long-range dependence among body parts. However, there…

3D Human Pose EstimationGraph AttentionPose Estimation

P2T: Pyramid Pooling Transformer for Scene Understanding

2021-06-22 · Yu-Huan Wu, Yun Liu, Xin Zhan, Ming-Ming Cheng

Recently, the vision transformer has achieved great success by pushing the state-of-the-art of various vision tasks. One of the most challenging problems in the vision transformer is that the large sequence length of ima…

image-classificationImage ClassificationInstance Segmentationobject-detection+5