paper-with-me

Papers

IRAD: Implicit Representation-driven Image Resampling against Adversarial Attacks

2023-10-18 · Yue Cao, Tianlin Li, Xiaofeng Cao, Ivor Tsang, Yang Liu, Qing Guo

We introduce a novel approach to counter adversarial attacks, namely, image resampling. Image resampling transforms a discrete image into a new one, simulating the process of scene recapturing or rerendering as specified by a geometrical transformation. The underlying rationale behind our idea is that image resampling can alleviate the influence of adversarial perturbations while preserving essential semantic information, thereby conferring an inherent advantage in defending against adversarial attacks. To validate this concept, we present a comprehensive study on leveraging image resampling to defend against adversarial attacks. We have developed basic resampling methods that employ interpolation strategies and coordinate shifting magnitudes. Our analysis reveals that these basic methods can partially mitigate adversarial attacks. However, they come with apparent limitations: the accuracy of clean images noticeably decreases, while the improvement in accuracy on adversarial examples is not substantial. We propose implicit representation-driven image resampling (IRAD) to overcome these limitations. First, we construct an implicit continuous representation that enables us to represent any input image within a continuous coordinate space. Second, we introduce SampleNet, which automatically generates pixel-wise shifts for resampling in response to different inputs. Furthermore, we can extend our approach to the state-of-the-art diffusion-based method, accelerating it with fewer time steps while preserving its defense capability. Extensive experiments demonstrate that our method significantly enhances the adversarial robustness of diverse deep models against various attacks while maintaining high accuracy on clean images.

📄 PDF Abstract BibTeX arXiv:2310.11890

Code (1)

tsingqguo/irad 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

OmniRad: A Radiological Foundation Model for Multi-Task Medical Image Analysis

2026-02-04 · Luca Zedda, Andrea Loddo, Cecilia Di Ruberto arxiv

Radiological analysis increasingly benefits from pretrained visual representations that can support heterogeneous downstream tasks across imaging modalities. In this work, we introduce OmniRad, a self-supervised radiolog…

Radon Inversion via Deep Learning

2018-08-09 · Ji He, Jianhua Ma

Radon transform is widely used in physical and life sciences and one of its major applications is the X-ray computed tomography (X-ray CT), which is significant in modern health examination. The Radon inversion or image …

Deep LearningImage Reconstruction

FairAdapter: Detecting AI-generated Images with Improved Fairness

2024-11-22 · Feng Ding, Jun Zhang, Xinan He, Jianfeng Xu

The high-quality, realistic images generated by generative models pose significant challenges for exposing them.So far, data-driven deep neural networks have been justified as the most efficient forensics tools for the c…

Fairness

Anomaly Detection with Domain Adaptation

2020-06-05 · Ziyi Yang, Iman Soltani Bozchalooi, Eric Darve

We study the problem of semi-supervised anomaly detection with domain adaptation. Given a set of normal data from a source domain and a limited amount of normal examples from a target domain, the goal is to have a well-p…

Anomaly DetectionDomain AdaptationObject RecognitionSemi-supervised Anomaly Detection+1

HiRAD: A Flexible Large-Scale AGV Routing System

2026-09-09 · Yunjie Huang, Ruizhong Wu, Mengxuan Zhang, Frodo Kin Sun Chan 외 arxiv

Automatic Guided Vehicles (AGVs) substantially boost warehouse throughput, but routing large-scale AGV fleets remains challenging. Classical Multi-Agent Pathfinding solvers suffer from exploding combinatorial complexity …

Reinforcement Learning