Balancing Efficiency and Restoration: Lightweight Mamba-Based Model for CT Metal Artifact Reduction

arXiv cs.CV / 4/9/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes MARMamba, a lightweight Mamba-based neural network aimed at reducing metal artifacts in computed tomography (CT) while preserving underlying anatomical structures.
  • It targets three limitations of existing approaches: degradation of organ/tissue detail, reliance on sinogram data, and poor trade-offs between computational resource use and restoration efficiency.
  • MARMamba is designed to operate only on CT images that already contain metal artifacts, eliminating the need for extra input data such as sinograms.
  • The model uses a streamlined UNet backbone with a multi-scale Mamba (MS-Mamba) core, including a flip Mamba block that gathers contextual information from multiple orientations and a feed-forward fusion step to suppress artifacts.
  • Experiments report strong artifact-reduction performance along with a favorable balance among computation, memory footprint, and parameter count, and the authors release code on GitHub.

Abstract

In computed tomography imaging, metal implants frequently generate severe artifacts that compromise image quality and hinder diagnostic accuracy. There are three main challenges in the existing methods: the deterioration of organ and tissue structures, dependence on sinogram data, and an imbalance between resource use and restoration efficiency. Addressing these issues, we introduce MARMamba, which effectively eliminates artifacts caused by metals of different sizes while maintaining the integrity of the original anatomical structures of the image. Furthermore, this model only focuses on CT images affected by metal artifacts, thus negating the requirement for additional input data. The model is a streamlined UNet architecture, which incorporates multi-scale Mamba (MS-Mamba) as its core module. Within MS-Mamba, a flip mamba block captures comprehensive contextual information by analyzing images from multiple orientations. Subsequently, the average maximum feed-forward network integrates critical features with average features to suppress the artifacts. This combination allows MARMamba to reduce artifacts efficiently. The experimental results demonstrate that our model excels in reducing metal artifacts, offering distinct advantages over other models. It also strikes an optimal balance between computational demands, memory usage, and the number of parameters, highlighting its practical utility in the real world. The code of the presented model is available at: https://github.com/RICKand-MORTY/MARMamba.