paper-with-me

Papers

Cloud Adversarial Example Generation for Remote Sensing Image Classification

2024-09-21 · Fei Ma, Yuqiang Feng, Fan Zhang, Yongsheng Zhou

Most existing adversarial attack methods for remote sensing images merely add adversarial perturbations or patches, resulting in unnatural modifications. Clouds are common atmospheric effects in remote sensing images. Generating clouds on these images can produce adversarial examples better aligning with human perception. In this paper, we propose a Perlin noise based cloud generation attack method. Common Perlin noise based cloud generation is a random, non-optimizable process, which cannot be directly used to attack the target models. We design a Perlin Gradient Generator Network (PGGN), which takes a gradient parameter vector as input and outputs the grids of Perlin noise gradient vectors at different scales. After a series of computations based on the gradient vectors, cloud masks at corresponding scales can be produced. These cloud masks are then weighted and summed depending on a mixing coefficient vector and a scaling factor to produce the final cloud masks. The gradient vector, coefficient vector and scaling factor are collectively represented as a cloud parameter vector, transforming the cloud generation into a black-box optimization problem. The Differential Evolution (DE) algorithm is employed to solve for the optimal solution of the cloud parameter vector, achieving a query-based black-box attack. Detailed experiments confirm that this method has strong attack capabilities and achieves high query efficiency. Additionally, we analyze the transferability of the generated adversarial examples and their robustness in adversarial defense scenarios.

📄 PDF Abstract BibTeX arXiv:2409.14240

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial Defenseimage-classificationImage ClassificationRemote Sensing Image Classification

Similar Papers 제목 키워드 기반

Defense against Adversarial Cloud Attack on Remote Sensing Salient Object Detection

2023-06-30 · Huiming Sun, Lan Fu, Jinlong Li, Qing Guo 외

Detecting the salient objects in a remote sensing image has wide applications for the interdisciplinary research. Many existing deep learning methods have been proposed for Salient Object Detection (SOD) in remote sensin…

Adversarial AttackDeep Learningobject-detectionObject Detection+1

Cloud Removal for Remote Sensing Imagery via Spatial Attention Generative Adversarial Network

2020-09-28 · Heng Pan

Optical remote sensing imagery has been widely used in many fields due to its high resolution and stable geometric properties. However, remote sensing imagery is inevitably affected by climate, especially clouds. Removin…

Cloud RemovalGenerative Adversarial NetworkSingle Particle Analysis

From Clouds to Hallucinations: Atmospheric Retrieval Hijacking in Remote Sensing Vision-Language RAG

2026-05-08 · Jiaju Han, Chao Li, Chengyin Hu, Qike Zhang 외 arxiv

Multimodal RAG systems increasingly rely on vision-language retrievers to ground visual queries in external textual evidence. Existing adversarial studies on RAG mainly manipulate the retrieval corpus or memory, while at…

Patch-GAN Transfer Learning with Reconstructive Models for Cloud Removal

2025-01-09 · Wanli Ma, Oktay Karakus, Paul L. Rosin

Cloud removal plays a crucial role in enhancing remote sensing image analysis, yet accurately reconstructing cloud-obscured regions remains a significant challenge. Recent advancements in generative models have made the …

Cloud RemovalGenerative Adversarial NetworkImage GenerationImage Reconstruction+1

Universal Adversarial Examples in Remote Sensing: Methodology and Benchmark

2022-02-14 · Yonghao Xu, Pedram Ghamisi

Deep neural networks have achieved great success in many important remote sensing tasks. Nevertheless, their vulnerability to adversarial examples should not be neglected. In this study, we systematically analyze the uni…

Adversarial AttackScene ClassificationSemantic Segmentation