Emotion Classification via Adversarial Multi-Task Clustering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing emotion classification models struggle to accurately distinguish between different expressions of the same or similar emotions, particularly due to variations in facial expressions, speech, tone of voice, and demographic profiles, leading to false classification results.

Innovation Solution

An adversarial multi-task learning framework is employed to develop a highly granular emotion classification model that combines an emotion classification model and a clustering model, using an iterative process to determine clusters based on distinguishing feature representations, allowing for accurate classification without requiring metadata on demographic characteristics.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing emotion classification models are used, then the classification process is simple, but the accuracy of distinguishing different expressions of the same emotion is poor

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

Solution Approach 1:

The patent segments the emotion classification task into multiple distinct tasks: (1) clustering facial expressions into groups based on visual similarity, (2) classifying emotion types for each cluster, and (3) identifying distinguishing features for each cluster. This segmentation allows the system to handle the complexity of distinguishing subtle emotional variations by breaking it down into manageable components, thereby improving classification accuracy without overwhelming the system with a single monolithic model.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an additional dimension to the classification process by incorporating clustering results as an intermediate layer between raw facial expressions and emotion classification. This creates a hierarchical structure where expressions are first grouped into clusters (adding a cluster dimension), then classified by emotion type. This dimensional expansion enables the system to capture nuanced variations within the same emotion type that would be lost in flat classification approaches.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If clustering is performed without considering emotion classification, then the clustering process is independent and simple, but the clusters do not reflect emotionally meaningful groupings

Engineering Contradiction:
Improveemotional meaningfulness of clustersVSAvoidframework complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges the clustering task and emotion classification task into a unified multi-task learning framework where both tasks share common components and learn jointly from the same data. The clustering module and emotion classification module are integrated such that clustering results inform emotion classification and vice versa, ensuring that clusters are emotionally meaningful while maintaining computational efficiency through shared feature representations and optimization objectives.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent implements feedback mechanisms where the emotion classification results are used to refine and adjust the clustering process. The system iteratively updates cluster assignments based on emotion type predictions, and vice versa, creating a feedback loop that ensures clusters consistently reflect emotionally meaningful groupings. This feedback-driven approach allows the system to adapt and improve both clustering quality and classification accuracy simultaneously.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS10963756B2Emotion classification based on expression variations associated with same or similar emotions
Publication Date: 2021.03.30 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US10963756B2 patent drawing
  • US10963756B2 patent drawing
  • US10963756B2 patent drawing

AI summary

Techniques are described that facilitate automatically distinguishing between different expressions of a same or similar emotion. In one embodiment, a computer-implemented is provided that comprises partitioning, by a device operatively coupled to a processor, a data set comprising facial expression data into different clusters of the facial expression data based on one or more distinguishing features respectively associated with the different clusters, wherein the facial expression data reflects facial expressions respectively expressed by people. The computer-implemented method can further comprise performing, by the device, a multi-task learning process to determine a final number of the different clusters for the data set using a multi-task learning process that is dependent on an output of an emotion classification model that classifies emotion types respectively associated with the facial expressions.