A Light CNN for Deep Face Representation with Noisy Labels
Xiang Wu, Ran He, Zhenan Sun, Tieniu Tan

TL;DR
This paper introduces a Light CNN framework with Max-Feature-Map activation and semantic bootstrapping, enabling effective face recognition on large-scale noisy datasets with reduced model size and high accuracy.
Contribution
The paper proposes a novel Light CNN architecture with MFM activation and bootstrapping to handle noisy labels, improving efficiency and accuracy in face recognition.
Findings
Achieves state-of-the-art results on face benchmarks.
Utilizes large-scale noisy data effectively.
Produces a compact, efficient face recognition model.
Abstract
The volume of convolutional neural network (CNN) models proposed for face recognition has been continuously growing larger to better fit large amount of training data. When training data are obtained from internet, the labels are likely to be ambiguous and inaccurate. This paper presents a Light CNN framework to learn a compact embedding on the large-scale face data with massive noisy labels. First, we introduce a variation of maxout activation, called Max-Feature-Map (MFM), into each convolutional layer of CNN. Different from maxout activation that uses many feature maps to linearly approximate an arbitrary convex activation function, MFM does so via a competitive relationship. MFM can not only separate noisy and informative signals but also play the role of feature selection between two feature maps. Second, three networks are carefully designed to obtain better performance meanwhile…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Biometric Identification and Security
MethodsMaxout
