paper-with-me

홈 › Papers

CRoFT: Robust Fine-Tuning with Concurrent Optimization for OOD Generalization and Open-Set OOD Detection

2024-05-26 · Lin Zhu, Yifeng Yang, Qinying Gu, Xinbing Wang, Chenghu Zhou, Nanyang Ye

Recent vision-language pre-trained models (VL-PTMs) have shown remarkable success in open-vocabulary tasks. However, downstream use cases often involve further fine-tuning of VL-PTMs, which may distort their general knowledge and impair their ability to handle distribution shifts. In real-world scenarios, machine learning systems inevitably encounter both covariate shifts (e.g., changes in image styles) and semantic shifts (e.g., test-time unseen classes). This highlights the importance of enhancing out-of-distribution (OOD) generalization on covariate shifts and simultaneously detecting semantic-shifted unseen classes. Thus a critical but underexplored question arises: How to improve VL-PTMs' generalization ability to closed-set OOD data, while effectively detecting open-set unseen classes during fine-tuning? In this paper, we propose a novel objective function of OOD detection that also serves to improve OOD generalization. We show that minimizing the gradient magnitude of energy scores on training data leads to domain-consistent Hessians of classification loss, a strong indicator for OOD generalization revealed by theoretical analysis. Based on this finding, we have developed a unified fine-tuning framework that allows for concurrent optimization of both tasks. Extensive experiments have demonstrated the superiority of our method. The code is available at https://github.com/LinLLLL/CRoFT.

📄 PDF Abstract BibTeX arXiv:2405.16417

Code (1)

linllll/croft 공식 구현 pytorch

Tasks

General Knowledge

Similar Papers 제목 키워드 기반

Decoding the dark proteome: Deep learning-enabled discovery of druggable enzymes in Wuchereria bancrofti

2025-10-07 · Shawnak Shivakumar, Jefferson Hernandez arxiv

Wuchereria bancrofti, the parasitic roundworm responsible for lymphatic filariasis, permanently disables over 36 million people and places 657 million at risk across 39 countries. A major bottleneck for drug discovery is…

Drug Discovery

MYCROFT: Towards Effective and Efficient External Data Augmentation

2024-10-11 · Zain Sarwar, Van Tran, Arjun Nitin Bhagoji, Nick Feamster 외

Machine learning (ML) models often require large amounts of data to perform well. When the available data is limited, model trainers may need to acquire more data from external sources. Often, useful data is held by priv…

Data Augmentation

Mycroft: Tracing Dependencies in Collective Communication Towards Reliable LLM Training

2025-09-03 · Yangtao Deng, Lei Zhang, Qinlong Wang, Xiaoyun Zhi 외 arxiv

Reliability is essential for ensuring efficiency in LLM training. However, many real-world reliability issues remain difficult to resolve, resulting in wasted resources and degraded model performance. Unfortunately, toda…

Augment Your Batch: Improving Generalization Through Instance Repetition

2020-06-01 · CVPR 2020 6 · Elad Hoffer, Tal Ben-Nun, Itay Hubara, Niv Giladi 외

Large-batch SGD is important for scaling training of deep neural networks. However, without fine-tuning hyperparameter schedules, the generalization of the model may be hampered. We propose to use batch augmentation: rep…

FedVLMBench: Benchmarking Federated Fine-Tuning of Vision-Language Models

2025-06-11 · Weiying Zheng, Ziyue Lin, Pengxin Guo, Yuyin Zhou 외

Vision-Language Models (VLMs) have demonstrated remarkable capabilities in cross-modal understanding and generation by integrating visual and textual information. While instruction tuning and parameter-efficient fine-tun…

BenchmarkingFederated Learningparameter-efficient fine-tuningPrivacy Preserving