paper-with-me

Papers

Triplet-Block Diffusion RWKV

2026-05-25 · Ke Lin, Yiyang Luo, Zhaolong Su, Yunya Song, Anyi Rao arxiv

Causal Transformer language models suffer from strictly sequential decoding and a quadratic per-step attention cost. While linear-time causal models and discrete diffusion models each address these weaknesses, their integration remains inherently inconsistent: diffusion requires bidirectional attention, while causal models are unidirectional. To unify these architectures, we propose $B^3D-RWKV$, a diffusion RWKV variant that integrates the model's $O(L)$ inference efficiency with parallel, bidirectional discrete-diffusion through a \emph{triplet-block layout} method. $B^3D-RWKV-7.2B$ reaches comparable accuracy on an 8-task suite versus existing models while significantly outperforming baselines in decoding throughput with an average of $\mathbf{1.6\times}$ speedup.

📄 PDF Abstract BibTeX arXiv:2605.25969

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient RWKV-based Representation Learning for 3D Point Clouds

2026-06-09 · Yun Liu, Xuefeng Yan, Liangliang Nan, Xianzhi Li 외 arxiv

The recent receptance weighted key value (RWKV) model combines RNN-style recurrence, offering a linear-complexity alternative to Transformers' quadratic self-attention for modeling global dependencies. However, when dire…

Representation LearningPoint Clouds

OccRWKV: Rethinking Efficient 3D Semantic Occupancy Prediction with Linear Complexity

2024-09-30 · Junming Wang, Wei Yin, Xiaoxiao Long, Xingyu Zhang 외

3D semantic occupancy prediction networks have demonstrated remarkable capabilities in reconstructing the geometric and semantic structure of 3D scenes, providing crucial information for robot navigation and autonomous d…

3D Semantic Occupancy PredictionAutonomous DrivingAutonomous NavigationRobot Navigation

Diffusion-RWKV: Scaling RWKV-Like Architectures for Diffusion Models

2024-04-06 · Zhengcong Fei, Mingyuan Fan, Changqian Yu, Debang Li 외

Transformers have catalyzed advancements in computer vision and natural language processing (NLP) fields. However, substantial computational complexity poses limitations for their application in long-context tasks, such …

Image GenerationUnconditional Image Generation

KAN We Flow? Advancing Robotic Manipulation with 3D Flow Matching via KAN & RWKV

2026-02-01 · Zhihao Chen, Yiyuan Ge, Ziyang Wang arxiv

Diffusion-based visuomotor policies excel at modeling action distributions but are inference-inefficient, since recursively denoising from noise to policy requires many steps and heavy UNet backbones, which hinders deplo…

RWKV-UNet: Improving UNet with Long-Range Cooperation for Effective Medical Image Segmentation

2025-01-14 · Juntao Jiang, Jiangning Zhang, Weixuan Liu, Muxuan Gao 외

In recent years, there have been significant advancements in deep learning for medical image analysis, especially with convolutional neural networks (CNNs) and transformer models. However, CNNs face limitations in captur…

Computational EfficiencyImage SegmentationMedical Image AnalysisMedical Image Segmentation+1