CoolFace
Datasetpublic

YuanzeLin/IllumiCraft

IllumiCraft Dataset This repository contains the dataset released with: IllumiCraft: Unified Geometry and Illumination Diffusion for Controllable Video Generation Yuanze Lin, Yi-Wen Chen, Yi-Hsuan Tsai, Ronald Clark, Ming-Hsuan Yang ๐Ÿ”— Links ๐Ÿ“„ Paper: https://arxiv.org/abs/2506.03150 ๐ŸŒ Project Page: https://yuanze-lin.me/IllumiCraft_page/ ๐Ÿ’ป GitHub: https://github.com/yuanze-lin/IllumiCraft ๐ŸŽฅ YouTube: https://youtu.be/qAV58sADEzo ๐Ÿค— Checkpoints:โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/YuanzeLin/IllumiCraft.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
1likes58downloads
Dataset Card

IllumiCraft Dataset

This repository contains the dataset released with:

IllumiCraft: Unified Geometry and Illumination Diffusion for Controllable Video Generation

Yuanze Lin, Yi-Wen Chen, Yi-Hsuan Tsai, Ronald Clark, Ming-Hsuan Yang

๐Ÿ”— Links

  • โ€”๐Ÿ“„ Paper: https://arxiv.org/abs/2506.03150
  • โ€”๐ŸŒ Project Page: https://yuanze-lin.me/IllumiCraft_page/
  • โ€”๐Ÿ’ป GitHub: https://github.com/yuanze-lin/IllumiCraft
  • โ€”๐ŸŽฅ YouTube: https://youtu.be/qAV58sADEzo
  • โ€”๐Ÿค— Checkpoints: https://huggingface.co/YuanzeLin/Illumicraft-checkpoints

โœจ Overview

The IllumiCraft dataset is designed for controllable video generation under varying geometry and illumination conditions. Each training sample contains multiple modalities used by IllumiCraft, including foreground appearance videos, background videos, tracking videos, lighting videos, and paired text descriptions.

๐ŸŒŸ Potential Applications

The IllumiCraft dataset provides paired geometry, appearance, and illumination control signals for video generation and can support a wide range of research directions, including:

  • โ€”๐ŸŽฅ Controllable video generation
  • โ€”๐Ÿ’ก Video relighting and illumination editing
  • โ€”๐ŸŽญ Appearance-preserving video synthesis
  • โ€”๐Ÿ“ Geometry-aware video generation
  • โ€”๐ŸŽฌ Video-to-video generation and editing
  • โ€”๐ŸŒ Virtual cinematography and lighting design
  • โ€”๐Ÿค– Multimodal video foundation models
  • โ€”๐Ÿ•ถ๏ธ AR/VR content creation and scene manipulation

We hope the dataset will facilitate future research on controllable, physically plausible, and temporally consistent video generation.

๐Ÿ“ฅ Download Dataset

Download the dataset using:

bash
python utils/download_illumicraft_dataset.py

The dataset will be organized as:

text
dataset/
โ”œโ”€โ”€ train/
โ””โ”€โ”€ demo_examples/

๐Ÿ“‚ Training Dataset

Example inputs for training are provided in:

text
dataset/train/
โ”œโ”€โ”€ foreground_videos/
โ”œโ”€โ”€ background_videos/
โ”œโ”€โ”€ tracking_videos/
โ”œโ”€โ”€ lighting_videos/
โ”œโ”€โ”€ videos/
โ”œโ”€โ”€ prompt.txt
โ”œโ”€โ”€ videos.txt
โ”œโ”€โ”€ foreground_videos.txt
โ”œโ”€โ”€ background_videos.txt
โ”œโ”€โ”€ tracking_videos.txt
โ””โ”€โ”€ lighting_videos.txt

Demo spotlight examples for inference are provided in:

text
dataset/demo_examples/
โ”œโ”€โ”€ background_images/
โ”œโ”€โ”€ foreground_videos/
โ”œโ”€โ”€ background_images.txt
โ”œโ”€โ”€ foreground_videos.txt
โ”œโ”€โ”€ light.txt
โ””โ”€โ”€ prompt.txt

๐Ÿš€ Usage

Please refer to the official GitHub repository for installation, dataset preparation, training, and inference instructions:

https://github.com/yuanze-lin/IllumiCraft

๐Ÿ“– Citation

If you find IllumiCraft useful for your research, please consider citing:

bibtex
@article{lin2026illumicraft,
  title={IllumiCraft: Unified Geometry and Illumination Diffusion for Controllable Video Generation},
  author={Lin, Yuanze and Chen, Yi-Wen and Tsai, Yi-Hsuan and Clark, Ronald and Yang, Ming-Hsuan},
  journal={Advances in Neural Information Processing Systems},
  volume={38},
  pages={27798--27829},
  year={2026}
}