attention-mechanism

标签

Cards List
#attention-mechanism

Matrix Zonotopic Attention: A Context-Adaptive Value Projection for Set Transformers

arXiv cs.LG · 2天前 缓存

This paper introduces Matrix Zonotopic Attention (MZAttn), a context-adaptive value projection for set transformers, and provides a theoretical analysis showing it can represent target operators that standard attention requires depth to approximate. Experiments demonstrate performance gains on high-rank combinatorial set-prediction tasks.

0 人收藏 0 人点赞
#attention-mechanism

DUD: Decoupled Update Dynamics for Reliable Uncertainty Quantification in Large Language Models

arXiv cs.CL · 4天前 缓存

The paper introduces DUD (Decoupled Update Dynamics), a framework that separates Feed-Forward Network and Attention contributions via causal interventions to improve uncertainty quantification and calibration in large language models, outperforming state-of-the-art baselines.

0 人收藏 0 人点赞
#attention-mechanism

A Graph Signal Processing Perspective on Numerical Sequence Representations in LLM In-Context Learning

arXiv cs.LG · 4天前 缓存

This paper applies graph signal processing to analyze how LLMs internally represent numerical sequences during in-context learning, finding that attention-induced token graphs and hidden-state signals show systematic, context-dependent signatures related to input complexity.

0 人收藏 0 人点赞
#attention-mechanism

ATFlash: Per-RoPE-Wavelength Attention Windows for Compute/Memory-Efficient LLM Inference

arXiv cs.LG · 4天前 缓存

ATFlash introduces a per-RoPE-wavelength distance window that prunes query-key inner-product terms proportional to each frequency pair's wavelength, cutting 37-48% of attention compute with minimal quality loss and up to 1.31x speedups on long-context LLM inference.

0 人收藏 0 人点赞
#attention-mechanism

AttnLink: Turning Attention into Schema Links for Text-to-SQL

arXiv cs.CL · 5天前 缓存

AttnLink is a research paper presenting an attention-based framework for schema linking in Text-to-SQL, converting LLM internal attention into continuous relevance scores for schema items. Experiments on Spider, BIRD, and Spider2-SQLite show high mAP scores and millisecond-scale latency.

0 人收藏 0 人点赞
#attention-mechanism

当注意力失明:ALiBi位置编码中的数值故障

Hugging Face Daily Papers · 5天前 缓存

本文识别了ALiBi位置编码中的一种数值下溢故障模式,该模式可能使注意力权重归零,分析其影响,并评估了使用ALiBi训练模型的缓解策略。

0 人收藏 0 人点赞
#attention-mechanism

@antoniolupetti: 《理解Transformer与注意力机制》是一篇非常有趣的论文,它从应用数学的角度介绍了Transformer架构…

X AI KOLs Timeline · 6天前 缓存

一条推文重点介绍了一篇由Michel Fabrice Serret撰写的arXiv论文,该论文从应用数学的角度介绍了Transformer和注意力机制,涵盖了向量化、多头注意力以及降低注意力成本的方法,如KV缓存和Latent Attention。

0 人收藏 0 人点赞
#attention-mechanism

先召回再排序:基于相似性引导的 Top-$K$ 复用于高效长上下文注意力

arXiv cs.CL · 2026-07-31 缓存

ReTopK 是一种无需训练的方法,通过复用历史查询-支持对来加速长上下文大语言模型中的动态 Top-K 稀疏注意力,从而避免全上下文评分和全局 Top-K 选择。在 128K 上下文下,相比精确 Top-K,它实现了最高 3.07 倍的加速,且困惑度仅增加 0.50%。

0 人收藏 0 人点赞
#attention-mechanism

Kimi K3 如何通过工程创新跻身前沿 [R]

Reddit r/MachineLearning · 2026-07-30

Moonshot 推出的 Kimi K3 是一款开放权重的模型,在 580 个模型中排名第四。其创新包括 Kimi Delta Attention(减少 KV 缓存内存)、Quantile Balancing(专家负载均衡)以及 AgentENV(高效 RL 训练沙盒)。

0 人收藏 0 人点赞
#attention-mechanism

@businessbarista:关于Kimi K3我读过的最佳解析。它带你了解模型的工作原理及其背后的优雅创新:- K3 …

X AI KOLs Timeline · 2026-07-30 缓存

该推文重点介绍了关于Moonshot AI的Kimi K3的一篇解析文章。K3是一个拥有2.8万亿参数的开源模型,采用新颖的Kimi Delta Attention机制来减少内存增长并加速长上下文推理,在智能体和长周期任务上表现强劲,且缓存成本低廉。

0 人收藏 0 人点赞
#attention-mechanism

你也能提出Kimi Delta Attention

Hacker News Top · 2026-07-28 缓存

这篇博客文章逐步推导了从标准softmax注意力经过线性注意力和DeltaNet变体到Kimi Delta Attention的过程,并解释了近期Qwen和Kimi模型使用的状态更新方程。

0 人收藏 0 人点赞
#attention-mechanism

摒弃锚点:基于Pulsar Attention的分布式系统统计上下文摘要

arXiv cs.CL · 2026-07-24 缓存

Pulsar Attention 用内容感知的摘要和注意力汇取代了Star Attention中的静态锚点,在长上下文基准测试中将FLOPs降低了3.3倍,同时超越了密集注意力。

0 人收藏 0 人点赞
#attention-mechanism

热力学权重衰减:通过注意力比热探讨顿悟加速

arXiv cs.LG · 2026-07-24 缓存

本文引入了CvAdamW,一种AdamW变体,它通过监测注意力比热来检测顿悟相变,并动态调整权重衰减,在基线失败的模算术任务上实现了顿悟。

0 人收藏 0 人点赞
#attention-mechanism

基于注意力的经验回放框架:用于不可知时间序列预测模型的持续学习

arXiv cs.AI · 2026-07-24 缓存

本文提出了一种新颖的持续学习框架,用于时间序列预测,该框架利用注意力引导的经验回放,使模型能够适应新的数据分布,同时避免灾难性遗忘。该框架在标准基准和真实世界的水位数据上进行了评估。

0 人收藏 0 人点赞
#attention-mechanism

魔鬼在于频谱:通过拓扑正则化侧路径缓解LLM中的表示坍缩

arXiv cs.AI · 2026-07-24 缓存

提出拓扑正则化侧路径(TRSP)以缓解LLM中的表示坍缩,通过平衡混合效率与信息容量之间的频谱权衡,在长上下文基准上取得显著提升。

0 人收藏 0 人点赞
#attention-mechanism

@vista8: 感觉百度的技术底子还是很硬的。 最近这个Unlimited OCR,竟然连杨立昆(Yann LeCun)都关注到了! Unlimited OCR 提出了 Reference Sliding Window Attention (R-SWA)…

X AI KOLs Timeline · 2026-07-22 缓存

百度开源的Unlimited OCR模型提出Reference Sliding Window Attention(R-SWA)机制,以30亿参数实现数十页文档连续解析,在GitHub和HuggingFace上获得极高关注。

0 人收藏 0 人点赞
#attention-mechanism

边缘高效Transformer用于端到端射频频谱监测

arXiv cs.LG · 2026-07-22 缓存

E-SpecFormer引入了LiTAN,一种无Softmax和LayerNorm的注意力机制,使其能够在边缘设备上进行高效的端到端自动调制和隐蔽信道识别,参数少于1万,FPGA/CPU协同执行速度达每帧92微秒。

0 人收藏 0 人点赞
#attention-mechanism

针对联合故障诊断与剩余使用寿命估计的注意力增强多任务学习的泄漏鲁棒评估与数据规模敏感性

arXiv cs.LG · 2026-07-21 缓存

本文证明了在滑动窗口序列上使用简单的训练/测试分割会严重夸大或缩小预测性维护中多任务学习的性能指标,并提出了一种泄漏鲁棒的评估协议。

0 人收藏 0 人点赞
#attention-mechanism

文本模板令牌是扩散变换器中的隐式语义寄存器

Hugging Face Daily Papers · 2026-07-21 缓存

本文研究了扩散变换器(DiTs)中的文本模板令牌如何作为隐式语义寄存器,在去噪过程中因果地维持物体身份,并提出了一种无需训练的剪枝规则,该规则移除了20%的注意力FLOPs,且性能下降极小。

0 人收藏 0 人点赞
#attention-mechanism

@daylenyang: this berkeley 189 lecture is probably the clearest explainer of the attention mechanism i've come across. provides a ve…

X AI KOLs Timeline · 2026-07-19 缓存

Berkeley 189 lecture provides a clear explanation of the attention mechanism, tracing the evolution from RNN+attention to Transformer and contrasting MLP/CNN parameter efficiency.

0 人收藏 0 人点赞
Next →
← 返回首页

提交意见反馈