GIF: Generative Inspiration for Face Recognition at Scale
Saeed Ebrahimi, Sahar Rahimi, Ali Dabouei, Srinjoy Das, Jeremy M., Dawson, Nasser M. Nasrabadi

TL;DR
This paper introduces GIF, a method that replaces scalar labels with structured identity codes in face recognition, reducing computational complexity from linear to logarithmic while improving accuracy.
Contribution
The paper proposes a novel tokenization scheme and training approach that predicts structured identity codes, significantly lowering computational costs in large-scale face recognition.
Findings
Outperforms competitors by 1.52% and 0.6% at TAR@FAR=1e-4 on IJB-B and IJB-C.
Transforms computational cost growth from linear to logarithmic with respect to identity count.
Demonstrates improved scalability and accuracy in face recognition benchmarks.
Abstract
Aiming to reduce the computational cost of Softmax in massive label space of Face Recognition (FR) benchmarks, recent studies estimate the output using a subset of identities. Although promising, the association between the computation cost and the number of identities in the dataset remains linear only with a reduced ratio. A shared characteristic among available FR methods is the employment of atomic scalar labels during training. Consequently, the input to label matching is through a dot product between the feature vector of the input and the Softmax centroids. Inspired by generative modeling, we present a simple yet effective method that substitutes scalar labels with structured identity code, i.e., a sequence of integers. Specifically, we propose a tokenization scheme that transforms atomic scalar labels into structured identity codes. Then, we train an FR backbone to predict the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis
MethodsSoftmax
