“…The few-shot image classification paradigm is shown in Figure 2. This visual task has prompted a lot of classic works to be proposed [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], the most similar to this work is metric-based methods, which complete the classification by measuring the distance between the support set and query set of the samples, such as [2] proposed a general network framework, the fundamental idea of the matching network is to map the image into an embedding space, which also encapsulates the label distribution, then use different architectures to project the test image into the same embedding space, and then use the cosine similarity to measure the similarity to achieve classification; [1] the difference between the prototype network and the matching network is the distance method, and a prototype representation is created for each classification, and the Euclidean distance between the prototype vector of the classification and the query point is used to determine; [20] use graph convolutional neural networks instead of simple convolutional neural networks to extract features; [21] propose that on the basis of metric learning, the method of adding fine-tuning when classifying can improve the classification effect. A simple and effective based on method, this work is based on metric-based methods.…”