#495 · Primary category: Computer Vision
FaceImageQuality
Code and information for face image quality assessment with SER-FIQ
Project last updated:12/09/22
GitHub Stars
579
Forks
91
Contributors
2
License
Other
Why we included this project
Face recognition systems quietly fail on low-quality images, and it is often hard to tell which frames are hurting matching accuracy. SER-FIQ, the method at the heart of this repository, sidesteps the usual need for human or synthetic quality labels by measuring how stable a face's embedding is across random subnetworks of the recognition model itself. A face that produces consistent embeddings is treated as high quality, which makes the approach useful for picking frames in video surveillance, screening enrollment photos, or flagging a face for re-capture before it reaches the matcher. The repo also covers bias in face quality assessment and related work, so you can weigh fairness concerns and see how the method compares with supervised alternatives. It is a research implementation rather than a drop-in service, so plan to adapt the code to your own face model and pipeline.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)