paper-with-me

Papers

Graph-based Interpolation of Feature Vectors for Accurate Few-Shot Classification

2020-01-27 · Yuqing Hu, Vincent Gripon, Stéphane Pateux

In few-shot classification, the aim is to learn models able to discriminate classes using only a small number of labeled examples. In this context, works have proposed to introduce Graph Neural Networks (GNNs) aiming at exploiting the information contained in other samples treated concurrently, what is commonly referred to as the transductive setting in the literature. These GNNs are trained all together with a backbone feature extractor. In this paper, we propose a new method that relies on graphs only to interpolate feature vectors instead, resulting in a transductive learning setting with no additional parameters to train. Our proposed method thus exploits two levels of information: a) transfer features obtained on generic datasets, b) transductive information obtained from other samples to be classified. Using standard few-shot vision classification datasets, we demonstrate its ability to bring significant gains compared to other works.

📄 PDF Abstract BibTeX arXiv:2001.09849

Code (1)

yhu01/transfer-sgc 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationGeneral ClassificationTransductive Learning

Similar Papers 제목 키워드 기반

Brain-aligning of semantic vectors improves neural decoding of visual stimuli

2024-03-22 · Shirin Vafaei, Ryohei Fukuma, Takufumi Yanagisawa, Huixiang Yang 외

The development of algorithms to accurately decode of neural information is a long-standing effort in the field of neuroscience. Brain decoding is typically employed by training machine learning models to map neural data…

Brain DecodingRepresentation Learning

A Markov Variation Approach to Smooth Graph Signal Interpolation

2020-01-28

In this paper we present the Markov variation, a smoothness measure which offers a probabilistic interpretation of graph signal smoothness. This measure is then used to develop an optimization framework for graph signal …

LEPA: Learning Geometric Equivariance in Satellite Remote Sensing Data with a Predictive Architecture

2026-03-07 · Erik Scheurer, Rocco Sedona, Stefan Kesselheim, Gabriele Cavallaro arxiv

Geospatial foundation models provide precomputed embeddings that serve as compact feature vectors for large-scale satellite remote sensing data. While these embeddings can reduce data-transfer bottlenecks and computation…

Inter-BMV: Interpolation with Block Motion Vectors for Fast Semantic Segmentation on Video

2018-10-08 · ICLR 2019 5 · Samvit Jain, Joseph E. Gonzalez

Models optimized for accuracy on single images are often prohibitively slow to run on each frame in a video. Recent work exploits the use of optical flow to warp image features forward from select keyframes, as a means t…

Optical Flow EstimationSemantic Segmentation

ifMixup: Interpolating Graph Pair to Regularize Graph Classification

2021-10-18 · Hongyu Guo, Yongyi Mao

We present a simple and yet effective interpolation-based regularization technique, aiming to improve the generalization of Graph Neural Networks (GNNs) on supervised graph classification. We leverage Mixup, an effective…

ClassificationGraph Classification