EgoAffordance is a robotics dataset, posted to arXiv's robotics listing in August 2026, that converts clips of human hands doing everyday tasks into machine-readable instructions for grasping and moving objects. The paper behind it reports 204,000 episodes producing 5.6 million visual affordance labels and 11.6 million grasp-and-trajectory labels, generated without a human annotator drawing a single heatmap or bounding box. That's the headline stat. The more useful story is how those labels got made.
Most egocentric video datasets stop at the footage. Someone still has to sit down and mark where a hand touches a mug, what grip it used, and which way the wrist rotated afterward. EgoAffordance's authors skip that step, pulling affordance data directly out of the video's 3D geometry instead. The footage arrives pre-labeled, which changes the math on what it costs to build a robot-training pipeline from scratch.
None of this is specific to humanoid robots. It's a live example of collection and annotation collapsing into one automated step, and that same pattern is starting to show up in market research fieldwork too. Here's what the paper actually claims, why the label stack matters, and where the same automation logic is already leaking into adjacent industries.
Key Takeaways
- EgoAffordance packages 204,000 human-video episodes into 5.6 million visual affordance labels and 11.6 million grasp-and-trajectory labels, generated without manual annotation.
- The pipeline uses 3D Structure-from-Motion and hand mesh reconstruction, not human labelers, to compute contact points and grip type directly from footage.
- An earlier text-driven pseudo-labeling effort, TextAFF80K, produced roughly 80,000 comparable instances — EgoAffordance's combined label volume is over 200 times larger.
- Greenbook's 2026 GRIT report found data quality concerns rose 40% year-over-year in market research, the same labeling-trust problem robotics is trying to automate around.
- Automated extraction doesn't remove the need for human review — it moves the work from producing labels to auditing them.
What EgoAffordance Actually Adds to a Crowded Field
Affordance is a term robotics researchers borrowed from psychology, and it names the set of actions an object's shape, position, and material allow an agent to perform on it. A doorknob affords turning. A mug affords lifting by the handle, not the rim. Affordance is defined as the potential actions that an object offers, and it's crucial for embodied AI agents . Knowing it precisely is what keeps a robot from crushing a tomato or dropping a wrench.
Affordance learning itself isn't new. EgoAffordance's contribution is scale plus method. The dataset comprises 204,000 episodes with 5.6 million visual affordances and 11.6 million grasp and trajectory affordances , all pulled from footage of human hands performing ordinary tasks. Add the categories together and you get more than 17 million individual annotations, none of them drawn by a person.
Because humans and robots don't share a body, researchers have tried to learn object-centric, embodiment-agnostic affordances by leveraging egocentric human videos with 3D Structure-from-Motion and hand mesh reconstruction to extract where to interact, how to grasp, and how to move . Structure-from-Motion refers to a computer-vision technique that rebuilds 3D camera position and scene geometry from an ordinary sequence of 2D frames. Pair that with a reconstructed 3D hand mesh, and contact points, grip shape, and hand trajectory come out of the geometry itself. No annotator required, at least for the first pass.
The Three-Layer Label Stack
EgoAffordance doesn't produce one kind of label. It produces three, stacked so a model can learn where to touch, how to hold, and which way to move, all from the same clip.
| Label Type | Volume | What It Encodes |
|---|---|---|
| Visual affordance | 5.6 million | Where on the object contact is physically possible |
| Grasp + trajectory affordance | 11.6 million | Hand shape on contact and the path it follows afterward |
| Source episodes | 204,000 | Raw human demonstration clips the labels came from |
For comparison, an earlier text-driven pseudo-labeling effort called TextAFF80K built a large pseudo-training dataset consisting of over 80,000 instances of contact points, trajectories, images, and text tuples . EgoAffordance's episode count alone is more than double that, and its combined label volume runs over 200 times larger. That's not an incremental bump. It's a different order of magnitude, and it changes what a training team can realistically budget for annotation.
Manual Labeling vs. Automated Extraction
Every egocentric dataset before this one hit the same bottleneck eventually: a person has to watch the footage and decide what's happening. That's slow, expensive, and inconsistent between labelers. Here's roughly how the two approaches compare.
| Step | Manual Annotation Pipeline | Automated Extraction Pipeline |
|---|---|---|
| Contact point | Labeler draws a heatmap or box by eye | Computed from 3D hand mesh touching object geometry |
| Grasp type | Labeler picks from a fixed taxonomy | Derived directly from reconstructed hand pose |
| Trajectory | Tracked frame-by-frame, with human correction | Extracted from Structure-from-Motion camera and hand paths |
| Primary cost driver | Labeler hours, scaled linearly with footage | Compute, camera calibration, reconstruction QA |
None of this means human review disappears entirely. Someone still has to confirm the reconstruction isn't hallucinating a grasp on a hand that's just resting near an object. But the job shifts from producing labels to auditing them, which is a smaller, more consistent task than labeling from zero.
A Worked Example: A Warehouse Picking Robot
Consider a warehouse robotics team trying to teach a picking arm how to lift a shrink-wrapped case off a mixed pallet. Under the old pipeline, the team records hours of footage, then pays labelers to mark contact points and grip angles across thousands of frames before a model sees any training signal. Turnaround: weeks, sometimes longer.
Under an EgoAffordance-style pipeline, the team instead films workers making the same lifts with a chest-mounted camera, runs the footage through 3D reconstruction, and gets contact points, grip shape, and lift trajectory back automatically. The labeling step that used to take weeks compresses into a batch compute job. There's a catch, though, and it's a real one: a shrink-wrapped case behaves differently in a robot gripper than in a human hand, so the team still needs a smaller set of actual robot trials to close that gap.
Where the Same Shift Is Showing Up in Market Research
Pipeline compression isn't unique to robotics. Greenbook's 2026 GRIT Insights Practice Report tracks a nearly identical pattern across the market research industry. Emotion and affect analytics and AI-powered video analytics both entered GRIT tracking this year with immediate strong adoption, and synthetic data crossed from niche topic to top-three industry buzz in a single wave (Greenbook GRIT, 2026). In other words, automated video coding — not so different in spirit from affordance extraction — is moving from experiment to default practice inside a single reporting cycle.
But automation without oversight has a cost. Greenbook's GRIT research found that data quality concerns increased 40% year-over-year, largely tied to this shift (Deeto, 2026, citing Greenbook GRIT). That's the same tension EgoAffordance's authors face: automated extraction removes a bottleneck, but it also removes a human check that used to catch obvious mistakes before they reached a model or a client deck.
What to Check Next
- Provenance documentation: ask whether affordance or annotation labels came from a person, a model, or a reconstruction pipeline, and get that in writing before building a training set on top of it.
- Validation sampling: pull a random 2–5% slice of any auto-labeled dataset and have a human re-check it before committing compute or budget to a full training run.
- Embodiment or context mismatch: confirm whether the source data — human hands, human shoppers, human survey responses — actually transfers to your target environment, or whether it needs a fine-tuning pass with real-world trials.
- Release terms: datasets tied to conference papers don't always ship publicly on the paper's submission date. Check the project page before assuming access.
Start a Project
TeamPL runs field data collection programs — egocentric video, in-store audits, mystery visits, GIS surveys — designed around a specific research question, not a generic panel. If this topic touches a program you're planning, tell us what you're trying to learn.
Frequently Asked Questions
Is the EgoAffordance dataset available to download right now?
Unclear. The paper appears in arXiv's cs.RO listing as of August 2026, but public dataset release timing for conference-linked work often lags the paper itself by weeks or months. Check the project page directly before assuming access (arXiv, accessed September 1, 2026).
Does human-video affordance data replace real robot demonstrations?
No. The requirement for robot hardware in the data collection process fundamentally constrains the scale of the data , which is exactly why human video is attractive. But researchers still fine-tune with a smaller set of actual robot trials to close the gap between human and robot bodies.
Can this kind of automated labeling work for market research fieldwork, like in-store audits?
Partially. Geometric signals — where a hand touches something, which path it follows — reconstruct well from video. Judgment calls, like whether a shelf display violates a planogram or a shopper looked confused, still need a trained human reviewer in the loop.
- EgoAffordance / VLAff — arXiv cs.RO new submissions — arXiv, 2026
- Learning Precise Affordances from Egocentric Videos for Robotic Manipulation — arXiv, 2024/2025
- EgoVLA: Learning Vision-Language-Action Models from Egocentric Human Videos — arXiv, 2025
- Text-driven Affordance Learning from Egocentric Vision (TextAFF80K) — arXiv, 2024
- 2026 GRIT Insights Practice Report — Greenbook, 2026
- 7 Market Research Trends You Need to Know in 2026 — Deeto, 2026