Papers › Multiview Scene Graph

Multiview Scene Graph

15 Oct 2024arXiv:2410.11187archive 2025-07-28

Juexiao Zhang, Gao Zhu, Sihang Li, Xinhao Liu, Haorui Song, Xinran Tang, Chen Feng

A proper scene representation is central to the pursuit of spatial intelligence where agents can robustly reconstruct and efficiently understand 3D scenes. A scene representation is either metric, such as landmark maps in 3D reconstruction, 3D bounding boxes in object detection, or voxel grids in occupancy prediction, or topological, such as pose graphs with loop closures in SLAM or visibility graphs in SfM. In this work, we propose to build Multiview Scene Graphs (MSG) from unposed images, representing a scene topologically with interconnected place and object nodes. The task of building MSG is challenging for existing representation learning methods since it needs to jointly address both visual place recognition, object detection, and object association from images with limited fields of view and potentially large viewpoint changes. To evaluate any method tackling this task, we developed an MSG dataset and annotation based on a public 3D dataset. We also propose an evaluation metric based on the intersection-over-union score of MSG edges. Moreover, we develop a novel baseline method built on mainstream pretrained vision models, combining visual place recognition and object association into one Transformer decoder architecture. Experiments demonstrate that our method has superior performance compared to existing relevant baselines.

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

Code

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

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

ai4ce/MSG 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

37 samples harvested; 17 ran; 0 honoured the contract we drafted; 20 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
1ran · fixture could not drive it
13ran
20unverified

Licence: 37 of the 37 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 ai4ce/MSG. “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.

ConvNextBase_Embedder ai4ce/MSG/models/msg.py official repository ran no licence file found · pointer only · 40d84dc597dc5b1c · report
ConvNextEmbedder ai4ce/MSG/models/msg.py official repository ran no licence file found · pointer only · 752a360f7b9eb85f · report
ConvNextSmall_Embedder ai4ce/MSG/models/msg.py official repository ran no licence file found · pointer only · 54fcc84b102bad86 · report
FocalLoss ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · f67fa56df1c59beb · report
HungarianMatcher ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 819c547304b8a327 · report
InfoNCELoss ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 1b5e70ab90b23040 · report
MaskBCELoss ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 95aa1e31d129e66d · report
MaskMetricLoss ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · ab5d728836f0b4c4 · report
MeanSimilarityLoss ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · b54a9a499b60193c · report
ResNetEmbedder ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · fd0abe8d08081f03 · report
TotalCodingRate ai4ce/MSG/models/msg.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 5e019a64f1ed0584 · report
ViTHuge_Embedder ai4ce/MSG/models/msg.py official repository ran no licence file found · pointer only · bf7da5b09d43fb50 · report
convert_detections ai4ce/MSG/models/msg.py official repository ran · our draft was wrong no licence file found · pointer only · 3bd3f22093889b54 · report
enlarge_boxes ai4ce/MSG/models/msg.py official repository ran · fixture could not drive it no licence file found · pointer only · dedae867c2c8f17c · report
get_association_sv ai4ce/MSG/models/msg.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 32c260519d129307 · report
get_match_idx ai4ce/MSG/models/msg.py official repository ran no licence file found · pointer only · b2650b36fe58513c · report
random_shift_boxes ai4ce/MSG/models/msg.py official repository ran · our draft was wrong no licence file found · pointer only · a39c8336c18c37bd · report
AoMSG_B_4 ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 69a9f42147bf8797 · report
AoMSG_S_1 ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 25f90b846466d545 · report
AoMSG_S_2 ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · de182360d20cdaf0 · report
AoMSG_S_4 ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 934a836dc53d690c · report
ConvNextTiny_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · e3527da9eef2f19b · report
DINOv2Base_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 863c2f1d94fe349a · report
DINOv2Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 05b9d0739db60f02 · report
DINOv2Large_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · e836ef8016b3a473 · report
DINOv2Small_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 457e9b8995e57db6 · report
DecoderAssociator ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · ca68d06b734a44d5 · report
MSGer ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · adf48445a6791bb9 · report
ResNet18_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 8e2488b11e5fd27e · report
ResNet50_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · a93fec62fb9e9db9 · report
SepAssociator ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 3ec9dfaa5c5b8e6e · report
SepMSG_direct ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 65ca232f872e5782 · report
SepMSG_linear ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · d75eb66f45ffc404 · report
SepMSG_mlp ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · 3fac03cf157f4a28 · report
ViTBase_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · ca176d4fcf9648e9 · report
ViTEmbedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · c77826532de67d46 · report
ViTLarge_Embedder ai4ce/MSG/models/msg.py official repository unverified no licence file found · pointer only · de30c5ad7d5334a0 · report

Tasks

DecoderObjectObject DetectionRepresentation LearningVisual Place Recognitionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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