LGNov 21, 2021

Accretionary Learning with Deep Neural Networks

arXiv:2111.10857v13 citations
Originality Incremental advance
AI Analysis

This addresses the incremental learning challenge in AI for applications requiring adaptability, though it is incremental in nature.

The paper tackles the problem of deep neural networks being unable to acquire new cognitive capabilities without complete retraining, proposing Accretionary Learning (AL) to emulate human learning by dynamically expanding modular structures, resulting in stable and superior performance as object classes grow.

One of the fundamental limitations of Deep Neural Networks (DNN) is its inability to acquire and accumulate new cognitive capabilities. When some new data appears, such as new object classes that are not in the prescribed set of objects being recognized, a conventional DNN would not be able to recognize them due to the fundamental formulation that it takes. The current solution is typically to re-design and re-learn the entire network, perhaps with a new configuration, from a newly expanded dataset to accommodate new knowledge. This process is quite different from that of a human learner. In this paper, we propose a new learning method named Accretionary Learning (AL) to emulate human learning, in that the set of objects to be recognized may not be pre-specified. The corresponding learning structure is modularized, which can dynamically expand to register and use new knowledge. During accretionary learning, the learning process does not require the system to be totally re-designed and re-trained as the set of objects grows in size. The proposed DNN structure does not forget previous knowledge when learning to recognize new data classes. We show that the new structure and the design methodology lead to a system that can grow to cope with increased cognitive complexity while providing stable and superior overall performance.

Foundations

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

Your Notes