paper-with-me

홈 › Papers

Subspace Adaptation Prior for Few-Shot Learning

2023-10-13 · Mike Huisman, Aske Plaat, Jan N. van Rijn

Gradient-based meta-learning techniques aim to distill useful prior knowledge from a set of training tasks such that new tasks can be learned more efficiently with gradient descent. While these methods have achieved successes in various scenarios, they commonly adapt all parameters of trainable layers when learning new tasks. This neglects potentially more efficient learning strategies for a given task distribution and may be susceptible to overfitting, especially in few-shot learning where tasks must be learned from a limited number of examples. To address these issues, we propose Subspace Adaptation Prior (SAP), a novel gradient-based meta-learning algorithm that jointly learns good initialization parameters (prior knowledge) and layer-wise parameter subspaces in the form of operation subsets that should be adaptable. In this way, SAP can learn which operation subsets to adjust with gradient descent based on the underlying task distribution, simultaneously decreasing the risk of overfitting when learning new tasks. We demonstrate that this ability is helpful as SAP yields superior or competitive performance in few-shot image classification settings (gains between 0.1% and 3.9% in accuracy). Analysis of the learned subspaces demonstrates that low-dimensional operations often yield high activation strengths, indicating that they may be important for achieving good few-shot learning performance. For reproducibility purposes, we publish all our research code publicly.

📄 PDF Abstract BibTeX arXiv:2310.09028

Code (1)

mikehuisman/subspace-adaptation-prior 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

T-VSS: Test-Time Visual Subspace Steering for Adversarial Robustness of Vision-Language Models

2026-06-22 · Jaehyuk Jang, Minseok Seo. Seungju Cho, Kangwook Ko, Changick Kim arxiv

Vision-language models (VLMs) achieve strong zero-shot recognition, but they remain highly vulnerable to adversarial perturbations. Recent test-time adaptations improve robustness without retraining, but they do not dire…

Adversarial RobustnessTest-time Adaptation

Efficient Test-Time Optimization for Depth Completion via Low-Rank Decoder Adaptation

2026-03-02 · Minseok Seo, Wonjun Lee, Jaehyuk Jang, Changick Kim arxiv

Zero-shot depth completion has gained attention for its ability to generalize across environments without sensor-specific datasets or retraining. However, most existing approaches rely on diffusion-based test-time optimi…

Test-time AdaptationDepth Completion

Complementary Subspace Low-Rank Adaptation of Vision-Language Models for Few-Shot Classification

2025-01-25 · Zhongqi Wang, Jia Dai, Kai Li, Xu Li 외

Vision language model (VLM) has been designed for large scale image-text alignment as a pretrained foundation model. For downstream few shot classification tasks, parameter efficient fine-tuning (PEFT) VLM has gained muc…

Few-Shot Learningparameter-efficient fine-tuning

On the Subspace Structure of Gradient-Based Meta-Learning

2022-07-08 · Gustaf Tegnér, Alfredo Reichlin, Hang Yin, Mårten Björkman 외

In this work we provide an analysis of the distribution of the post-adaptation parameters of Gradient-Based Meta-Learning (GBML) methods. Previous work has noticed how, for the case of image-classification, this adaptati…

Few-Shot Learningimage-classificationImage ClassificationMeta-Learning+1

Few-shot Hybrid Domain Adaptation of Image Generators

2023-10-30 · Hengjia Li, Yang Liu, Linxuan Xia, Yuqi Lin 외

Can a pre-trained generator be adapted to the hybrid of multiple target domains and generate images with integrated attributes of them? In this work, we introduce a new task -- Few-shot Hybrid Domain Adaptation (HDA). Gi…

Domain AdaptationSemantic SimilaritySemantic Textual Similarity