paper-with-me

Papers

Adversarial Robustness for Deep Learning-based Wildfire Prediction Models

2024-12-28 · Ryo Ide, Lei Yang

Smoke detection using Deep Neural Networks (DNNs) is an effective approach for early wildfire detection. However, because smoke is temporally and spatially anomalous, there are limitations in collecting sufficient training data. This raises overfitting and bias concerns in existing DNN-based wildfire detection models. Thus, we introduce WARP (Wildfire Adversarial Robustness Procedure), the first model-agnostic framework for evaluating the adversarial robustness of DNN-based wildfire detection models. WARP addresses limitations in smoke image diversity using global and local adversarial attack methods. The global attack method uses image-contextualized Gaussian noise, while the local attack method uses patch noise injection, tailored to address critical aspects of wildfire detection. Leveraging WARP's model-agnostic capabilities, we assess the adversarial robustness of real-time Convolutional Neural Networks (CNNs) and Transformers. The analysis revealed valuable insights into the models' limitations. Specifically, the global attack method demonstrates that the Transformer model has more than 70% precision degradation than the CNN against global noise. In contrast, the local attack method shows that both models are susceptible to cloud image injections when detecting smoke-positive instances, suggesting a need for model improvements through data augmentation. WARP's comprehensive robustness analysis contributed to the development of wildfire-specific data augmentation strategies, marking a step toward practicality.

📄 PDF Abstract BibTeX arXiv:2412.20006

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial RobustnessData AugmentationDeep Learning

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Mitigating Greenhouse Gas Emissions Through Generative Adversarial Networks Based Wildfire Prediction

2021-08-20 · Sifat Chowdhury, Kai Zhu, Yu Zhang

Over the past decade, the number of wildfire has increased significantly around the world, especially in the State of California. The high-level concentration of greenhouse gas (GHG) emitted by wildfires aggravates globa…

Data AugmentationGenerative Adversarial NetworkPrediction

Probabilistic Wildfire Spread Prediction Using an Autoregressive Conditional Generative Adversarial Network

2025-11-26 · Taehoon Kang, Taeyong Kim arxiv

Climate change has intensified the frequency and severity of wildfires, making rapid and accurate prediction of fire spread essential for effective mitigation and response. Physics-based simulators such as FARSITE offer …

Image-based Guidance of Autonomous Aircraft for Wildfire Surveillance and Prediction

2018-10-04 · Kyle D. Julian, Mykel J. Kochenderfer

Small unmanned aircraft can help firefighters combat wildfires by providing real-time surveillance of the growing fires. However, guiding the aircraft autonomously given only wildfire images is a challenging problem. Thi…

Deep Reinforcement LearningNavigateReinforcement Learning

Explainable AI Integrated Feature Engineering for Wildfire Prediction

2024-04-01 · Di Fan, Ayan Biswas, James Paul Ahrens

Wildfires present intricate challenges for prediction, necessitating the use of sophisticated machine learning techniques for effective modeling\cite{jain2020review}. In our research, we conducted a thorough assessment o…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature Engineering+2

Generative Algorithms for Fusion of Physics-Based Wildfire Spread Models with Satellite Data for Initializing Wildfire Forecasts

2023-09-05 · Bryan Shaddy, Deep Ray, Angel Farguell, Valentina Calaza 외

Increases in wildfire activity and the resulting impacts have prompted the development of high-resolution wildfire behavior models for forecasting fire spread. Recent progress in using satellites to detect fire locations…

Generative Adversarial Network