SaMam: Style-aware State Space Model for Arbitrary Image Style Transfer
Hongda Liu, Longguang Wang, Ye Zhang, Ziru Yu, Yulan Guo
TL;DR
The paper addresses the trade-off between global receptive field and computational efficiency in arbitrary image style transfer. It introduces SaMam, a Style-aware Mamba framework with a Content and Style Mamba Encoder and a Style-aware Mamba Decoder, including a Vision State Space Module (SAVSSM) built around a style-conditioned S7 Block and a Zigzag Scan strategy. Key contributions include a pluggable, style-adaptive decoding module, a Local Enhancement to mitigate local pixel forgetting, and multiple style-aware components (SConv, SCM, SAIN) that enable flexible style transfer with linear complexity. Experiments on MS-COCO and WikiArt show SaMam achieving state-of-the-art balance between stylization quality and efficiency, validated by perceptual and structural metrics as well as ablation studies highlighting the components' impact.
Abstract
Global effective receptive field plays a crucial role for image style transfer (ST) to obtain high-quality stylized results. However, existing ST backbones (e.g., CNNs and Transformers) suffer huge computational complexity to achieve global receptive fields. Recently, the State Space Model (SSM), especially the improved variant Mamba, has shown great potential for long-range dependency modeling with linear complexity, which offers a approach to resolve the above dilemma. In this paper, we develop a Mamba-based style transfer framework, termed SaMam. Specifically, a mamba encoder is designed to efficiently extract content and style information. In addition, a style-aware mamba decoder is developed to flexibly adapt to various styles. Moreover, to address the problems of local pixel forgetting, channel redundancy and spatial discontinuity of existing SSMs, we introduce both local enhancement and zigzag scan. Qualitative and quantitative results demonstrate that our SaMam outperforms state-of-the-art methods in terms of both accuracy and efficiency.
