3D Image and Video Generation
摘要
This chapter introduces 3D image and video generation using GANs. For 3D image generation, frameworks like Visual Object Networks decompose tasks into shape, projection, and texture modules. PrGAN infers 3D shapes from 2D views via adversarial training. Video generation models include Video-GAN (separating static/dynamic components) and MoCoGAN (decoupling content/motion spaces). MoCoGAN-HD extends StyleGAN for high-resolution video synthesis by manipulating latent vectors. MD-GAN uses a two-stage pipeline (content generation + motion refinement) with Gram matrix constraints. The chapter addresses challenges in temporal coherence, resolution, and dataset scarcity (e.g., ShapeNet for 3D shapes).