Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

PL-DCP: A Pairwise Learning framework with Domain and Class Prototypes for EEG emotion recognition under unseen target conditions

Created by
  • Haebom

Author

Guangli Li, Canbiao Wu, Zhehao Zhou, Tuo Sun, Ping Tan, Li Zhang, Zhen Liang

Outline

This paper proposes a novel pairwise learning framework with domain and category prototypes (PL-DCP) for emotion recognition in EEG-based affective brain-computer interfaces (aBCI). To address the inherent weaknesses of existing deep transfer learning-based emotion recognition methods, which suffer from dual dependencies on source and target domains and label noise, PL-DCP integrates the concepts of feature disentanglement and prototype inference. The feature disentanglement module extracts and separates domain and class features to compute dual prototype representations (domain and class prototypes). Domain prototypes capture inter-individual variation, while class prototypes capture commonalities across affect categories. The pairwise learning strategy mitigates the effects of mislabeling. Experimental results on the SEED, SEED-IV, and SEED-V datasets show that PL-DCP achieves accuracies of 82.88%, 65.15%, and 61.29%, respectively, outperforming existing state-of-the-art (SOTA) methods. In particular, it outperforms deep transfer learning methods that require both source and target data, while not using any target domain data during the learning process.

Takeaways, Limitations

Takeaways:
We present a novel sentiment recognition framework (PL-DCP) that effectively addresses the dual dependency and label noise problems for source and target domains.
Effectively modeling inter-individual variation and commonalities across emotional categories through feature separation and prototype inference.
Achieve superior performance without using target domain data during the learning process, increasing practical applicability.
Ensure reproducibility and expandability by providing open source code.
Limitations:
Only experimental results for the SEED, SEED-IV, and SEED-V datasets are presented, so verification of generalization performance to other datasets is necessary.
Due to the bias in performance on certain types of EEG data, further experiments on different types of EEG data are needed.
Lack of analysis of the complexity and computational cost of the algorithm.
👍