Continual learning using cross connections

US2022012583A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2022012583-A1
Application numberUS-202016923196-A
CountryUS
Kind codeA1
Filing dateJul 8, 2020
Priority dateJul 8, 2020
Publication dateJan 13, 2022
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method, a computer system, and a computer program product for using distinct paths with cross connections for distinct tasks to prevent catastrophic forgetting in class-incremental scenarios. Embodiments of the present invention may include receiving one or more tasks sequentially. Embodiments of the present invention may include applying one or more shareable blocks to the one or more tasks. Embodiments of the present invention may include learning one or more distinct paths for the one or more tasks. Embodiments of the present invention may include adding one or more cross connections between the one or more tasks. Embodiments of the present invention may include adding an aggregation block to collect one or more outputs from the distinct paths of each of the one or more tasks. Embodiments of the present invention may include providing a prediction.

First claim

Opening claim text (preview).

What is claimed is: 1 . A method comprising: receiving one or more tasks sequentially; applying one or more shareable blocks to the one or more tasks; learning one or more distinct paths for the one or more tasks; adding one or more cross connections between the one or more tasks; adding an aggregation block to collect one or more outputs from the distinct paths of each of the one or more tasks; and providing a prediction. 2 . The method of claim 1 , wherein receiving the one or more tasks sequentially further comprises: receiving one or more labels of data, wherein the one or more labels of data correspond to the one or more tasks. 3 . The method of claim 1 , further comprising: freezing one or more neurons of one or more previously learned distinct paths of the one or more tasks; and training one or more neurons of the one or more distinct paths for the one or more tasks, wherein the one or more neurons are set as trainable. 4 . The method of claim 3 , wherein freezing the one or more neurons of one or more previously learned distinct paths of the one or more tasks further comprises: setting the one or more neurons of the one or more previously learned distinct paths as untrainable. 5 . The method of claim 1 , wherein the one or more distinct paths comprises one or more neurons, wherein the one or more neurons have one or more weights. 6 . The method of claim 1 , wherein the one or more cross connections between the one or more tasks comprises: one or more forward cross connections between the one or more tasks; and one or more backward cross connections between the one or more tasks. 7 . The method of claim 1 , wherein collecting the one or more outputs from the distinct paths of each of the one or more tasks further comprises: aggregating, by the aggregation block, one or more hidden activations from the one or more distinct paths of the one or more tasks. 8 . The method of claim 1 , wherein the aggregation block is added before a final layer of a deep learning network. 9 . A computer system, comprising: one or more processors, one or more computer-readable memories, one or more computer-readable tangible storage media, and program instructions stored on at least one of the one or more computer-readable tangible storage media for execution by at least one of the one or more processors via at least one of the one or more computer-readable memories, wherein the computer system is capable of performing a method comprising: receiving one or more tasks sequentially; applying one or more shareable blocks to the one or more tasks; learning one or more distinct paths for the one or more tasks; adding one or more cross connections between the one or more tasks; adding an aggregation block to collect one or more outputs from the distinct paths of each of the one or more tasks; and providing a prediction. 10 . The computer system of claim 9 , wherein receiving the one or more tasks sequentially further comprises: receiving one or more labels of data, wherein the one or more labels of data correspond to the one or more tasks. 11 . The computer system of claim 9 , further comprising: freezing one or more neurons of one or more previously learned distinct paths of the one or more tasks; and training one or more neurons of the one or more distinct paths for the one or more tasks, wherein the one or more neurons are set as trainable. 12 . The computer system of claim 11 , wherein freezing the one or more neurons of one or more previously learned distinct paths of the one or more tasks further comprises: setting the one or more neurons of the one or more previously learned distinct paths as untrainable. 13 . The computer system of claim 9 , wherein the one or more distinct paths comprises one or more neurons, wherein the one or more neurons have one or more weights. 14 . The computer system of claim 9 , wherein the one or more cross connections between the one or more tasks comprises: one or more forward cross connections between the one or more tasks; and one or more backward cross connections between the one or more tasks. 15 . The computer system of claim 9 , wherein collecting the one or more outputs from the distinct paths of each of the one or more tasks further comprises: aggregating, by the aggregation block, one or more hidden activations from the one or more distinct paths of the one or more tasks. 16 . The computer system of claim 9 , wherein the aggregation block is added before a final layer of a deep learning network. 17 . A computer program product, comprising: one or more computer-readable tangible storage media and program instructions stored on at least one of the one or more computer-readable tangible storage media, the program instructions executable by a processor to cause the processor to perform a method comprising: receiving one or more tasks sequentially; applying one or more shareable blocks to the one or more tasks; learning one or more distinct paths for the one or more tasks; adding one or more cross connections between the one or more tasks; adding an aggregation block to collect one or more outputs from the distinct paths of each of the one or more tasks; and providing a prediction. 18 . The computer program product of claim 17 , wherein receiving the one or more tasks sequentially further comprises: receiving one or more labels of data, wherein the one or more labels of data correspond to the one or more tasks. 19 . The computer program product of claim 17 , further comprising: freezing one or more neurons of one or more previously learned distinct paths of the one or more tasks; and training one or more neurons of the one or more distinct paths for the one or more tasks, wherein the one or more neurons are set as trainable. 20 . The computer program product of claim 19 , wherein freezing the one or more neurons of one or more previously learned distinct paths of the one or more tasks further comprises: setting the one or more neurons of the one or more previously learned distinct paths as untrainable. 21 . The computer program product of claim 17 , wherein the one or more distinct paths comprises one or more neurons, wherein the one or more neurons have one or more weights. 22 . The computer program product of claim 17 , wherein the one or more cross connections between the one or more tasks comprises: one or more forward cross connections between the one or more tasks; and one or more backward cross connections between the one or more tasks. 23 . The computer program product of claim 17 , wherein collecting the one or more outputs from the distinct paths of each of the one or more tasks further comprises: aggregating, by the aggregation block, one or more hidden activations from the one or more distinct paths of the one or more tasks. 24 . The computer program product of claim 17 wherein the aggregation block is added before a final layer of a deep learning network.

Assignees

Inventors

Classifications

  • Combinations of networks · CPC title

  • G06N3/044Primary

    Recurrent networks, e.g. Hopfield networks · CPC title

  • G06N3/08Primary

    Learning methods · CPC title

  • modifying the architecture, e.g. adding, deleting or silencing nodes or connections · CPC title

  • Supervised learning · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2022012583A1 cover?
A method, a computer system, and a computer program product for using distinct paths with cross connections for distinct tasks to prevent catastrophic forgetting in class-incremental scenarios. Embodiments of the present invention may include receiving one or more tasks sequentially. Embodiments of the present invention may include applying one or more shareable blocks to the one or more tasks.…
Who is the assignee on this patent?
IBM
What technology area does this patent fall under?
Primary CPC classification G06N3/044. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Jan 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 2 related publications on this page (citations in our corpus or others sharing the same primary CPC).