paper-with-me

홈 › Papers

Adversarial Attacks on Video Object Segmentation with Hard Region Discovery

2023-09-25 · Ping Li, Yu Zhang, Li Yuan, Jian Zhao, Xianghua Xu, Xiaoqin Zhang

Video object segmentation has been applied to various computer vision tasks, such as video editing, autonomous driving, and human-robot interaction. However, the methods based on deep neural networks are vulnerable to adversarial examples, which are the inputs attacked by almost human-imperceptible perturbations, and the adversary (i.e., attacker) will fool the segmentation model to make incorrect pixel-level predictions. This will rise the security issues in highly-demanding tasks because small perturbations to the input video will result in potential attack risks. Though adversarial examples have been extensively used for classification, it is rarely studied in video object segmentation. Existing related methods in computer vision either require prior knowledge of categories or cannot be directly applied due to the special design for certain tasks, failing to consider the pixel-wise region attack. Hence, this work develops an object-agnostic adversary that has adversarial impacts on VOS by first-frame attacking via hard region discovery. Particularly, the gradients from the segmentation model are exploited to discover the easily confused region, in which it is difficult to identify the pixel-wise objects from the background in a frame. This provides a hardness map that helps to generate perturbations with a stronger adversarial power for attacking the first frame. Empirical studies on three benchmarks indicate that our attacker significantly degrades the performance of several state-of-the-art video object segmentation models.

📄 PDF Abstract BibTeX arXiv:2309.13857

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingObjectSegmentationSemantic SegmentationVideo EditingVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

VOS VOS is a type of video object segmentation model consisting of two network components. The target appearance model consists of a light-weight module, which is learned during…

Similar Papers 제목 키워드 기반

Towards Reliable Evaluation and Fast Training of Robust Semantic Segmentation Models

2023-06-22 · Francesco Croce, Naman D Singh, Matthias Hein

Adversarial robustness has been studied extensively in image classification, especially for the $\ell_\infty$-threat model, but significantly less so for related tasks such as object detection and semantic segmentation, …

Adversarial Robustnessimage-classificationImage Classificationobject-detection+3

Real-Time Robust Video Object Detection System Against Physical-World Adversarial Attacks

2022-08-19 · Husheng Han, Xing Hu, Kaidi Xu, Pucheng Dang 외

DNN-based video object detection (VOD) powers autonomous driving and video surveillance industries with rising importance and promising opportunities. However, adversarial patch attack yields huge concern in live vision …

Adversarial AttackAutonomous DrivingFeature ImportanceObject+3

Evaluating the Adversarial Robustness of Semantic Segmentation: Trying Harder Pays Off

2024-07-12 · Levente Halmosi, Bálint Mohos, Márk Jelasity

Machine learning models are vulnerable to tiny adversarial input perturbations optimized to cause a very large output error. To measure this vulnerability, we need reliable methods that can find such adversarial perturba…

Adversarial Robustnessimage-classificationImage ClassificationSemantic Segmentation+1

AdvIT: Adversarial Frames Identifier Based on Temporal Consistency in Videos

2019-10-01 · ICCV 2019 10 · Chaowei Xiao, Ruizhi Deng, Bo Li, Taesung Lee 외

Deep neural networks (DNNs) have been widely applied in various applications, including autonomous driving and surveillance systems. However, DNNs are found to be vulnerable to adversarial examples, which are carefully c…

Action RecognitionAutonomous Drivingimage-classificationImage Classification+6

Efficient Decision-based Black-box Patch Attacks on Video Recognition

2023-03-21 · ICCV 2023 1 · Kaixun Jiang, Zhaoyu Chen, Hao Huang, Jiafeng Wang 외

Although Deep Neural Networks (DNNs) have demonstrated excellent performance, they are vulnerable to adversarial patches that introduce perceptible and localized perturbations to the input. Generating adversarial patches…

Video Recognition