The ability to classify images is dependent on having access to large labeled datasets and testing on data from the same domain that the model can train on. Classification becomes more challenging when dealing with new data from a different domain, where gathering and especially labeling a larger image dataset for retraining a classification model requires a labor-intensive human effort. Cross-domain classification frameworks were developed to handle this data domain shift problem by utilizing unsupervised image-to-image translation models to translate an input image from the unlabeled domain to the labeled domain. The problem with these unsupervised models lies in their unsupervised nature. For lack of annotations, it is not possible to use the traditional supervised metrics to evaluate these translation models to pick the best-saved checkpoint model. This paper introduces a new method called Domain-knowledge Inspired Pseudo Supervision (DIPS) which utilizes domain-informed Gaussian Mixture Models to generate pseudo annotations to enable the use of traditional supervised metrics. This method was designed specifically to support cross-domain classification applications contrary to other typically used metrics such as the FID which were designed to evaluate the model in terms of the quality of the generated image from a human-eye perspective. DIPS proves its effectiveness by outperforming various GAN evaluation metrics, including FID, when selecting the optimal saved checkpoint model. It is also evaluated against truly supervised metrics. Furthermore, DIPS showcases its robustness and interpretability by demonstrating a strong correlation with truly supervised metrics, highlighting its superiority over existing state-of-the-art alternatives. The code and data to replicate the results can be found on the official Github repository: https://github.com/Hindawi91/DIPS
翻译:图像分类能力依赖于获取大规模标注数据集,并基于与模型训练数据同域的测试样本进行验证。当处理来自不同领域的新数据时,分类任务面临更大挑战:收集并标注大量新图像数据集以重新训练分类模型需要耗费大量人力。跨域分类框架通过利用无监督图像到图像翻译模型,将未标注域的输入图像转换至标注域,从而解决数据域偏移问题。然而,此类无监督模型的局限性在于其无监督特性——由于缺乏标注,无法使用传统有监督指标评估翻译模型以选择最优保存的检查点模型。本文提出一种名为"领域知识启发式伪监督(DIPS)"的新方法,该方法利用领域信息引导的高斯混合模型生成伪标注,从而使得传统有监督指标得以应用。与FID等典型评估指标(旨在从人眼视角评估生成图像质量)不同,DIPS专为支持跨域分类应用而设计。实验表明,在选择最优保存检查点模型时,DIPS在性能上超越包括FID在内的多种GAN评估指标。该方法还与真实有监督指标进行了对比验证,并通过与真实有监督指标的高度相关性展现了其鲁棒性与可解释性,凸显了其对现有最优方法的优越性。用于复现结果的代码与数据已发布于官方GitHub仓库:https://github.com/Hindawi91/DIPS