paper-with-me

Papers

Is Long Range Sequential Modeling Necessary For Colorectal Tumor Segmentation?

2025-02-10 · Abhishek Srivastava, Koushik Biswas, Gorkem Durak, Gulsah Ozden, Mustafa Adli, Ulas Bagci

Segmentation of colorectal cancer (CRC) tumors in 3D medical imaging is both complex and clinically critical, providing vital support for effective radiation therapy planning and survival outcome assessment. Recently, 3D volumetric segmentation architectures incorporating long-range sequence modeling mechanisms, such as Transformers and Mamba, have gained attention for their capacity to achieve high accuracy in 3D medical image segmentation. In this work, we evaluate the effectiveness of these global token modeling techniques by pitting them against our proposed MambaOutUNet within the context of our newly introduced colorectal tumor segmentation dataset (CTS-204). Our findings suggest that robust local token interactions can outperform long-range modeling techniques in cases where the region of interest is small and anatomically complex, proposing a potential shift in 3D tumor segmentation research.

📄 PDF Abstract BibTeX arXiv:2502.07120

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationLong-range modelingMambaMedical Image SegmentationSegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Quantifying Long Range Dependence in Language and User Behavior to improve RNNs

2019-05-23 · Francois Belletti, Minmin Chen, Ed H. Chi

Characterizing temporal dependence patterns is a critical step in understanding the statistical properties of sequential data. Long Range Dependence (LRD) --- referring to long-range correlations decaying as a power law …

ArticlesLanguage ModelingLanguage ModellingSequential Recommendation+2

Do Transformers Need Deep Long-Range Memory

2020-07-07 · Jack W. Rae, Ali Razavi

Deep attention models have advanced the modelling of sequential data across many domains. For language modelling in particular, the Transformer-XL -- a Transformer augmented with a long-range memory of past activations -…

Deep AttentionLanguage Modelling

Do Transformers Need Deep Long-Range Memory?

2020-07-01 · ACL 2020 6 · Jack Rae, Ali Razavi

Deep attention models have advanced the modelling of sequential data across many domains. For language modelling in particular, the Transformer-XL {---} a Transformer augmented with a long-range memory of past activation…

Deep AttentionLanguage Modelling

Pretraining Recurrent Networks without Recurrence

2026-06-04 · Akarsh Kumar, Phillip Isola arxiv

Training recurrent neural networks (RNNs) requires assigning credit across long sequences of computations. Standard backpropagation through time (BPTT) addresses this problem poorly: it is sequential in time, limiting pa…

Revisiting Reset Mechanisms in Spiking Neural Networks for Sequential Modeling: Specialized Discretization for Binary Activated RNN

2025-04-24 · Enqi Zhang

In the field of image recognition, spiking neural networks (SNNs) have achieved performance comparable to conventional artificial neural networks (ANNs). In such applications, SNNs essentially function as traditional neu…