Night600
收藏arXiv2023-08-31 更新2024-06-21 收录
下载链接:
https://github.com/Alexadlu/IDF
下载链接
链接失效反馈官方服务:
资源简介:
Night600是一个专为夜间行人再识别研究设计的数据集,由安徽省多媒体认知计算重点实验室创建。该数据集包含600个身份的28813张图像,这些图像是在夜间复杂户外环境中,通过8个非重叠摄像头从不同视角和低光照条件下捕捉的。数据集的创建过程涉及视频数据转换为图像帧,并采用半自动标注方法进行标注,以减少人工成本。Night600数据集的应用领域主要集中在夜间行人再识别,旨在解决低光照条件下行人图像识别的挑战,特别是在视觉监控和法医分析中的应用。
Night600 is a dataset specifically designed for nighttime person re-identification research, developed by the Anhui Provincial Key Laboratory of Multimedia Cognitive Computing. This dataset contains 28,813 images corresponding to 600 unique identities, which were captured by 8 non-overlapping cameras under different viewing angles and low-light conditions in complex outdoor nighttime environments. The construction of the dataset involves converting video data into image frames, and adopts semi-automatic annotation methods to reduce manual annotation costs. The main application scope of the Night600 dataset is nighttime person re-identification, which aims to address the challenges of pedestrian image recognition under low-light conditions, with particular applications in visual surveillance and forensic analysis.
提供机构:
安徽省多媒体认知计算重点实验室
创建时间:
2023-08-31
搜集汇总
数据集介绍

构建方式
Night600数据集的构建采用了多视角和低光照条件下的真实场景采集方式。该数据集使用了八台非重叠摄像头,其中包括平行和向下视角,以捕捉校园道路上的夜间人物图像。数据集总共包含28813张图像,涉及600个身份,这些图像是从不同的夜间光照条件下捕获的。为了确保数据集的多样性和平衡性,每个身份至少由两台摄像头捕获。此外,为了减少人工标注的成本,采用了半自动标注方法,使用detectron2进行初步检测,然后手动标注未检测到的行人,并纠正错误的检测框。最终,数据集被划分为训练集和测试集,并进一步根据光照和图像大小进行了划分,以供研究者探究不同环境因素下的Re-ID模型性能。
使用方法
Night600数据集的使用方法包括训练和评估Re-ID模型。研究者可以使用该数据集训练Re-ID模型,以学习如何在低光照条件下识别行人。此外,该数据集还可以用于评估Re-ID模型在不同光照和摄像头视角下的性能。数据集的划分方式允许研究者探究不同环境因素对Re-ID模型性能的影响。为了使用Night600数据集,研究者需要将其划分为训练集和测试集,并确保每个身份至少由两台摄像头捕获。此外,数据集还提供了不同光照和图像大小的划分,以供研究者探究不同环境因素下的模型性能。
背景与挑战
背景概述
Nighttime person Re-Identification (Re-ID) is a critical task in visual surveillance, particularly for public security and forensics. The challenge lies in the low illumination conditions at night, which significantly degrade the performance of existing Re-ID methods. In response to this issue, Lu et al. (2021) introduced the Night600 dataset, a benchmark for nighttime person Re-ID. This dataset consists of 600 identities captured from different viewpoints and under various nighttime illumination conditions, providing a comprehensive and challenging resource for researchers. The creation of Night600 was part of a broader effort to develop the Illumination Distillation Framework (IDF), which addresses the low illumination challenge by utilizing both illumination enhancement and distillation techniques. The IDF framework consists of a master branch for extracting features from nighttime images, an illumination enhancement branch for improving image visibility, and an illumination distillation module for fusing features from both branches and guiding their learning. This approach was designed to leverage the complementary benefits of nighttime and enhanced features while suppressing data noise, thereby enhancing the discriminative power of the Re-ID models in low-light conditions. The Night600 dataset and the IDF framework have significantly contributed to the field by providing a robust platform for evaluating and developing Re-ID algorithms under nighttime scenarios.
当前挑战
The primary challenge in nighttime person Re-ID is the low illumination, which leads to poor image quality and hinders the effectiveness of existing Re-ID methods. The Night600 dataset presents several specific challenges, including the presence of glimmer images that are almost invisible to the naked eye and the introduction of noise during the illumination enhancement process. Additionally, the dataset's real-world complexity, with diverse illumination and camera viewpoints, poses a significant challenge for Re-ID models to accurately identify individuals across different conditions. The IDF framework itself also faces challenges, such as the computational burden due to its two-branch structure and the difficulty in handling negative samples that have a similar appearance to the query image. Moreover, while the IDF demonstrates strong performance on the Night600 dataset, it still struggles with the challenge of large inter-domain differences when applied to other datasets, indicating a need for further domain adaptation techniques. Future research should focus on developing more efficient and robust Re-ID models that can effectively address these challenges in nighttime scenarios.
常用场景
经典使用场景
Night600 数据集在夜间人员再识别任务中具有重要作用。该数据集包含600个身份,在复杂户外环境下从不同视角和夜间照明条件下捕获。其经典使用场景包括但不限于:1. 研究夜间低光照条件下的人员再识别算法;2. 评估和比较不同照明增强方法的性能;3. 训练和测试基于深度学习的人员再识别模型。
解决学术问题
Night600 数据集解决了夜间低光照条件下人员再识别的难题。该数据集提供了丰富的低光照条件下的图像,有助于研究人员更好地理解和解决夜间人员再识别中的问题,如光照变化、噪声干扰等。此外,Night600 数据集还促进了夜间人员再识别领域的研究,为相关学术问题的解决提供了重要的数据支持。
实际应用
Night600 数据集在公共安全和法医学领域具有实际应用价值。例如,在夜间监控场景中,通过使用 Night600 数据集训练的人员再识别模型,可以识别出犯罪嫌疑人,为破案提供重要线索。此外,Night600 数据集还可以用于其他夜间视觉分析任务,如人员轨迹分析等。
数据集最近研究
最新研究方向
针对夜间人物重识别任务,本论文提出了一个名为Night600的新数据集和一个名为照明蒸馏框架(IDF)的新方法。IDF通过照明增强和照明蒸馏方案来促进重识别模型的学习。IDF包含一个主分支、一个照明增强分支和一个照明蒸馏模块。实验结果表明,IDF在两个夜间人物重识别数据集(Night600和Knight)上取得了最先进的性能。Night600数据集包含了600个身份,在不同的视角和夜间照明条件下捕捉,为夜间人物重识别的研究提供了更丰富的数据资源。
相关研究论文
- 1Illumination Distillation Framework for Nighttime Person Re-Identification and A New Benchmark安徽省多媒体认知计算重点实验室 · 2023年
以上内容由遇见数据集搜集并总结生成



