Multicolumn Networks for Face Recognition
About
The objective of this work is set-based face recognition, i.e. to decide if two sets of images of a face are of the same person or not. Conventionally, the set-wise feature descriptor is computed as an average of the descriptors from individual face images within the set. In this paper, we design a neural network architecture that learns to aggregate based on both "visual" quality (resolution, illumination), and "content" quality (relative importance for discriminative classification). To this end, we propose a Multicolumn Network (MN) that takes a set of images (the number in the set can vary) as input, and learns to compute a fix-sized feature descriptor for the entire set. To encourage high-quality representations, each individual input image is first weighted by its "visual" quality, determined by a self-quality assessment module, and followed by a dynamic recalibration based on "content" qualities relative to the other images within the set. Both of these qualities are learnt implicitly during training for set-wise classification. Comparing with the previous state-of-the-art architectures trained with the same dataset (VGGFace2), our Multicolumn Networks show an improvement of between 2-6% on the IARPA IJB face recognition benchmarks, and exceed the state of the art for all methods on these benchmarks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Face Verification | IJB-C | TAR @ FAR=0.01%86.2 | 173 | |
| Face Verification | IJB-B | TAR (FAR=1e-4)83.1 | 152 | |
| Face Verification | IJB-A (test) | TAR @ FAR=0.010.962 | 37 | |
| Face Verification | IJB-C 1:1 verification | TPR @ FAR=1e-486.2 | 36 | |
| 1:1 Face Verification | IJB-B 1:1 verification | TAR (FAR=1e-4)83.1 | 23 | |
| Video-wise Identification | DroneSURF Active Surveillance 1.0 (test) | Rank-1 Acc79.16 | 14 | |
| Video-wise Identification | DroneSURF Passive Surveillance 1.0 (test) | Rank-1 Accuracy0.1041 | 14 | |
| Face Verification | IJB-C unconstrained face verification protocol | TAR @ FAR=1e-577.1 | 14 | |
| Face Verification | BTS Face Included 3.1 (Treatment) | TAR @ FAR=1e-165.22 | 9 | |
| Face Verification | BTS Face Included 3.1 (Control) | TAR @ FAR=1e-196.06 | 9 |