paper-with-me

Papers

IBCL: Zero-shot Model Generation for Task Trade-offs in Continual Learning

2023-10-04 · Pengyuan Lu, Michele Caprio, Eric Eaton, Insup Lee

Like generic multi-task learning, continual learning has the nature of multi-objective optimization, and therefore faces a trade-off between the performance of different tasks. That is, to optimize for the current task distribution, it may need to compromise performance on some previous tasks. This means that there exist multiple models that are Pareto-optimal at different times, each addressing a distinct task performance trade-off. Researchers have discussed how to train particular models to address specific trade-off preferences. However, existing algorithms require training overheads proportional to the number of preferences -- a large burden when there are multiple, possibly infinitely many, preferences. As a response, we propose Imprecise Bayesian Continual Learning (IBCL). Upon a new task, IBCL (1) updates a knowledge base in the form of a convex hull of model parameter distributions and (2) obtains particular models to address task trade-off preferences with zero-shot. That is, IBCL does not require any additional training overhead to generate preference-addressing models from its knowledge base. We show that models obtained by IBCL have guarantees in identifying the Pareto optimal parameters. Moreover, experiments on standard image classification and NLP tasks support this guarantee. Statistically, IBCL improves average per-task accuracy by at most 23\% and peak per-task accuracy by at most 15\% with respect to the baseline methods, with steadily near-zero or positive backward transfer. Most importantly, IBCL significantly reduces the training overhead from training 1 model per preference to at most 3 models for all preferences.

📄 PDF Abstract BibTeX arXiv:2310.02995

Code (1)

ibcl-anon/ibcl 공식 구현 pytorch

Tasks

Continual Learningimage-classificationImage ClassificationMulti-Task Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

IBCL: Zero-shot Model Generation for Task Trade-offs in Continual Learning

2023-05-24 · Pengyuan Lu, Michele Caprio, Eric Eaton, Insup Lee

Like generic multi-task learning, continual learning has the nature of multi-objective optimization, and therefore faces a trade-off between the performance of different tasks. That is, to optimize for the current task d…

Continual Learningimage-classificationImage ClassificationMulti-Task Learning

libcll: an Extendable Python Toolkit for Complementary-Label Learning

2024-11-19 · Nai-Xuan Ye, Tan-Ha Mai, Hsiu-Hsuan Wang, Wei-I Lin 외

Complementary-label learning (CLL) is a weakly supervised learning paradigm for multiclass classification, where only complementary labels -- indicating classes an instance does not belong to -- are provided to the learn…

Weakly-supervised Learning

CalibCLIP: Contextual Calibration of Dominant Semantics for Text-Driven Image Retrieval

2025-10-07 · Bin Kang, Bin Chen, Junjie Wang, Yulin Li 외 arxiv

Existing Visual Language Models (VLMs) suffer structural limitations where a few low contribution tokens may excessively capture global semantics, dominating the information aggregation process and suppressing the discri…

Image Retrieval

Refine-and-Contrast: Adaptive Instance-Aware BEV Representations for Multi-UAV Collaborative Object Detection

2025-08-18 · Zhongyao Li, Peirui Cheng, Liangjin Zhao, Chen Chen 외 arxiv

Multi-UAV collaborative 3D detection enables accurate and robust perception by fusing multi-view observations from aerial platforms, offering significant advantages in coverage and occlusion handling, while posing new ch…

Contrastive LearningObject Detection

Differentially Private In-context Learning via Sampling Few-shot Mixed with Zero-shot Outputs

2025-01-31 · James Flemings, Haosheng Gan, Hongyi Li, Meisam Razaviyayn 외

In-context learning (ICL) has shown promising improvement in downstream task adaptation of LLMs by augmenting prompts with relevant input-output examples (demonstrations). However, the ICL demonstrations can contain priv…

Few-Shot LearningIn-Context Learning