Back to feed
News Story
APriority83
机器之心
1 sources

Qianjue and Tsinghua Team Introduce 'Effective Degree' to Measure and Optimize Neural Network Simplicity

Qianjue Technology, in collaboration with Tsinghua University, has proposed a new metric called 'Effective Degree' (ED) to quantify the simplicity bias of neural networks. The metric can be computed on real-scale models and directly used in training optimization, offering a new tool for understanding generalization. The team claims their methodological approach predates related work by Yann LeCun's group by about a year, with potential applications in pretrained model selection and overfitting diagnosis.

SynthePulse Insight · AI deep reading

Effective Degree: Making Neural Network 'Simplicity' Measurable and Optimizable

Version 1 · 1 source

Qianjue Technology and Tsinghua team propose the 'Effective Degree' (ED) metric, turning neural network simplicity bias into a computable and optimizable tool, claiming to be about a year ahead of LeCun's team's similar research.

  • Qianjue Technology and Tsinghua team propose 'Effective Degree' (ED), fitting neural networks with orthogonal polynomials along data interpolation paths to quantify function complexity.
  • ED achieves a correlation coefficient of 0.99 with generalization gap on CIFAR-10, outperforming metrics like sharpness.
  • ED is differentiable and can be directly optimized as a regularization term, improving generalization in image, text, vision-language models, and reinforcement learning tasks.
  • The team claims their methodological perspective is about a year ahead of LeCun's team's similar research, but the mathematical tools differ.
  • ED is not unconditionally 'simpler is better'; it may exploit non-robust shortcuts, and computation incurs additional overhead.
Open section navigationBackground: Simplicity Bias and Measurement Challenges

Background: Simplicity Bias and Measurement Challenges

A classic puzzle in deep learning is: why do neural networks with far more parameters than training samples still generalize? A widely accepted explanation is 'simplicity bias': when faced with multiple functions that fit the training data, the training process tends to choose the simpler one. But how to define and measure 'simplicity' has lacked a satisfactory answer.

Existing candidate metrics such as parameter norm, sharpness, and Jacobian norm often fail to simultaneously satisfy universality, quantifiability, and optimizability. Parameter-space metrics may reflect the parameterization rather than the function itself, while directly fitting multivariate polynomials in function space faces combinatorial explosion.

Effective Degree: From Function Slices to Computable Metrics

The team proposes to 'slice' high-dimensional neural networks along interpolation paths between data points, fitting the output on each path with Chebyshev orthogonal polynomials, and then computing the effective degree (ED) by weighting the coefficients of each order. Theoretical results show that for multivariate polynomials, random paths almost surely preserve the algebraic degree, so the complexity ordering can be preserved.

ED resides in function space, is independent of parameterization, and is data-distribution-dependent, measuring complexity near the actual data. Compared to only looking at the highest order, ED is continuous and stable with respect to coefficients, and insensitive to noise.

Experiments: Predicting Generalization and Revealing Phase Transitions

On CIFAR-10, using 27 hyperparameter settings to train ResNet18 and ViT-Tiny, ED achieves a Pearson correlation coefficient of 0.99 with the generalization gap, with an R² of 0.98, outperforming sharpness (0.94/0.88). In CLIP ViT fine-tuning on ImageNet, ED maintains a positive correlation, while other metrics show weak or negative correlations.

In the grokking phenomenon, ED rises during the memorization phase, peaks at the generalization turning point, and then declines, whereas parameter norm and sharpness do not clearly mark the phase transition. This indicates that ED can track the model's shift from memorization to induction.

Optimization: Using ED as a Regularization Term

Since polynomial fitting is a least-squares problem, ED has an analytical gradient with respect to the network output and can be backpropagated. The team adds ED as a regularization term to the training objective, not forcing linearity but penalizing unnecessary high-order variations.

Experiments cover image, text, vision-language model fine-tuning, and reinforcement learning. ED regularization brings generalization improvements, such as a better trade-off between in-distribution and out-of-distribution accuracy in CLIP fine-tuning.

Boundaries and Future Directions

The paper explicitly states that 'simpler is better' is not unconditional: if the simplest feature is a shortcut, ED may also exploit it. ED describes complexity, not correctness or fairness.

Path polynomials are a distribution-dependent proxy, and sampling additional interpolation points during training incurs computational overhead. Future work could explore using ED for selecting pretrained checkpoints, diagnosing overfitting, or designing self-supervised tasks for world models.

Credibility boundary

This article is based on a report from Machine Intelligence, with core content from an ICML 2026 paper, but the paper details have not been independently verified. The claim of being 'about a year ahead of LeCun's team' is the team's assertion and should be treated with caution.

Insight takeaway

Effective Degree provides a computable and optimizable measure of neural network simplicity, showing potential in predicting generalization and improving training, but its applicability boundaries and relationship to correctness require further research.

Primary report

机器之心

Primary source