PulseAugur
实时 18:50:49
English(EN) ExTernD: Expanded-Rank Ternary Decomposition Ternary LLM PTQ with Accuracy Approaching Any Quantization Level

ExTernD 技术在较低比特宽度下为 LLM 提供接近 bf16 的精度 · 跟踪 4 个来源

研究人员开发了 ExTernD,一种用于大型语言模型 (LLM) 的新型训练后量化技术。该方法将 LLM 权重矩阵分解为三元因子和一个对角缩放向量,从而扩展了内部秩以纠正量化误差。ExTernD 在 Gemma-4-E2B 和 Qwen3.5-4B 等模型上,展示了与 Q4_KQ5_K 等更高比特宽度量化方法相当的精度,同时保持了高效的内存和计算使用。 AI

影响 这项研究通过在减少内存和计算需求的同时实现高精度,可能能够更有效地部署 LLM。

排序理由 该集群包含一篇详细介绍 LLM 量化新方法的论文。

在 arXiv cs.AI 阅读 →

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

ExTernD 技术在较低比特宽度下为 LLM 提供接近 bf16 的精度 · 跟踪 4 个来源

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
该集群包含一篇详细介绍 LLM 量化新方法的论文。
Source corroboration
7 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
58 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+3 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

完整方法见我们的编辑标准

报道来源 [7]

  1. arXiv cs.AI TIER_1 English(EN) · Jehyeok Yeon, Ben Rank, Maksym Andriushchenko ·

    InferenceBench:AI代理用于开放式LLM推理优化的基准测试

    arXiv:2607.20468v1 Announce Type: new Abstract: AI agents are increasingly used to automate research and development tasks, yet existing benchmarks typically evaluate them on prescribed workflows or narrow action spaces. Even nominally open-ended tasks can often be solved by retr…

  2. arXiv cs.AI TIER_1 English(EN) · Fabian Waschkowski, Prabod Rathnayaka, Lukas Wesemann ·

    BaseRT:利用 Apple M5 神经网络加速器推进一流的 LLM 推理

    arXiv:2607.19438v1 Announce Type: cross Abstract: Apple's M5 generation introduces a redesigned GPU architecture in which every core carries a dedicated Neural Accelerator: on-die matrix units exposed through the Metal~4 tensor API. We show that BaseRT, our native Metal inference…

  3. arXiv cs.AI TIER_1 English(EN) · Simla Burcu Harma, Danila Mishin, Zhengyuan Su, Ayan Chakraborty, Elizaveta Kostenok, Dongho Ha, Babak Falsafi, Martin Jaggi, Yunho Oh, Amir Yazdanbakhsh ·

    MXSens:用于高效 LLM 推理的感知混合精度量化

    arXiv:2607.17733v1 Announce Type: cross Abstract: 4-bit quantization enables efficient LLM inference, but suffers from significant accuracy degradation due to outliers. Prior work addresses this problem via data rotation or mixed-precision integer quantization, but often relies o…

  4. arXiv cs.AI TIER_1 English(EN) · Chethan Reddy G. P ·

    ExTernD: 扩展秩三元分解三元 LLM PTQ,精度接近任何量化级别

    arXiv:2607.13511v1 Announce Type: cross Abstract: We introduce ExTernD (Expanded-rank Ternary Decomposition), a post-training factorization of each LLM weight matrix $A \in \mathbb{R}^{m \times n}$ into $A \approx B \mathrm{diag}(D) C$ with ternary factors $B \in \{-1,0,+1\}^{m \…

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    ExTernD:扩展秩三元分解三元 LLM PTQ,精度接近任何量化级别

    We introduce ExTernD (Expanded-rank Ternary Decomposition), a post-training factorization of each LLM weight matrix $A \in \mathbb{R}^{m \times n}$ into $A \approx B \mathrm{diag}(D) C$ with ternary factors $B \in \{-1,0,+1\}^{m \times k}$, $C \in \{-1,0,+1\}^{k \times n}$ and a …

  6. arXiv cs.AI TIER_1 English(EN) · Chethan Reddy G. P ·

    ExTernD:扩展秩三元分解三元LLM PTQ,精度接近任何量化级别

    We introduce ExTernD (Expanded-rank Ternary Decomposition), a post-training factorization of each LLM weight matrix $A \in \mathbb{R}^{m \times n}$ into $A \approx B \mathrm{diag}(D) C$ with ternary factors $B \in \{-1,0,+1\}^{m \times k}$, $C \in \{-1,0,+1\}^{k \times n}$ and a …

  7. r/MachineLearning TIER_1 English(EN) · /u/LMTLS5 ·

    ExTernD: 扩展秩三元分解三元LLM PTQ,精度接近任何量化级别 [P]

    <!-- SC_OFF --><div class="md"><p><a href="https://arxiv.org/pdf/2607.13511">https://arxiv.org/pdf/2607.13511</a></p> <p>the core idea is, we cannot have ternary PTQ with fixed matrix size, trying to do that is dead end. so i tried decomposing the matrix to 2 ternary matrices and…