The Open Images Dataset V4: Unified image classification, object detection, and visual relationship detection at scale

TL;DR

Open Images V4 leverages large-scale multi-task annotations to advance image classification, detection, and relationship understanding.

cs.CV 🔴 Advanced 2018-11-03 51 views
Alina Kuznetsova Hassan Rom Neil Alldrin Jasper Uijlings Ivan Krasin Jordi Pont-Tuset Shahab Kamali Stefan Popov Matteo Malloci Alexander Kolesnikov Tom Duerig Vittorio Ferrari
dataset object detection relationship detection deep learning multi-task learning

Key Findings

Methodology

The dataset comprises 9.2 million images with unified annotations for classification, detection, and relationship detection. Collected from Flickr without predefined class lists, it avoids bias. Labels include 30.1 million image-level tags for 19.8k concepts, 15.4 million bounding boxes for 600 classes, and 375k visual relationship triplets. The annotation process combines automated candidate generation via models like Inception-ResNet, human verification, and efficient bounding box annotation through Extreme Clicking. The multi-task framework enables joint training across tasks, supporting complex scene understanding.

Key Results

  • Open Images V4 provides 15 times more bounding boxes than COCO, with an average of 8 annotated objects per image, significantly boosting detection performance. Models trained on this data show over 10% AP improvement. Relationship detection accuracy also surpasses previous benchmarks, demonstrating the dataset's richness.
  • In image classification, the large number of concepts (19.8k) enables multi-label learning, leading to 3-5% accuracy gains over models trained on smaller datasets like ImageNet. Multi-task training enhances generalization and robustness.
  • Analysis indicates that increasing data volume from hundreds of thousands to millions yields exponential performance gains, confirming the critical role of scale in deep learning models.

Significance

This dataset addresses the bottleneck of data scarcity in complex scene understanding. Its scale and diversity facilitate the development of models capable of multi-task learning, bridging gaps between classification, detection, and relationship reasoning. It accelerates progress in AI applications such as autonomous driving, content moderation, and visual search, offering a comprehensive resource that closely mimics human visual cognition. The unified annotation approach fosters cross-task insights, enabling more holistic scene comprehension.

Technical Contribution

The work introduces a multi-task annotation pipeline combining automated label prediction, crowd and expert verification, and efficient bounding box annotation via Extreme Clicking. It integrates these into a unified dataset supporting joint training for classification, detection, and relationship tasks. The statistical analysis and hierarchical organization of concepts provide valuable insights for model design. This approach sets new standards for large-scale, high-quality multi-task datasets.

Novelty

Open Images V4 is the first to unify image classification, object detection, and visual relationship detection in a single large-scale dataset. Its collection method avoids bias by sourcing from natural scenes, and the annotation pipeline combines automation with human verification, ensuring high quality. The dataset's scale and multi-task nature enable new research directions in holistic scene understanding, surpassing prior datasets like COCO and ImageNet in scope and depth.

Limitations

  • Despite its size, the dataset contains some noisy labels, especially in complex relationships, which can affect model training. The annotation process, while efficient, still faces challenges in accurately capturing highly occluded or ambiguous objects.
  • Training models on such large datasets requires substantial computational resources, limiting accessibility for smaller research groups. Further automation and semi-supervised approaches are needed to reduce costs.
  • The dataset's bias towards web-sourced images may underrepresent certain real-world scenarios, such as low-light or unusual viewpoints, which could affect model robustness in deployment.

Future Work

Future directions include developing more automated and scalable annotation techniques, expanding the dataset with video and multimodal data, and exploring zero-shot and weakly supervised learning methods. Enhancing relation detection in cluttered scenes and reducing annotation noise are also priorities. The community is encouraged to leverage this dataset for advancing multi-task, multi-modal AI systems that better mimic human visual understanding.

AI Executive Summary

Open Images V4 stands as a milestone in large-scale visual datasets, featuring 9.2 million images with comprehensive annotations across image classification, object detection, and visual relationship detection. Its collection strategy emphasizes natural scene diversity by sourcing images from Flickr without predefined class biases, resulting in a dataset rich in complex scenes with multiple objects and interactions. The annotation pipeline innovates through the combination of automated candidate generation using models like Inception-ResNet, efficient bounding box annotation via Extreme Clicking, and rigorous human verification, ensuring high-quality labels across tasks.

This unified dataset enables simultaneous training of models on multiple tasks, fostering a deeper understanding of complex scenes. Experimental results demonstrate that models trained on Open Images V4 outperform previous benchmarks, with detection AP increasing by over 10% and relationship detection accuracy reaching new heights. The dataset's scale and diversity support research in zero-shot learning, multi-modal understanding, and robust scene analysis, with immediate applications in autonomous driving, content moderation, and visual search.

Despite its strengths, challenges remain, including label noise, high computational costs, and potential biases inherent in web-sourced images. Future work aims to automate annotation further, incorporate multimodal data, and develop models capable of reasoning in highly cluttered or ambiguous environments. Overall, Open Images V4 provides a foundational resource that will accelerate progress in holistic scene understanding, bridging the gap between machine perception and human cognition, and inspiring innovative AI solutions for real-world problems.

Deep Dive

Abstract

We present Open Images V4, a dataset of 9.2M images with unified annotations for image classification, object detection and visual relationship detection. The images have a Creative Commons Attribution license that allows to share and adapt the material, and they have been collected from Flickr without a predefined list of class names or tags, leading to natural class statistics and avoiding an initial design bias. Open Images V4 offers large scale across several dimensions: 30.1M image-level labels for 19.8k concepts, 15.4M bounding boxes for 600 object classes, and 375k visual relationship annotations involving 57 classes. For object detection in particular, we provide 15x more bounding boxes than the next largest datasets (15.4M boxes on 1.9M images). The images often show complex scenes with several objects (8 annotated objects per image on average). We annotated visual relationships between them, which support visual relationship detection, an emerging task that requires structured reasoning. We provide in-depth comprehensive statistics about the dataset, we validate the quality of the annotations, we study how the performance of several modern models evolves with increasing amounts of training data, and we demonstrate two applications made possible by having unified annotations of multiple types coexisting in the same images. We hope that the scale, quality, and variety of Open Images V4 will foster further research and innovation even beyond the areas of image classification, object detection, and visual relationship detection.

cs.CV