CVAILGSep 25, 2025

DAC-LoRA: Dynamic Adversarial Curriculum for Efficient and Robust Few-Shot Adaptation

arXiv:2509.20792v12 citations
Originality Incremental advance
AI Analysis

This addresses safety-critical applications such as autonomous driving and medical diagnosis by enhancing robustness in VLMs, though it is incremental as it builds on existing PEFT and adversarial training methods.

The paper tackles the vulnerability of Vision-Language Models (VLMs) like CLIP to adversarial attacks during few-shot adaptation, proposing DAC-LoRA, which integrates adversarial training into Parameter-Efficient Fine-Tuning (PEFT) to achieve substantial improvements in adversarial robustness without significantly compromising clean accuracy.

Vision-Language Models (VLMs) are foundational to critical applications like autonomous driving, medical diagnosis, and content moderation. While Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA enable their efficient adaptation to specialized tasks, these models remain vulnerable to adversarial attacks that can compromise safety-critical decisions. CLIP, the backbone for numerous downstream VLMs, is a high-value target whose vulnerabilities can cascade across the multimodal AI ecosystem. We propose Dynamic Adversarial Curriculum DAC-LoRA, a novel framework that integrates adversarial training into PEFT. The core principle of our method i.e. an intelligent curriculum of progressively challenging attack, is general and can potentially be applied to any iterative attack method. Guided by the First-Order Stationary Condition (FOSC) and a TRADES-inspired loss, DAC-LoRA achieves substantial improvements in adversarial robustness without significantly compromising clean accuracy. Our work presents an effective, lightweight, and broadly applicable method to demonstrate that the DAC-LoRA framework can be easily integrated into a standard PEFT pipeline to significantly enhance robustness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes