Factorizer: A Scalable Interpretable Approach to Context Modeling for Medical Image Segmentation
Pooya Ashtari, Diana M. Sima, Lieven De Lathauwer, Dominique, Sappey-Marinier, Frederik Maes, and Sabine Van Huffel

TL;DR
Factorizer introduces a scalable, interpretable model using low-rank matrix factorization for improved global context modeling in medical image segmentation, outperforming CNNs and Transformers in accuracy and speed.
Contribution
It proposes a novel end-to-end segmentation model integrating NMF as a differentiable layer within a U-shaped architecture, enhancing scalability and interpretability.
Findings
Achieves state-of-the-art results on BraTS and ISLES'22 datasets.
Provides meaningful NMF components for interpretability.
Enables faster inference without accuracy loss.
Abstract
Convolutional Neural Networks (CNNs) with U-shaped architectures have dominated medical image segmentation, which is crucial for various clinical purposes. However, the inherent locality of convolution makes CNNs fail to fully exploit global context, essential for better recognition of some structures, e.g., brain lesions. Transformers have recently proven promising performance on vision tasks, including semantic segmentation, mainly due to their capability of modeling long-range dependencies. Nevertheless, the quadratic complexity of attention makes existing Transformer-based models use self-attention layers only after somehow reducing the image resolution, which limits the ability to capture global contexts present at higher resolutions. Therefore, this work introduces a family of models, dubbed Factorizer, which leverages the power of low-rank matrix factorization for constructing an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Brain Tumor Detection and Classification · Radiomics and Machine Learning in Medical Imaging
MethodsConvolution
