paper-with-me

Papers

DRILL: Dynamic Representations for Imbalanced Lifelong Learning

2021-05-18 · Kyra Ahrens, Fares Abawi, Stefan Wermter

Continual or lifelong learning has been a long-standing challenge in machine learning to date, especially in natural language processing (NLP). Although state-of-the-art language models such as BERT have ushered in a new era in this field due to their outstanding performance in multitask learning scenarios, they suffer from forgetting when being exposed to a continuous stream of data with shifting data distributions. In this paper, we introduce DRILL, a novel continual learning architecture for open-domain text classification. DRILL leverages a biologically inspired self-organizing neural architecture to selectively gate latent language representations from BERT in a task-incremental manner. We demonstrate in our experiments that DRILL outperforms current methods in a realistic scenario of imbalanced, non-stationary data without prior knowledge about task boundaries. To the best of our knowledge, DRILL is the first of its kind to use a self-organizing neural architecture for open-domain lifelong learning in NLP.

📄 PDF Abstract BibTeX arXiv:2105.08445

Code (1)

knowledgetechnologyuhh/drill 공식 구현 pytorch

Tasks

Continual LearningLifelong learningMeta-Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

A Case Study on the Classification of Lost Circulation Events During Drilling using Machine Learning Techniques on an Imbalanced Large Dataset

2022-09-04 · Toluwalase A. Olukoga, Yin Feng

This study presents machine learning models that forecast and categorize lost circulation severity preemptively using a large class imbalanced drilling dataset. We demonstrate reproducible core techniques involved in tac…

Ensemble LearningFeature ImportanceInterpretable Machine Learningregression

Advanced Hybrid Transformer LSTM Technique with Attention and TS Mixer for Drilling Rate of Penetration Prediction

2025-08-07 · Saddam Hussain Khan arxiv

Rate of Penetration (ROP) prediction is critical for drilling optimization yet remains challenging due to the nonlinear, dynamic, and heterogeneous characteristics of drilling data. Conventional empirical, physics-based,…

Representation LearningFeature Engineering

Lifelong Learning on Evolving Graphs Under the Constraints of Imbalanced Classes and New Classes

2021-12-20 · Lukas Galke, Iacopo Vagliano, Benedikt Franke, Tobias Zielke 외

Lifelong graph learning deals with the problem of continually adapting graph neural network (GNN) models to changes in evolving graphs. We address two critical challenges of lifelong graph learning in this work: dealing …

Graph AttentionGraph LearningGraph Neural NetworkLifelong learning+2

Examining UK drill music through sentiment trajectory analysis

2019-11-04 · Bennett Kleinberg, Paul McFarlane

This paper presents how techniques from natural language processing can be used to examine the sentiment trajectories of gang-related drill music in the United Kingdom (UK). This work is important because key public figu…

Towards Lifelong Learning of Multilingual Text-To-Speech Synthesis

2021-10-09 · Mu Yang, Shaojin Ding, Tianlong Chen, Tong Wang 외

This work presents a lifelong learning approach to train a multilingual Text-To-Speech (TTS) system, where each language was seen as an individual task and was learned sequentially and continually. It does not require po…

Lifelong learningSpeech Synthesistext-to-speechText to Speech+1