CLAIMay 20, 2025

ModRWKV: Transformer Multimodality in Linear Time

arXiv:2505.14505v11 citationsh-index: 2Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work offers a more efficient alternative to quadratic-complexity Transformers for multimodal large language models, potentially benefiting researchers and practitioners in AI by reducing inference costs.

The authors tackled the problem of high computational cost in multimodal models by proposing ModRWKV, a linear-time RNN-based framework that achieves a balance between performance and efficiency, leveraging pretrained RWKV7 weights to accelerate training and enhance multimodal understanding.

Currently, most multimodal studies are based on large language models (LLMs) with quadratic-complexity Transformer architectures. While linear models like RNNs enjoy low inference costs, their application has been largely limited to the text-only modality. This work explores the capabilities of modern RNN architectures in multimodal contexts. We propose ModRWKV-a decoupled multimodal framework built upon the RWKV7 architecture as its LLM backbone-which achieves multi-source information fusion through dynamically adaptable heterogeneous modality encoders. We designed the multimodal modules in ModRWKV with an extremely lightweight architecture and, through extensive experiments, identified a configuration that achieves an optimal balance between performance and computational efficiency. ModRWKV leverages the pretrained weights of the RWKV7 LLM for initialization, which significantly accelerates multimodal training. Comparative experiments with different pretrained checkpoints further demonstrate that such initialization plays a crucial role in enhancing the model's ability to understand multimodal signals. Supported by extensive experiments, we conclude that modern RNN architectures present a viable alternative to Transformers in the domain of multimodal large language models (MLLMs). Furthermore, we identify the optimal configuration of the ModRWKV architecture through systematic exploration.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes