Mask-Based Temporal Action Segmentation for Continual Learning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional temporal action segmentation models face issues such as catastrophic forgetting and background semantic shift due to new parameter additions and frame-wise classification methods, leading to performance degradation and over-segmentation errors during continual learning.

Innovation Solution

A mask-based framework device that includes a first framework model trained in a previous task and a second framework model trained in a current task, using binary action masks and class-agnostic features to preserve knowledge through pseudo-labeling and knowledge distillation, reducing errors and maintaining previous task knowledge.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional temporal action segmentation models use multi-stage architecture with iterative refinement, then classification accuracy is improved, but device complexity increases and catastrophic forgetting occurs due to new parameter additions

Engineering Contradiction:
Improveclassification accuracyVSAvoidmodel architecture complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The model segments the action recognition task into two independent components: binary action mask generation (temporal segmentation) and action class classification. This segmentation allows each component to be optimized independently, reducing overall system complexity while maintaining accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The binary action mask generator serves multiple functions: it performs temporal segmentation, provides temporal context for classification, and enables continual learning through pseudo-label generation. This multi-functionality reduces the need for separate specialized components.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Productivity

If frame-wise classification method is used for action segment prediction, then classification speed is improved, but over-segmentation errors increase leading to performance degradation

Engineering Contradiction:
Improveclassification speedVSAvoidsegmentation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent merges temporal segmentation and action classification into a unified framework where the binary action mask generator and class classifier work together. This combination allows temporal context to inform classification decisions, reducing over-segmentation errors while maintaining fast frame-wise processing.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The binary action mask serves as an intermediary between raw frame-wise predictions and final action segmentation. It provides temporal coherence and contextual information that reduces over-segmentation errors while enabling efficient frame-wise processing.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Adaptability or versatility

If new classes are learned in continual learning setting, then model adaptability is improved, but previously learned knowledge is lost due to background semantic shift

Engineering Contradiction:
Improvemodel adaptabilityVSAvoidcatastrophic forgetting
Core Design Contradiction:
Adaptability or versatilityVSLoss of information

Solution Approach 1:

The model performs preliminary action segmentation using the binary mask generator before进行分类. This preliminary temporal context preservation helps maintain previously learned knowledge when adapting to new classes, as the temporal structure information is retained and can be used to generate pseudo-labels for continual learning.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses pseudo-label copying from the binary action mask generator to preserve temporal context information when learning new classes. The mask predictions are copied and used as supervisory signals to maintain previously learned temporal patterns during continual learning of new action classes.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS20260080671A1Mask-based framework device for continual learning of temporal action segmentation and its operating method
Publication Date: 2026.03.19 CHUNG ANG UNIV IND ACADEMIC COOP FOUND
  • US20260080671A1 patent drawing
  • US20260080671A1 patent drawing
  • US20260080671A1 patent drawing

AI summary

A mask-based framework device for continual learning of temporal action segmentation includes an interface unit configured to perform data input/output and a framework model unit configured to perform temporal action segmentation, in which the framework model unit includes a first framework model trained through a previous task and a second framework model trained through a current task from the first framework model, and each of the first framework model and the second framework model receive image data and output binary action mask information and action class classification information.