paper-with-me

홈 › Papers

From Pixels to Gigapixels: Bridging Local Inductive Bias and Long-Range Dependencies with Pixel-Mamba

2024-12-21 · Zhongwei Qiu, Hanqing Chao, Tiancheng Lin, Wanxing Chang, Zijiang Yang, Wenpei Jiao, Yixuan Shen, Yunshuo Zhang, Yelin Yang, wenbin liu, Hui Jiang, Yun Bian, Ke Yan, Dakai Jin, Le Lu

Histopathology plays a critical role in medical diagnostics, with whole slide images (WSIs) offering valuable insights that directly influence clinical decision-making. However, the large size and complexity of WSIs may pose significant challenges for deep learning models, in both computational efficiency and effective representation learning. In this work, we introduce Pixel-Mamba, a novel deep learning architecture designed to efficiently handle gigapixel WSIs. Pixel-Mamba leverages the Mamba module, a state-space model (SSM) with linear memory complexity, and incorporates local inductive biases through progressively expanding tokens, akin to convolutional neural networks. This enables Pixel-Mamba to hierarchically combine both local and global information while efficiently addressing computational challenges. Remarkably, Pixel-Mamba achieves or even surpasses the quantitative performance of state-of-the-art (SOTA) foundation models that were pretrained on millions of WSIs or WSI-text pairs, in a range of tumor staging and survival analysis tasks, {\bf even without requiring any pathology-specific pretraining}. Extensive experiments demonstrate the efficacy of Pixel-Mamba as a powerful and efficient framework for end-to-end WSI analysis.

📄 PDF Abstract BibTeX arXiv:2412.16711

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecision MakingInductive BiasMambaRepresentation LearningSurvival Analysiswhole slide images

Methods 이 논문이 사용한 방법론

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

Point Proposal Network: Accelerating Point Source Detection Through Deep Learning

2020-08-05 · Duncan Tilley, Christopher W. Cleghorn, Kshitij Thorat, Roger Deane

Point source detection techniques are used to identify and localise point sources in radio astronomical surveys. With the development of the Square Kilometre Array (SKA) telescope, survey images will see a massive increa…

Deep LearningPathfinder

An Image is Worth More Than 16x16 Patches: Exploring Transformers on Individual Pixels

2024-06-13 · Duy-Kien Nguyen, Mahmoud Assran, Unnat Jain, Martin R. Oswald 외

This work does not introduce a new method. Instead, we present an interesting finding that questions the necessity of the inductive bias -- locality in modern computer vision architectures. Concretely, we find that vanil…

Image GenerationInductive BiasSelf-Supervised Learning

DNF-Net: A Neural Architecture for Tabular Data

2020-06-11 · Ami Abutbul, Gal Elidan, Liran Katzir, Ran El-Yaniv

A challenging open question in deep learning is how to handle tabular data. Unlike domains such as image and natural language processing, where deep architectures prevail, there is still no widely accepted neural archite…

feature selectionInductive BiasOpen-Ended Question Answering

Net-DNF: Effective Deep Modeling of Tabular Data

2021-01-01 · ICLR 2021 1 · Liran Katzir, Gal Elidan, Ran El-Yaniv

A challenging open question in deep learning is how to handle tabular data. Unlike domains such as image and natural language processing, where deep architectures prevail, there is still no widely accepted neural archite…

feature selectionInductive BiasOpen-Ended Question Answering

SE-UNet: Singular Equivariant Imaging for Real-World Constrained Generation

2026-07-02 · Kanishk Awadhiya arxiv

While diffusion models have revolutionized image synthesis, their application to real-world inverse problems is often hampered by the need for massive datasets and the difficulty of imposing strict physical constraints. …