English

VisualRWKV: Exploring Recurrent Neural Networks for Visual Language Models

Computer Vision and Pattern Recognition 2024-12-20 v3 Computation and Language Machine Learning

Abstract

Visual Language Models (VLMs) have rapidly progressed with the recent success of large language models. However, there have been few attempts to incorporate efficient linear Recurrent Neural Networks (RNNs) architectures into VLMs. In this study, we introduce VisualRWKV, the first application of a linear RNN model to multimodal learning tasks, leveraging the pre-trained RWKV language model. We propose a data-dependent recurrence and sandwich prompts to enhance our modeling capabilities, along with a 2D image scanning mechanism to enrich the processing of visual sequences. Extensive experiments demonstrate that VisualRWKV achieves competitive performance compared to Transformer-based models like LLaVA-1.5 on various benchmarks. Compared to LLaVA-1.5, VisualRWKV has a speed advantage of 3.98 times and can save 54% of GPU memory when reaching an inference length of 24K tokens. To facilitate further research and analysis, we have made the checkpoints and the associated code publicly accessible at the following GitHub repository: see https://github.com/howard-hou/VisualRWKV.

Keywords

Cite

@article{arxiv.2406.13362,
  title  = {VisualRWKV: Exploring Recurrent Neural Networks for Visual Language Models},
  author = {Haowen Hou and Peigen Zeng and Fei Ma and Fei Richard Yu},
  journal= {arXiv preprint arXiv:2406.13362},
  year   = {2024}
}

Comments

Accepted at COLING 2025 main conference

R2 v1 2026-06-28T17:11:47.230Z