원문정보
초록
영어
This paper introduces a real-time face swapping system that enables video influencers to swap their faces with arbitrary generated face images of their choice. The system is implemented as a Django-based server that uses a REST request to communicate with the generative model, specifically the pretrained stable diffusion model. Once generated, the generated image is displayed on the front page so that the influencer can decide whether to use the generated face or not, by clicking on the accept button on the front page. If they choose to use it, both their face and the generated face are sent to the landmark extraction module to extract the landmarks, which are then used to swap the faces. To minimize the fluctuation of landmarks over time that can cause instability or jitter in the output, a temporal filtering step is added. Furthermore, to increase the processing speed the system works on a reduced set of the extracted landmarks.
목차
1. Introduction
2. Preliminaries
2.1 Stable Diffusion
2.2 Mediapipe
2.3 Django Framework
3. Real-time Face Swapping with Arbitrary Generated Face Image
3.1 Text to Image Generation through a Web-based Interface
3.2 Landmark Processing
3.3 Face Swapping
4. Experimental Results
5. Conclusion
Acknowledgement
References