via “19-class facial component classification with hierarchical feature extraction”
image-segmentation model by undefined. 2,32,614 downloads.
Unique: Implements 19-class facial component taxonomy (including accessories like earrings, necklaces, hats) with hierarchical feature extraction across 4 resolution scales, enabling both fine-grained local detail (eye/mouth boundaries) and coarse global structure (face vs background). SegFormer's efficient decoder design achieves this without the computational overhead of traditional dilated convolution approaches.
vs others: Provides more granular facial component classification (19 classes) than most open-source alternatives (typically 6-11 classes), and uses transformer-based hierarchical features that better capture long-range facial structure compared to CNN-based face-parsing models like BiSeNet, resulting in more accurate boundary detection between regions.