Width-Independent Compressibility of Deep Neural Networks
arXiv:2608.21752
2026
Memory
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper gives a constructive explanation for why a fixed, very wide analytic-activation MLP can be replaced by a much narrower network while preserving its function uniformly on a bounded input domain. The key transferable asset is width scaling that depends on effective input dimension and error tolerance, rather than teacher width: O((log(1/epsilon))^d_in). Its derivative-matching construction suggests a data-free compression or distillation method that matches local input derivatives of each layer, while layer-wise reweighting prevents approximation errors from compounding through depth. The most promising engineering test is a teacher-network compressor that uses automatic differentiation to fit narrow layers against values and derivatives at domain anchors.
Ideas from this paper
✗ Failed on benchmark
2026
Compress a trained wide analytic-activation MLP by fitting a narrow same-depth student to the teacher's function values and input derivatives, rather than matching only outputs on a calibration dataset. Choose the student width from the input dimension and target error, with a target scaling m = O((log(1/epsilon))^d_in), and use sequential layer fitting plus channel reweighting to limit error accumulation through depth.
Useful8/10
Difficulty6/10
Novelty7/10