The role of parameter Jacobians in the stability of network outputs
arXiv:2608.27748
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a concrete criterion for judging whether parameter-direction pruning preserves task-relevant network behavior: the discarded part of the parameter Jacobian must capture only a small fraction of every task-relevant tangent vector. This is more informative than weight magnitude because it measures how parameter removal changes output-space dynamics, and it naturally connects pruning to fixed-kernel NTK evolution. A practical transfer is a calibration-time Jacobian-aware pruning method that selects a mask subject to an empirical tangent-capture constraint, then tests whether the pruned model preserves loss trajectories and fine-tuning stability at substantially lower parameter and inference cost. The available extraction does not expose the complete finite-time semigroup bound, so the implementable proposal below uses the explicit tangent inequality as a pruning certificate rather than claiming an unavailable numerical constant.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Prune parameter directions according to how much task-relevant Jacobian energy they carry, rather than by weight magnitude or individual gradient magnitude. Keep a mask whose discarded tangent component is at most an empirical fraction epsilon of the full tangent vector for calibration task directions, thereby preserving the local output dynamics seen by the task.
Useful7/10
Difficulty5/10
Novelty6/10