Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Hackathon 7th PPSCI No.8】NO.8 A physics-informed diffusion model for high-fidelity flow field reconstruction 论文复现 #955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AI1LJW
Copy link

@AI1LJW AI1LJW commented Sep 11, 2024

No description provided.

…fidelity flow field reconstruction 论文复现
Copy link

paddle-bot bot commented Sep 11, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请检查PR提交格式和内容是否完备,具体请参考示例模版
Your PR has been submitted. Thanks for your contribution!
Please check its format and content. For this, you can refer to Template and Demo.

@CLAassistant
Copy link

CLAassistant commented Sep 11, 2024

CLA assistant check
All committers have signed the CLA.

@luotao1 luotao1 changed the title 【Hackathon 7th No.8】NO.8 A physics-informed diffusion model for high-fidelity flow field reconstruction 论文复现 【Hackathon 7th PPSCI No.8】NO.8 A physics-informed diffusion model for high-fidelity flow field reconstruction 论文复现 Sep 18, 2024
Copy link

@wangguan1995 wangguan1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


### 1.3 意义

> 复现 DPMM 代码,能够使用 DPMM 模型进行训练、验证、导出。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

实际代码中,用的DDIM,注意
image

### 1.2 功能目标

* 复现 DPMM 代码,实现完整的流程,包括:训练、验证、导出。
* 保持精度与论文精度一致,相对误差在 ±10% 以内。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

数据要盘点清楚:

  • 40个,不同的初始边界条件的,视频数据,进行训练
  • 测试集4组、训练集36组,按照 9:1划分
  • 每组数据320个帧,一共10秒钟时长
  • 实际上原数据是1024x1024,进行了下采样,分辨率为256x256
  • 每次送进网络的,有3个时间帧的图片(代码)
image

1. 数据预处理
2. 模型构建
3. 超参数设定
4. 验证训练模型的 rel. error

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注意:

  • 误差只有方程部分是相对误差
  • 物理场是L2逐点绝对误差,取平均
image

## 6. 可行性分析和排期规划

- 202408:调研
- 202409:复现代码并作调整

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

开发指南(必读)

Copy link

@wangguan1995 wangguan1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luotao1
Copy link
Collaborator

luotao1 commented Sep 23, 2024

@AI1LJW 请根据研发导师意见进行修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants