paper-with-me

Papers

Active Tuning

2020-10-02 · Sebastian Otte, Matthias Karlbauer, Martin V. Butz

We introduce Active Tuning, a novel paradigm for optimizing the internal dynamics of recurrent neural networks (RNNs) on the fly. In contrast to the conventional sequence-to-sequence mapping scheme, Active Tuning decouples the RNN's recurrent neural activities from the input stream, using the unfolding temporal gradient signal to tune the internal dynamics into the data stream. As a consequence, the model output depends only on its internal hidden dynamics and the closed-loop feedback of its own predictions; its hidden state is continuously adapted by means of the temporal gradient resulting from backpropagating the discrepancy between the signal observations and the model outputs through time. In this way, Active Tuning infers the signal actively but indirectly based on the originally learned temporal patterns, fitting the most plausible hidden state sequence into the observations. We demonstrate the effectiveness of Active Tuning on several time series prediction benchmarks, including multiple super-imposed sine waves, a chaotic double pendulum, and spatiotemporal wave dynamics. Active Tuning consistently improves the robustness, accuracy, and generalization abilities of all evaluated models. Moreover, networks trained for signal prediction and denoising can be successfully applied to a much larger range of noise conditions with the help of Active Tuning. Thus, given a capable time series predictor, Active Tuning enhances its online signal filtering, denoising, and reconstruction abilities without the need for additional training.

📄 PDF Abstract BibTeX arXiv:2010.03958

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingTime SeriesTime Series AnalysisTime Series DenoisingTime Series Prediction

Similar Papers 제목 키워드 기반

Active Finetuning: Exploiting Annotation Budget in the Pretraining-Finetuning Paradigm

2023-03-25 · CVPR 2023 1 · Yichen Xie, Han Lu, Junchi Yan, Xiaokang Yang 외

Given the large-scale data and the high annotation cost, pretraining-finetuning becomes a popular paradigm in multiple computer vision tasks. Previous research has covered both the unsupervised pretraining and supervised…

Diversityimage-classificationImage ClassificationSemantic Segmentation

BERT Fine-tuning For Arabic Text Summarization

2020-03-29 · Khalid N. Elmadani, Mukhtar Elgezouli, Anas Showk

Fine-tuning a pretrained BERT model is the state of the art method for extractive/abstractive text summarization, in this paper we showcase how this fine-tuning method can be applied to the Arabic language to both constr…

Abstractive Text SummarizationExtractive SummarizationText Summarization

AcTune: Uncertainty-aware Active Self-Training for Semi-Supervised Active Learning with Pretrained Language Models

2021-12-16 · Yue Yu, Lingkai Kong, Jieyu Zhang, Rongzhi Zhang 외

While pre-trained language model (PLM) fine-tuning has achieved strong performance in many NLP tasks, the fine-tuning stage can be still demanding in labeled data. Recent works have resorted to active fine-tuning to impr…

Active LearningLanguage ModelingLanguage Modellingtext-classification+1

Active Few-Shot Fine-Tuning

2024-02-13 · Jonas Hübotter, Bhavya Sukhija, Lenart Treven, Yarden As 외

We study the question: How can we select the right data for fine-tuning to a specific task? We call this data selection problem active fine-tuning and show that it is an instance of transductive active learning, a novel …

Active LearningGeneralization BoundsTransductive Learning

ActiveDC: Distribution Calibration for Active Finetuning

2023-11-13 · CVPR 2024 1 · Wenshuai Xu, Zhenghui Hu, Yu Lu, Jinzhou Meng 외

The pretraining-finetuning paradigm has gained popularity in various computer vision tasks. In this paradigm, the emergence of active finetuning arises due to the abundance of large-scale data and costly annotation requi…

image-classificationImage Classification