A Deep Learning Framework to Reconstruct Face under Mask
Gourango Modak, Shuvra Smaran Das, Md. Ajharul Islam Miraj, Md. Kishor, Morol

TL;DR
This paper presents a deep learning framework that reconstructs masked facial regions by combining landmark detection, mask segmentation, and inpainting, addressing challenges like gender ambiguity, multiple angles, and mask variability.
Contribution
It introduces a three-phase approach integrating gender classification, Mask R-CNN, and GAN-based inpainting for realistic face reconstruction under masks.
Findings
Effective mask segmentation using Mask R-CNN
Realistic face inpainting guided by landmarks
Successful reconstruction demonstrated on FFHQ and CelebA datasets
Abstract
While deep learning-based image reconstruction methods have shown significant success in removing objects from pictures, they have yet to achieve acceptable results for attributing consistency to gender, ethnicity, expression, and other characteristics like the topological structure of the face. The purpose of this work is to extract the mask region from a masked image and rebuild the area that has been detected. This problem is complex because (i) it is difficult to determine the gender of an image hidden behind a mask, which causes the network to become confused and reconstruct the male face as a female or vice versa; (ii) we may receive images from multiple angles, making it extremely difficult to maintain the actual shape, topological structure of the face and a natural image; and (iii) there are problems with various mask forms because, in some cases, the area of the mask cannot be…
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 · Generative Adversarial Networks and Image Synthesis · Face and Expression Recognition
MethodsRegion Proposal Network · Softmax · Convolution · RoIAlign · Mask R-CNN · Inpainting
