paper-with-me

Papers

Margin-Based Transfer Bounds for Meta Learning with Deep Feature Embedding

2020-12-02 · Jiechao Guan, Zhiwu Lu, Tao Xiang, Timothy Hospedales

By transferring knowledge learned from seen/previous tasks, meta learning aims to generalize well to unseen/future tasks. Existing meta-learning approaches have shown promising empirical performance on various multiclass classification problems, but few provide theoretical analysis on the classifiers' generalization ability on future tasks. In this paper, under the assumption that all classification tasks are sampled from the same meta-distribution, we leverage margin theory and statistical learning theory to establish three margin-based transfer bounds for meta-learning based multiclass classification (MLMC). These bounds reveal that the expected error of a given classification algorithm for a future task can be estimated with the average empirical error on a finite number of previous tasks, uniformly over a class of preprocessing feature maps/deep neural networks (i.e. deep feature embeddings). To validate these bounds, instead of the commonly-used cross-entropy loss, a multi-margin loss is employed to train a number of representative MLMC models. Experiments on three benchmarks show that these margin-based models still achieve competitive performance, validating the practical value of our margin-based theoretical analysis.

📄 PDF Abstract BibTeX arXiv:2012.01602

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationLearning TheoryMeta-Learning

Similar Papers 제목 키워드 기반

Transferable Sequential Recommendation via Vector Quantized Meta Learning

2024-11-04 · Zhenrui Yue, Huimin Zeng, Yang Zhang, Julian McAuley 외

While sequential recommendation achieves significant progress on capturing user-item transition patterns, transferring such large-scale recommender systems remains challenging due to the disjoint user and item groups acr…

Meta-LearningQuantizationRecommendation SystemsSequential Recommendation

Transfer Meta-Learning: Information-Theoretic Bounds and Information Meta-Risk Minimization

2020-11-04 · Sharu Theresa Jose, Osvaldo Simeone, Giuseppe Durisi

Meta-learning automatically infers an inductive bias by observing data from a number of related tasks. The inductive bias is encoded by hyperparameters that determine aspects of the model class or training algorithm, suc…

Inductive BiasMeta-Learning

Provable Meta-Learning of Linear Representations

2020-02-26 · Nilesh Tripuraneni, Chi Jin, Michael. I. Jordan

Meta-learning, or learning-to-learn, seeks to design algorithms that can utilize previous experience to rapidly learn new skills or adapt to new environments. Representation learning -- a key tool for performing meta-lea…

Meta-LearningregressionRepresentation Learning

Transfer-Meta Framework for Cross-domain Recommendation to Cold-Start Users

2021-05-11 · Yongchun Zhu, Kaikai Ge, Fuzhen Zhuang, Ruobing Xie 외

Cold-start problems are enormous challenges in practical recommender systems. One promising solution for this problem is cross-domain recommendation (CDR) which leverages rich information from an auxiliary (source) domai…

Meta-LearningRecommendation Systems

Boosting Few-Shot Learning With Adaptive Margin Loss

2020-05-28 · CVPR 2020 6 · Aoxue Li, Weiran Huang, Xu Lan, Jiashi Feng 외

Few-shot learning (FSL) has attracted increasing attention in recent years but remains challenging, due to the intrinsic difficulty in learning to generalize from a few examples. This paper proposes an adaptive margin pr…

Few-Shot Image ClassificationFew-Shot LearningMeta-LearningSemantic Similarity+1