paper-with-me

Papers

SENet: A Spectral Filtering Approach to Represent Exemplars for Few-shot Learning

2023-05-30 · Tao Zhang, Wu Huang

Prototype is widely used to represent internal structure of category for few-shot learning, which was proposed as a simple inductive bias to address the issue of overfitting. However, since prototype representation is normally averaged from individual samples, it can appropriately to represent some classes but with underfitting to represent some others that can be batter represented by exemplars. To address this problem, in this work, we propose Shrinkage Exemplar Networks (SENet) for few-shot classification. In SENet, categories are represented by the embedding of samples that shrink towards their mean via spectral filtering. Furthermore, a shrinkage exemplar loss is proposed to replace the widely used cross entropy loss for capturing the information of individual shrinkage samples. Several experiments were conducted on miniImageNet, tiered-ImageNet and CIFAR-FS datasets. The experimental results demonstrate the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2305.18970

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFew-Shot LearningInductive Bias

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Kernel Relative-prototype Spectral Filtering for Few-shot Learning

2022-07-24 · Tao Zhang, Wu Huang

Few-shot learning performs classification tasks and regression tasks on scarce samples. As one of the most representative few-shot learning models, Prototypical Network represents each class as sample average, or a proto…

Few-Shot Learning

Every Shot Counts: Using Exemplars for Repetition Counting in Videos

2024-03-26 · Saptarshi Sinha, Alexandros Stergiou, Dima Damen

Video repetition counting infers the number of repetitions of recurring actions or motion within a video. We propose an exemplar-based approach that discovers visual correspondence of video exemplars across repetitions w…

DecoderExemplar-FreeRepetitive Action Counting

HIME: Efficient Headshot Image Super-Resolution with Multiple Exemplars

2022-03-28 · Xiaoyu Xiang, Jon Morton, Fitsum A Reda, Lucas Young 외

A promising direction for recovering the lost information in low-resolution headshot images is utilizing a set of high-resolution exemplars from the same identity. Complementary images in the reference set can improve th…

Image Super-ResolutionSuper-Resolution

External-Memory Networks for Low-Shot Learning of Targets in Forward-Looking-Sonar Imagery

2021-07-22 · Isaac J. Sledge, Christopher D. Toole, Joseph A. Maestri, Jose C. Principe

We propose a memory-based framework for real-time, data-efficient target analysis in forward-looking-sonar (FLS) imagery. Our framework relies on first removing non-discriminative details from the imagery using a small-s…

Few-Shot LearningZero-Shot Learning

LiteDenseNet: A Lightweight Network for Hyperspectral Image Classification

2020-04-17 · Rui Li, Chenxi Duan

Hyperspectral Image (HSI) classification based on deep learning has been an attractive area in recent years. However, as a kind of data-driven algorithm, deep learning method usually requires numerous computational resou…

ClassificationDeep LearningGeneral ClassificationHyperspectral Image Classification+2