TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Meta-Learning with Differentiable Convex Optimization

Meta-Learning with Differentiable Convex Optimization

Kwonjoon Lee, Subhransu Maji, Avinash Ravichandran, Stefano Soatto

2019-04-07CVPR 2019 6Few-Shot LearningMeta-LearningFew-Shot Image Classification
PaperPDFCodeCode(official)CodeCodeCodeCodeCode

Abstract

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.

Results

TaskDatasetMetricValueModel
Image ClassificationCIFAR-FS 5-way (1-shot)Accuracy72.8MetaOptNet-SVM-trainval
Image ClassificationMini-Imagenet 5-way (5-shot)Accuracy80MetaOptNet-SVM-trainval
Image ClassificationMini-Imagenet 5-way (1-shot)Accuracy64.09MetaOptNet-SVM-trainval
Image ClassificationFC100 5-way (5-shot)Accuracy62.5MetaOptNet-SVM-trainval
Image ClassificationFC100 5-way (1-shot)Accuracy47.2MetaOptNet-SVM-trainval
Image ClassificationTiered ImageNet 5-way (1-shot)Accuracy65.81MetaOptNet-SVM-trainval
Image ClassificationTiered ImageNet 5-way (5-shot)Accuracy81.75MetaOptNet-SVM-trainval
Image ClassificationCIFAR-FS 5-way (5-shot)Accuracy85MetaOptNet-SVM-trainval
Few-Shot Image ClassificationCIFAR-FS 5-way (1-shot)Accuracy72.8MetaOptNet-SVM-trainval
Few-Shot Image ClassificationMini-Imagenet 5-way (5-shot)Accuracy80MetaOptNet-SVM-trainval
Few-Shot Image ClassificationMini-Imagenet 5-way (1-shot)Accuracy64.09MetaOptNet-SVM-trainval
Few-Shot Image ClassificationFC100 5-way (5-shot)Accuracy62.5MetaOptNet-SVM-trainval
Few-Shot Image ClassificationFC100 5-way (1-shot)Accuracy47.2MetaOptNet-SVM-trainval
Few-Shot Image ClassificationTiered ImageNet 5-way (1-shot)Accuracy65.81MetaOptNet-SVM-trainval
Few-Shot Image ClassificationTiered ImageNet 5-way (5-shot)Accuracy81.75MetaOptNet-SVM-trainval
Few-Shot Image ClassificationCIFAR-FS 5-way (5-shot)Accuracy85MetaOptNet-SVM-trainval

Related Papers

GLAD: Generalizable Tuning for Vision-Language Models2025-07-17Are encoders able to learn landmarkers for warm-starting of Hyperparameter Optimization?2025-07-16Imbalanced Regression Pipeline Recommendation2025-07-16CLID-MU: Cross-Layer Information Divergence Based Meta Update Strategy for Learning with Noisy Labels2025-07-16Mixture of Experts in Large Language Models2025-07-15Iceberg: Enhancing HLS Modeling with Synthetic Data2025-07-14Meta-Reinforcement Learning for Fast and Data-Efficient Spectrum Allocation in Dynamic Wireless Networks2025-07-13ViT-ProtoNet for Few-Shot Image Classification: A Multi-Benchmark Evaluation2025-07-12