--- license: cc-by-nc-sa-3.0 task_categories: - object-detection - zero-shot-object-detection tags: - arXiv:2404.16944 - image pretty_name: Constellation size_categories: - n<1K --- # :stars: Constellation Dataset: Benchmarking High-Altitude Object Detection for an Urban Intersection Constellation dataset banner **Paper:** [arXiv](https://arxiv.org/abs/2404.16944) **Website:** [Constellation Dataset](https://mkturkcan.github.io/constellation-web/) ## Abstract We introduce Constellation, a dataset of 13K images suitable for research on high-altitude object detection of objects in dense urban streetscapes observed from high-elevation cameras, collected for a variety of temporal conditions. The dataset addresses the need for curated data to explore problems in small object detection exemplified by the limited pixel footprint of pedestrians observed tens of meters from above. It enables the testing of object detection models for variations in lighting, building shadows, weather, and scene dynamics. We evaluate contemporary object detection architectures on the dataset, observing that state-of-the-art methods have lower performance in detecting small pedestrians compared to vehicles, corresponding to a 10% difference in average precision (AP). Using structurally similar datasets for pretraining the models results in an increase of 1.8% mean AP (mAP). We further find that incorporating domain-specific data augmentations helps improve model performance. Using pseudo-labeled data, obtained from inference outcomes of the best-performing models, improves the performance of the models. Finally, comparing the models trained using the data collected in two different time intervals, we find a performance drift in models due to the changes in intersection conditions over time. The best-performing model achieves a pedestrian AP of 92.0% with 11.5 ms inference time on NVIDIA A100 GPUs, and an mAP of 95.4%. ## Dataset Download Constellation dataset is available in the YOLO format from the links below: **Huggingface:** https://huggingface.co/datasets/mehmetkeremturkcan/Constellation/blob/main/constellation_dataset.zip #### Dataset Configuration See configs/constellation.yaml and set it to your dataset download path. ## Model Zoo We provide a number of pretrained models for PyTorch and TensorRT. Please learn more at our GitHub [here](https://github.com/zk2172-columbia/constellation-dataset). ## Reference ```bibtex @article{turkcan2024constellation, title={Constellation Dataset: Benchmarking High-Altitude Object Detection for an Urban Intersection}, author={Turkcan, Mehmet Kerem and Narasimhan, Sanjeev and Zang, Chengbo and Je, Gyung Hyun and Yu, Bo and Ghasemi, Mahshid and Ghaderi, Javad and Zussman, Gil and Kostic, Zoran}, journal={arXiv preprint arXiv:2404.16944}, year={2024} } ```