English

StyleGANEX: StyleGAN-Based Manipulation Beyond Cropped Aligned Faces

Computer Vision and Pattern Recognition 2023-07-24 v2 Machine Learning

Abstract

Recent advances in face manipulation using StyleGAN have produced impressive results. However, StyleGAN is inherently limited to cropped aligned faces at a fixed image resolution it is pre-trained on. In this paper, we propose a simple and effective solution to this limitation by using dilated convolutions to rescale the receptive fields of shallow layers in StyleGAN, without altering any model parameters. This allows fixed-size small features at shallow layers to be extended into larger ones that can accommodate variable resolutions, making them more robust in characterizing unaligned faces. To enable real face inversion and manipulation, we introduce a corresponding encoder that provides the first-layer feature of the extended StyleGAN in addition to the latent style code. We validate the effectiveness of our method using unaligned face inputs of various resolutions in a diverse set of face manipulation tasks, including facial attribute editing, super-resolution, sketch/mask-to-face translation, and face toonification.

Keywords

Cite

@article{arxiv.2303.06146,
  title  = {StyleGANEX: StyleGAN-Based Manipulation Beyond Cropped Aligned Faces},
  author = {Shuai Yang and Liming Jiang and Ziwei Liu and Chen Change Loy},
  journal= {arXiv preprint arXiv:2303.06146},
  year   = {2023}
}

Comments

ICCV 2023. Code: https://github.com/williamyang1991/StyleGANEX Project page: https://www.mmlab-ntu.com/project/styleganex/

R2 v1 2026-06-28T09:11:40.131Z