neural-network-training

Tag

Cards List
#neural-network-training

Universality of Gradient Descent Neural Network Training

Hacker News Top · 2026-08-20 Cached

The paper explores whether any neural network can be redesigned to train effectively with gradient descent, proving a universality result that for any network, there exists an extension that reproduces given weights and outputs via gradient descent.

0 favorites 0 likes
#neural-network-training

Forward Pass Domain Adaptation (Without Cross-Layer Backpropagation)

arXiv cs.LG · 2026-08-18 Cached

Forward-Pass-Only MLP training (FPO) adapts large language models without backpropagation, achieving 2.7–3.2× higher throughput and 40% less peak memory while maintaining benchmark performance.

0 favorites 0 likes
#neural-network-training

Aurora: A Leverage-Aware Spectral Optimizer

arXiv cs.LG · 2026-06-29 Cached

Aurora is a leverage-aware spectral optimizer that addresses neuron death in MLP layers by enforcing row uniformity while preserving the polar factor geometry of Muon updates, achieving state-of-the-art performance on the modded-nanoGPT speedrun benchmark.

0 favorites 0 likes
#neural-network-training

Zeta: Dual Whitening for Matrix Optimization via Coordinate-Adaptive Preconditioning

arXiv cs.LG · 2026-06-15 Cached

Zeta proposes a dual whitening optimizer that applies coordinate whitening before spectral whitening to resolve scale heterogeneity in momentum matrices, reducing orthogonalization error and improving convergence and generalization in large-scale neural network training.

0 favorites 0 likes
#neural-network-training

Muon$^p$: Muon with Fractional Spectral Powers

arXiv cs.LG · 2026-06-15 Cached

This paper introduces Muon^p, a novel optimizer that uses fractional spectral-power updates to interpolate between Muon and gradient descent, providing theoretical justification and empirical gains on billion-scale fine-tuning tasks.

0 favorites 0 likes
#neural-network-training

How Much Orthogonalization Does Muon Need?

arXiv cs.LG · 2026-06-02 Cached

This paper studies how much orthogonalization the Muon optimizer requires, proposing a five-step cubic Newton-Schulz schedule that reduces computational cost while achieving training quality similar to more expensive methods across GPT-2 Small and hybrid MoE/Mamba models.

0 favorites 0 likes
← Back to home

Submit Feedback