Perceptual Taxonomy: Evaluating and Guiding Hierarchical Scene Reasoning in Vision-Language Models
Paper • 2511.19526 • Published • 3
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image | label class label |
|---|---|
241l000_r002 | |
241l000_r002 | |
242l000_r003 | |
242l000_r003 | |
244l000_r005 | |
244l000_r005 | |
260l001_r001 | |
260l001_r001 | |
262l001_r003 | |
262l001_r003 | |
264l001_r005 | |
264l001_r005 | |
306l003_r000 | |
306l003_r000 | |
309l003_r003 | |
309l003_r003 | |
311l003_r005 | |
311l003_r005 | |
352l005_r000 | |
352l005_r000 | |
353l005_r001 | |
353l005_r001 | |
354l005_r002 | |
354l005_r002 | |
375l006_r000 | |
375l006_r000 | |
376l006_r001 | |
376l006_r001 | |
377l006_r002 | |
377l006_r002 | |
378l006_r003 | |
378l006_r003 | |
379l006_r004 | |
379l006_r004 | |
380l006_r005 | |
380l006_r005 | |
403l007_r004 | |
403l007_r004 | |
422l008_r000 | |
422l008_r000 | |
423l008_r001 | |
423l008_r001 | |
424l008_r002 | |
424l008_r002 | |
445l009_r001 | |
445l009_r001 | |
468l010_r000 | |
468l010_r000 | |
469l010_r001 | |
469l010_r001 | |
470l010_r002 | |
470l010_r002 | |
471l010_r003 | |
471l010_r003 | |
472l010_r004 | |
472l010_r004 | |
473l010_r005 | |
473l010_r005 | |
492l011_r000 | |
492l011_r000 | |
493l011_r001 | |
493l011_r001 | |
494l011_r002 | |
494l011_r002 | |
495l011_r003 | |
495l011_r003 | |
517l012_r002 | |
517l012_r002 | |
518l012_r003 | |
518l012_r003 | |
539l013_r000 | |
539l013_r000 | |
541l013_r002 | |
541l013_r002 | |
542l013_r003 | |
542l013_r003 | |
543l013_r004 | |
543l013_r004 | |
544l013_r005 | |
544l013_r005 | |
563l014_r000 | |
563l014_r000 | |
566l014_r003 | |
566l014_r003 | |
567l014_r004 | |
567l014_r004 | |
568l014_r005 | |
568l014_r005 | |
587l015_r000 | |
587l015_r000 | |
588l015_r001 | |
588l015_r001 | |
589l015_r002 | |
589l015_r002 | |
591l015_r004 | |
591l015_r004 | |
592l015_r005 | |
592l015_r005 | |
611l016_r000 | |
611l016_r000 |
Supporting metadata for the PercepTax benchmark.
This repository holds the object taxonomy, object lists / placement rules, and
per-scene 3D annotations used to render and annotate the simulated split of PercepTax.
It is a collection of JSON/CSV/PNG files (not a load_dataset-style tabular dataset).
taxonomy/ # the physical-property taxonomy
├── taxonomy.json # full taxonomy tree
├── all_objects.json # object → property assignments
├── material.csv shape.csv color.csv texture.csv
├── affordance.csv function.csv environment.csv physical_properties.csv
objects/ # object catalog & placement rules
├── background_objects.json
├── objects_list/ # object lists & class↔instance mappings
└── object_placement/ # placable-on-table / -chair / -floor lists
scenes/ # per-scene 3D annotations
├── annotations/<SceneName>/<view_id>/
│ ├── scene_annotations_split.json # camera, background, foreground objects,
│ │ # 3D boxes, image_path
│ ├── bbox_visualization_all.png # 2D box overlay
│ └── bbox_3d_visualization.png # 3D box overlay
├── filter/ # filtered scene subsets
└── image_quality_ratings*.json # automated scene quality scores
scene_annotations_split.json fields
scene_name, view_id, image_path, camera (intrinsics/extrinsics),
background, foreground (objects with labels and 3D bounding boxes).
Browse or download with the Hub API:
from huggingface_hub import snapshot_download
path = snapshot_download("TaxonomyProject/SimulationMetadata", repo_type="dataset")
The rendered scene images for the simulated VQA split are bundled in
RyanWW/PercepTaxBench (config sim).