论文标题
学习到分泌:跨域的级联分解网络几乎没有面部表情识别
Learn-to-Decompose: Cascaded Decomposition Network for Cross-Domain Few-Shot Facial Expression Recognition
论文作者
论文摘要
大多数现有的复合面部表达识别(FER)方法依赖于大规模标记的复合表达数据进行训练。但是,收集此类数据是劳动密集型且耗时的。在本文中,我们在跨域几乎没有学习(FSL)设置中解决了复合FER任务,该设置仅需要几个在目标域中的复合表达式样本。具体而言,我们提出了一个新型的级联分解网络(CDNET),该网络将基于顺序分解机制的几个学习到分解模块层叠,以获得可转移的特征空间。为了减轻我们任务中基本有限的基础类别引起的过度拟合问题,旨在有效利用情节培训和批处理培训的最佳策略。通过在多个基本表达数据集上进行类似任务的培训,CDNET了解了可以轻松调整的学习对分解的能力,以识别看不见的化合物表达式。对实验室和野外复合表达数据集进行的广泛实验证明了我们提出的CDNET与几种最先进的FSL方法的优越性。代码可在以下网址找到:https://github.com/zouxinyi0625/cdnet。
Most existing compound facial expression recognition (FER) methods rely on large-scale labeled compound expression data for training. However, collecting such data is labor-intensive and time-consuming. In this paper, we address the compound FER task in the cross-domain few-shot learning (FSL) setting, which requires only a few samples of compound expressions in the target domain. Specifically, we propose a novel cascaded decomposition network (CDNet), which cascades several learn-to-decompose modules with shared parameters based on a sequential decomposition mechanism, to obtain a transferable feature space. To alleviate the overfitting problem caused by limited base classes in our task, a partial regularization strategy is designed to effectively exploit the best of both episodic training and batch training. By training across similar tasks on multiple basic expression datasets, CDNet learns the ability of learn-to-decompose that can be easily adapted to identify unseen compound expressions. Extensive experiments on both in-the-lab and in-the-wild compound expression datasets demonstrate the superiority of our proposed CDNet against several state-of-the-art FSL methods. Code is available at: https://github.com/zouxinyi0625/CDNet.