paper-with-me

Papers

Data augmentation on-the-fly and active learning in data stream classification

2022-10-13 · Kleanthis Malialis, Dimitris Papatheodoulou, Stylianos Filippou, Christos G. Panayiotou, Marios M. Polycarpou

There is an emerging need for predictive models to be trained on-the-fly, since in numerous machine learning applications data are arriving in an online fashion. A critical challenge encountered is that of limited availability of ground truth information (e.g., labels in classification tasks) as new data are observed one-by-one online, while another significant challenge is that of class imbalance. This work introduces the novel Augmented Queues method, which addresses the dual-problem by combining in a synergistic manner online active learning, data augmentation, and a multi-queue memory to maintain separate and balanced queues for each class. We perform an extensive experimental study using image and time-series augmentations, in which we examine the roles of the active learning budget, memory size, imbalance level, and neural network type. We demonstrate two major advantages of Augmented Queues. First, it does not reserve additional memory space as the generation of synthetic data occurs only at training times. Second, learning models have access to more labelled data without the need to increase the active learning budget and / or the original memory size. Learning on-the-fly poses major challenges which, typically, hinder the deployment of learning models. Augmented Queues significantly improves the performance in terms of learning quality and speed. Our code is made publicly available.

📄 PDF Abstract BibTeX arXiv:2210.06873

Code (1)

kmalialis/augmented_queues 공식 구현 tf

Tasks

Active LearningData AugmentationTime Series Analysis

Similar Papers 제목 키워드 기반

DAGAM: Data Augmentation with Generation And Modification

2022-04-06 · Byeong-Cheol Jo, Tak-Sung Heo, Yeongjoon Park, Yongmin Yoo 외

Text classification is a representative downstream task of natural language processing, and has exhibited excellent performance since the advent of pre-trained language models based on Transformer architecture. However, …

Data Augmentationtext-classificationText Classification

Segmenting Hyperspectral Images Using Spectral-Spatial Convolutional Neural Networks With Training-Time Data Augmentation

2019-07-27 · Jakub Nalepa, Lukasz Tulczyjew, Michal Myller, Michal Kawulok

Hyperspectral imaging provides detailed information about the scanned objects, as it captures their spectral characteristics within a large number of wavelength bands. Classification of such data has become an active res…

Data AugmentationGeneral Classification

Active Tabular Augmentation via Policy-Guided Diffusion Inpainting

2026-05-11 · Zheyu Zhang, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci arxiv

Generative tabular augmentation is appealing in data-scarce domains, yet the prevailing focus on distributional fidelity does not reliably translate into better downstream models. We formalize a fidelity-utility gap: com…

Streaming Active Learning for Regression Problems Using Regression via Classification

2023-09-02 · Shota Horiguchi, Kota Dohi, Yohei Kawaguchi

One of the challenges in deploying a machine learning model is that the model's performance degrades as the operating environment changes. To maintain the performance, streaming active learning is used, in which the mode…

Active LearningClassificationregression

Abstractive Summarization as Augmentation for Document-Level Event Detection

2023-05-29 · Janko Vidaković, Filip Karlo Došilović, Domagoj Pluščec

Transformer-based models have consistently produced substantial performance gains across a variety of NLP tasks, compared to shallow models. However, deep models are orders of magnitude more computationally expensive tha…

Abstractive Text SummarizationEvent DetectionText GenerationText Summarization