paper-with-me

홈 › Papers

Benchmarking Robustness of Adaptation Methods on Pre-trained Vision-Language Models

2023-06-03 · NeurIPS 2023 11

Various adaptation methods, such as LoRA, prompts, and adapters, have been proposed to enhance the performance of pre-trained vision-language models in specific domains. The robustness of these adaptation methods against distribution shifts have not been studied. In this study, we assess the robustness of 11 widely-used adaptation methods across 4 vision-language datasets under multimodal corruptions. Concretely, we introduce 7 benchmark datasets, including 96 visual and 87 textual corruptions, to investigate the robustness of different adaptation methods, the impact of available adaptation examples, and the influence of trainable parameter size during adaptation. Our analysis reveals that: 1) Adaptation methods are more sensitive to text corruptions than visual corruptions. 2) Full fine-tuning does not consistently provide the highest robustness; instead, adapters can achieve better robustness with comparable clean performance. 3) Contrary to expectations, our findings indicate that increasing the number of adaptation data and parameters does not guarantee enhanced robustness; instead it results in even lower robustness. We hope this study could benefit future research in the development of robust multimodal adaptation methods. The benchmark, code, and dataset used in this study can be accessed at https://adarobustness.github.io .

📄 PDF Abstract BibTeX arXiv:2306.02080

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

GeoNet: Benchmarking Unsupervised Adaptation across Geographies

2023-03-27 · CVPR 2023 1 · Tarun Kalluri, Wangdong Xu, Manmohan Chandraker

In recent years, several efforts have been aimed at improving the robustness of vision models to domains and environments unseen during training. An important practical problem pertains to models deployed in a new geogra…

BenchmarkingDomain Adaptationimage-classificationImage Classification+2

Parameter-efficient Model Adaptation for Vision Transformers

2022-03-29 · Xuehai He, Chunyuan Li, Pengchuan Zhang, Jianwei Yang 외

In computer vision, it has achieved great transfer learning performance via adapting large-scale pretrained vision models (e.g., vision transformers) to downstream tasks. Common approaches for model adaptation either upd…

BenchmarkingClassificationimage-classificationImage Classification+2

LaVPR: Benchmarking Language and Vision for Place Recognition

2026-02-03 · Ofer Idan, Dan Badur, Yosi Keller, Yoli Shavit arxiv

Visual Place Recognition (VPR) often fails under extreme environmental changes and perceptual aliasing. Beyond these limitations, standard systems cannot perform 'blind' localization from verbal descriptions alone, a cap…

Visual Place RecognitionCross-Modal Retrieval

Benchmarking Test-Time Adaptation against Distribution Shifts in Image Classification

2023-07-06 · Yongcan Yu, Lijun Sheng, Ran He, Jian Liang

Test-time adaptation (TTA) is a technique aimed at enhancing the generalization performance of models by leveraging unlabeled samples solely during prediction. Given the need for robustness in neural network systems when…

BenchmarkingDomain Adaptationimage-classificationImage Classification+1

Hyper Adversarial Tuning for Boosting Adversarial Robustness of Pretrained Large Vision Models

2024-10-08 · Kangtao Lv, Huangsen Cao, Kainan Tu, Yihuai Xu 외

Large vision models have been found vulnerable to adversarial examples, emphasizing the need for enhancing their adversarial robustness. While adversarial training is an effective defense for deep convolutional models, i…

Adversarial RobustnessTransfer Learning