当前位置:网站首页>开放域OOD主要数据集、评价指标汇总
开放域OOD主要数据集、评价指标汇总
2022-08-03 05:52:00 【墨理学AI】
版权: 本文由【墨理学AI】原创首发、各位读者大大、敬请查阅、感谢三连
声明:作为全网 AI 领域 干货最多的博主之一,️ 不负光阴不负卿 ️

文章目录
OOD 数据集
in-distribution data (分布内训练数据集)
- We use CIFAR-10 and CIFAR-100 [ Krizhevsky et al., 2009 ] datasets as in-distribution data. (IND)
- Berkeley DeepDrive-100k
- Youtube_vis
- PASCAL VOC
OOD test dataset (分布外测试数据集)
We use the standard split, and train with WideResNet architecture [Zagoruyko and Komodakis, 2016] with depth 40.
For the OOD test dataset, we use the following six datasets:
Textures [Cimpoi et al., 2014],
SVHN [Netzer et al., 2011],
Places365 [Zhou et al., 2017],
LSUN-Crop [Yu et al., 2015],
LSUN-Resize [Yu et al., 2015],
iSUN [Xu et al., 2015].
实验对比示例

ood 评价指标 : Evaluation metrics.
Evaluation metrics. We evaluate the performance of OOD detection by measuring the following metrics:
(1) the false positive rate (FPR95) of OOD examples when the true positive rate of in-distribution examples is 95%;
(2) the area under the receiver operating characteristic curve (AUROC);
(3) the area under the precision-call curve (AUPR).

相关数据集简介
BDD100K(Berkeley DeepDrive-100k)
Youtube_vis —— 实例分割数据集

PASCAL VOC


MS-COCO

CIFAR-10 和 CIFAR-100
The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

Textures Dataset(DTD)
- Describable Textures Dataset(DTD):https://www.robots.ox.ac.uk/~vgg/data/dtd/

精选专栏
计算机视觉领域 八大专栏、不少干货、有兴趣可了解一下
- ️ 图像风格转换 —— 代码环境搭建 实战教程【关注即可阅】!
- 图像修复-代码环境搭建-知识总结 实战教程 【据说还行】
- 超分重建-代码环境搭建-知识总结 解秘如何让白月光更清晰【脱单神器】
- YOLO专栏,只有实战,不讲道理 图像分类【建议收藏】!
深度学习:环境搭建,一文读懂
深度学习:趣学深度学习
落地部署应用:模型部署之转换-加速-封装
CV 和 语音数据集:数据集整理
点赞 收藏 留言 都是博主坚持写作、更新高质量博文的最大动力!

边栏推荐
- UniApp scroll-view 事件不生效(@scroll、@scrolltolower、@scrolltoupper ...)
- mysql的配置文件(my.ini或者 my.cnf)所在位置
- 配置MSTP功能示例
- html+css+php+mysql实现注册+登录+修改密码(附完整代码)
- Chrome configuration samesite=none method
- Postman知识汇总
- 5G网络入门基础--5G网络的架构与基本原理
- el-tree设置利用setCheckedNodessetCheckedKeys默认勾选节点,以及通过setChecked新增勾选指定节点
- mysql or语句的优化
- torch.nn.modules.activation.ReLU is not a Module subclass
猜你喜欢
随机推荐
pyspark df 二次排序
Multi-Head-Attention principle and code implementation
阿里云-武林头条-建站小能手争霸赛
DAC、ADC、FFT使用总结
prometheus 监控mysql数据库
502 bad gateway原因、解决方法
el-tabs(标签栏)的入门学习
关于NOI 2022的报到通知
empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType),
Scala 高阶(八):集合内容汇总(下篇)
Flink对比Spark
UniApp 自定义条件编译详细使用流程
信息学奥赛一本通T1446:素数方阵
置顶文章-
【卫朋】硬件创业:营销与开发同行
AlexNet网络详解及复现
【OpenStack云平台】搭建openstack云平台
sql优化常用的几种方法
【playwright】pytest-playwright增加代理服务选项
MySQL 数据库基础知识(系统化一篇入门)









