由GPT-4V标注的场景驱动的语义通信数据集
收藏资源简介:
该数据集由GPT-4V进行场景驱动的语义重要性标注,用于训练和测试场景增强的语义通信系统。数据集通过分析图像中各个对象在特定任务背景下的语义重要性,实现了更有效的资源分配。数据集的创建过程包括使用MLLM进行语义重要性标注,并将这些标注用于训练向量化和JSCC编码器/解码器。该数据集旨在解决现有语义通信系统中静态分配资源的问题,通过场景感知的重要性分配机制,实现了更高效和有效的资源利用,从而提高了编码效率。
This dataset utilizes GPT-4V to perform scene-driven semantic importance annotations, and is intended for training and testing scene-enhanced semantic communication systems. It enables more efficient resource allocation by analyzing the semantic importance of each object within an image against the backdrop of a specific task. The dataset creation process includes using MLLM to generate semantic importance annotations, and leveraging these annotations to train vectorizers and JSCC encoders/decoders. This dataset is designed to resolve the problem of static resource allocation in current semantic communication systems. By adopting scene-aware importance allocation mechanisms, it realizes more efficient and effective resource utilization, thereby enhancing coding efficiency.
Cityscapes-100 重要性标注数据集概述
数据集简介
本数据集是Cityscapes数据集的精选子集,专注于城市驾驶场景中的目标检测和重要性标注。数据集包含从17个不同城市选取的100张图像,并通过两阶段标注流程处理:
- 目标检测:使用YOLO检测车辆、行人和其他道路实体
- 重要性标注:通过以下方式为检测到的对象分配重要性级别:
- 使用GPT-4o-preview进行自动标注
- 由三名标注员进行人工评估
数据集结构
- allocated_feifan/:标注员Feifan的人工重要性标注
- allocated_xiaoyan/:标注员Xiaoyan的人工重要性标注
- allocated_yifan/:标注员Yifan的人工重要性标注
- cityscapes-100/:原始选取的图像
- cityscapes-100-detected/:YOLO检测结果(JSON + 可视化图像)
- cityscapes-100-allocated/:ChatGPT生成的重要性标注(JSON)
数据格式
检测文件(*_detected.json)
JSON文件包含检测到的对象列表,包含以下字段:
name:检测到的对象标签class:YOLO模型的类别索引confidence:检测置信度分数box:边界框坐标(左上角和右下角)track_id:图像中检测到的对象的唯一ID
重要性标注文件(*_importance.json)
JSON文件包含从track_id到重要性分数的映射:
- 1 → 低重要性
- 2 → 中等重要性
- 3 → 高重要性
许可信息
原始Cityscapes数据集遵循其自身许可协议。该子集的图像遵循相同的许可条款,新增的标注按照CC BY 4.0许可发布。

- 1SA-OOSC: A Multimodal LLM-Distilled Semantic Communication Framework for Enhanced Coding Efficiency with Scenario Understanding香港中文大学信息工程系 · 2025年



