paper-with-me

홈 › Papers

Adaptive Patching for High-resolution Image Segmentation with Transformers

2024-04-15 · Enzhi Zhang, Isaac Lyngaas, Peng Chen, Xiao Wang, Jun Igarashi, Yuankai Huo, Mohamed Wahib, Masaharu Munetomo

Attention-based models are proliferating in the space of image analytics, including segmentation. The standard method of feeding images to transformer encoders is to divide the images into patches and then feed the patches to the model as a linear sequence of tokens. For high-resolution images, e.g. microscopic pathology images, the quadratic compute and memory cost prohibits the use of an attention-based model, if we are to use smaller patch sizes that are favorable in segmentation. The solution is to either use custom complex multi-resolution models or approximate attention schemes. We take inspiration from Adapative Mesh Refinement (AMR) methods in HPC by adaptively patching the images, as a pre-processing step, based on the image details to reduce the number of patches being fed to the model, by orders of magnitude. This method has a negligible overhead, and works seamlessly with any attention-based model, i.e. it is a pre-processing step that can be adopted by any attention-based model without friction. We demonstrate superior segmentation quality over SoTA segmentation models for real-world pathology datasets while gaining a geomean speedup of $6.9\times$ for resolutions up to $64K^2$, on up to $2,048$ GPUs.

📄 PDF Abstract BibTeX arXiv:2404.09707

Code (0)

등록된 구현이 없습니다.

Tasks

FrictionImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Patching Activation patching studies the model's computation by altering its latent representations, the token embeddings in transformer-based language models, during the inference process

Similar Papers 제목 키워드 기반

TimeSqueeze: Dynamic Patching for Efficient Time Series Forecasting

2026-03-11 · Sravan Kumar Ankireddy, Nikita Seleznev, Nam H. Nguyen, Yulun Wu 외 arxiv

Transformer-based time series foundation models face a fundamental trade-off in choice of tokenization: point-wise embeddings preserve temporal fidelity but scale poorly with sequence length, whereas fixed-length patchin…

Time Series Forecasting

CEU-Net: Ensemble Semantic Segmentation of Hyperspectral Images Using Clustering

2022-03-09 · Nicholas Soucy, Salimeh Yasaei Sekeh

Most semantic segmentation approaches of Hyperspectral images (HSIs) use and require preprocessing steps in the form of patching to accurately classify diversified land cover in remotely sensed images. These approaches u…

ClusteringClustering EnsembleSegmentationSemantic Segmentation

Fast and Accurate 3D Medical Image Segmentation with Data-swapping Method

2018-12-19 · Haruki Imai, Samuel Matzek, Tung D. Le, Yasushi Negishi 외

Deep neural network models used for medical image segmentation are large because they are trained with high-resolution three-dimensional (3D) images. Graphics processing units (GPUs) are widely used to accelerate the tra…

CPUGPUImage SegmentationMedical Image Segmentation+2

Leveraging Adaptive Implicit Representation Mapping for Ultra High-Resolution Image Segmentation

2024-07-31 · Ziyu Zhao, Xiaoguang Li, Pingping Cai, Canyu Zhang 외

Implicit representation mapping (IRM) can translate image features to any continuous resolution, showcasing its potent capability for ultra-high-resolution image segmentation refinement. Current IRM-based methods for ref…

Image SegmentationSegmentationSemantic Segmentation

Scaling In-Context Segmentation with Hierarchical Supervision

2026-04-14 · T. Camaret Ndir, Marco Reisert, Robin T. Schirrmeister arxiv

In-context learning (ICL) enables medical image segmentation models to adapt to new anatomical structures from limited examples, reducing the clinical annotation burden. However, standard ICL methods typically rely on de…

Medical Image Segmentation