ChenLiu-1996.github.io

A Technical Deep Dive into Drag Your GAN (DragGAN)

Overview

This is a technical blog post that digs into the technical details of DragGAN (Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold). Specifically, we are explaining its methods section.

Full Blog Page

Please find the blog page, compiled in format of a paper, here.

Sample Illustrations

Citation

If you wish to cite the DragGAN paper, here is the BibTeX entry.

@inproceedings{pan2023draggan,
    title={Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold}, 
    author={Pan, Xingang and Tewari, Ayush, and Leimk{\"u}hler, Thomas and Liu, Lingjie and Meka, Abhimitra and Theobalt, Christian},
    booktitle = {ACM SIGGRAPH 2023 Conference Proceedings},
    year={2023}
}

If you find this Technical Blog useful in your research or wish to refer to it, please use the following BibTeX entry.

@misc{chen2023HowDragGANWorks,
  author =       {Liu, Chen},
  title =        {A Technical Deep Dive into Drag Your GAN (DragGAN)},
  howpublished = {\url{https://chenliu-1996.github.io/blogs/ExplainDragGAN/main.pdf}},
  year =         {2023}
}