FLRNet: A Deep Learning Method for Regressive Reconstruction of Flow Field From Limited Sensor Measurements

📄 arXiv: 2411.13815v1 📥 PDF

作者: Phong C. H. Nguyen, Joseph B. Choi, Quang-Trung Luu

分类: physics.flu-dyn, cs.LG

发布日期: 2024-11-21


💡 一句话要点

FLRNet:一种基于深度学习的流场回归重建方法,从有限传感器数据中重建流场

🎯 匹配领域: 支柱六:视频提取与匹配 (Video Extraction)

关键词: 流场重建 深度学习 变分自编码器 傅里叶特征 感知损失

📋 核心要点

  1. 现有流场重建方法在测量算子病态和不可逆的情况下表现不佳,且数据驱动方法泛化性差,易受谱偏差影响。
  2. FLRNet利用变分自编码器学习流场的低维潜在表示,并结合感知损失提高重建质量,再通过全连接网络关联潜在表示与传感器数据。
  3. 实验表明,FLRNet在不同流动条件和传感器配置下均优于其他基线方法,重建精度更高,对噪声更鲁棒。

📝 摘要(中文)

本文提出了一种名为FLRNet的深度学习方法,用于从有限的传感器数据中重建流场。在计算和实验流体力学中,从有限的传感器数据重建流场是一个重要的挑战,因为测量算子通常是病态且不可逆的,这阻碍了正向映射的识别。虽然现有的数据驱动方法存在,但它们在不同流动条件(例如,不同的雷诺数)下的泛化能力受到质疑,并且经常面临谱偏差问题,导致重建的流场平滑模糊,降低了重建精度。FLRNet采用带有傅里叶特征层的变分自编码器,并在训练过程中加入额外的感知损失项,以学习流场丰富的低维潜在表示。然后,使用全连接网络将学习到的潜在表示与传感器测量值相关联。在各种流体流动条件和传感器配置(包括不同的传感器数量和传感器布局)下,验证了FLRNet的重建能力和泛化能力。数值实验表明,在所有测试场景中,FLRNet始终优于其他基线方法,提供了最准确的重建流场,并且对噪声具有最强的鲁棒性。

🔬 方法详解

问题定义:论文旨在解决从有限传感器测量数据中准确重建流场的问题。现有方法,特别是数据驱动的方法,在面对不同流动条件(如不同雷诺数)时泛化能力不足,且容易产生谱偏差,导致重建的流场过于平滑和模糊,从而降低了重建的准确性。测量算子的病态性和不可逆性也使得直接反演重建变得困难。

核心思路:FLRNet的核心思路是利用深度学习方法学习流场的低维潜在表示,并将该潜在表示与传感器测量值关联起来。通过变分自编码器(VAE)学习流场的潜在空间,可以有效地捕捉流场的主要特征,降低重建问题的维度。同时,引入感知损失可以提高重建流场的视觉质量,减少谱偏差的影响。将潜在表示与传感器数据关联,使得模型能够从稀疏的传感器数据中推断出完整的流场信息。

技术框架:FLRNet的整体架构是一个变分自编码器(VAE),其中编码器部分包含傅里叶特征层,用于将输入流场映射到潜在空间。解码器部分则从潜在空间重建流场。一个额外的全连接(密集)网络用于将学习到的潜在表示与传感器测量值相关联。训练过程中,模型同时优化重建损失和感知损失。

关键创新:FLRNet的关键创新在于以下几点:1) 使用傅里叶特征层增强VAE的表达能力,更好地捕捉流场的高频信息。2) 引入感知损失,减少重建流场的谱偏差,提高视觉质量。3) 将VAE与全连接网络结合,实现从传感器测量值到流场重建的端到端学习。与现有方法相比,FLRNet在泛化能力和重建精度方面都有显著提升。

关键设计:FLRNet的关键设计包括:1) 傅里叶特征层的参数设置,例如傅里叶基函数的数量和频率范围。2) 感知损失的权重,需要根据具体任务进行调整。3) VAE的潜在空间维度,需要平衡模型的表达能力和计算复杂度。4) 全连接网络的结构,需要根据传感器数量和潜在空间维度进行设计。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,FLRNet在各种流体流动条件和传感器配置下均优于其他基线方法。具体来说,FLRNet在重建精度方面取得了显著提升,并且对噪声具有更强的鲁棒性。在不同的雷诺数和传感器布局下,FLRNet都能保持较高的重建准确率,验证了其良好的泛化能力。

🎯 应用场景

FLRNet在计算流体力学、实验流体力学等领域具有广泛的应用前景。例如,可以用于飞行器气动性能分析、水下航行器流场优化、生物医学工程中的血液流动模拟等。该方法能够从有限的传感器数据中准确重建流场,降低了实验成本和计算复杂度,为流体动力学研究提供了新的手段。

📄 摘要(原文)

Many applications in computational and experimental fluid mechanics require effective methods for reconstructing the flow fields from limited sensor data. However, this task remains a significant challenge because the measurement operator, which provides the punctual sensor measurement for a given state of the flow field, is often ill-conditioned and non-invertible. This issue impedes the feasibility of identifying the forward map, theoretically the inverse of the measurement operator, for field reconstruction purposes. While data-driven methods are available, their generalizability across different flow conditions (\textit{e.g.,} different Reynold numbers) remains questioned. Moreover, they frequently face the problem of spectral bias, which leads to smooth and blurry reconstructed fields, thereby decreasing the accuracy of reconstruction. We introduce FLRNet, a deep learning method for flow field reconstruction from sparse sensor measurements. FLRNet employs an variational autoencoder with Fourier feature layers and incorporates an extra perceptual loss term during training to learn a rich, low-dimensional latent representation of the flow field. The learned latent representation is then correlated to the sensor measurement using a fully connected (dense) network. We validated the reconstruction capability and the generalizability of FLRNet under various fluid flow conditions and sensor configurations, including different sensor counts and sensor layouts. Numerical experiments show that in all tested scenarios, FLRNet consistently outperformed other baselines, delivering the most accurate reconstructed flow field and being the most robust to noise.