paper-with-me

Papers

Efficient Adversarial Contrastive Learning via Robustness-Aware Coreset Selection

2023-02-08 · NeurIPS 2023 11 · Xilie Xu, Jingfeng Zhang, Feng Liu, Masashi Sugiyama, Mohan Kankanhalli

Adversarial contrastive learning (ACL) does not require expensive data annotations but outputs a robust representation that withstands adversarial attacks and also generalizes to a wide range of downstream tasks. However, ACL needs tremendous running time to generate the adversarial variants of all training data, which limits its scalability to large datasets. To speed up ACL, this paper proposes a robustness-aware coreset selection (RCS) method. RCS does not require label information and searches for an informative subset that minimizes a representational divergence, which is the distance of the representation between natural data and their virtual adversarial variants. The vanilla solution of RCS via traversing all possible subsets is computationally prohibitive. Therefore, we theoretically transform RCS into a surrogate problem of submodular maximization, of which the greedy search is an efficient solution with an optimality guarantee for the original problem. Empirically, our comprehensive results corroborate that RCS can speed up ACL by a large margin without significantly hurting the robustness transferability. Notably, to the best of our knowledge, we are the first to conduct ACL efficiently on the large-scale ImageNet-1K dataset to obtain an effective robust representation via RCS. Our source code is at https://github.com/GodXuxilie/Efficient_ACL_via_RCS.

📄 PDF Abstract BibTeX arXiv:2302.03857

Code (1)

godxuxilie/efficient_acl_via_rcs 공식 구현 pytorch

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

The Easy Path to Robustness: Coreset Selection using Sample Hardness

2025-10-13 · Pranav Ramesh, Arjun Roy, Deepak Ravikumar, Kaushik Roy 외 arxiv

Designing adversarially robust models from a data-centric perspective requires understanding which input samples are most crucial for learning resilient features. While coreset selection provides a mechanism for efficien…

Adversarial Robustness

Extending Contrastive Learning to Unsupervised Coreset Selection

2021-03-05 · Jeongwoo Ju, Heechul Jung, Yoonju Oh, Junmo Kim

Self-supervised contrastive learning offers a means of learning informative features from a pool of unlabeled data. In this paper, we delve into another useful approach -- providing a way of selecting a core-set that is …

Contrastive Learning

Adversarial Coreset Selection for Efficient Robust Training

2022-09-13 · Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie

Neural networks are vulnerable to adversarial attacks: adding well-crafted, imperceptible perturbations to their input can modify their output. Adversarial training is one of the most effective approaches to training rob…

The Impact of Coreset Selection on Spurious Correlations and Group Robustness

2025-07-15 · Amaya Dharmasiri, William Yang, Polina Kirichenko, Lydia Liu 외 arxiv

Coreset selection methods have shown promise in reducing the training data size while maintaining model performance for data-efficient machine learning. However, as many datasets suffer from biases that cause models to l…

Efficient and Robust Quantization-aware Training via Adaptive Coreset Selection

2023-06-12 · Xijie Huang, Zechun Liu, Shih-Yang Liu, Kwang-Ting Cheng

Quantization-aware training (QAT) is a representative model compression method to reduce redundancy in weights and activations. However, most existing QAT methods require end-to-end training on the entire dataset, which …

Model CompressionQuantization