paper-with-me

홈 › Papers

To Learn Effective Features: Understanding the Task-Specific Adaptation of MAML

2021-01-01 · Zhijie Lin, Zhou Zhao, Zhu Zhang, Huai Baoxing, Jing Yuan

Meta learning, an effective way for learning unseen tasks with few samples, is an important research area in machine learning. Model Agnostic Meta-Learning~(MAML)~(\cite{finn2017model}) is one of the most well-known gradient-based meta learning algorithms, that learns the meta-initialization through the inner and outer optimization loop. The inner loop is to perform fast adaptation in several gradient update steps with the support datapoints, while the outer loop to generalize the updated model to the query datapoints. Recently, it has been argued that instead of rapid learning and adaptation, the learned meta-initialization through MAML has already absorbed the high-quality features prior, where the task-specific head at training facilitates the feature learning. In this work, we investigate the impact of the task-specific adaptation of MAML and discuss the general formula for other gradient-based and metric-based meta-learning approaches. From our analysis, we further devise the Random Decision Planes~(RDP) algorithm to find a suitable linear classifier without any gradient descent step and the Meta Contrastive Learning~(MCL) algorithm to exploit the inter-samples relationship instead of the expensive inner-loop adaptation. We conduct sufficient experiments on various datasets to explore our proposed algorithms.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningMeta-Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

TSP-Transformer: Task-Specific Prompts Boosted Transformer for Holistic Scene Understanding

2023-11-06 · Shuo Wang, Jing Li, Zibo Zhao, Dongze Lian 외

Holistic scene understanding includes semantic segmentation, surface normal estimation, object boundary detection, depth estimation, etc. The key aspect of this problem is to learn representation effectively, as each sub…

Boundary DetectionDepth EstimationRepresentation LearningScene Understanding+3

InvPT++: Inverted Pyramid Multi-Task Transformer for Visual Scene Understanding

2023-06-08 · Hanrong Ye, Dan Xu

Multi-task scene understanding aims to design models that can simultaneously predict several scene understanding tasks with one versatile model. Previous studies typically process multi-task features in a more local way,…

DecoderMulti-Task LearningScene Understanding

Hierarchical Self-supervised Representation Learning for Movie Understanding

2022-04-06 · CVPR 2022 1 · Fanyi Xiao, Kaustav Kundu, Joseph Tighe, Davide Modolo

Most self-supervised video representation learning approaches focus on action recognition. In contrast, in this paper we focus on self-supervised video learning for movie understanding and propose a novel hierarchical se…

Action RecognitionContrastive LearningRepresentation Learning

HUSH: Holistic Panoramic 3D Scene Understanding using Spherical Harmonics

2025-01-01 · CVPR 2025 1 · Jongsung Lee, Harin Park, Byeong-Uk Lee, Kyungdon Joo

Motivated by the efficiency of spherical harmonics (SH) in representing various physical phenomena, we propose a Holistic panoramic 3D scene Understanding framework using Spherical Harmonics, dubbed as HUSH. Our appr…

Depth EstimationRoom Layout EstimationScene Understanding

Making the V in Text-VQA Matter

2023-08-01 · Shamanthak Hegde, Soumya Jahagirdar, Shankar Gangisetty

Text-based VQA aims at answering questions by reading the text present in the images. It requires a large amount of scene-text relationship understanding compared to the VQA task. Recent studies have shown that the quest…

Optical Character Recognition (OCR)TextVQAVisual Question Answering (VQA)