paper-with-me

홈 › Papers

Enhancing Mamba Decoder with Bidirectional Interaction in Multi-Task Dense Prediction

2025-08-28 · Mang Cao, Sanping Zhou, Yizhe Li, Ye Deng, Wenli Huang, Le Wang arxiv

Sufficient cross-task interaction is crucial for success in multi-task dense prediction. However, sufficient interaction often results in high computational complexity, forcing existing methods to face the trade-off between interaction completeness and computational efficiency. To address this limitation, this work proposes a Bidirectional Interaction Mamba (BIM), which incorporates novel scanning mechanisms to adapt the Mamba modeling approach for multi-task dense prediction. On the one hand, we introduce a novel Bidirectional Interaction Scan (BI-Scan) mechanism, which constructs task-specific representations as bidirectional sequences during interaction. By integrating task-first and position-first scanning modes within a unified linear complexity architecture, BI-Scan efficiently preserves critical cross-task information. On the other hand, we employ a Multi-Scale Scan~(MS-Scan) mechanism to achieve multi-granularity scene modeling. This design not only meets the diverse granularity requirements of various tasks but also enhances nuanced cross-task feature interactions. Extensive experiments on two challenging benchmarks, \emph{i.e.}, NYUD-V2 and PASCAL-Context, show the superiority of our BIM vs its state-of-the-art competitors.

📄 PDF Abstract BibTeX arXiv:2508.20376

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

MTMamba++: Enhancing Multi-Task Dense Scene Understanding via Mamba-Based Decoders

2024-08-27 · Baijiong Lin, Weisen Jiang, Pengguang Chen, Shu Liu 외

Multi-task dense scene understanding, which trains a model for multiple dense prediction tasks, has a wide range of application scenarios. Capturing long-range dependency and enhancing cross-task interactions are crucial…

DecoderMambaScene UnderstandingState Space Models

MTMamba: Enhancing Multi-Task Dense Scene Understanding by Mamba-Based Decoders

2024-07-02 · Baijiong Lin, Weisen Jiang, Pengguang Chen, Yu Zhang 외

Multi-task dense scene understanding, which learns a model for multiple dense prediction tasks, has a wide range of application scenarios. Modeling long-range dependency and enhancing cross-task interactions are crucial …

Boundary DetectionHuman ParsingMambaScene Understanding+1

SR-Mamba: Effective Surgical Phase Recognition with State Space Model

2024-07-11 · Rui Cao, Jiangliu Wang, Yun-hui Liu

Surgical phase recognition is crucial for enhancing the efficiency and safety of computer-assisted interventions. One of the fundamental challenges involves modeling the long-distance temporal relationships present in su…

DecoderMambaSurgical phase recognition

HSIDMamba: Exploring Bidirectional State-Space Models for Hyperspectral Denoising

2024-04-15 · Yang Liu, Jiahua Xiao, Yu Guo, Peilin Jiang 외

Effectively discerning spatial-spectral dependencies in HSI denoising is crucial, but prevailing methods using convolution or transformers still face computational efficiency limitations. Recently, the emerging Selective…

Computational EfficiencyDenoisingMambaState Space Models

PointABM:Integrating Bidirectional State Space Model with Multi-Head Self-Attention for Point Cloud Analysis

2024-06-10 · Jia-Wei Chen, Yu-jie Xiong, Yong-bin Gao

Mamba, based on state space model (SSM) with its linear complexity and great success in classification provide its superiority in 3D point cloud analysis. Prior to that, Transformer has emerged as one of the most promine…

Mamba