CVLGMEFeb 7, 2023

Linking convolutional kernel size to generalization bias in face analysis CNNs

arXiv:2302.03750v21 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses algorithmic bias in face analysis for fairness applications, though it is incremental by focusing on a specific hyperparameter.

The study investigated how convolutional kernel size in CNNs affects generalization bias in face analysis, showing that changes in kernel size alter learned feature frequencies across data subgroups, leading to biased performance even with balanced datasets.

Training dataset biases are by far the most scrutinized factors when explaining algorithmic biases of neural networks. In contrast, hyperparameters related to the neural network architecture have largely been ignored even though different network parameterizations are known to induce different implicit biases over learned features. For example, convolutional kernel size is known to affect the frequency content of features learned in CNNs. In this work, we present a causal framework for linking an architectural hyperparameter to out-of-distribution algorithmic bias. Our framework is experimental, in that we train several versions of a network with an intervention to a specific hyperparameter, and measure the resulting causal effect of this choice on performance bias when a particular out-of-distribution image perturbation is applied. In our experiments, we focused on measuring the causal relationship between convolutional kernel size and face analysis classification bias across different subpopulations (race/gender), with respect to high-frequency image details. We show that modifying kernel size, even in one layer of a CNN, changes the frequency content of learned features significantly across data subgroups leading to biased generalization performance even in the presence of a balanced dataset.

Foundations

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

Your Notes