paper-with-me

Papers

DA-Mamba: Domain Adaptive Hybrid Mamba-Transformer Based One-Stage Object Detection

2025-02-16 · A. Enes Doruk, Hasan F. Ates

Recent 2D CNN-based domain adaptation approaches struggle with long-range dependencies due to limited receptive fields, making it difficult to adapt to target domains with significant spatial distribution changes. While transformer-based domain adaptation methods better capture distant relationships through self-attention mechanisms that facilitate more effective cross-domain feature alignment, their quadratic computational complexity makes practical deployment challenging for object detection tasks across diverse domains. Inspired by the global modeling and linear computation complexity of the Mamba architecture, we present the first domain-adaptive Mamba-based one-stage object detection model, termed DA-Mamba. Specifically, we combine Mamba's efficient state-space modeling with attention mechanisms to address domain-specific spatial and channel-wise variations. Our design leverages domain-adaptive spatial and channel-wise scanning within the Mamba block to extract highly transferable representations for efficient sequential processing, while cross-attention modules generate long-range, mixed-domain spatial features to enable robust soft alignment across domains. Besides, motivated by the observation that hybrid architectures introduce feature noise in domain adaptation tasks, we propose an entropy-based knowledge distillation framework with margin ReLU, which adaptively refines multi-level representations by suppressing irrelevant activations and aligning uncertainty across source and target domains. Finally, to prevent overfitting caused by the mixed-up features generated through cross-attention mechanisms, we propose entropy-driven gating attention with random perturbations that simultaneously refine target features and enhance model generalization.

📄 PDF Abstract BibTeX arXiv:2502.11178

Code (2)

enesdoruk/damamba 공식 구현 pytorch
enesdoruk/davimnet 공식 구현 pytorch

Tasks

Domain AdaptationKnowledge DistillationMambaObjectobject-detectionObject DetectionState Space ModelsUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

HybridMamba: A Dual-domain Mamba for 3D Medical Image Segmentation

2025-09-18 · Weitong Wu, Zhaohu Xing, Jing Gong, Qin Peng 외 arxiv

In the domain of 3D biomedical image segmentation, Mamba exhibits the superior performance for it addresses the limitations in modeling long-range dependencies inherent to CNNs and mitigates the abundant computational ov…

Medical Image Segmentation

Falcon Mamba: The First Competitive Attention-free 7B Language Model

2024-10-07 · Jingwei Zuo, Maksim Velikanov, Dhia Eddine Rhaiem, Ilyas Chahed 외

In this technical report, we present Falcon Mamba 7B, a new base large language model based on the novel Mamba architecture. Falcon Mamba 7B is trained on 5.8 trillion tokens with carefully selected data mixtures. As a p…

Language ModelingLanguage ModellingLarge Language ModelMamba

Pose Magic: Efficient and Temporally Consistent Human Pose Estimation with a Hybrid Mamba-GCN Network

2024-08-06 · Xinyi Zhang, Qiqi Bao, Qinpeng Cui, Wenming Yang 외

Current state-of-the-art (SOTA) methods in 3D Human Pose Estimation (HPE) are primarily based on Transformers. However, existing Transformer-based 3D HPE backbones often encounter a trade-off between accuracy and computa…

3D Human Pose EstimationComputational EfficiencyLong-range modelingMamba+2

MaskMamba: A Hybrid Mamba-Transformer Model for Masked Image Generation

2024-09-30 · Wenchao Chen, LiQiang Niu, Ziyao Lu, Fandong Meng 외

Image generation models have encountered challenges related to scalability and quadratic complexity, primarily due to the reliance on Transformer-based backbones. In this study, we introduce MaskMamba, a novel hybrid mod…

Image GenerationMambaText to Image GenerationText-to-Image Generation

MAP: Unleashing Hybrid Mamba-Transformer Vision Backbone's Potential with Masked Autoregressive Pretraining

2024-10-01 · CVPR 2025 1 · Yunze Liu, Li Yi

Mamba has achieved significant advantages in long-context modeling and autoregressive tasks, but its scalability with large parameters remains a major limitation in vision applications. pretraining is a widely used strat…

Mamba