paper-with-me

Papers

TACO: Adversarial Camouflage Optimization on Trucks to Fool Object Detectors

2024-10-28 · Adonisz Dimitriu, Tamás Michaletzky, Viktor Remeli

Adversarial attacks threaten the reliability of machine learning models in critical applications like autonomous vehicles and defense systems. As object detectors become more robust with models like YOLOv8, developing effective adversarial methodologies is increasingly challenging. We present Truck Adversarial Camouflage Optimization (TACO), a novel framework that generates adversarial camouflage patterns on 3D vehicle models to deceive state-of-the-art object detectors. Adopting Unreal Engine 5, TACO integrates differentiable rendering with a Photorealistic Rendering Network to optimize adversarial textures targeted at YOLOv8. To ensure the generated textures are both effective in deceiving detectors and visually plausible, we introduce the Convolutional Smooth Loss function, a generalized smooth loss function. Experimental evaluations demonstrate that TACO significantly degrades YOLOv8's detection performance, achieving an AP@0.5 of 0.0099 on unseen test data. Furthermore, these adversarial patterns exhibit strong transferability to other object detection models such as Faster R-CNN and earlier YOLO versions.

📄 PDF Abstract BibTeX arXiv:2410.21443

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
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$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
YOLOv8 설명 없음

Similar Papers 제목 키워드 기반

Differential Evolution based Dual Adversarial Camouflage: Fooling Human Eyes and Object Detectors

2022-10-17 · Jialiang Sun, Tingsong Jiang, Wen Yao, Donghua Wang 외

Recent studies reveal that deep neural network (DNN) based object detectors are vulnerable to adversarial attacks in the form of adding the perturbation to the images, leading to the wrong output of object detectors. Mos…

Object

FCA: Learning a 3D Full-coverage Vehicle Camouflage for Multi-view Physical Adversarial Attack

2021-09-15 · Donghua Wang, Tingsong Jiang, Jialiang Sun, Weien Zhou 외

Physical adversarial attacks in object detection have attracted increasing attention. However, most previous works focus on hiding the objects from the detector by generating an individual adversarial patch, which only c…

Adversarial Attackobject-detectionObject Detection

TSFool: Crafting Highly-Imperceptible Adversarial Time Series through Multi-Objective Attack

2022-09-14 · Yanyun Wang, Dehui Du, Haibo Hu, Zi Liang 외

Recent years have witnessed the success of recurrent neural network (RNN) models in time series classification (TSC). However, neural networks (NNs) are vulnerable to adversarial samples, which cause real-life adversaria…

Adversarial Attackglobal-optimizationTime SeriesTime Series Analysis+1

Adversarial Camouflage: Hiding Physical-World Attacks with Natural Styles

2020-03-08 · CVPR 2020 6 · Ranjie Duan, Xingjun Ma, Yisen Wang, James Bailey 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. Existing works have mostly focused on either digital adversarial examples created via small and imperceptible perturbations, or physical-wor…

Universal Physical Camouflage Attacks on Object Detectors

2019-09-10 · CVPR 2020 6 · Lifeng Huang, Chengying Gao, Yuyin Zhou, Cihang Xie 외

In this paper, we study physical adversarial attacks on object detectors in the wild. Previous works mostly craft instance-dependent perturbations only for rigid or planar objects. To this end, we propose to learn an adv…

ObjectRegion Proposal