paper-with-me

Papers

A Lightweight Domain Adversarial Neural Network Based on Knowledge Distillation for EEG-based Cross-subject Emotion Recognition

2023-05-12 · Zhe Wang, Yongxiong Wang, Jiapeng Zhang, Yiheng Tang, Zhiqun Pan

Individual differences of Electroencephalogram (EEG) could cause the domain shift which would significantly degrade the performance of cross-subject strategy. The domain adversarial neural networks (DANN), where the classification loss and domain loss jointly update the parameters of feature extractor, are adopted to deal with the domain shift. However, limited EEG data quantity and strong individual difference are challenges for the DANN with cumbersome feature extractor. In this work, we propose knowledge distillation (KD) based lightweight DANN to enhance cross-subject EEG-based emotion recognition. Specifically, the teacher model with strong context learning ability is utilized to learn complex temporal dynamics and spatial correlations of EEG, and robust lightweight student model is guided by the teacher model to learn more difficult domain-invariant features. In the feature-based KD framework, a transformer-based hierarchical temporalspatial learning model is served as the teacher model. The student model, which is composed of Bi-LSTM units, is a lightweight version of the teacher model. Hence, the student model could be supervised to mimic the robust feature representations of teacher model by leveraging complementary latent temporal features and spatial features. In the DANN-based cross-subject emotion recognition, we combine the obtained student model and a lightweight temporal-spatial feature interaction module as the feature extractor. And the feature aggregation is fed to the emotion classifier and domain classifier for domain-invariant feature learning. To verify the effectiveness of the proposed method, we conduct the subject-independent experiments on the public dataset DEAP with arousal and valence classification. The outstanding performance and t-SNE visualization of latent features verify the advantage and effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2305.07446

Code (0)

등록된 구현이 없습니다.

Tasks

EEGElectroencephalogram (EEG)Emotion RecognitionKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Exploring Generalizable Distillation for Efficient Medical Image Segmentation

2022-07-26 · Xingqun Qi, Zhuojie Wu, Min Ren, Muyi Sun 외

Efficient medical image segmentation aims to provide accurate pixel-wise predictions for medical images with a lightweight implementation framework. However, lightweight frameworks generally fail to achieve superior perf…

DecoderImage SegmentationKnowledge DistillationMedical Image Segmentation+3

TeSLA: Test-Time Self-Learning With Automatic Adversarial Augmentation

2023-03-17 · CVPR 2023 1 · Devavrat Tomar, Guillaume Vray, Behzad Bozorgtabar, Jean-Philippe Thiran

Most recent test-time adaptation methods focus on only classification tasks, use specialized network architectures, destroy model calibration or rely on lightweight information from the source domain. To tackle these iss…

Knowledge DistillationSelf-LearningTest-time Adaptation

Robust Distillation via Untargeted and Targeted Intermediate Adversarial Samples

2024-01-01 · CVPR 2024 1 · Junhao Dong, Piotr Koniusz, Junxi Chen, Z. Jane Wang 외

Adversarially robust knowledge distillation aims to compress large-scale models into lightweight models while preserving adversarial robustness and natural performance on a given dataset. Existing methods typically a…

Adversarial RobustnessKnowledge Distillation

LightVessel: Exploring Lightweight Coronary Artery Vessel Segmentation via Similarity Knowledge Distillation

2022-11-02 · Hao Dang, Yuekai Zhang, Xingqun Qi, Wanting Zhou 외

In recent years, deep convolution neural networks (DCNNs) have achieved great prospects in coronary artery vessel segmentation. However, it is difficult to deploy complicated models in clinical scenarios since high-perfo…

DecoderKnowledge Distillation

Knowledge Distillation for BERT Unsupervised Domain Adaptation

2020-10-22 · Minho Ryu, Kichun Lee

A pre-trained language model, BERT, has brought significant performance improvements across a range of natural language processing tasks. Since the model is trained on a large corpus of diverse topics, it shows robust pe…

Domain AdaptationGeneral ClassificationKnowledge DistillationLanguage Modeling+4