paper-with-me

Papers

Mamba-ST: State Space Model for Efficient Style Transfer

2024-09-16 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2025 2 · Filippo Botti, Alex Ergasti, Leonardo Rossi, Tomaso Fontanini, Claudio Ferrari, Massimo Bertozzi, Andrea Prati

The goal of style transfer is, given a content image and a style source, generating a new image preserving the content but with the artistic representation of the style source. Most of the state-of-the-art architectures use transformers or diffusion-based models to perform this task, despite the heavy computational burden that they require. In particular, transformers use self- and cross-attention layers which have large memory footprint, while diffusion models require high inference time. To overcome the above, this paper explores a novel design of Mamba, an emergent State-Space Model (SSM), called Mamba-ST, to perform style transfer. To do so, we adapt Mamba linear equation to simulate the behavior of cross-attention layers, which are able to combine two separate embeddings into a single output, but drastically reducing memory usage and time complexity. We modified the Mamba's inner equations so to accept inputs from, and combine, two separate data streams. To the best of our knowledge, this is the first attempt to adapt the equations of SSMs to a vision task like style transfer without requiring any other module like cross-attention or custom normalization layers. An extensive set of experiments demonstrates the superiority and efficiency of our method in performing style transfer compared to transformers and diffusion models. Results show improved quality in terms of both ArtFID and FID metrics. Code is available at https://github.com/FilippoBotti/MambaST.

📄 PDF Abstract BibTeX arXiv:2409.10385

Code (1)

filippobotti/mambast 공식 구현 pytorch

Tasks

MambaStyle Transfer

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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.…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SaMam: Style-aware State Space Model for Arbitrary Image Style Transfer

2025-03-20 · CVPR 2025 1 · Hongda Liu, Longguang Wang, Ye Zhang, Ziru Yu 외

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 complexi…

DecoderMambaStyle Transfer

StyleMamba : State Space Model for Efficient Text-driven Image Style Transfer

2024-05-08 · Zijia Wang, Zhi-Song Liu

We present StyleMamba, an efficient image style transfer framework that translates text prompts into corresponding visual styles while preserving the content integrity of the original images. Existing text-guided styliza…

Style Transfer

QMamba: On First Exploration of Vision Mamba for Image Quality Assessment

2024-06-13 · Fengbin Guan, Xin Li, Zihao Yu, Yiting Lu 외

In this work, we take the first exploration of the recently popular foundation model, i.e., State Space Model/Mamba, in image quality assessment (IQA), aiming at observing and excavating the perception potential in visio…

Image Quality AssessmentMambaTransfer Learning

Adaptive State-Space Mamba for Real-Time Sensor Data Anomaly Detection

2025-03-26 · Alice Zhang, Chao Li

State-space modeling has emerged as a powerful paradigm for sequence analysis in various tasks such as natural language processing, time-series forecasting, and signal processing. In this work, we propose an \emph{Adapti…

Anomaly DetectionMambaState Space ModelsStyle Transfer+2

ReverBERT: A State Space Model for Efficient Text-Driven Speech Style Transfer

2025-03-26 · Michael Brown, Sofia Martinez, Priya Singh

Text-driven speech style transfer aims to mold the intonation, pace, and timbre of a spoken utterance to match stylistic cues from text descriptions. While existing methods leverage large-scale neural architectures or pr…

Computational EfficiencyStyle Transfer