@linghaokong76: Can networks perform better without adding non-zero weights? Our ICML 2026 paper says yes: spreading the same active we…

X AI KOLs Timeline Papers

Summary

A new ICML 2026 paper shows that spreading the same active weights across more neurons reduces collisions and improves accuracy in neural networks, suggesting networks can perform better without adding non-zero weights.

Can networks perform better without adding non-zero weights? Our ICML 2026 paper says yes: spreading the same active weights across more neurons reduces collisions and improves accuracy. Presenting today at ICML, 2pm! W/ @inimai_s @yonashav @micahadler @DAlistarh & Nir Shavit https://t.co/hUxBOoIIrS
Original Article
View Cached Full Text

Cached at: 07/07/26, 01:22 AM

Can networks perform better without adding non-zero weights?

Our ICML 2026 paper says yes: spreading the same active weights across more neurons reduces collisions and improves accuracy.

Presenting today at ICML, 2pm!

W/ @inimai_s @yonashav @micahadler @DAlistarh & Nir Shavit https://t.co/hUxBOoIIrS

Similar Articles

Bug or Feature^2: Weight Drift, Activation Sparsity, and Spikes

Hugging Face Daily Papers

This paper formally proves that training neural networks with asymmetric activation functions like ReLU, GELU, or SiLU causes weights to drift negative, leading to up to 90% activation sparsity. It also shows that squared activations like ReLU² improve performance but cause activation spikes, which can be fixed by clipping, with GELU² achieving the best validation loss.

Understanding neural networks through sparse circuits

OpenAI Blog

OpenAI researchers present methods for training sparse neural networks that are easier to interpret by forcing most weights to zero, enabling the discovery of small, disentangled circuits that can explain model behavior while maintaining performance. This work aims to advance mechanistic interpretability as a complement to post-hoc analysis of dense networks and support AI safety goals.

Learning sparse neural networks through L₀ regularization

OpenAI Blog

OpenAI proposes a practical L₀ regularization method for neural networks that encourages weights to become exactly zero during training, enabling network pruning for improved speed and generalization. The method uses stochastic gates and introduces the hard concrete distribution to make the non-differentiable L₀ norm optimization tractable via gradient descent.