PulseAugur
实时 06:18:28
English(EN) SparseBalance: Load-Balanced Long Context Training with Dynamic Sparse Attention

新研究探讨大语言模型安全、效率和训练优化

研究人员正在开发新的方法来提高大语言模型(LLMs)的效率和安全性。一种名为“Widening the Gap”的方法利用了异常值注入来破坏LLM量化,证明安全风险已延伸到AWQ和GPTQ等先进量化技术。同时,其他研究则专注于通过自适应量化(XFP)、设备-边缘协作的推测解码(GELATO)以及高效的KV缓存管理(SparKVFeatherDooly)来优化LLM推理。此外,新的框架正在涌现,用于分析LLM推理的稳定性(Queueing-Theoretic Framework)和改进模型训练的数据优化(CAMEL)。 AI

影响 LLM量化安全、推理效率和训练数据优化方面的进步对于更广泛、更安全的人工智能部署至关重要。

排序理由 多篇arXiv论文发表了关于LLM相关主题的研究,包括安全、量化、推理优化和训练。

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 32 个来源。 我们如何撰写摘要 →

新研究探讨大语言模型安全、效率和训练优化

报道来源 [32]

  1. arXiv cs.AI TIER_1 English(EN) · Martin Vechev ·

    差距拉大:通过异常值注入利用LLM量化

    LLM quantization has become essential for memory-efficient deployment. Recent work has shown that quantization schemes can pose critical security risks: an adversary may release a model that appears benign in full precision but exhibits malicious behavior once quantized by users.…

  2. arXiv cs.AI TIER_1 English(EN) · Thomas Witt ·

    XFP:面向LLM推理的质量目标自适应码本量化与稀疏离群值分离

    We introduce XFP, a dynamic weight quantizer for LLM inference that inverts the conventional workflow: the operator specifies reconstruction quality floors on per-channel cosine similarity (one strict floor for attention and shared experts, one lazy floor for routed-expert MoE); …

  3. arXiv cs.LG TIER_1 English(EN) · Bo Ai ·

    GELATO:基于生成熵和 Lyapunov 的自适应令牌卸载,用于设备-边缘投机式 LLM 推理

    The recent growth of on-device Large Language Model (LLM) inference has driven significant interest in device-edge collaborative LLM inference. As a promising architecture, Speculative Decoding (SD) is increasingly adopted where a lightweight draft model rapidly generates candida…

  4. arXiv cs.AI TIER_1 English(EN) · Daehyeok Kim ·

    Dooly:配置无关、冗余感知的大语言模型推理模拟分析

    Selecting the optimal LLM inference configuration requires evaluation across hardware, serving engines, attention backends, and model architectures, since no single choice performs best across all workloads. Profile-based simulators are the standard tool, yet they hardcode their …

  5. arXiv cs.LG TIER_1 English(EN) · Hirofumi Ota, Naoto Iwase, Yuki Ichihara, Junpei Komiyama, Masaaki Imaizumi ·

    CITE:LLM自洽性中的随时有效统计推断

    arXiv:2605.05873v1 Announce Type: cross Abstract: Large language models often improve reasoning by sampling multiple outputs and aggregating their final answers, but precise and efficient control of error levels remains a challenging task. In particular, deciding when to stop sam…

  6. arXiv cs.LG TIER_1 English(EN) · Mikhail Shirokikh, Sergey Nikolenko ·

    稀疏前缀缓存用于混合和循环大语言模型服务

    arXiv:2605.05219v1 Announce Type: new Abstract: Prefix caching is a key latency optimization for autoregressive LLM serving, yet existing systems assume dense per-token key/value reuse. State-space models change the structure of the problem: a recurrent layer can resume from a si…

  7. arXiv cs.LG TIER_1 English(EN) · Saksham Rathi, Preeti, Mythili Vutukuru ·

    物以类聚,人以群分:LLM推理中的批处理大小与前缀同质性

    arXiv:2605.06046v1 Announce Type: new Abstract: Auto-regressive token generation in large language models is memory-bound because it requires "attending to" key and value tensors (KV cache) of all previous tokens. Prior work aims to improve the efficiency of this decode process b…

  8. arXiv cs.LG TIER_1 English(EN) · Jingwei Li, Xinran Gu, Jingzhao Zhang ·

    容量感知混合定律实现高效LLM数据优化

    arXiv:2603.08022v2 Announce Type: replace Abstract: A data mixture refers to how different data sources are combined to train large language models, and selecting an effective mixture is crucial for optimal downstream performance. Existing methods either conduct costly searches d…

  9. arXiv cs.AI TIER_1 English(EN) · Hongyao Liu, Liuqun Zhai, Junyi Wang, Zhengru Fang ·

    SparKV:面向高效设备端 LLM 推理的开销感知 KV 缓存加载

    arXiv:2604.21231v2 Announce Type: replace-cross Abstract: Efficient inference for on-device Large Language Models (LLMs) remains challenging due to limited hardware resources and the high cost of the prefill stage, which processes the full input context to construct Key-Value (KV…

  10. arXiv cs.LG TIER_1 English(EN) · Chengyi Nie, Nian Si, Zijie Zhou ·

    面向LLM推理中KV缓存内存约束的稳定性分析的排队论框架

    arXiv:2605.04595v1 Announce Type: new Abstract: The rapid adoption of large language models (LLMs) has created significant challenges for efficient inference at scale. Unlike traditional workloads, LLM inference is constrained by both computation and the memory overhead of key-va…

  11. arXiv cs.AI TIER_1 English(EN) · Shakya Jayakody, Youpeng Zhao, Chinmay Dhanraj Nehate, Jun Wang ·

    GhostServe:一个轻量级的后台检查点系统,用于容错式大模型服务

    arXiv:2605.00831v1 Announce Type: cross Abstract: The rise of million-token, agent-based applications has placed unprecedented demands on large language model (LLM) inference services. The long-running nature of these tasks increases their susceptibility to hardware and software …

  12. arXiv cs.LG TIER_1 English(EN) · Itamar Zimerman, Allon Adir, Ehud Aharoni, Matan Avitan, Moran Baruch, Nir Drucker, Jenny Lerner, Ramy Masalha, Reut Meiri, Omri Soceanu ·

    Power-Softmax:面向加密数据上的安全大模型推理

    arXiv:2410.09457v2 Announce Type: replace Abstract: Modern cryptographic methods for implementing privacy-preserving LLMs such as \gls{HE} require the LLMs to have a polynomial form. Forming such a representation is challenging because transformers include non-polynomial componen…

  13. arXiv cs.LG TIER_1 English(EN) · Zhibin Wang, Zetao Hong, Xue Li, Zibo Wang, Shipeng Li, Qingkai Meng, Qing Wang, Chengying Huan, Rong Gu, Sheng Zhong, Chen Tian ·

    STAR:LLM推理的解码阶段重新调度

    arXiv:2510.13668v2 Announce Type: replace-cross Abstract: Large Language Model (LLM) inference has emerged as a fundamental paradigm, however, variations in output length cause severe workload imbalance in the decode phase, particularly for long-output reasoning tasks. Existing s…

  14. arXiv cs.CL TIER_1 English(EN) · Jinyu Guo, Zhihan Zhang, Jiehui Xie, Md. Tamim Iqbal, Dongshen Han, Lik-Hang Lee, Sung-Ho Bae, Jie Zou, Yang Yang, Chaoning Zhang ·

    DASH-KV:通过非对称KV缓存哈希加速长上下文LLM推理

    arXiv:2604.19351v3 Announce Type: replace Abstract: The quadratic computational complexity of the standard attention mechanism constitutes a fundamental bottleneck for large language models in long-context inference. While existing KV cache compression methods alleviate memory pr…

  15. arXiv cs.LG TIER_1 English(EN) · Yuzong Chen, Chao Fang, Xilai Dai, Yuheng Wu, Thierry Tambe, Marian Verhelst, Mohamed S. Abdelfattah ·

    P3-LLM:一种用于边缘LLM推理的集成NPU-PIM加速器,采用混合数值格式

    arXiv:2511.06838v4 Announce Type: replace-cross Abstract: The substantial memory bandwidth and computational demands of large language models (LLMs) present critical challenges for efficient inference. To tackle this, the literature has explored heterogeneous systems that combine…

  16. arXiv cs.LG TIER_1 English(EN) · Raja Gond, Nipun Kwatra, Ramachandran Ramjee ·

    TokenWeave:分布式大模型推理的高效计算-通信重叠

    arXiv:2505.11329v5 Announce Type: replace-cross Abstract: Distributed inference of large language models (LLMs) using tensor parallelism can introduce communication overheads of $20$% even over GPUs connected via NVLink, a high-speed GPU interconnect. Several techniques have been…

  17. arXiv cs.LG TIER_1 English(EN) · Hongtao Xu, Jianchao Tan, Yuxuan Hu, Pengju Lu, Hongyu Wang, Pingwei Sun, Yerui Sun, Yuchen Xie, Xunliang Cai, Mingzhen Li, Weile Jia ·

    SparseBalance:动态稀疏注意力实现负载均衡的长上下文训练

    arXiv:2604.13847v2 Announce Type: replace Abstract: While sparse attention mitigates the computational bottleneck of long-context LLM training, its distributed training process exhibits extreme heterogeneity in both \textit{1)} sequence length and \textit{2)} sparsity sensitivity…

  18. arXiv cs.AI TIER_1 English(EN) · Zahra Yousefijamarani, Xinglu Wang, Qian Wang, Morgan Lindsay Heisler, Taha Shabani, Niloofar Gholipour, Parham Yassini, Hong Chang, Kan Chen, Qiantao Zhang, Xiaolong Bai, Jiannan Wang, Ying Xiong, Yong Zhang, Zhenan Fan ·

    HFX:用于多SLO服务和快速扩展的算法与系统联合设计

    arXiv:2508.15919v3 Announce Type: replace-cross Abstract: Large language model (LLM) serving faces the dual challenge of meeting strict user-specific service-level objectives (SLOs) while minimizing computational cost under dynamic, multi-task workloads. Existing approaches eithe…

  19. arXiv stat.ML TIER_1 English(EN) · Fangzheng Miao ·

    Multi-Scale Dequant:通过激活分解消除量化瓶颈,实现高效LLM推理

    Quantization is essential for efficient large language model (LLM) inference, yet the dequantization step-converting low-bit weights back to high-precision for matrix multiplication has become a critical bottleneck on modern AI accelerators. On architectures with decoupled comput…

  20. arXiv cs.CV TIER_1 English(EN) · Zhiling Lan ·

    EnergyLens:用于多模态大语言模型推理服务的可解释闭式能量模型

    As large language models span dense, mixture-of-experts, and state-space architectures and are deployed on heterogeneous accelerators under increasingly diverse multimodal workloads, optimising inference energy has become as critical as optimizing latency and throughput. Existing…

  21. arXiv stat.ML TIER_1 English(EN) · Masaaki Imaizumi ·

    CITE:LLM自洽性中的随时有效统计推断

    Large language models often improve reasoning by sampling multiple outputs and aggregating their final answers, but precise and efficient control of error levels remains a challenging task. In particular, deciding when to stop sampling remains difficult when the stopping rule is …

  22. Hacker News — AI stories ≥50 points TIER_1 English(EN) · mitchwainer ·

    SubQ:一款具有1200万token上下文的亚二次方LLM

  23. MarkTechPost TIER_1 English(EN) · Asif Razzaq ·

    LightSeek基金会发布TokenSpeed,一款旨在实现Agentic工作负载达到TensorRT-LLM级别性能的开源LLM推理引擎

    <p>Inference efficiency has quietly become one of the most consequential bottlenecks in AI deployment. As agentic coding systems such as Claude Code, Codex, and Cursor scale from developer tools to infrastructure powering software development at large, the underlying inference en…

  24. Medium — MLOps tag TIER_1 English(EN) · Tensormesh ·

    Tensormesh 推理:AI 代理更便宜的 LLM 推理

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@tensormesh/tensormesh-inference-cheaper-llm-inference-for-ai-agents-a7fb7eba49a8?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1216/0*H22cd4Xun81j4pX5.png" width="1216…

  25. Towards AI TIER_1 English(EN) · Kashif Mehmood ·

    理解LLM中的KV Cache及其对推理的影响

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/understanding-kv-cache-in-llms-and-how-it-affects-inference-a59c8860a57c?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1536/1*pmsPEhyC3UIeRCFjdXSDzw.png" …

  26. Medium — MLOps tag TIER_1 English(EN) · Rajesh Balaji ·

    优化人工智能性能:高效LLM调优与推理的现代技术

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@rajeshbalaji/optimizing-ai-performance-a-comprehensive-guide-to-modern-model-tuning-techniques-61de99b2286a?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/724/1*_tw32nE…

  27. dev.to — LLM tag TIER_1 English(EN) · 丁久 ·

    模型量化:让大语言模型更小更快

    <blockquote> <p><em>This article was originally published on <a href="https://dingjiu1989-hue.github.io/en/ai/model-quantization.html" rel="noopener noreferrer">AI Study Room</a>. For the full version with working code examples and related articles, visit the original post.</em><…

  28. dev.to — LLM tag TIER_1 English(EN) · Alan West ·

    TokenSpeed 与让 LLM 推理变得枯燥乏味的静默竞赛

    <h2> Another inference engine? </h2> <p>So TokenSpeed is trending on GitHub this week, billing itself as a "speed-of-light LLM inference engine." I clicked through expecting either a vLLM clone or another Rust rewrite of llama.cpp. I haven't run it in production yet — the repo is…

  29. dev.to — LLM tag TIER_1 (CA) · Made Büro ·

    OpenModels: 探索 LLM 模型和推理提供商

    <p>The number of LLM providers keeps growing and so does the confusion around pricing, availability and compatibility. OpenModels is an open-source project that brings structure to this landscape: a single registry where models, providers, and their relationships are documented, …

  30. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    LightSeek Foundation 发布了 TokenSpeed,一个专为 Agentic AI 工作负载设计的开源 LLM 推理引擎。该引擎使用 C++ 有限状态

    LightSeek Foundation has released TokenSpeed, an open-source LLM inference engine designed specifically for agentic AI workloads. The engine uses a C++ finite-state machine to enforce KV cache safety at compile time and outperformed TensorRT-LLM by around 9-11% on NVIDIA Blackwel…

  31. Mastodon — mastodon.social TIER_1 English(EN) · aihaberleri ·

    📰 TokenSpeed 2026:开源大模型推理引擎在Agentic工作负载中超越TensorRT-LLM TokenSpeed,来自LightSee的新型开源大模型推理引擎

    📰 TokenSpeed 2026: Open-Source LLM Inference Engine Beats TensorRT-LLM in Agentic Workloads TokenSpeed, a new open-source LLM inference engine from the LightSeek Foundation, targets TensorRT-LLM-level performance for agentic coding systems. Designed to reduce latency and power co…

  32. Mastodon — mastodon.social TIER_1 Türkçe(TR) · aihaberleri ·

    📰 TokenSpeed 2026:LightSeek Foundation,代理工作负载的 LLM 输出速度提高 60% ... LightSeek Foundation,满足代理系统的需求

    📰 TokenSpeed 2026: LightSeek Foundation, Agentic İş Yükleri İçin LLM Çıktı Hızını %60 Daha Verimli ... LightSeek Foundation, agentic sistemlerin talebini karşılamak için TokenSpeed adlı açık kaynaklı bir LLM çıkarım motorunu serbest bıraktı. Bu teknoloji, TensorRT-LLM seviyesinde…