EntityNet
收藏资源简介:
EntityNet是一个包含33M图像和46M文本描述的数据集,通过使用知识图谱和目标网络图像搜索策略创建。数据集涵盖了广泛的视觉实体,特别是动物和植物,以及工具、地理特征、材料和建筑等类别。该数据集的创建过程涉及实体提取、属性生成、查询构建和图像搜索四个主要步骤。EntityNet的创建旨在提高专家领域的性能,并实现视觉世界中训练效率与模型性能之间的良好平衡。数据集在iNaturalist和RareSpecies上的评估表明,与在更多数据上训练的CLIP模型相比,该模型在动物和植物等专家领域具有更高的性能。在通用领域,该模型在低计算需求下表现出色。
EntityNet is a dataset containing 33M images and 46M textual descriptions, constructed using knowledge graphs and targeted web image search strategies. The dataset covers a wide range of visual entities, particularly animals and plants, as well as categories such as tools, geographic features, materials, and architecture. The development process of EntityNet involves four core steps: entity extraction, attribute generation, query construction, and image search. EntityNet was designed to enhance performance in specialized expert domains and achieve a desirable balance between training efficiency and model performance in the visual realm. Evaluations on iNaturalist and RareSpecies demonstrate that models trained on EntityNet achieve higher performance in expert domains such as animals and plants compared to CLIP models trained on larger-scale datasets. In general domains, these models perform excellently under low computational requirements.
EntityNet数据集概述
数据集基本信息
- 名称:EntityNet
- 开发机构:Computer Vision, University of Freiburg
- 用途:用于训练通用CLIP模型及生物领域专家模型
- 数据规模:33M图像与46M文本配对(完整数据集),10M图像子集(LivingThings-10M,专注生物体)
数据集特点
- 构建方法:使用知识图谱和网络图像搜索构建
- 多样性:数据集具有高度多样性
- 训练效果:可用于快速训练通用CLIP模型,生物子集擅长细粒度分类(动物、植物、真菌)
模型信息
- 模型类型:CLIP模型
- 可用模型:通过Hugging Face提供
- 模型分类:
- 按架构分类
- 按训练数据分类(EntityNet-33M完整数据集或LivingThings-10M生物子集)
- 按训练方式分类(从头训练或微调)
使用方式
- 依赖库:open_clip
- 示例代码:提供完整的图像分类示例代码,包括模型加载、预处理、特征提取和预测
发布状态
- 已发布:
- 预印本(arXiv:2505.02746)
- CLIP模型(Hugging Face)
- 待发布:
- 训练数据集
- 模型训练代码
- 评估代码
相关资源
- 预印本:https://arxiv.org/abs/2505.02746
- 模型集合:https://huggingface.co/collections/lmb-freiburg/entitynet-6810b98ea9288fef9b6c09ca




