paper-with-me

홈 › Papers

ASPIRE: Language-Guided Data Augmentation for Improving Robustness Against Spurious Correlations

2023-08-19 · Sreyan Ghosh, Chandra Kiran Reddy Evuru, Sonal Kumar, Utkarsh Tyagi, Sakshi Singh, Sanjoy Chowdhury, Dinesh Manocha

Neural image classifiers can often learn to make predictions by overly relying on non-predictive features that are spuriously correlated with the class labels in the training data. This leads to poor performance in real-world atypical scenarios where such features are absent. This paper presents ASPIRE (Language-guided Data Augmentation for SPurIous correlation REmoval), a simple yet effective solution for supplementing the training dataset with images without spurious features, for robust learning against spurious correlations via better generalization. ASPIRE, guided by language at various steps, can generate non-spurious images without requiring any group labeling or existing non-spurious images in the training set. Precisely, we employ LLMs to first extract foreground and background features from textual descriptions of an image, followed by advanced language-guided image editing to discover the features that are spuriously correlated with the class label. Finally, we personalize a text-to-image generation model using the edited images to generate diverse in-domain images without spurious features. ASPIRE is complementary to all prior robust training methods in literature, and we demonstrate its effectiveness across 4 datasets and 9 baselines and show that ASPIRE improves the worst-group classification accuracy of prior methods by 1% - 38%. We also contribute a novel test set for the challenging Hard ImageNet dataset.

📄 PDF Abstract BibTeX arXiv:2308.10103

Code (1)

sreyan88/aspire 공식 구현 pytorch

Tasks

ClassificationData AugmentationImage ClassificationImage GenerationText to Image GenerationText-to-Image Generation

Similar Papers 제목 키워드 기반

Bootstrapping a User-Centered Task-Oriented Dialogue System

2022-07-11 · Shijie Chen, Ziru Chen, Xiang Deng, Ashley Lewis 외

We present TacoBot, a task-oriented dialogue system built for the inaugural Alexa Prize TaskBot Challenge, which assists users in completing multi-step cooking and home improvement tasks. TacoBot is designed with a user-…

Data AugmentationDialogue ManagementManagementResponse Generation

ASPIRE: Assistive System for Performance Evaluation in IR

2024-12-20 · Georgios Peikos, Wojciech Kusa, Symeon Symeonidis

Information Retrieval (IR) evaluation involves far more complexity than merely presenting performance measures in a table. Researchers often need to compare multiple models across various dimensions, such as the Precisio…

Information RetrievalRetrieval

RaspiReader: Open Source Fingerprint Reader

2017-12-26 · Joshua J. Engelsma, Kai Cao, Anil K. Jain

We open source an easy to assemble, spoof resistant, high resolution, optical fingerprint reader, called RaspiReader, using ubiquitous components. By using our open source STL files and software, RaspiReader can be built…

ToxiGAN: Toxic Data Augmentation via LLM-Guided Directional Adversarial Generation

2026-01-06 · Peiran Li, Jan Fillies, Adrian Paschke arxiv

Augmenting toxic language data in a controllable and class-specific manner is crucial for improving robustness in toxicity classification, yet remains challenging due to limited supervision and distributional skew. We pr…

Data Augmentation

SS-TPT: Stability and Suitability-Guided Test-Time Prompt Tuning for Adversarially Robust Vision-Language Models

2026-06-05 · Sunoh Kim, Daeho Um arxiv

Vision-language models (VLMs) such as CLIP achieve strong zero-shot recognition but remain highly fragile under adversarial perturbations. Recent test-time adaptation defenses improve robustness by leveraging many augmen…

Test-time Adaptation