paper-with-me

홈 › Papers

A Simple Approach to Adversarial Robustness in Few-shot Image Classification

2022-04-11 · Akshayvarun Subramanya, Hamed Pirsiavash

Few-shot image classification, where the goal is to generalize to tasks with limited labeled data, has seen great progress over the years. However, the classifiers are vulnerable to adversarial examples, posing a question regarding their generalization capabilities. Recent works have tried to combine meta-learning approaches with adversarial training to improve the robustness of few-shot classifiers. We show that a simple transfer-learning based approach can be used to train adversarially robust few-shot classifiers. We also present a method for novel classification task based on calibrating the centroid of the few-shot category towards the base classes. We show that standard adversarial training on base categories along with calibrated centroid-based classifier in the novel categories, outperforms or is on-par with state-of-the-art advanced methods on standard benchmarks for few-shot learning. Our method is simple, easy to scale, and with little effort can lead to robust few-shot classifiers. Code is available here: \url{https://github.com/UCDvision/Simple_few_shot.git}

📄 PDF Abstract BibTeX arXiv:2204.05432

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessFew-Shot Image ClassificationFew-Shot Learningimage-classificationImage ClassificationMeta-LearningTransfer Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

CLIP is Strong Enough to Fight Back: Test-time Counterattacks towards Zero-shot Adversarial Robustness of CLIP

2025-03-05 · CVPR 2025 1 · Songlong Xing, Zhengyu Zhao, Nicu Sebe

Despite its prevalent use in image-text matching tasks in a zero-shot manner, CLIP has been shown to be highly vulnerable to adversarial perturbations added onto images. Recent studies propose to finetune the vision enco…

Adversarial RobustnessImage-text matchingText Matching

Finetune Like You Pretrain: Boosting Zero-shot Adversarial Robustness in Vision-language Models

2026-04-13 · Songlong Xing, Weijie Wang, Zhengyu Zhao, Jindong Gu 외 arxiv

Despite their impressive zero-shot abilities, vision-language models such as CLIP have been shown to be susceptible to adversarial attacks. To enhance its adversarial robustness, recent studies finetune the pretrained vi…

Adversarial Robustness

AGFT: Alignment-Guided Fine-Tuning for Zero-Shot Adversarial Robustness of Vision-Language Models

2026-03-31 · Yubo Cui, Xianchao Guan, Zijun Xiong, Zheng Zhang arxiv

Pre-trained vision-language models (VLMs) exhibit strong zero-shot generalization but remain vulnerable to adversarial perturbations. Existing classification-guided adversarial fine-tuning methods often disrupt pre-train…

Zero-shot GeneralizationAdversarial Robustness

Long-term Cross Adversarial Training: A Robust Meta-learning Method for Few-shot Classification Tasks

2021-06-22 · ICML Workshop AML 2021 7 · Fan Liu, Shuyu Zhao, Xuelong Dai, Bin Xiao

Meta-learning model can quickly adapt to new tasks using few-shot labeled data. However, despite achieving good generalization on few-shot classification tasks, it is still challenging to improve the adversarial robustne…

Adversarial RobustnessClassificationFew-Shot LearningMeta-Learning

Cross-Domain Few-Shot Classification via Adversarial Task Augmentation

2021-04-29 · Haoqing Wang, Zhi-Hong Deng

Few-shot classification aims to recognize unseen classes with few labeled samples from each class. Many meta-learning models for few-shot classification elaborately design various task-shared inductive bias (meta-knowled…

ClassificationCross-Domain Few-ShotDomain GeneralizationGeneral Classification+2