CLLGNov 11, 2021

Kronecker Factorization for Preventing Catastrophic Forgetting in Large-scale Medical Entity Linking

arXiv:2111.06012v1
Originality Incremental advance
AI Analysis

This addresses the problem of model degradation when updating on new tasks for practitioners in medical NLP, though it is incremental as it builds on existing methods.

The paper tackles catastrophic forgetting in sequential learning for medical entity linking by applying Kronecker Factorization, which reduces forgetting by 51% on average with a BERT-based model compared to 27% for standard Elastic Weight Consolidation.

Multi-task learning is useful in NLP because it is often practically desirable to have a single model that works across a range of tasks. In the medical domain, sequential training on tasks may sometimes be the only way to train models, either because access to the original (potentially sensitive) data is no longer available, or simply owing to the computational costs inherent to joint retraining. A major issue inherent to sequential learning, however, is catastrophic forgetting, i.e., a substantial drop in accuracy on prior tasks when a model is updated for a new task. Elastic Weight Consolidation is a recently proposed method to address this issue, but scaling this approach to the modern large models used in practice requires making strong independence assumptions about model parameters, limiting its effectiveness. In this work, we apply Kronecker Factorization--a recent approach that relaxes independence assumptions--to prevent catastrophic forgetting in convolutional and Transformer-based neural networks at scale. We show the effectiveness of this technique on the important and illustrative task of medical entity linking across three datasets, demonstrating the capability of the technique to be used to make efficient updates to existing methods as new medical data becomes available. On average, the proposed method reduces catastrophic forgetting by 51% when using a BERT-based model, compared to a 27% reduction using standard Elastic Weight Consolidation, while maintaining spatial complexity proportional to the number of model parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes