- The paper shows that influence functions yield reliable estimates in shallow networks but become unstable in deep, non-convex settings.
- The paper demonstrates that regularization techniques, like weight-decay, can improve function accuracy yet are not a complete remedy for fragility.
- The paper reveals that stochastic Hessian approximations and test point sensitivity further complicate reliable influence estimation, urging the development of robust alternatives.
Influence Functions in Deep Learning are Fragile
The paper "Influence Functions in Deep Learning Are Fragile" by Basu, Pope, and Feizi addresses the efficacy of influence functions in the field of neural networks with non-convex loss functions. Influence functions, originating from robust statistics, are pivotal for estimating the effect of individual training samples on a model's predictions without the computational cost of retraining. Their applications span model interpretability, identifying mislabeled data, and constructing adversarial attacks.
The paper provides a critical evaluation of influence functions within the setup of deep learning architectures. The classical paradigm assumes convexity of the loss functions, applicable for models like logistic regression. However, this assumption does not hold in deep learning due to the inherent non-convexity. This paper conducts empirical assessments using datasets like Iris, MNIST, CIFAR-10, and ImageNet, exploring how architectural factors and training setups affect influence estimation. Key observations include:
- Network Depth and Width: Influence estimates demonstrate reliability in shallow networks but degrade with depth, which is attributed to increased curvature values reflected as eigenvalues of the Hessian at optimal parameters. Additionally, over-parameterization through width expansion similarly induces variance in influence scores.
- Regularization Techniques: The application of weight-decay regularization improves influence function accuracy in certain architectures, indicating regularization as a potential stabilizing factor for non-convex loss settings.
- Hessian Approximation: The paper uses stochastic estimation for the inverse-Hessian vector product, essential for influence calculation in large networks—yet this introduces errors, further complicating influence estimates in deeper models.
- Test Point Sensitivity: The effectiveness of influence functions is highly test point-dependent, implying non-uniform reliability across the input space.
These insights suggest that influence functions, while useful, exhibit pronounced fragility in deep learning contexts. The findings imply a necessity for developing enhanced methods that can more robustly compute influence estimations across varying experimental conditions, architectural configurations, and dataset scales.
From a broader perspective, this paper suggests future research avenues include developing alternatives to first-order influence functions to handle larger landmark parameter shifts effectively, potentially involving higher-order or optimal transport-inspired approaches. Furthermore, understanding influence in the context of 'group influence', instead of single training points, might also yield more robust interpretations due to the cumulative effects that large data samples can have on the model training dynamics.
By presenting a cautionary examination of influence functions within deep learning, this paper contributes significantly to the interpretability and reliability discourse in AI, underlining the complexities introduced by non-convex loss landscapes and suggesting that robust solutions capable of navigating these challenges are crucial as machine learning models become increasingly integral to critical decision-making systems.