How to Learn Domain-Invariant Representations for Visual Reinforcement Learning: An Information-Theoretical Perspective

Abstract

Semi-supervised facial expression recognition (SSFER) effectively assigns pseudo-labels to confident unlabeled samples when only limited emotional annotations are available. Existing SSFER methods are typically built upon an assumption of the class-balanced distribution. However, they are far from real-world applications due to biased pseudo-labels caused by class imbalance. To alleviate this issue, we propose Regularized Mixture of Predictions (ReMoP), a simple yet effective method to generate high-quality pseudo-labels for imbalanced samples. Specifically, we first integrate feature similarity into the linear prediction to learn a mixture of predictions. Furthermore, we introduce a class regularization term that constrains the feature geometry to mitigate imbalance bias. Being practically simple, our method can be integrated with existing semi-supervised learning and SSFER methods to tackle the challenge associated with class-imbalanced SSFER effectively. Extensive experiments on four facial expression datasets demonstrate the effectiveness of the proposed method across various imbalanced conditions. The source code is made publicly available at https://github.com/hangyu94/ReMoP.

Cite

Text

Wang et al. "How to Learn Domain-Invariant Representations for Visual Reinforcement Learning: An Information-Theoretical Perspective." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/154

Markdown

[Wang et al. "How to Learn Domain-Invariant Representations for Visual Reinforcement Learning: An Information-Theoretical Perspective." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wang2024ijcai-learn/) doi:10.24963/ijcai.2024/154

BibTeX

@inproceedings{wang2024ijcai-learn,
  title     = {{How to Learn Domain-Invariant Representations for Visual Reinforcement Learning: An Information-Theoretical Perspective}},
  author    = {Wang, Shuo and Wu, Zhihao and Wang, Jinwen and Hu, Xiaobo and Lin, Youfang and Lv, Kai},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {1389-1397},
  doi       = {10.24963/ijcai.2024/154},
  url       = {https://mlanthology.org/ijcai/2024/wang2024ijcai-learn/}
}