paper-with-me

홈 › Papers

R2Gen-Mamba: A Selective State Space Model for Radiology Report Generation

2024-10-21 · Yongheng Sun, Yueh Z. Lee, Genevieve A. Woodard, Hongtu Zhu, Chunfeng Lian, Mingxia Liu

Radiology report generation is crucial in medical imaging,but the manual annotation process by physicians is time-consuming and labor-intensive, necessitating the develop-ment of automatic report generation methods. Existingresearch predominantly utilizes Transformers to generateradiology reports, which can be computationally intensive,limiting their use in real applications. In this work, we presentR2Gen-Mamba, a novel automatic radiology report genera-tion method that leverages the efficient sequence processingof the Mamba with the contextual benefits of Transformerarchitectures. Due to lower computational complexity ofMamba, R2Gen-Mamba not only enhances training and in-ference efficiency but also produces high-quality reports.Experimental results on two benchmark datasets with morethan 210,000 X-ray image-report pairs demonstrate the ef-fectiveness of R2Gen-Mamba regarding report quality andcomputational efficiency compared with several state-of-the-art methods. The source code can be accessed online.

📄 PDF Abstract BibTeX arXiv:2410.18135

Code (1)

YonghengSun1997/R2Gen-Mamba 공식 구현 pytorch

Tasks

Mamba

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

Speech-Mamba: Long-Context Speech Recognition with Selective State Spaces Models

2024-09-27 · Xiaoxue Gao, Nancy F. Chen

Current automatic speech recognition systems struggle with modeling long speech sequences due to high quadratic complexity of Transformer-based models. Selective state space models such as Mamba has performed well on lon…

Automatic Speech RecognitionMambaspeech-recognitionSpeech Recognition+1

GLADMamba: Unsupervised Graph-Level Anomaly Detection Powered by Selective State Space Model

2025-03-23 · Yali Fu, Jindong Li, Qi Wang, Qianli Xing

Unsupervised graph-level anomaly detection (UGLAD) is a critical and challenging task across various domains, such as social network analysis, anti-cancer drug discovery, and toxic molecule identification. However, exist…

Anomaly DetectionDrug DiscoveryMambaState Space Models

Dual-path Mamba: Short and Long-term Bidirectional Selective Structured State Space Models for Speech Separation

2024-03-27 · Xilin Jiang, Cong Han, Nima Mesgarani

Transformers have been the most successful architecture for various speech modeling tasks, including speech separation. However, the self-attention mechanism in transformers with quadratic complexity is inefficient in co…

MambaSpeech SeparationState Space Models

CloudMamba: Grouped Selective State Spaces for Point Cloud Analysis

2025-11-11 · Kanglin Qu, Pan Gao, Qun Dai, Zhanzhi Ye 외 arxiv

Due to the long-range modeling ability and linear complexity property, Mamba has attracted considerable attention in point cloud analysis. Despite some interesting progress, related work still suffers from imperfect poin…

Long-range modeling

VMamba: Visual State Space Model

2024-01-18 · Yue Liu, Yunjie Tian, Yuzhong Zhao, Hongtian Yu 외

Designing computationally efficient network architectures remains an ongoing necessity in computer vision. In this paper, we adapt Mamba, a state-space language model, into VMamba, a vision backbone with linear time comp…

Computational EfficiencyLanguage ModelingLanguage ModellingMamba+2