paper-with-me

Papers

Universal YOCO for Efficient Depth Scaling

2026-04-01 · Yutao Sun, Li Dong, Tianzhu Ye, Shaohan Huang, Jianyong Wang, Furu Wei arxiv

The rise of test-time scaling has remarkably boosted the reasoning and agentic proficiency of Large Language Models (LLMs). Yet, standard Transformers struggle to scale inference-time compute efficiently, as conventional looping strategies suffer from high computational overhead and a KV cache that inflates alongside model depth. We present Universal YOCO (YOCO-U), which combines the YOCO decoder-decoder architecture with recursive computation to achieve a synergistic effect greater than either alone. Built on the YOCO framework, YOCO-U implements a Universal Self-Decoder that performs multiple iterations via parameter sharing, while confining the iterative process to shallow, efficient-attention layers. This combination yields a favorable capability-efficiency tradeoff that neither YOCO nor recursion achieves independently. The YOCO architecture provides a constant global KV cache and linear pre-filling, while partial recursion enhances representational depth with limited overhead. Together, YOCO-U improves token utility and scaling behavior while maintaining efficient inference. Empirical results confirm that YOCO-U remains highly competitive in general and long-context benchmarks, demonstrating that the integration of efficient-attention architectures and recursive computation is a promising direction for scalable LLMs.

📄 PDF Abstract BibTeX arXiv:2604.01220

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

You Only Cache Once: Decoder-Decoder Architectures for Language Models

2024-05-08 · Yutao Sun, Li Dong, Yi Zhu, Shaohan Huang 외

We introduce a decoder-decoder architecture, YOCO, for large language models, which only caches key-value pairs once. It consists of two components, i.e., a cross-decoder stacked upon a self-decoder. The self-decoder eff…

DecoderGPURetrieval

YOCO++: Enhancing YOCO with KV Residual Connections for Efficient LLM Inference

2026-04-15 · You Wu, Ziheng Chen, Yizhen Zhang, Haoyi Wu 외 arxiv

Cross-layer key-value (KV) compression has been found to be effective in efficient inference of large language models (LLMs). Although they reduce the memory consumption of the KV cache, such methods usually introduce no…

You Only Cut Once: Boosting Data Augmentation with a Single Cut

2022-01-28 · Junlin Han, Pengfei Fang, Weihao Li, Jie Hong 외

We present You Only Cut Once (YOCO) for performing data augmentations. YOCO cuts one image into two pieces and performs data augmentations individually within each piece. Applying YOCO improves the diversity of the augme…

Data AugmentationDiversity

Mixture of Universal Experts: Scaling Virtual Width via Depth-Width Transformation

2026-03-05 · Yilong Chen, Naibin Gu, Junyuan Shang, Zhenyu Zhang 외 arxiv

Mixture-of-Experts (MoE) decouples model capacity from per-token computation, yet their scalability remains limited by the physical dimensions of depth and width. To overcome this, we propose Mixture of Universal Experts…

YOCO: A Hybrid In-Memory Computing Architecture with 8-bit Sub-PetaOps/W In-Situ Multiply Arithmetic for Large-Scale AI

2023-12-19 · Zihao Xuan, Yuxuan Yang, Wei Xuan, Zijia Su 외

In this paper, we further explore the potential of analog in-memory computing (AiMC) and introduce an innovative artificial intelligence (AI) accelerator architecture named YOCO, featuring three key proposals: (1) YOCO p…

AllComputational Efficiency