paper-with-me

홈 › Papers

ModRWKV: Transformer Multimodality in Linear Time

2025-05-20 · Jiale Kang, Ziyin Yue, Qingyu Yin, Jiang Rui, Weile Li, Zening Lu, Zhouran Ji

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.

📄 PDF Abstract BibTeX arXiv:2505.14505

Code (1)

jl-er/modrwkv 공식 구현 pytorch

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Towards Arabic Multimodal Dataset for Sentiment Analysis

2023-06-10 · Abdelhamid Haouhat, Slimane Bellaouar, Attia Nehar, Hadda Cherroun

Multimodal Sentiment Analysis (MSA) has recently become a centric research direction for many real-world applications. This proliferation is due to the fact that opinions are central to almost all human activities and ar…

Multimodal Sentiment AnalysisSentiment AnalysisWord Alignment

Frequency-Aware Vision-Language Multimodality Generalization Network for Remote Sensing Image Classification

2025-11-13 · Junjie Zhang, Feng Zhao, Hanqiang Liu, Jun Yu arxiv

The booming remote sensing (RS) technology is giving rise to a novel multimodality generalization task, which requires the model to overcome data heterogeneity while possessing powerful cross-scene generalization ability…

Remote Sensing Image Classification

Rethinking the Potential of Multimodality in Collaborative Problem Solving Diagnosis with Large Language Models

2025-04-21 · K. Wong, B. Wu, S. Bulathwela, M. Cukurova

Detecting collaborative and problem-solving behaviours from digital traces to interpret students' collaborative problem solving (CPS) competency is a long-term goal in the Artificial Intelligence in Education (AIEd) fiel…

Noise-induced Mixing and Multimodality in Reaction Networks

2018-01-28

We analyze a class of chemical reaction networks under mass-action kinetics and involving multiple time-scales, whose deterministic and stochastic models display qualitative differences. The networks are inspired by gene…

Multimodal Motion Prediction with Stacked Transformers

2021-03-22 · CVPR 2021 1 · Yicheng Liu, Jinghuai Zhang, Liangji Fang, Qinhong Jiang 외

Predicting multiple plausible future trajectories of the nearby vehicles is crucial for the safety of autonomous driving. Recent motion prediction approaches attempt to achieve such multimodal motion prediction by implic…

Autonomous DrivingDiversitymotion predictionPrediction