KAIST AIC.20000: Introduction to AI Computing (Fall 2026)
Lecture #1: Generative Modeling
Instructor: Minhyuk Sung (mhsung [at] kaist.ac.kr)
TA: Yunjae Jeong (frogjj [at] kaist.ac.kr)
In this lecture, you will explore the fundamentals of generative modeling through two activities:
- In-class hands-on session: Implement a small diffusion model from scratch on MNIST.
- Mini-project: Create creative and unique visuals using Stable Diffusion and showcase your results in a class-wide contest.
Note: Both activities are designed to be completed on Google Colab.
| Week | Date | Activity | Materials |
|---|---|---|---|
| 1 | Sep 3 | In-class hands-on session | hands-on/ |
| 2 | Sep 9 | Hands-on session submission due (23:59 KST) | hands-on/ |
| Sep 10 | Visual Content Contest | project/ |
|
| Sep 10 | Mini-project submission due (23:59 KST) | project/ |
AIC200-Project-Diffusion/
βββ hands-on/ # In-class hands-on session
β βββ diffusion.ipynb # Implement and train a small diffusion model on MNIST
β βββ README.md
βββ project/ # Mini-project and visual content contest
βββ dreambooth.ipynb # Project example: Fine-tune Stable Diffusion v1.5 with DreamBooth
βββ README.md
Before starting each activity, please carefully read the README.md in the corresponding directory for detailed instructions and guidelines.
- Hands-on session: Implement and train a small diffusion model on MNIST to learn the fundamentals of diffusion models.
- Mini-project: Create creative and unique visuals using Stable Diffusion and showcase your results in a class-wide contest.
This lecture accounts for 20 points (20% of the total course grade).
| Component | Points |
|---|---|
| In-class hands-on session | 5pt |
| Mini-project | 15pt |
| β Write-up | 5pt |
| β Visual Content Contest | 10pt |
| Total | 20pt |
Bonus points: Top-ranked finalists in the Visual Content Contest may receive up to +2 bonus points. However, the total score for this lecture cannot exceed 20 points.
Details for each item, including the bonus-point policy, are described in the README.md of the corresponding directory.