プルーニング (つまり、ニューラル ネットワークのパラメーターの重要なサブセットをゼロに設定する) は、モデル圧縮の最も一般的な方法の 1 つです。しかし、最近のいくつかの研究では、剪定が圧縮モデルの出力にバイアスを誘発または悪化させる可能性があるという問題が提起されています。この現象の既存の証拠にもかかわらず、ニューラル ネットワークの刈り込みと誘導バイアスの関係は十分に理解されていません。この作業では、コンピューター ビジョンの畳み込みニューラル ネットワークでこの現象を体系的に調査し、特徴付けます。まず、密度の高いモデルと比較して精度が低下せず、偏りが大幅に増加しない、たとえば残りの重みが 10% 未満の高度に疎なモデルを取得できることを示します。同時に、スパース性が高いほど、刈り込まれたモデルは出力の不確実性が高くなり、相関が増加し、バイアスの増加に直接つながることもわかりました。圧縮されていないモデルのみに基づいて、剪定によってバイアスが増加するかどうかを確立し、圧縮後のバイアス予測の影響を最も受けやすいサンプルを特定する、使いやすい基準を提案します。
Pruning - that is, setting a significant subset of the parameters of a neural network to zero - is one of the most popular methods of model compression. Yet, several recent works have raised the issue that pruning may induce or exacerbate bias in the output of the compressed model. Despite existing evidence for this phenomenon, the relationship between neural network pruning and induced bias is not well-understood. In this work, we systematically investigate and characterize this phenomenon in Convolutional Neural Networks for computer vision. First, we show that it is in fact possible to obtain highly-sparse models, e.g. with less than 10% remaining weights, which do not decrease in accuracy nor substantially increase in bias when compared to dense models. At the same time, we also find that, at higher sparsities, pruned models exhibit higher uncertainty in their outputs, as well as increased correlations, which we directly link to increased bias. We propose easy-to-use criteria which, based only on the uncompressed model, establish whether bias will increase with pruning, and identify the samples most susceptible to biased predictions post-compression.