English

Cross-Modulation Networks for Few-Shot Learning

Machine Learning 2018-12-04 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

A family of recent successful approaches to few-shot learning relies on learning an embedding space in which predictions are made by computing similarities between examples. This corresponds to combining information between support and query examples at a very late stage of the prediction pipeline. Inspired by this observation, we hypothesize that there may be benefits to combining the information at various levels of abstraction along the pipeline. We present an architecture called Cross-Modulation Networks which allows support and query examples to interact throughout the feature extraction process via a feature-wise modulation mechanism. We adapt the Matching Networks architecture to take advantage of these interactions and show encouraging initial results on miniImageNet in the 5-way, 1-shot setting, where we close the gap with state-of-the-art.

Keywords

Cite

@article{arxiv.1812.00273,
  title  = {Cross-Modulation Networks for Few-Shot Learning},
  author = {Hugo Prol and Vincent Dumoulin and Luis Herranz},
  journal= {arXiv preprint arXiv:1812.00273},
  year   = {2018}
}

Comments

Accepted at NIPS 2018 Workshop on Meta-Learning. Source code available at https://github.com/hprop/cross-modulation-nets

R2 v1 2026-06-23T06:28:04.153Z