paper-with-me

Papers

VeCAF: Vision-language Collaborative Active Finetuning with Training Objective Awareness

2024-01-15 · Rongyu Zhang, Zefan Cai, Huanrui Yang, Zidong Liu, Denis Gudovskiy, Tomoyuki Okuno, Yohei Nakata, Kurt Keutzer, Baobao Chang, Yuan Du, Li Du, Shanghang Zhang

Finetuning a pretrained vision model (PVM) is a common technique for learning downstream vision tasks. However, the conventional finetuning process with randomly sampled data points results in diminished training efficiency. To address this drawback, we propose a novel approach, Vision-language Collaborative Active Finetuning (VeCAF). With the emerging availability of labels and natural language annotations of images through web-scale crawling or controlled generation, VeCAF makes use of these information to perform parametric data selection for PVM finetuning. VeCAF incorporates the finetuning objective to select significant data points that effectively guide the PVM towards faster convergence to meet the performance goal. This process is assisted by the inherent semantic richness of the text embedding space which we use to augment image features. Furthermore, the flexibility of text-domain augmentation allows VeCAF to handle out-of-distribution scenarios without external data. Extensive experiments show the leading performance and high computational efficiency of VeCAF that is superior to baselines in both in-distribution and out-of-distribution image classification tasks. On ImageNet, VeCAF uses up to 3.3x less training batches to reach the target performance compared to full finetuning, and achieves an accuracy improvement of 2.7% over the state-of-the-art active finetuning method with the same number of batches.

📄 PDF Abstract BibTeX arXiv:2401.07853

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiencyimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Active Finetuning: Exploiting Annotation Budget in the Pretraining-Finetuning Paradigm

2023-03-25 · CVPR 2023 1 · Yichen Xie, Han Lu, Junchi Yan, Xiaokang Yang 외

Given the large-scale data and the high annotation cost, pretraining-finetuning becomes a popular paradigm in multiple computer vision tasks. Previous research has covered both the unsupervised pretraining and supervised…

Diversityimage-classificationImage ClassificationSemantic Segmentation

ActiveDC: Distribution Calibration for Active Finetuning

2023-11-13 · CVPR 2024 1 · Wenshuai Xu, Zhenghui Hu, Yu Lu, Jinzhou Meng 외

The pretraining-finetuning paradigm has gained popularity in various computer vision tasks. In this paradigm, the emergence of active finetuning arises due to the abundance of large-scale data and costly annotation requi…

image-classificationImage Classification

FACT: A Simple and Efficient Framework for Active Finetuning

2026-06-01 · Wenshuai Xu, You Song, Yuzhuo Cui, Minjie Ren 외 arxiv

The main goal of active finetuning is to improve a pretrained model's performance on a specific task or domain by finetuning it with carefully selected informative or challenging data. Previous research has predominantly…

Image ClassificationActive Learning

Boundary Matters: A Bi-Level Active Finetuning Framework

2024-03-15 · Han Lu, Yichen Xie, Xiaokang Yang, Junchi Yan

The pretraining-finetuning paradigm has gained widespread adoption in vision tasks and other fields, yet it faces the significant challenge of high sample annotation costs. To mitigate this, the concept of active finetun…

Active LearningDenoisingDiversity

LIT: Large Language Model Driven Intention Tracking for Proactive Human-Robot Collaboration -- A Robot Sous-Chef Application

2024-06-19 · Zhe Huang, John Pohovey, Ananya Yammanuru, Katherine Driggs-Campbell

Large Language Models (LLM) and Vision Language Models (VLM) enable robots to ground natural language prompts into control actions to achieve tasks in an open world. However, when applied to a long-horizon collaborative …

Language ModelingLanguage ModellingLarge Language Model