CVNov 29, 2023

CRAFT: Contextual Re-Activation of Filters for face recognition Training

arXiv:2312.00072v22 citationsh-index: 80
Originality Incremental advance
AI Analysis

This addresses a specific issue in face recognition models, such as ArcFace, where inactive filters limit feature extraction, but it is incremental as it builds on existing training methods.

The paper tackles the problem of inactive filters in the first layer of deep CNNs for face recognition, where many filters become inactive during training, and proposes CRAFT to re-activate them, reducing inactive filters from 44% to 32% on average and improving accuracy on multiple benchmarks.

The first layer of a deep CNN backbone applies filters to an image to extract the basic features available to later layers. During training, some filters may go inactive, mean ing all weights in the filter approach zero. An inactive fil ter in the final model represents a missed opportunity to extract a useful feature. This phenomenon is especially prevalent in specialized CNNs such as for face recogni tion (as opposed to, e.g., ImageNet). For example, in one the most widely face recognition model (ArcFace), about half of the convolution filters in the first layer are inactive. We propose a novel approach designed and tested specif ically for face recognition networks, known as "CRAFT: Contextual Re-Activation of Filters for Face Recognition Training". CRAFT identifies inactive filters during training and reinitializes them based on the context of strong filters at that stage in training. We show that CRAFT reduces fraction of inactive filters from 44% to 32% on average and discovers filter patterns not found by standard training. Compared to standard training without reactivation, CRAFT demonstrates enhanced model accuracy on standard face-recognition benchmark datasets including AgeDB-30, CPLFW, LFW, CALFW, and CFP-FP, as well as on more challenging datasets like IJBB and IJBC.

Foundations

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

Your Notes