paper-with-me

홈 › Papers

RWKV-Lite: Deeply Compressed RWKV for Resource-Constrained Devices

2024-12-14 · Wonkyo Choe, Yangfeng Ji, Felix Xiaozhu Lin

To deploy LLMs on resource-contained platforms such as mobile robots and smartphones, non-transformers LLMs have achieved major breakthroughs. Recently, a novel RNN-based LLM family, Repentance Weighted Key Value (RWKV) has shown strong computational efficiency; nevertheless, RWKV models still have high parameter counts which limited their deployment. In this paper, we propose a suite of compression techniques, ranging from model architecture optimizations to post-training compression, tailored to the RWKV architecture. Combined, our techniques reduce the memory footprint of RWKV models by 3.4x -- 5x with only negligible degradation in accuracy; compared to transformer LLMs with similar accuracy, our models require 4x less memory footprint.

📄 PDF Abstract BibTeX arXiv:2412.10856

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyText Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

RWKVTTS: Yet another TTS based on RWKV-7

2025-04-04 · Lin Yueyu, Liu Xiao

Human-AI interaction thrives on intuitive and efficient interfaces, among which voice stands out as a particularly natural and accessible modality. Recent advancements in transformer-based text-to-speech (TTS) systems, s…

Computational Efficiencytext-to-speechText to Speech

U-RWKV: Lightweight medical image segmentation with direction-adaptive RWKV

2025-07-15 · Hongbo Ye, Fenghe Tang, Peiang Zhao, Zhen Huang 외

Achieving equity in healthcare accessibility requires lightweight yet high-performance solutions for medical image segmentation, particularly in resource-limited settings. Existing methods like U-Net and its variants oft…

Computational EfficiencyImage SegmentationLong-range modelingMedical Image Segmentation+1

RWKV-PCSSC: Exploring RWKV Model for Point Cloud Semantic Scene Completion

2025-11-13 · Wenzhe He, Xiaojun Chen, Wentang Chen, Hongyu Wang 외 arxiv

Semantic Scene Completion (SSC) aims to generate a complete semantic scene from an incomplete input. Existing approaches often employ dense network architectures with a high parameter count, leading to increased model co…

PointRWKV: Efficient RWKV-Like Model for Hierarchical Point Cloud Learning

2024-05-24 · Qingdong He, Jiangning Zhang, Jinlong Peng, Haoyang He 외

Transformers have revolutionized the point cloud learning task, but the quadratic complexity hinders its extension to long sequence and makes a burden on limited computational resources. The recent advent of RWKV, a fres…

Mamba

Eagle and Finch: RWKV with Matrix-Valued States and Dynamic Recurrence

2024-04-08 · Bo Peng, Daniel Goldstein, Quentin Anthony, Alon Albalak 외

We present Eagle (RWKV-5) and Finch (RWKV-6), sequence models improving upon the RWKV (RWKV-4) architecture. Our architectural design advancements include multi-headed matrix-valued states and a dynamic recurrence mechan…