paper-with-me

홈 › Papers

Arcee: Differentiable Recurrent State Chain for Generative Vision Modeling with Mamba SSMs

2025-11-14 · Jitesh Chavan, Rohit Lal, Anand Kamat, Mengjia Xu arxiv

State-space models (SSMs), Mamba in particular, are increasingly adopted for long-context sequence modeling, providing linear-time aggregation via an input-dependent, causal selective-scan operation. Along this line, recent "Mamba-for-vision" variants largely explore multiple scan orders to relax strict causality for non-sequential signals (e.g., images). Rather than preserving cross-block memory, the conventional formulation of the selective-scan operation in Mamba reinitializes each block's state-space dynamics from zero, discarding the terminal state-space representation (SSR) from the previous block. Arcee, a cross-block recurrent state chain, reuses each block's terminal state-space representation as the initial condition for the next block. Handoff across blocks is constructed as a differentiable boundary map whose Jacobian enables end-to-end gradient flow across terminal boundaries. Key to practicality, Arcee is compatible with all prior "vision-mamba" variants, parameter-free, and incurs constant, negligible cost. As a modeling perspective, we view terminal SSR as a mild directional prior induced by a causal pass over the input, rather than an estimator of the non-sequential signal itself. To quantify the impact, for unconditional generation on CelebA-HQ (256$\times$256) with Flow Matching, Arcee reduces FID$\downarrow$ from $82.81$ to $15.33$ ($5.4\times$ lower) on a single scan-order Zigzag Mamba baseline. Efficient CUDA kernels and training code will be released to support rigorous and reproducible research.

📄 PDF Abstract BibTeX arXiv:2511.11243

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Arcee Trinity Large Technical Report

2026-02-19 · Varun Singh, Lucas Krauss, Sami Jaghouar, Matej Sirovatka 외 arxiv

We present the technical report for Arcee Trinity Large, a sparse Mixture-of-Experts model with 400B total parameters and 13B activated per token. Additionally, we report on Trinity Nano and Trinity Mini, with Trinity Na…

Merging in a Bottle: Differentiable Adaptive Merging (DAM) and the Path from Averaging to Automation

2024-10-10 · Thomas Gauthier-Caron, Shamane Siriwardhana, Elliot Stein, Malikeh Ehghaghi 외

By merging models, AI systems can combine the distinct strengths of separate language models, achieving a balance between multiple capabilities without requiring substantial retraining. However, the integration process c…

Domain Adaptation of Llama3-70B-Instruct through Continual Pre-Training and Model Merging: A Comprehensive Evaluation

2024-06-21 · Shamane Siriwardhana, Mark McQuade, Thomas Gauthier, Lucas Atkins 외

We conducted extensive experiments on domain adaptation of the Meta-Llama-3-70B-Instruct model on SEC data, exploring its performance on both general and domain-specific benchmarks. Our focus included continual pre-train…

Domain AdaptationLanguage ModelingLanguage Modelling

Inductive Logic Programming via Differentiable Deep Neural Logic Networks

2019-06-08 · Ali Payani, Faramarz Fekri

We propose a novel paradigm for solving Inductive Logic Programming (ILP) problems via deep recurrent neural networks. This proposed ILP solver is designed based on differentiable implementation of the deduction via forw…

General ClassificationInductive logic programming

Language Generation with Recurrent Generative Adversarial Networks without Pre-training

2017-06-05 · Ofir Press, Amir Bar, Ben Bogin, Jonathan Berant 외

Generative Adversarial Networks (GANs) have shown great promise recently in image generation. Training GANs for language generation has proven to be more difficult, because of the non-differentiable nature of generating …

Text Generation