Papers › IKEA Manuals at Work: 4D Grounding of Assembly Instructions on Internet Videos

IKEA Manuals at Work: 4D Grounding of Assembly Instructions on Internet Videos

18 Nov 2024arXiv:2411.11409archive 2025-07-28

Yunong Liu, Cristobal Eyzaguirre, Manling Li, Shubh Khanna, Juan Carlos Niebles, Vineeth Ravi, Saumitra Mishra, Weiyu Liu, Jiajun Wu

Shape assembly is a ubiquitous task in daily life, integral for constructing complex 3D structures like IKEA furniture. While significant progress has been made in developing autonomous agents for shape assembly, existing datasets have not yet tackled the 4D grounding of assembly instructions in videos, essential for a holistic understanding of assembly in 3D space over time. We introduce IKEA Video Manuals, a dataset that features 3D models of furniture parts, instructional manuals, assembly videos from the Internet, and most importantly, annotations of dense spatio-temporal alignments between these data modalities. To demonstrate the utility of IKEA Video Manuals, we present five applications essential for shape assembly: assembly plan generation, part-conditioned segmentation, part-conditioned pose estimation, video object segmentation, and furniture assembly based on instructional video manuals. For each application, we provide evaluation metrics and baseline methods. Through experiments on our annotated data, we highlight many challenges in grounding assembly instructions in videos to improve shape assembly, including handling occlusions, varying viewpoints, and extended assembly sequences.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.11409")

Code

Syntology Ran 5 of 18 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 18 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yunongLiu1/IKEA-Manuals-at-Work officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 5 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
2ran · fixture could not drive it
13unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yunongLiu1/IKEA-Manuals-at-Work. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

drop_path yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/DINO.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 55120f2026b56aa2 · report
forward_levit yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/MIDAS.py official repository ran · our draft was wrong no licence file found · pointer only · 71e1ef3cbdd67c09 · report
get_activation yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/MIDAS.py official repository ran · our draft was wrong no licence file found · pointer only · 1c094193a4506a40 · report
stem_b4_transpose yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/MIDAS.py official repository ran · our draft was wrong no licence file found · pointer only · 6c84d2d78d7f1711 · report
trunc_normal_ yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/DINO.py official repository ran · fixture could not drive it no licence file found · pointer only · 056f371660385ea5 · report
canonicalize_subassembly_parts yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/dataloader/assembly_video.py official repository unverified no licence file found · pointer only · f28f7c515e79715f · report
drop_path yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/DINOv2.py official repository unverified no licence file found · pointer only · 8a105009df710b93 · report
get_1d_sincos_pos_embed_from_grid yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/MAE.py official repository unverified no licence file found · pointer only · 12035a2f77d8016c · report
get_2d_sincos_pos_embed yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/MAE.py official repository unverified no licence file found · pointer only · 3185afc3e87293ed · report
get_2d_sincos_pos_embed_from_grid yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/MAE.py official repository unverified no licence file found · pointer only · f10004e059714d42 · report
get_category_colors yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/dataloader/furniture.py official repository unverified no licence file found · pointer only · 0831b68107a3d567 · report
get_video_id_from_url yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/dataloader/assembly_video.py official repository unverified no licence file found · pointer only · 6153153e216a5f41 · report
hex_to_rgb yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/dataloader/dataset_keyframe.py official repository unverified no licence file found · pointer only · 1ae6ede1d21fa049 · report
load_frame yunongLiu1/IKEA-Manuals-at-Work/annotation_tool/Pose-Refine-Interface-Release/server.py official repository unverified no licence file found · pointer only · b8f3fd9feb1c78ee · report
load_video yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/dataloader/assembly_video.py official repository unverified no licence file found · pointer only · 4c6cff895aa90b9b · report
named_apply yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/DINOv2.py official repository unverified no licence file found · pointer only · b3f9e3c043416838 · report
save_frame yunongLiu1/IKEA-Manuals-at-Work/annotation_tool/Pose-Refine-Interface-Release/server.py official repository unverified no licence file found · pointer only · 5a6422594ad04a8d · report
vit_tiny yunongLiu1/IKEA-Manuals-at-Work/src/IKEAVideo/featurizers/DINO.py official repository unverified no licence file found · pointer only · 9a9528c60a052e1b · report

Tasks

Pose EstimationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections