# Generating Classification Weights with GNN Denoising Autoencoders for   Few-Shot Learning

**Authors:** Spyros Gidaris, Nikos Komodakis

arXiv: 1905.01102 · 2019-05-06

## TL;DR

This paper introduces a novel meta-model for few-shot learning that uses a GNN-based Denoising Autoencoder to generate classification weights for both base and novel classes, improving classification performance.

## Contribution

The work proposes combining a GNN with a Denoising Autoencoder to effectively generate classification weights in few-shot learning, a novel approach that captures class dependencies and regularizes the model.

## Key findings

- Outperforms prior methods on ImageNet few-shot benchmarks.
- Effective in generating accurate classification weights for novel classes.
- Regularization via Gaussian noise improves model robustness.

## Abstract

Given an initial recognition model already trained on a set of base classes, the goal of this work is to develop a meta-model for few-shot learning. The meta-model, given as input some novel classes with few training examples per class, must properly adapt the existing recognition model into a new model that can correctly classify in a unified way both the novel and the base classes. To accomplish this goal it must learn to output the appropriate classification weight vectors for those two types of classes. To build our meta-model we make use of two main innovations: we propose the use of a Denoising Autoencoder network (DAE) that (during training) takes as input a set of classification weights corrupted with Gaussian noise and learns to reconstruct the target-discriminative classification weights. In this case, the injected noise on the classification weights serves the role of regularizing the weight generating meta-model. Furthermore, in order to capture the co-dependencies between different classes in a given task instance of our meta-model, we propose to implement the DAE model as a Graph Neural Network (GNN). In order to verify the efficacy of our approach, we extensively evaluate it on ImageNet based few-shot benchmarks and we report strong results that surpass prior approaches. The code and models of our paper will be published on: https://github.com/gidariss/wDAE_GNN_FewShot

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.01102/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.01102/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1905.01102/full.md

---
Source: https://tomesphere.com/paper/1905.01102