|
1 | | -# Diffusion Theory Discussion Space |
| 1 | +# Diffusion Theory Discussion Space 🧠 |
2 | 2 |
|
3 | 3 | [](https://opensource.org/licenses/MIT) |
4 | 4 | [](https://makeapullrequest.com) |
5 | 5 | [](https://github.com/Shiying-Zhang/diffusion-theory-discussion/stargazers) |
6 | 6 |
|
7 | 7 | > **"Good questions guide good discussions, which in turn inspire solid work."** |
8 | 8 |
|
9 | | -A collaborative space by Diego and Shiying for discussing the theoretical foundations of diffusion models. |
| 9 | +欢迎来到 Diego 和 Shiying 创建的扩散模型理论讨论空间!我们相信好的问题能够引导深入的讨论,从而启发扎实的研究工作。 |
10 | 10 |
|
11 | | -## Website |
| 11 | +## 🎯 项目愿景 |
12 | 12 |
|
13 | | -**[https://shiying-zhang.github.io/diffusion-theory-discussion/](https://shiying-zhang.github.io/diffusion-theory-discussion/)** |
| 13 | +在这个空间中,我们将从 **What、Why、How** 三个基础问题出发,系统地探讨扩散模型的理论基础: |
14 | 14 |
|
15 | | -## Project Structure |
| 15 | +- **📚 理论体系化**:梳理 EDM 大一统框架及其变体 |
| 16 | +- **❓ 问题驱动**:提出并尝试解答有深度的问题 |
| 17 | +- **💡 启发思考**:连接数学理论与工程实践 |
| 18 | +- **🤝 开放协作**:构建理论研究的社区空间 |
16 | 19 |
|
17 | | -``` |
18 | | -data/ Single source of truth for paper database |
19 | | -docs/ Documentation and reading list |
20 | | -notes/ Reading notes (DDPM, Score-based SDE) |
21 | | -scripts/ Python tools (search, add, update, report) |
22 | | -website/ Interactive website (chart, papers, issues) |
23 | | -``` |
| 20 | +## 📖 内容架构 |
24 | 21 |
|
25 | | -## Quick Start |
| 22 | +### 1. 理论基础部分 |
| 23 | +解析扩散模型的数学基础,从统一框架到具体变体: |
26 | 24 |
|
27 | | -```bash |
28 | | -# Search papers |
29 | | -python scripts/search_papers.py --stats |
| 25 | +### 2. 问题讨论部分 |
| 26 | +以具体问题为切入点,展开理论探讨: |
30 | 27 |
|
31 | | -# Add a paper (interactive) |
32 | | -python scripts/add_paper.py --interactive |
| 28 | +## 🌐 交互式网站 |
33 | 29 |
|
34 | | -# Update reading status |
35 | | -python scripts/update_status.py --id ddpm_2020 --status completed --rating 5 |
| 30 | +👉 **[访问网站:https://shiying-zhang.github.io/diffusion-theory-discussion/](https://shiying-zhang.github.io/diffusion-theory-discussion/)** |
36 | 31 |
|
37 | | -# Generate report |
38 | | -python scripts/generate_report.py --output report.html |
39 | | -``` |
| 32 | +--- |
40 | 33 |
|
41 | | -## Documentation |
| 34 | +## 🚀 快速导航 |
42 | 35 |
|
43 | | -- **[System & Usage Guide](docs/README.md)** - Full documentation |
44 | | -- **[Paper Reading List](docs/paper-reading-list.md)** - Curated reading list with tracks |
45 | | -- **[Deployment Guide](docs/deployment.md)** - GitHub Pages setup |
| 36 | +### 最新内容 |
| 37 | +- **[EDM 框架深度解析](theory-foundations/edm-framework/mathematical-basis.md)** - 理解扩散模型的统一视角 |
| 38 | +- **[反向过程推导中的数学细节](question-discussions/mathematical-questions/reverse-process-derivation.md)** - 我们最近的讨论 |
| 39 | +- **[训练不稳定性分析](theory-foundations/problem-solutions/training-instabilities.md)** - 常见问题与解决方案 |
46 | 40 |
|
47 | | -## Reading Notes |
| 41 | +### 正在讨论的问题 |
| 42 | +1. **[What]** [Score Matching 与 Denoising Score Matching 的理论联系?](question-discussions/mathematical-questions/score-matching-connections.md) - 两种方法的深层关联 |
| 43 | +2. **[Why]** [为什么模型族的分布可以嫁接?](question-discussions/theoretical-questions/model-family-grafting.md) - 分布迁移的理论基础 |
| 44 | +3. **[How]** [如何使噪声调度在实践中有更好的效果?](question-discussions/empirical-questions/hyperparameter-effects.md) - 探索噪声策略的实践智慧 |
48 | 45 |
|
49 | | -- [DDPM Notes](notes/ddpm.md) - Denoising Diffusion Probabilistic Models |
50 | | -- [Score-based SDE Notes](notes/score-based-sde.md) - Score-Based Generative Modeling through SDEs |
| 46 | +## 🤔 如何参与 |
51 | 47 |
|
52 | | -## How to Participate |
| 48 | +我们欢迎各种形式的参与! |
53 | 49 |
|
54 | | -- **Ask questions**: [Create an Issue](https://github.com/Shiying-Zhang/diffusion-theory-discussion/issues/new) |
55 | | -- **Add papers**: `python scripts/add_paper.py --interactive` |
56 | | -- **Contribute**: Fork, branch, PR |
| 50 | +### 提出新问题 |
| 51 | +如果你在研究过程中遇到: |
| 52 | +- 数学推导中的困惑 |
| 53 | +- 实验现象的疑问(为什么有些时候一个现象在另一种情况下不成立) |
| 54 | +- 论文中未充分解释的点(有一些论文可能具有很好的实验结果,但是并未做出详细的理论分析和证明) |
57 | 55 |
|
58 | | -## Contributors |
| 56 | +请创建 [New Issue](https://github.com/Shiying-Zhang/diffusion-theory-discussion/issues/new/choose) 或直接添加问题文档。 |
59 | 57 |
|
60 | | -- **[Diego](https://github.com/your-username)** - Theory and mathematical analysis |
61 | | -- **[Shiying](https://github.com/Shiying-Zhang)** - Questions and empirical analysis |
| 58 | +### 贡献解答 |
| 59 | +- 完善现有问题的解答 |
| 60 | +- 添加新的理论分析 |
| 61 | +- 修正数学推导错误 |
| 62 | +- 补充参考文献 |
| 63 | +- 使用实验证明假说 |
62 | 64 |
|
63 | | -## License |
| 65 | +### 参与讨论 |
| 66 | +在 Issue 中评论,或在文档中提出你的见解。 |
64 | 67 |
|
65 | | -MIT License - see [LICENSE](LICENSE) for details. |
| 68 | +## 📚 学习路径建议 |
| 69 | + |
| 70 | +### 初学者路径 |
| 71 | +1. 从 [EDM 框架基础](theory-foundations/edm-framework/mathematical-basis.md) 开始 |
| 72 | +2. 了解 [主要变体](theory-foundations/variants-analysis/score-based-models.md) |
| 73 | +3. 参与 [基础问题讨论](question-discussions/mathematical-questions/reverse-process-derivation.md) |
| 74 | + |
| 75 | +### 进阶研究路径 |
| 76 | +1. 深入研究 [问题解决方案](theory-foundations/problem-solutions/training-instabilities.md) |
| 77 | +2. 挑战 [开放问题](question-discussions/open-problems/theoretical-challenges.md) |
| 78 | +3. 提出新的理论见解 |
| 79 | + |
| 80 | +## 🛠️ 项目维护 |
| 81 | + |
| 82 | +### 代码规范 |
| 83 | +- 数学公式使用 LaTeX 格式 |
| 84 | +- 保持文档结构清晰 |
| 85 | +- 引用相关论文和资料 |
| 86 | + |
| 87 | +### 贡献指南 |
| 88 | +1. Fork 本仓库 |
| 89 | +2. 创建功能分支:`git checkout -b feature/AmazingFeature` |
| 90 | +3. 提交更改:`git commit -m 'Add some AmazingFeature'` |
| 91 | +4. 推送到分支:`git push origin feature/AmazingFeature` |
| 92 | +5. 开启 Pull Request |
| 93 | + |
| 94 | +## 👥 核心贡献者 |
| 95 | + |
| 96 | +- **[Diego](https://github.com/your-username)** - 理论推导与数学分析 |
| 97 | +- **[Shiying](https://github.com/Shiying-Zhang)** - 问题提出与实证分析 |
| 98 | + |
| 99 | +## 📄 许可证 |
| 100 | + |
| 101 | +本项目采用 MIT 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情。 |
| 102 | + |
| 103 | +## 🙏 致谢 |
| 104 | + |
| 105 | +感谢所有参与讨论和贡献的社区成员!特别感谢那些提出深刻问题并分享见解的研究者们。 |
| 106 | + |
| 107 | +--- |
| 108 | + |
| 109 | +**💭 有想法?** 立即 [创建 Issue](https://github.com/Shiying-Zhang/diffusion-theory-discussion/issues/new) 或 [开启讨论](https://github.com/Shiying-Zhang/diffusion-theory-discussion/discussions)! |
0 commit comments