Kronecker Factorization for Preventing Catastrophic Forgetting in Large-scale Medical Entity Linking
Denis Jered McInerney, Luyang Kong, Kristjan Arumae, Byron Wallace,, Parminder Bhatia

TL;DR
This paper introduces a Kronecker Factorization approach to mitigate catastrophic forgetting in large-scale neural networks, specifically applied to medical entity linking, outperforming Elastic Weight Consolidation in reducing forgetting.
Contribution
The paper demonstrates how Kronecker Factorization can effectively prevent catastrophic forgetting in large models, improving upon existing methods like Elastic Weight Consolidation.
Findings
Reduces catastrophic forgetting by 51% with BERT-based models.
Maintains spatial complexity proportional to model size.
Effective across multiple medical datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
