EgoAfford: Task-Oriented Affordance Grounding via Egocentric Referring Segmentation

Xinyuan Guan1,2, Feifan Chen1, Xinyu Zhan1, Fu-Cheng Zhang2, Cewu Lu1,2,3, Lixin Yang1,2
1Shanghai Jiao Tong University 2Shanghai Innovation Institute 3Noematrix Ltd
Preprint · 2026   |   Corresponding author
Overview of EgoAfford and EgoLens.

Abstract

Part-level affordance grounding has advanced the localization of functional object regions associated with elemental actions. Extending this capability to complex tasks calls for connecting the semantic roles of participating objects with task-state-aligned visual observations and multi-step planning. We introduce EgoAfford, a benchmark designed to connect these three aspects. Given an egocentric observation and a high-level tabletop task, a model must generate the remaining plan and segment the functional regions of up to three components of the next action: the direct object, instrument, and destination. EgoAfford comprises approximately 15.5k human-verified images from 2,000 generated multi-step scenes, organized as semantically aligned, task-complete image series, together with EgoAfford-Real, 102 manually captured images spanning 26 tasks. We further present EgoLens, a 3B multimodal large language model with role-specific mask decoders, as an in-domain reference model for this joint task.

From a Task Goal to Actionable Regions

EgoAfford jointly studies task understanding, next-step planning, and role-conditioned part grounding in egocentric tabletop scenes.

Task-oriented

A high-level goal unfolds as a state-dependent action sequence. The model infers what remains to be done from the current observation.

Role-aware

Every next action is grounded through three functional roles: direct object, instrument, and destination.

Egocentric

Semantically aligned image series preserve task state, making the connection between perception and planning explicit.

EgoAfford Dataset

A task-complete benchmark of multi-step tabletop manipulation with human-verified, part-level role annotations.

EgoAfford dataset statistics.

Dataset composition across task states, object roles, and annotations.

15.5K

human-verified images

2,000

generated multi-step scenes

3

functional roles per action

102

real images across 26 tasks

Besides the generated scenes, EgoAfford-Real provides manually captured observations for evaluating transfer to real tabletop environments.

Examples illustrating the diversity of EgoAfford scenes.

Diverse task states and object configurations in EgoAfford.

EgoLens

An in-domain 3B multimodal language model with role-specific mask decoders for joint next-step prediction and part-level grounding.

EgoLens model architecture.

EgoLens takes a task goal and an egocentric observation, predicts the remaining plan, and grounds role-specific functional parts for the next action.

Qualitative Results

EgoLens conditions segmentation on the predicted next action and distinguishes the functional roles of participating objects.

Qualitative comparison of affordance grounding results.

Qualitative comparison on task-oriented affordance grounding. Please refer to the paper for complete experimental details and quantitative evaluation.

Resources

Paper, implementation, data, and model checkpoints for EgoAfford and EgoLens.

Paper

Read the paper and access the latest manuscript version on arXiv.

Code

Training, evaluation, VLM-SAM2 baselines, and visualization utilities.

Dataset

EgoAfford generated scenes and the EgoAfford-Real evaluation set.

Model

EgoLens full-task and segmentation-only model checkpoints.

Citation

If you find EgoAfford useful, please cite the preprint.

@article{guan2026egoafford,
  title   = {EgoAfford: Task-Oriented Affordance Grounding via Egocentric Referring Segmentation},
  author  = {Guan, Xinyuan and Chen, Feifan and Zhan, Xinyu and Zhang, Fu-Cheng and Lu, Cewu and Yang, Lixin},
  journal = {arXiv preprint arXiv:2608.04533},
  year    = {2026},
  url     = {https://arxiv.org/abs/2608.04533}
}