paper-with-me

홈 › Papers

GroupCoOp: Group-robust Fine-tuning via Group Prompt Learning

2025-09-28 · Nayeong Kim, Seong Joon Oh, Suha Kwak arxiv

Parameter-efficient fine-tuning (PEFT) of vision-language models (VLMs) excels in various vision tasks thanks to the rich knowledge and generalization ability of VLMs. However, recent studies revealed that such fine-tuned VLMs are vulnerable to spurious correlations stemming from the subgroup imbalance in the fine-tuning datasets. To resolve this issue, we propose Group Context Optimization (GroupCoOp), a simple and effective debiased fine-tuning algorithm that enhances the group robustness of fine-tuned VLMs. Its key idea is to employ group-specific text prompts as group representatives serving as multiple classifiers for their target class. The rich semantic knowledge of the text encoder of VLM enables the discovery of effective group prompts even for groups with a small number of training samples. Leveraging the group prompts for each class addresses the issues caused by the group-imbalanced training set, such as the neglect of minority groups and the scattered distribution of each class in the embedding space. GroupCoOp achieved the best results on five benchmarks across five CLIP architectures and occasionally outperformed prior methods that fine-tune the entire network, despite training only 0.016\% of the network's parameters.

📄 PDF Abstract BibTeX arXiv:2509.23781

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

LPT: Long-tailed Prompt Tuning for Image Classification

2022-10-03 · Bowen Dong, Pan Zhou, Shuicheng Yan, WangMeng Zuo

For long-tailed classification, most works often pretrain a big model on a large-scale dataset, and then fine-tune the whole model for adapting to long-tailed data. Though promising, fine-tuning the whole pretrained mode…

Classificationimage-classificationImage ClassificationLong-tail Learning

Towards Fair ASR For Second Language Speakers Using Fairness Prompted Finetuning

2025-10-21 · Monorama Swain, Bubai Maji, Jagabandhu Mishra, Markus Schedl 외 arxiv

In this work, we address the challenge of building fair English ASR systems for second-language speakers. Our analysis of widely used ASR models, Whisper and Seamless-M4T, reveals large fluctuations in word error rate (W…

Towards Large Language Models that Benefit for All: Benchmarking Group Fairness in Reward Models

2025-03-10 · Kefan Song, Jin Yao, Runnan Jiang, Rohan Chandra 외

As Large Language Models (LLMs) become increasingly powerful and accessible to human users, ensuring fairness across diverse demographic groups, i.e., group fairness, is a critical ethical concern. However, current fairn…

AllBenchmarkingFairness

Teaching Prompts to Coordinate: Hierarchical Layer-Grouped Prompt Tuning for Continual Learning

2025-11-15 · Shengqin Jiang, Tianqi Kong, Yuankai Qi, Haokui Zhang 외 arxiv

Prompt-based continual learning methods fine-tune only a small set of additional learnable parameters while keeping the pre-trained model's parameters frozen. It enables efficient adaptation to new tasks while mitigating…

Continual Learning

Dynamic Task Vector Grouping for Efficient Multi-Task Prompt Tuning

2025-03-23 · Pieyi Zhang, Richong Zhang, Zhijie Nie

Multi-task prompt tuning utilizes multiple high-resource source tasks to improve performance on low-source target tasks. Existing approaches transfer the soft prompt trained by combining all source tasks or a single ``hi…