paper-with-me

홈 › Papers

Few-shot learning with attention-based sequence-to-sequence models

2018-11-08 · Bertrand Higy, Peter Bell

End-to-end approaches have recently become popular as a means of simplifying the training and deployment of speech recognition systems. However, they often require large amounts of data to perform well on large vocabulary tasks. With the aim of making end-to-end approaches usable by a broader range of researchers, we explore the potential to use end-to-end methods in small vocabulary contexts where smaller datasets may be used. A significant drawback of small-vocabulary systems is the difficulty of expanding the vocabulary beyond the original training samples -- therefore we also study strategies to extend the vocabulary with only few examples per new class (few-shot learning). Our results show that an attention-based encoder-decoder can be competitive against a strong baseline on a small vocabulary keyword classification task, reaching 97.5% of accuracy on Tensorflow's Speech Commands dataset. It also shows promising results on the few-shot learning problem where a simple strategy achieved 68.8\% of accuracy on new keywords with only 10 examples for each new class. This score goes up to 88.4\% with a larger set of 100 examples.

📄 PDF Abstract BibTeX arXiv:1811.03519

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderFew-Shot Learningspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Zero-shot Sequence Labeling for Transformer-based Sentence Classifiers

2021-03-26 · ACL (RepL4NLP) 2021 8 · Kamil Bujel, Helen Yannakoudakis, Marek Rei

We investigate how sentence-level transformers can be modified into effective sequence labelers at the token level without any direct supervision. Existing approaches to zero-shot sequence labeling do not perform well wh…

Sentence

Reverse Ordering Techniques for Attention-Based Channel Prediction

2023-02-01 · Valentina Rizzello, Benedikt Böck, Michael Joham, Wolfgang Utschick

This work aims to predict channels in wireless communication systems based on noisy observations, utilizing sequence-to-sequence models with attention (Seq2Seq-attn) and transformer models. Both models are adapted from n…

Prediction

Video Summarization with Attention-Based Encoder-Decoder Networks

2017-08-31 · Zhong Ji, Kailin Xiong, Yanwei Pang, Xuelong. Li

This paper addresses the problem of supervised video summarization by formulating it as a sequence-to-sequence learning problem, where the input is a sequence of original video frames, the output is a keyshot sequence. O…

DecoderSupervised Video SummarizationVideo Summarization

Towards Automated Movie Trailer Generation

2024-04-04 · CVPR 2024 1 · Dawit Mureja Argaw, Mattia Soldan, Alejandro Pardo, Chen Zhao 외

Movie trailers are an essential tool for promoting films and attracting audiences. However, the process of creating trailers can be time-consuming and expensive. To streamline this process, we propose an automatic traile…

DecoderMachine Translation

Few-shot Cross-lingual Aspect-Based Sentiment Analysis with Sequence-to-Sequence Models

2025-08-11 · Jakub Šmíd, Pavel Přibáň, Pavel Král arxiv

Aspect-based sentiment analysis (ABSA) has received substantial attention in English, yet challenges remain for low-resource languages due to the scarcity of labelled data. Current cross-lingual ABSA approaches often rel…

Sentiment Analysis