Full-resolution MLPs Empower Medical Dense Prediction
Mingyuan Meng, Yuxin Xue, Dagan Feng, Lei Bi, and Jinman Kim

TL;DR
This paper introduces a full-resolution hierarchical MLP framework for medical dense prediction tasks, demonstrating that MLPs outperform CNNs and transformers at full image resolution across various applications.
Contribution
The study proposes a novel full-resolution hierarchical MLP framework that effectively captures tissue-level details, surpassing CNN and transformer models in medical dense prediction.
Findings
Outperforms CNNs and transformers on multiple datasets
Achieves state-of-the-art results in medical image restoration, registration, and segmentation
Validates the effectiveness of full-resolution MLPs in medical vision tasks
Abstract
Dense prediction is a fundamental requirement for many medical vision tasks such as medical image restoration, registration, and segmentation. The most popular vision model, Convolutional Neural Networks (CNNs), has reached bottlenecks due to the intrinsic locality of convolution operations. Recently, transformers have been widely adopted for dense prediction for their capability to capture long-range visual dependence. However, due to the high computational complexity and large memory consumption of self-attention operations, transformers are usually used at downsampled feature resolutions. Such usage cannot effectively leverage the tissue-level textural information available only at the full image resolution. This textural information is crucial for medical dense prediction as it can differentiate the subtle human anatomy in medical images. In this study, we hypothesize that…
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
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · Medical Image Segmentation Techniques
MethodsConvolution
