Calibration-aware Semantic Mixing (CSM) 数据集
收藏资源简介:
CSM数据集是由香港城市大学和悉尼大学的研究人员创建的,用于模型校准的高保真合成数据集。该数据集通过采用预训练的扩散模型,生成在同一个潜伏噪声条件下但具有不同软类后验的图像样本来确保图像保真度。此外,数据集的样本通过CLIP视觉特征进行重新标注,以提供更精确的类后验。CSM数据集旨在解决模型校准问题,特别是在处理具有不同不确定性的视觉样本时,提高模型的置信度估计准确性。
The CSM dataset is a high-fidelity synthetic dataset developed by researchers from City University of Hong Kong and The University of Sydney for model calibration. It leverages pre-trained diffusion models to generate image samples that share identical latent noise conditions but have different soft class posteriors, thus ensuring image fidelity. Additionally, the samples in this dataset are re-annotated using CLIP visual features to provide more precise class posteriors. The CSM dataset is designed to address model calibration problems, especially when handling visual samples with varying uncertainties, to improve the accuracy of model confidence estimation.
数据集概述
基本信息
- 数据集名称:PyTorch implementation of "Beyond One-Hot Labels: Semantic Mixing for Model Calibration"
- 官方实现:是
- 代码状态:即将发布
依赖环境
- Python版本:>= 3.8
- PyTorch版本:>= 1.8.1
运行步骤
- 生成增强样本: sh gen_edm-mix/run_mix.sh
- 注释: python annotate.py
- 训练: python train_net.py
致谢
- 代码主要基于[
RankMixup]的代码实现。
引用
- 未提供具体引用信息。

- 1Beyond One-Hot Labels: Semantic Mixing for Model Calibration香港城市大学计算机科学系, 悉尼大学计算科学学院 · 2025年



