paper-with-me

Papers

Improving Viewpoint Robustness for Visual Recognition via Adversarial Training

2023-07-21 · Shouwei Ruan, Yinpeng Dong, Hang Su, Jianteng Peng, Ning Chen, Xingxing Wei

Viewpoint invariance remains challenging for visual recognition in the 3D world, as altering the viewing directions can significantly impact predictions for the same object. While substantial efforts have been dedicated to making neural networks invariant to 2D image translations and rotations, viewpoint invariance is rarely investigated. Motivated by the success of adversarial training in enhancing model robustness, we propose Viewpoint-Invariant Adversarial Training (VIAT) to improve the viewpoint robustness of image classifiers. Regarding viewpoint transformation as an attack, we formulate VIAT as a minimax optimization problem, where the inner maximization characterizes diverse adversarial viewpoints by learning a Gaussian mixture distribution based on the proposed attack method GMVFool. The outer minimization obtains a viewpoint-invariant classifier by minimizing the expected loss over the worst-case viewpoint distributions that can share the same one for different objects within the same category. Based on GMVFool, we contribute a large-scale dataset called ImageNet-V+ to benchmark viewpoint robustness. Experimental results show that VIAT significantly improves the viewpoint robustness of various image classifiers based on the diversity of adversarial viewpoints generated by GMVFool. Furthermore, we propose ViewRS, a certified viewpoint robustness method that provides a certified radius and accuracy to demonstrate the effectiveness of VIAT from the theoretical perspective.

📄 PDF Abstract BibTeX arXiv:2307.11528

Code (1)

heathcliff-saku/viat 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards Viewpoint-Invariant Visual Recognition via Adversarial Training

2023-07-16 · ICCV 2023 1 · Shouwei Ruan, Yinpeng Dong, Hang Su, Jianteng Peng 외

Visual recognition models are not invariant to viewpoint changes in the 3D world, as different viewing directions can dramatically affect the predictions given the same object. Although many efforts have been devoted to …

Diversity

ViewFool: Evaluating the Robustness of Visual Recognition to Adversarial Viewpoints

2022-10-08 · Yinpeng Dong, Shouwei Ruan, Hang Su, Caixin Kang 외

Recent studies have demonstrated that visual recognition models lack robustness to distribution shift. However, current work mainly considers model robustness to 2D image transformations, leaving viewpoint changes in the…

Autonomous DrivingBenchmarkingData AugmentationNeRF

Joint Multi-Condition Representation Modelling via Matrix Factorisation for Visual Place Recognition

2025-10-20 · Timur Ismagilov, Shakaiba Majeed, Michael Milford, Tan Viet Tuyen Nguyen 외 arxiv

We address multi-reference visual place recognition (VPR), where reference sets captured under varying conditions are used to improve localisation performance. While deep learning with large-scale training improves robus…

Visual Place Recognition

Targeted View-Invariant Adversarial Perturbations for 3D Object Recognition

2024-12-17 · Christian Green, Mehmet Ergezer, Abdurrahman Zeybey

Adversarial attacks pose significant challenges in 3D object recognition, especially in scenarios involving multi-view analysis where objects can be observed from varying angles. This paper introduces View-Invariant Adve…

3D Object RecognitionAdversarial RobustnessObject Recognition

Double Visual Defense: Adversarial Pre-training and Instruction Tuning for Improving Vision-Language Model Robustness

2025-01-16 · Zeyu Wang, Cihang Xie, Brian Bartoldson, Bhavya Kailkhura

This paper investigates the robustness of vision-language models against adversarial visual perturbations and introduces a novel ``double visual defense" to enhance this robustness. Unlike previous approaches that resort…

Adversarial DefenseAdversarial RobustnessImage CaptioningLanguage Modeling+4