paper-with-me

Papers

Prompt Customization for Continual Learning

2024-04-28 · Yong Dai, Xiaopeng Hong, Yabin Wang, Zhiheng Ma, Dongmei Jiang, YaoWei Wang

Contemporary continual learning approaches typically select prompts from a pool, which function as supplementary inputs to a pre-trained model. However, this strategy is hindered by the inherent noise of its selection approach when handling increasing tasks. In response to these challenges, we reformulate the prompting approach for continual learning and propose the prompt customization (PC) method. PC mainly comprises a prompt generation module (PGM) and a prompt modulation module (PMM). In contrast to conventional methods that employ hard prompt selection, PGM assigns different coefficients to prompts from a fixed-sized pool of prompts and generates tailored prompts. Moreover, PMM further modulates the prompts by adaptively assigning weights according to the correlations between input data and corresponding prompts. We evaluate our method on four benchmark datasets for three diverse settings, including the class, domain, and task-agnostic incremental learning tasks. Experimental results demonstrate consistent improvement (by up to 16.2\%), yielded by the proposed method, over the state-of-the-art (SOTA) techniques.

📄 PDF Abstract BibTeX arXiv:2404.18060

Code (1)

yong-dai/pc 공식 구현 pytorch

Tasks

Continual LearningIncremental Learning

Methods 이 논문이 사용한 방법론

PGM A regularization criterion that, differently from dropout and its variants, is deterministic rather than random. It grounds on the…

Similar Papers 제목 키워드 기반

Continual Diffusion: Continual Customization of Text-to-Image Diffusion with C-LoRA

2023-04-12 · James Seale Smith, Yen-Chang Hsu, Lingyu Zhang, Ting Hua 외

Recent works demonstrate a remarkable ability to customize text-to-image diffusion models while only providing a few example images. What happens if you try to customize such models using multiple, fine-grained concepts …

Continual Learningimage-classificationImage Classification

ConceptGuard: Continual Personalized Text-to-Image Generation with Forgetting and Confusion Mitigation

2025-03-13 · CVPR 2025 1 · Zirun Guo, Tao Jin

Diffusion customization methods have achieved impressive results with only a minimal number of user-provided images. However, existing approaches customize concepts collectively, whereas real-world applications often req…

Image GenerationText to Image GenerationText-to-Image Generation

Conditioned Prompt-Optimization for Continual Deepfake Detection

2024-07-31

The rapid advancement of generative models has significantly enhanced the realism and customization of digital content creation. The increasing power of these tools, coupled with their ease of access, fuels the creation …

Position: Vector Prompt Interfaces Should Be Exposed to Enable Customization of Large Language Models

2026-03-04 · Liangwei Yang, Shiyu Wang, Haolin Chen, Rithesh Murthy 외 arxiv

As large language models (LLMs) transition from research prototypes to real-world systems, customization has emerged as a central bottleneck. While text prompts can already customize LLM behavior, we argue that text-only…

Make the Most of Everything: Further Considerations on Disrupting Diffusion-based Customization

2025-03-18 · Long Tang, Dengpan Ye, Sirun Chen, Xiuwen Shi 외

The fine-tuning technique for text-to-image diffusion models facilitates image customization but risks privacy breaches and opinion manipulation. Current research focuses on prompt- or image-level adversarial attacks for…

Adversarial Attack