paper-with-me

Papers

Improving the Efficiency of Self-Supervised Adversarial Training through Latent Clustering-Based Selection

2025-01-15 · Somrita Ghosh, Yuelin Xu, Xiao Zhang

Compared with standard learning, adversarially robust learning is widely recognized to demand significantly more training examples. Recent works propose the use of self-supervised adversarial training (SSAT) with external or synthetically generated unlabeled data to enhance model robustness. However, SSAT requires a substantial amount of extra unlabeled data, significantly increasing memory usage and model training times. To address these challenges, we propose novel methods to strategically select a small subset of unlabeled data essential for SSAT and robustness improvement. Our selection prioritizes data points near the model's decision boundary based on latent clustering-based techniques, efficiently identifying a critical subset of unlabeled data with a higher concentration of boundary-adjacent points. While focusing on near-boundary data, our methods are designed to maintain a balanced ratio between boundary and non-boundary data points to avoid overfitting. Our experiments on image benchmarks show that integrating our selection strategies into self-supervised adversarial training can largely reduce memory and computational requirements while achieving high model robustness. In particular, our latent clustering-based selection method with k-means is the most effective, achieving nearly identical test-time robust accuracies with 5 to 10 times less external or generated unlabeled data when applied to image benchmarks. Additionally, we validate the generalizability of our approach across various application scenarios, including a real-world medical dataset for COVID-19 chest X-ray classification.

📄 PDF Abstract BibTeX arXiv:2501.10466

Code (1)

somrita99/SSATwithLCS 공식 구현 pytorch

Tasks

ClusteringX-ray Classification

Similar Papers 제목 키워드 기반

An Empirical Study of Accuracy-Robustness Tradeoff and Training Efficiency in Self-Supervised Learning

2025-01-07 · Fatemeh Ghofrani, Pooyan Jamshidi

Self-supervised learning (SSL) has significantly advanced image representation learning, yet efficiency challenges persist, particularly with adversarial training. Many SSL methods require extensive epochs to achieve con…

Adversarial RobustnessContrastive LearningRepresentation LearningSelf-Supervised Learning

Broad Adversarial Training with Data Augmentation in the Output Space

2021-11-22 · AAAI Workshop AdvML 2022 2 · Nils Worzyk, Stella Yu

In image classification, data augmentation and the usage of additional data has been shown to increase the efficiency of clean training and the accuracy of the resulting model. However, this does not prevent models from …

Data Augmentationimage-classificationImage ClassificationSelf-Supervised Learning

Learning Background Invariance Improves Generalization and Robustness in Self-Supervised Learning on ImageNet and Beyond

2021-09-28 · NeurIPS Workshop ImageNet_PPF 2021 12 · Chaitanya Ryali, David J. Schwab, Ari S. Morcos

Recent progress in self-supervised learning has demonstrated promising results in multiple visual tasks. An important ingredient in high-performing self-supervised methods is the use of data augmentation by training mode…

Data AugmentationSaliency DetectionSelf-Supervised LearningUnsupervised Saliency Detection

Self-supervised Adversarial Training

2019-11-15 · Kejiang Chen, Hang Zhou, Yuefeng Chen, Xiaofeng Mao 외

Recent work has demonstrated that neural networks are vulnerable to adversarial examples. To escape from the predicament, many works try to harden the model in various ways, in which adversarial training is an effective …

Self-Supervised Learning

Decoupled Adversarial Contrastive Learning for Self-supervised Adversarial Robustness

2022-07-22 · Chaoning Zhang, Kang Zhang, Chenshuang Zhang, Axi Niu 외

Adversarial training (AT) for robust representation learning and self-supervised learning (SSL) for unsupervised representation learning are two active research fields. Integrating AT into SSL, multiple prior works have …

Adversarial RobustnessContrastive LearningPhilosophyRepresentation Learning+1