Papers › Clio: Real-time Task-Driven Open-Set 3D Scene Graphs

Clio: Real-time Task-Driven Open-Set 3D Scene Graphs

21 Apr 2024arXiv:2404.13696links table onlyarchive 2025-07-28

Dominic Maggio, Yun Chang, Nathan Hughes, Matthew Trang, Dan Griffith, Carlyn Dougherty, Eric Cristofalo, Lukas Schmid, Luca Carlone

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Modern tools for class-agnostic image segmentation (e.g., SegmentAnything) and open-set semantic understanding (e.g., CLIP) provide unprecedented opportunities for robot perception and mapping. While traditional closed-set metric-semantic maps were restricted to tens or hundreds of semantic classes, we can now build maps with a plethora of objects and countless semantic variations. This leaves us with a fundamental question: what is the right granularity for the objects (and, more generally, for the semantic concepts) the robot has to include in its map representation? While related work implicitly chooses a level of granularity by tuning thresholds for object detection, we argue that such a choice is intrinsically task-dependent. The first contribution of this paper is to propose a task-driven 3D scene understanding problem, where the robot is given a list of tasks in natural language and has to select the granularity and the subset of objects and scene structure to retain in its map that is sufficient to complete the tasks. We show that this problem can be naturally formulated using the Information Bottleneck (IB), an established information-theoretic framework. The second contribution is an algorithm for task-driven 3D scene understanding based on an Agglomerative IB approach, that is able to cluster 3D primitives in the environment into task-relevant objects and regions and executes incrementally. The third contribution is to integrate our task-driven clustering algorithm into a real-time pipeline, named Clio, that constructs a hierarchical 3D scene graph of the environment online using only onboard compute, as the robot explores it. Our final contribution is an extensive experimental campaign showing that Clio not only allows real-time construction of compact open-set 3D scene graphs, but also improves the accuracy of task execution by limiting the map to relevant semantic concepts.

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="2404.13696")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 15 ran with no contract checked.

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

mit-spark/clio officialmentioned in papermentioned on GitHubBSD-2-Clause 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

17 samples harvested; 15 ran; 0 honoured the contract we drafted; 2 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.

15ran
2unverified

Licence: 0 of the 17 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 mit-spark/clio. “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.

compute_cosine_sim mit-spark/clio/clio_batch/helpers.py official repository ran BSD-2-Clause (permissive) · 0f04babc506ca3a1 · report
compute_sim_to_tasks mit-spark/clio/clio_batch/helpers.py official repository ran BSD-2-Clause (permissive) · 904d92e80020dd5b · report
contains_object mit-spark/clio/clio_batch/object_cluster.py official repository ran BSD-2-Clause (permissive) · c20ac8b4610fedb0 · report
create_cluster_graphs mit-spark/clio/clio_batch/object_cluster.py official repository ran BSD-2-Clause (permissive) · cace94fae8881fde · report
create_obb_from_dict mit-spark/clio/clio_data_maker/rescale_bbox.py official repository ran BSD-2-Clause (permissive) · 0afd6939ef1f5ea5 · report
default_device mit-spark/clio/clio_batch/helpers.py official repository ran BSD-2-Clause (permissive) · 81cc50e1fa115ce7 · report
get_box_verticies mit-spark/clio/clio_eval/iou.py official repository ran BSD-2-Clause (permissive) · b18d5a985faa6004 · report
get_dsg_version mit-spark/clio/clio_eval/evaluate_helpers.py official repository ran BSD-2-Clause (permissive) · 89c8f9177bf25da3 · report
get_last_feature mit-spark/clio/clio_batch/cluster_utilities.py official repository ran fingerprinted BSD-2-Clause (permissive) · 308809ffeae78b00 · report
is_point_inside_box mit-spark/clio/clio_eval/utils.py official repository ran BSD-2-Clause (permissive) · 85f1beae457883d3 · report
max_from_box_position mit-spark/clio/clio_eval/utils.py official repository ran BSD-2-Clause (permissive) · 2292882fb71b75af · report
min_from_box_position mit-spark/clio/clio_eval/utils.py official repository ran BSD-2-Clause (permissive) · 1c3914ffaf0ba4d0 · report
mutual_information mit-spark/clio/clio_batch/information_metrics.py official repository ran BSD-2-Clause (permissive) · 109cd6e7b1ebd161 · report
rescale mit-spark/clio/clio_data_maker/rescale_bbox.py official repository ran BSD-2-Clause (permissive) · 1f9d9ed8032cec88 · report
shannon_entropy mit-spark/clio/clio_batch/information_metrics.py official repository ran fingerprinted BSD-2-Clause (permissive) · 31fec44a12e1775a · report
bboxes_intersect mit-spark/clio/clio_batch/object_cluster.py official repository unverified BSD-2-Clause (permissive) · 958a2e2335058ed4 · report
js_divergence mit-spark/clio/clio_batch/information_metrics.py official repository unverified BSD-2-Clause (permissive) · 81689c2e5f8bb283 · report

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