paper-with-me

홈 › Papers

SCALE: Scalable Cross-Attention Learning with Extrapolation for Agentic Workflow Scheduling

2026-06-05 · Zhifei Xu, Jierui Lan, Zixuan Liang, Aiji Liang, Jinxi He arxiv

Agentic Large Language Model (LLM) systems decompose complex tasks into workflow Directed Acyclic Graphs (DAGs) whose primitives must be scheduled on heterogeneous clusters. Existing deep reinforcement learning (DRL) schedulers are tied to a fixed cluster size and require retraining whenever the number of servers changes. We propose SCALE (Scalable Cross-Attention Learning with Extrapolation), a DRL scheduler that generalizes to unseen cluster scales without fine-tuning. SCALE employs a cross-attention pointer network where task features query against server features, so the architecture accepts any number of servers by construction. We observe, however, that permutation-invariant architecture alone does not guarantee good performance at new scales - the attention feature undergoes distribution shift as the server count grows. To counter this, we introduce Structured Representation Regularization (SRR): a decorrelation loss combined with a KL penalty toward the standard normal, which keeps feature statistics stable regardless of input size. Trained on 16 nodes and tested directly on 32 and 48 nodes, SCALE reduces average response time by 8.9% at N=48 relative to the same architecture without SRR, confirming that explicit regularization is necessary to close the scale-generalization gap.

📄 PDF Abstract BibTeX arXiv:2606.06820

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Ling and Ring 2.6 Technical Report: Efficient and Instant Agentic Intelligence at Trillion-Parameter Scale

2026-06-13 · Ang Li, Ben Liu, Bin Han, Bin Hu 외 arxiv

Efficient and scalable agentic intelligence requires models that can deliver both low-latency responses and strong reasoning capabilities while remaining practical to train, serve, and deploy. In this report, we present …

Reinforcement LearningResponse Generation

Information Entropy Invariance: Enhancing Length Extrapolation in Attention Mechanisms

2025-01-15 · Kewei Li, Yanwen Kong, Yiping Xu, Jianlin Su 외

Since the emergence of research on improving the length extrapolation capabilities of large language models in 2021, some studies have made modifications to the scaling factor in the scaled dot-product attention mechanis…

Fast Kernel Learning for Multidimensional Pattern Extrapolation

2014-12-01 · NeurIPS 2014 12 · Andrew G. Wilson, Elad Gilboa, Arye Nehorai, John P. Cunningham

The ability to automatically discover patterns and perform extrapolation is an essential quality of intelligent systems. Kernel methods, such as Gaussian processes, have great potential for pattern extrapolation, since t…

Gaussian Processes

DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models

2025-12-02 · DeepSeek-AI, Aixin Liu, Aoxue Mei, Bangcai Lin 외 arxiv

We introduce DeepSeek-V3.2, a model that harmonizes high computational efficiency with superior reasoning and agent performance. The key technical breakthroughs of DeepSeek-V3.2 are as follows: (1) DeepSeek Sparse Attent…

Computational EfficiencyReinforcement Learning

Mesa-Extrapolation: A Weave Position Encoding Method for Enhanced Extrapolation in LLMs

2024-10-21 · Xin Ma, Yang Liu, Jingjing Liu, Xiaoxu Ma

Large language models (LLMs), although having revolutionized many fields, still suffer from the challenging extrapolation problem, where the inference ability of LLMs sharply declines beyond their max training lengths. I…

Position