用Vision Transformer提升野火早期检测准确率
Wildfire Detection Using Vision Transformer with the Wildfire Dataset
- 基于视觉变换器构建模型,处理高分辨率遥感图像
- 在10.74GB数据集上训练,实现火点与非火点精准分类
- 适合遥感监测、应急管理等需要快速识别的场景
美国野火频发,2023年造成全国130人死亡,是自1990年以来最高。2025年1月洛杉矶的帕利塞德和伊顿火灾烧毁约4万英亩土地和1.2万栋建筑,造成人员伤亡。这凸显了高效检测与预防策略的紧迫性。深度学习模型如视觉变换器(ViT)可通过处理复杂图像数据提高早期检测精度。但野火检测面临挑战:偏远地区传感器覆盖有限,烟雾和云层干扰大,且训练成本高,存在误报漏报问题。本文使用包含10.74 GB高分辨率图像的野火数据集,将图像调整为224×224像素,转为张量并按ImageNet统计量归一化,用于训练ViT模型以区分‘fire’与‘nofire’类别。
原文摘要 · Abstract (English)
The critical need for sophisticated detection techniques has been highlighted by the rising frequency and intensity of wildfires in the US, especially in California. In 2023, wildfires caused 130 deaths nationwide, the highest since 1990. In January 2025, Los Angeles wildfires which included the Palisades and Eaton fires burnt approximately 40,000 acres and 12,000 buildings, and caused loss of human lives. The devastation underscores the urgent need for effective detection and prevention strategies. Deep learning models, such as Vision Transformers (ViTs), can enhance early detection by processing complex image data with high accuracy. However, wildfire detection faces challenges, including the availability of high-quality, real-time data. Wildfires often occur in remote areas with limited sensor coverage, and environmental factors like smoke and cloud cover can hinder detection. Additionally, training deep learning models is computationally expensive, and issues like false positives/negatives and scaling remain concerns. Integrating detection systems with real-time alert mechanisms also poses difficulties. In this work, we used the wildfire dataset consisting of 10.74 GB high-resolution images categorized into 'fire' and 'nofire' classes is used for training the ViT model. To prepare the data, images are resized to 224 x 224 pixels, converted into tensor format, and normalized using ImageNet statistics.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。