paper-with-me

Papers

ProD: Prompting-To-Disentangle Domain Knowledge for Cross-Domain Few-Shot Image Classification

2023-01-01 · CVPR 2023 1 · Tianyi Ma, Yifan Sun, Zongxin Yang, Yi Yang

This paper considers few-shot image classification under the cross-domain scenario, where the train-to-test domain gap compromises classification accuracy. To mitigate the domain gap, we propose a prompting-to-disentangle (ProD) method through a novel exploration with the prompting mechanism. ProD adopts the popular multi-domain training scheme and extracts the backbone feature with a standard Convolutional Neural Network. Based on these two common practices, the key point of ProD is using the prompting mechanism in the transformer to disentangle the domain-general (DG) and domain-specific (DS) knowledge from the backbone feature. Specifically, ProD concatenates a DG and a DS prompt to the backbone feature and feeds them into a lightweight transformer. The DG prompt is learnable and shared by all the training domains, while the DS prompt is generated from the domain-of-interest on the fly. As a result, the transformer outputs DG and DS features in parallel with the two prompts, yielding the disentangling effect. We show that: 1) Simply sharing a single DG prompt for all the training domains already improves generalization towards the novel test domain. 2) The cross-domain generalization can be further reinforced by making the DG prompt neutral towards the training domains. 3) When inference, the DS prompt is generated from the support samples and can capture test domain knowledge through the prompting mechanism. Combining all three benefits, ProD significantly improves cross-domain few-shot classification. For instance, on CUB, ProD improves the 5-way 5-shot accuracy from 73.56% (baseline) to 79.19%, setting a new state of the art.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Domain Few-ShotDomain GeneralizationFew-Shot Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

CKDA: Cross-modality Knowledge Disentanglement and Alignment for Visible-Infrared Lifelong Person Re-identification

2025-11-19 · Zhenyu Cui, Jiahuan Zhou, Yuxin Peng arxiv

Lifelong person Re-IDentification (LReID) aims to match the same person employing continuously collected individual data from different scenarios. To achieve continuous all-day person matching across day and night, Visib…

Person Re-IdentificationKnowledge Distillation

LLMs are not Zero-Shot Reasoners for Biomedical Information Extraction

2024-08-22 · Aishik Nagar, Viktor Schlegel, Thanh-Tung Nguyen, Hao Li 외

Large Language Models (LLMs) are increasingly adopted for applications in healthcare, reaching the performance of domain experts on tasks such as question answering and document summarisation. Despite their success on th…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+3

Auto prompting without training labels: An LLM cascade for product quality assessment in e-commerce catalogs

2025-10-27 · Soham Satyadharma, Fatemeh Sheikholeslami, Swati Kaul, Aziz Umit Batur 외 arxiv

We introduce a novel, training free cascade for auto-prompting Large Language Models (LLMs) to assess product quality in e-commerce. Our system requires no training labels or model fine-tuning, instead automatically gene…

Evaluating Disentangled Representations for Controllable Music Generation

2026-02-10 · Laura Ibáñez-Martínez, Chukwuemeka Nkama, Andrea Poltronieri, Xavier Serra 외 arxiv

Recent approaches in music generation rely on disentangled representations, often labeled as structure and timbre or local and global, to enable controllable synthesis. Yet the underlying properties of these embeddings r…

Music Generation

All for law and law for all: Adaptive RAG Pipeline for Legal Research

2025-08-18 · Figarri Keisha, Prince Singh, Pallavi, Dion Fernandes 외 arxiv

Retrieval-Augmented Generation (RAG) has transformed how we approach text generation tasks by grounding Large Language Model (LLM) outputs in retrieved knowledge. This capability is especially critical in the legal domai…

Text Generation