CVAILGOct 18, 2024

How Do Training Methods Influence the Utilization of Vision Models?

arXiv:2410.14470v13 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This provides a nuanced understanding of neural network mechanics for researchers, though it is incremental as it extends prior findings.

The study investigated how training methods affect which layers in vision models are critical for decision-making, finding that improved and self-supervised training increase early layer importance while adversarial training shifts it to deeper layers.

Not all learnable parameters (e.g., weights) contribute equally to a neural network's decision function. In fact, entire layers' parameters can sometimes be reset to random values with little to no impact on the model's decisions. We revisit earlier studies that examined how architecture and task complexity influence this phenomenon and ask: is this phenomenon also affected by how we train the model? We conducted experimental evaluations on a diverse set of ImageNet-1k classification models to explore this, keeping the architecture and training data constant but varying the training pipeline. Our findings reveal that the training method strongly influences which layers become critical to the decision function for a given task. For example, improved training regimes and self-supervised training increase the importance of early layers while significantly under-utilizing deeper layers. In contrast, methods such as adversarial training display an opposite trend. Our preliminary results extend previous findings, offering a more nuanced understanding of the inner mechanics of neural networks. Code: https://github.com/paulgavrikov/layer_criticality

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes