paper-with-me

Papers

Meta-Learning with Differentiable Convex Optimization

2019-04-07 · CVPR 2019 6 · Kwonjoon Lee, Subhransu Maji, Avinash Ravichandran, Stefano Soatto

Many meta-learning approaches for few-shot learning rely on simple base learners such as nearest-neighbor classifiers. However, even in the few-shot regime, discriminatively trained linear predictors can offer better generalization. We propose to use these predictors as base learners to learn representations for few-shot learning and show they offer better tradeoffs between feature size and performance across a range of few-shot recognition benchmarks. Our objective is to learn feature embeddings that generalize well under a linear classification rule for novel categories. To efficiently solve the objective, we exploit two properties of linear classifiers: implicit differentiation of the optimality conditions of the convex problem and the dual formulation of the optimization problem. This allows us to use high-dimensional embeddings with improved generalization at a modest increase in computational overhead. Our approach, named MetaOptNet, achieves state-of-the-art performance on miniImageNet, tieredImageNet, CIFAR-FS, and FC100 few-shot learning benchmarks. Our code is available at https://github.com/kjunelee/MetaOptNet.

📄 PDF Abstract BibTeX arXiv:1904.03758

Code (7)

kjunelee/MetaOptNet 공식 구현 pytorch
cyvius96/few-shot-meta-baseline pytorch
goldblum/AdversarialQuerying pytorch
learnables/learn2learn pytorch
nupurkmr9/S2M2_fewshot pytorch
xiangyu8/PT-MAP-sf pytorch
yinboc/few-shot-meta-baseline pytorch

Tasks

Few-Shot Image ClassificationFew-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Meta-Learning Parameterized First-Order Optimizers using Differentiable Convex Optimization

2023-03-29 · Tanmay Gautam, Samuel Pfrommer, Somayeh Sojoudi

Conventional optimization methods in machine learning and controls rely heavily on first-order update rules. Selecting the right method and hyperparameters for a particular task often involves trial-and-error or practiti…

Meta-Learning

Efficient Gradient Approximation Method for Constrained Bilevel Optimization

2023-02-03 · Siyuan Xu, Minghui Zhu

Bilevel optimization has been developed for many machine learning tasks with large-scale and high-dimensional data. This paper considers a constrained bilevel optimization problem, where the lower-level optimization prob…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Differentiable Convex Optimization Layers

2019-10-28 · NeurIPS 2019 12 · Akshay Agrawal, Brandon Amos, Shane Barratt, Stephen Boyd 외

Recent work has shown how to embed differentiable optimization problems (that is, problems whose solutions can be backpropagated through) as layers within deep learning architectures. This method provides a useful induct…

Inductive Bias

Differentiable Convex Polyhedra Optimization from Multi-view Images

2024-07-22 · Daxuan Ren, Haiyi Mei, Hezi Shi, Jianmin Zheng 외

This paper presents a novel approach for the differentiable rendering of convex polyhedra, addressing the limitations of recent methods that rely on implicit field supervision. Our technique introduces a strategy that co…

Meta-Learning for Black-box Optimization

2019-07-16 · Vishnu TV, Pankaj Malhotra, Jyoti Narwariya, Lovekesh Vig 외

Recently, neural networks trained as optimizers under the "learning to learn" or meta-learning framework have been shown to be effective for a broad range of optimization tasks including derivative-free black-box functio…

Meta-Learning