paper-with-me

Papers

A Data-Centric Approach for Improving Adversarial Training Through the Lens of Out-of-Distribution Detection

2023-01-25 · Mohammad Azizmalayeri, Arman Zarei, Alireza Isavand, Mohammad Taghi Manzuri, Mohammad Hossein Rohban

Current machine learning models achieve super-human performance in many real-world applications. Still, they are susceptible against imperceptible adversarial perturbations. The most effective solution for this problem is adversarial training that trains the model with adversarially perturbed samples instead of original ones. Various methods have been developed over recent years to improve adversarial training such as data augmentation or modifying training attacks. In this work, we examine the same problem from a new data-centric perspective. For this purpose, we first demonstrate that the existing model-based methods can be equivalent to applying smaller perturbation or optimization weights to the hard training examples. By using this finding, we propose detecting and removing these hard samples directly from the training procedure rather than applying complicated algorithms to mitigate their effects. For detection, we use maximum softmax probability as an effective method in out-of-distribution detection since we can consider the hard samples as the out-of-distribution samples for the whole data distribution. Our results on SVHN and CIFAR-10 datasets show the effectiveness of this method in improving the adversarial training without adding too much computational cost.

📄 PDF Abstract BibTeX arXiv:2301.10454

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationOut-of-Distribution Detection

Methods 이 논문이 사용한 방법론

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$…

Similar Papers 제목 키워드 기반

Machine Learning Robustness: A Primer

2024-04-01 · Houssem Ben Braiek, Foutse khomh

This chapter explores the foundational concept of robustness in Machine Learning (ML) and its integral role in establishing trustworthiness in Artificial Intelligence (AI) systems. The discussion begins with a detailed d…

software testingTransfer Learning

Rethinking the Text-Vision Reasoning Imbalance in MLLMs through the Lens of Training Recipes

2025-10-26 · Guanyu Yao, Qiucheng Wu, Yang Zhang, Zhaowen Wang 외 arxiv

Multimodal large language models (MLLMs) have demonstrated strong capabilities on vision-and-language tasks. However, recent findings reveal an imbalance in their reasoning capabilities across visual and textual modaliti…

Multimodal ReasoningVisual Reasoning

Adaptive Camera Sensor for Vision Models

2025-03-04 · Eunsu Baek, Sunghwan Han, Taesik Gong, Hyung-Sin Kim

Domain shift remains a persistent challenge in deep-learning-based computer vision, often requiring extensive model modifications or large labeled datasets to address. Inspired by human visual perception, which adjusts i…

Towards Physics-informed Cyclic Adversarial Multi-PSF Lensless Imaging

2024-07-09 · Abeer Banerjee, Sanjay Singh

Lensless imaging has emerged as a promising field within inverse imaging, offering compact, cost-effective solutions with the potential to revolutionize the computational camera market. By circumventing traditional optic…

Image ReconstructionSpecificity

Adversarial Robustness through the Lens of Convolutional Filters

2022-04-05 · Paul Gavrikov, Janis Keuper

Deep learning models are intrinsically sensitive to distribution shifts in the input data. In particular, small, barely perceivable perturbations to the input data can force models to make wrong predictions with high con…

Adversarial Robustness