SCLARO: A Dataset for Grounded Scenario-Level Scene Understanding and ScenarioCLIP for Benchmarking
About
In the paradigm of computer vision-based precise real-world scene understanding, joint reasoning in terms of contextual understanding about the objects present in a scene, their inter-object relations, and the action being performed is an essential prerequisite. However, prior works have not addressed all three jointly, and no large-scale dataset provides grounded annotations at all three levels across diverse visual scenarios. Hence, this work introduces the SCLARO (Scene-Contextual Localisation of Actions, Relations & Objects) dataset, consisting of 615,805 images spanning indoor, outdoor, and driving scenarios, annotated with global action captions, object bounding boxes, and relation triplets that supply structured scene context beyond a free-text caption. To benchmark the dataset, we propose ScenarioCLIP, a tri-level reference model that jointly encodes global scene context, objects, and inter-object relations using disentangled encoders and EMA-based knowledge distillation. We benchmark across a comprehensive suite of tasks on the SCLARO Dataset, namely zero-shot retrieval, linear probe, object detection, predicate classification, scene-graph classification, and out-of-domain generalisation. ScenarioCLIP's disentangled encoders improve over the previous works, such as PyramidCLIP's shared encoder, most notably at the object and relation levels and on out-of-domain generalisation. Code for the data generation pipeline and ScenarioCLIP is available at https://github.com/scenario-clip/SCLARO-ScenarioCLIP
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Action Retrieval | SCLARO | Top-1 Accuracy57.63 | 7 | |
| Object Retrieval | SCLARO | Top-1 Accuracy51.86 | 7 | |
| Relation Retrieval | SCLARO | Top-1 Accuracy19.56 | 7 | |
| Image-to-Text Relation Retrieval | Visual Genome Relations (top-50 predicate vocabulary) | Top-1 Accuracy3.48 | 4 | |
| Object Classification | Visual Genome Objects top-150 vocabulary | Top-1 Accuracy29.7 | 4 | |
| Object Classification | MS-COCO Objects 2017 (val) | Top-1 Accuracy31.31 | 4 | |
| Actions Classification | SCLARO (test) | Top-1 Accuracy79.46 | 3 | |
| Object Detection | SCLARO | AP (bb)9.9 | 3 | |
| Objects Classification | SCLARO (test) | Top-1 Accuracy84.3 | 3 | |
| Predicate Classification | SCLARO (test) | mR@19.05 | 3 |