arXiv:2606.14071cs.CV2026-06

用三种数学变换融合卫星数据,高效预测次日林火蔓延范围。

ShearFuse-UNet: Hadamard, DCT, and Shearlet Transform Fusion for Next-Day Wildfire Spread Prediction

论文配图:ShearFuse-UNet: Hadamard, DCT, and Shearlet Transform Fusion for Next-Day Wildfire Spread Prediction
图 1 · 摘自论文原文
  • 在U-Net中引入哈达玛、离散余弦与剪切波变换分支,多域特征互补融合。
  • 仅26.7万参数实现F1 0.596,显著优于1400万参数的基线模型。
  • 适合资源受限场景,如实时火情预警系统部署。

我们提出ShearFuse-UNet,一种轻量级且计算高效的深度学习模型,用于从多模态卫星数据中预测次日林火蔓延。该模型在U-Net主干网络的每个编码器模块内集成三个互补的变换域分支:二维快速沃尔什-哈达玛变换(WHT)分支、二维离散余弦变换(DCT)分支和锥适应数字剪切波残差分支。WHT与DCT分支建立可学习频谱缩放的正交隐空间并采用固定软阈值,剪切波分支则提供各向异性、多方向特征分解,显式编码火线拉长边缘结构。一个可学习的SpectralFusion门自适应融合WHT与DCT响应,剪切波重建以残差形式加入。该三分支设计在结构上类比于Transformer自注意力机制:WHT与DCT分支提供互补频谱表征并自适应融合,剪切波分支通过残差路径贡献方向性内容。不同于自注意力,该设计依赖固定数学变换而非可学习投影算子,降低参数量与计算成本。在WildfireSpreadTS数据集上,ShearFuse-UNet取得F1分数0.596,仅需267k参数,优于基于ResNet18的U-Net(14M参数,F1=0.589),展现出优异的精度-效率权衡。在Google次日林火蔓延数据集上的结果进一步验证了其跨基准的泛化能力。

原文摘要 · Abstract (English)

We propose ShearFuse-UNet, a lightweight and computationally efficient deep learning model for next-day wildfire spread prediction from multi-modal satellite data. The model integrates three complementary transform-domain branches inside each encoder block of a U-Net backbone: a 2D Fast Walsh-Hadamard Transform (WHT) branch, a 2D Discrete Cosine Transform (DCT) branch, and a cone-adapted digital Shearlet residual branch. The WHT and DCT branches establish orthogonal latent spaces with learnable spectral scaling and fixed soft-thresholding, while the Shearlet branch provides anisotropic, multi-directional feature decomposition that explicitly encodes the elongated edge structures characteristic of fire fronts. A learned SpectralFusion gate adaptively combines the WHT and DCT responses, and the Shearlet reconstruction is added as a residual. This three-branch design bears a loose structural analogy to transformer self-attention: the WHT and DCT branches provide complementary spectral representations that are adaptively fused, while the Shearlet branch contributes directional content through a residual pathway. Unlike self-attention, the proposed design relies on fixed mathematical transforms rather than learned projection operators, reducing parameter count and computational cost. Evaluated on the WildfireSpreadTS dataset, ShearFuse-UNet achieves an F1 score of 0.596 with only 267k parameters, outperforming a ResNet18-based U-Net (14M parameters, F1 = 0.589) and demonstrating a highly favorable accuracy-efficiency trade-off. Results on the Google Next-Day Wildfire Spread dataset further validate these findings across a different benchmark.

火灾预测多模态融合轻量化模型剪切波变换

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。