PercepTax:
Benchmarking Physical Intelligence through
Cross-Property Reasoning in VLMs

A benchmark for perceptual taxonomy reasoning — testing whether vision-language models can jointly integrate material, physical, affordance, and functional properties to reason about physical scenes, beyond single-property recognition.

Material + Physical + Affordance + Function grounded answer
Jonathan Lee* Xingrui Wang* Jiawei Peng Luoxin Ye Zehan Zheng Tiezheng Zhang Tao Wang Wufei Ma Siyi Chen Yu-Cheng Chou Prakhar Kaushik Alan Yuille
ECCV 2026 · Johns Hopkins University · * Equal contribution
28K+ Questions
5,802 Images
54 Attributes
3,173 Object Classes
Scene Context
Object Recognition
Material
Affordance
Function
Physical Props
kitchen scene

A human-easy question

“Which object could you grab and use as a shield?”

flat rigid portable

Our framework

Perceptual Taxonomy: Scene → Object → Properties

Scene Object Properties
Material · 14 Physical · 17 Affordance · 10 Function · 13

0 object classes  ·  0 attributes

kitchen scene

Back to the shield question

Cross-property reasoning finds the answer

metal+ flat & rigid+ grippable
Answer: baking sheet

The property space

From four families to cross-property tasks

Materialmetal · wood · paper · glass · fabric · stone …
Physicalrigid · flat · movable · fragile · hollow · heavy …
Affordancegrip · sit-on · contain · support · wear · enclose …
Functionfurniture · container · signage · appliance · tool …
Cross-property tasks combine them
Structural suitability Environmental sensitivity Alternative use
shield · stepstool · container · reflector · cushion · bookend · water-/heat-sensitive · sound-absorbing …

What we find

Human vs. GPT-5, per category

Object desc.
Human
91
GPT-5
87
Spatial
Human
90
GPT-5
76
Single-prop.
Human
88
GPT-5
48
Cross-prop.
Human
93
GPT-5
40

A 4-pt gap on recognition → a 53-pt gap on cross-property reasoning

Think in taxonomy

Reasoning over properties flips the answer

Q: “If water spills here, which object is damaged first?”

Before

Reasons by proximity to the sink — ignores what each object is made of.

Think in taxonomy

Lists materials → paper absorbs, glass & metal don’t → the paper item fails first.

+9.6% on real cross-property Paper Code Dataset

Reasoning about objects in the physical world requires understanding both the spatial structure of a scene and the properties of objects within it. We formalize this process as Perceptual Taxonomy, a hierarchical framework that organizes visual understanding into structured scene → object → property representations. Existing benchmarks cover only parts of this framework, missing a challenging yet practical capability: cross-property reasoning, where a model must simultaneously integrate reasoning across all property families to answer questions about physical environments.

We introduce PercepTax, a benchmark for perceptual taxonomy reasoning. We annotate 3,173 object classes with 54 fine-grained attributes across four property families: material, physical attributes, affordance, and function. It contains 5,802 images from synthetic and real domains and 28,033 questions spanning object description, single-property recognition, 3D spatial reasoning, and cross-property reasoning.

State-of-the-art VLMs perform strongly on object description and single-property tasks, but accuracy drops sharply on cross-property reasoning (e.g. GPT-5: 87% → 40% on real images). Oracle experiments with ground-truth properties and taxonomy-guided in-context learning both improve performance yet remain well below human levels — confirming that both visual perception of individual properties and their cross-property integration are bottlenecks for VLMs.

Four Property Families · 54 Attributes

Every object receives a complete profile across all four families simultaneously — the prerequisite for cross-property reasoning. We annotate 3,173 object classes with many-to-many mappings to 54 fine-grained attributes.

🧱

Material

The object's visual and physical substance (e.g., paper, metal, wood), which determines its rigidity, weight, texture, and durability.

14 material types

⚖️

Physical Properties

Intrinsic characteristics governing how the object behaves under external forces: rigidity, fragility, elasticity, mass, or stability.

17 physical properties

🤲

Affordance

The actions the object enables based on its shape and components (graspable, supportable, sit-on, containable), independent of intended purpose.

10 affordances

🎯

Function

The object's intended role when invented (e.g., seating furniture, storage container, display signage), reflecting how humans typically use it.

13 functions

Four Task Types at Graduated Levels of Reasoning

01 Object Description · 1.8%
02 3D Spatial Reasoning · 19.4%
03 Single-Property Understanding · 22.1%
04 Cross-Property Reasoning · 56.7%

From Recognition to Cross-Property Reasoning

PercepTax evaluates all levels of perceptual taxonomy on the same scenes and objects, from object localization to multi-attribute inference. Cross-property reasoning — our key new task — makes up the majority (56.7%) of the 28,033 questions.

  • Object Description: match a natural-language property description to the correct color-coded box
  • 3D Spatial Reasoning: left/right, above/below, front/behind, closer/farther relations computed from ground-truth 3D positions
  • Single-Property Understanding: associate one material, physical, affordance, or function attribute with the correct object
  • Cross-Property Reasoning: goal-oriented questions (e.g. “which object could serve as a stepstool?”) that require jointly satisfying constraints across multiple properties

Cross-Property Reasoning in Action

Every question deliberately crosses several physical properties. Solving it requires reasoning through those properties — not just recognizing the object. Each example below shows the full chain: Question (which properties cross) → Reasoning with properties → Answer. The candidate objects are marked by colored boxes in the image.

Kitchen counter with a baking sheet, tea pot, and cookie marked by colored boxes

Question · crosses 3 properties

What object in the scene can someone grab and repurpose as a shield to block danger?

Properties in play

Material Physical Affordance

Reasoning with properties

  • Material

    A shield must be made of a hard, impact-resistant material — sheet metal deflects a blow, unlike a ceramic teapot that would shatter.

  • Physical

    It needs a broad, flat, rigid surface large enough to cover the body.

  • Affordance

    The baking sheet is light with a liftable edge to grip; the teapot is small and brittle, and the cookie offers no protection.

Answer: Baking sheet
Outdoor market with stalls, a vendor, and a person marked by colored boxes

Question · crosses 2 properties

Which object is solid and movable, but clearly not intended to hold other things?

Properties in play

Physical Function

Reasoning with properties

  • Physical

    First keep objects that are both solid and movable — this rules out the person (not rigid).

  • Function

    Then subtract anything whose purpose is containment. The market stall is a solid, relocatable display fixture — it holds nothing itself.

Answer: Market stall
Person holding a wine glass with a cigarette nearby, marked by colored boxes

Question · crosses 2 properties

If someone accidentally spills water here, which object would be damaged first?

Properties in play

Material Physical

Reasoning with properties

  • Material

    Rank objects by water sensitivity — paper and pulp absorb water; glass and skin do not.

  • Physical

    The most porous, absorbent item degrades fastest. The wine glass is non-porous; the cigarette is paper-wrapped pulp that wicks water and falls apart.

Answer: Cigarette

Revealing the Reasoning Gap

Open-ended accuracy on the Real-Image set (responses judged by a Gemini verifier). Models excel at object description but collapse on cross-property reasoning — far below the human upper bound.

Model Spatial Obj. Desc. Single-Prop. Cross-Prop. Overall
Human Upper bound 89.70% 91.11% 88.15% 92.96% 90.48%
Gemini 2.5 Pro Closed 74.30% 84.70% 55.29% 53.00% 57.38%
GPT-5 Closed 76.23% 87.06% 47.77% 39.84% 48.78%
Claude Sonnet 4.5 Closed 69.38% 66.67% 43.59% 32.95% 42.48%
Qwen3-VL-32B Open 72.16% 81.18% 50.37% 41.66% 50.08%
InternVL3.5-30B Open 76.23% 72.16% 37.06% 25.57% 37.32%
Qwen3-VL-8B Open 73.23% 77.65% 45.04% 39.08% 46.54%

A 44+ point recognition–reasoning gap

GPT-5 drops from 87.06% on object description to 39.84% on cross-property reasoning. Even the best model (Gemini, 53.00%) stays far below the 92.96% human level.

Integration is the bottleneck

Oracle ground-truth properties lift accuracy (+20% single-property), yet cross-property reasoning stays well below human — the deeper limit is compositional integration, not just perception.

Taxonomy-guided ICL helps

One simulation exemplar with structured property cues improves real-image cross-property reasoning by up to +9.56% (Gemini 53.00→54.86, GPT-5 39.84→43.60), confirming sim-to-real transfer.

Cite Our Work

BibTeX
@inproceedings{lee2026perceptax,
  title={PercepTax: Benchmarking Physical Intelligence through
         Cross-Property Reasoning in Vision-Language Models},
  author={Lee, Jonathan and Wang, Xingrui and Peng, Jiawei and
          Ye, Luoxin and Zheng, Zehan and Zhang, Tiezheng and
          Wang, Tao and Ma, Wufei and Chen, Siyi and
          Chou, Yu-Cheng and Kaushik, Prakhar and Yuille, Alan},
  booktitle={European Conference on Computer Vision (ECCV)},
  year={2026}
}