PulseAugur
EN
LIVE 04:50:09

DASH optimizer speeds up Shampoo by up to 5.6x with GPU and root-finding innovations

Researchers have developed DASH, a significantly faster implementation of the Shampoo optimizer for machine learning. DASH utilizes batched block preconditioning to improve GPU utilization and introduces novel methods like Newton-DB and Chebyshev polynomial approximations for computing inverse matrix roots. This optimization results in up to a 5.6x speedup in optimizer steps compared to existing Distributed Shampoo implementations, while also achieving lower validation perplexity per iteration. AI

IMPACT Accelerates training of large machine learning models by improving optimizer efficiency.

RANK_REASON Academic paper detailing a new method for optimizing machine learning algorithms. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

DASH optimizer speeds up Shampoo by up to 5.6x with GPU and root-finding innovations

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Academic paper detailing a new method for optimizing machine learning algorithms. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, infra
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
93 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Ionut-Vlad Modoranu, Philip Zmushko, Erik Schultheis, Mher Safaryan, Dan Alistarh ·

    DASH: Faster Shampoo via Batched Block Preconditioning and Efficient Inverse-Root Solvers

    arXiv:2602.02016v2 Announce Type: replace Abstract: Shampoo is one of the leading approximate second-order optimizers: a variant of it has won the MLCommons AlgoPerf competition, and it has been shown to produce models with lower activation outliers that are easier to compress. Y…