Papers › Sat2Graph: Road Graph Extraction through Graph-Tensor Encoding

Sat2Graph: Road Graph Extraction through Graph-Tensor Encoding

19 Jul 2020ECCV 2020 8arXiv:2007.09547archive 2025-07-28

Songtao He, Favyen Bastani, Satvat Jagwani, Mohammad Alizadeh, Hari Balakrishnan, Sanjay Chawla, Mohamed M. Elshrif, Samuel Madden, Amin Sadeghi

Inferring road graphs from satellite imagery is a challenging computer vision task. Prior solutions fall into two categories: (1) pixel-wise segmentation-based approaches, which predict whether each pixel is on a road, and (2) graph-based approaches, which predict the road graph iteratively. We find that these two approaches have complementary strengths while suffering from their own inherent limitations. In this paper, we propose a new method, Sat2Graph, which combines the advantages of the two prior categories into a unified framework. The key idea in Sat2Graph is a novel encoding scheme, graph-tensor encoding (GTE), which encodes the road graph into a tensor representation. GTE makes it possible to train a simple, non-recurrent, supervised model to predict a rich set of features that capture the graph structure directly from an image. We evaluate Sat2Graph using two large datasets. We find that Sat2Graph surpasses prior methods on two widely used metrics, TOPO and APLS. Furthermore, whereas prior work only infers planar road graphs, our approach is capable of inferring stacked roads (e.g., overpasses), and does so robustly.

PaperPDFConference PDFCodeCode 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="2007.09547")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: community (archive-listed): 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

songtaohe/Sat2Graph mentioned on GitHubtfMIT 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

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

15unverified

Licence: 0 of the 15 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 songtaohe/Sat2Graph. “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.

anglediff songtaohe/Sat2Graph/model/decoder.py community (archive-listed) unverified MIT (permissive) · 6ca6a8b9a21ab584 · report
distance songtaohe/Sat2Graph/model/douglasPeucker.py community (archive-listed) unverified MIT (permissive) · f17d07d137a2bf6d · report
douglasPeucker songtaohe/Sat2Graph/model/douglasPeucker.py community (archive-listed) unverified MIT (permissive) · 8e0f3f8c25ac050d · report
glorot songtaohe/Sat2Graph/model/tf_common_layer.py community (archive-listed) unverified MIT (permissive) · db1a1fef3f66db9e · report
graph_refine songtaohe/Sat2Graph/model/decoder.py community (archive-listed) unverified MIT (permissive) · 5a6bb7d302f3d329 · report
neighbor_to_integer songtaohe/Sat2Graph/model/dataloader.py community (archive-listed) unverified MIT (permissive) · 6ae08c71ceab86ac · report
neighbor_transpos songtaohe/Sat2Graph/model/dataloader.py community (archive-listed) unverified MIT (permissive) · 354adc10fe3e30a6 · report
neighbors_cos songtaohe/Sat2Graph/model/common.py community (archive-listed) unverified MIT (permissive) · 2463483470e5df9a · report
neighbors_dist songtaohe/Sat2Graph/model/common.py community (archive-listed) unverified MIT (permissive) · 3f429d04fd4a29a9 · report
neighbors_norm songtaohe/Sat2Graph/model/common.py community (archive-listed) unverified MIT (permissive) · cf9b0cfd9e2fd33d · report
point2lineDistance songtaohe/Sat2Graph/model/douglasPeucker.py community (archive-listed) unverified MIT (permissive) · 0ba1f1355e58a03a · report
rotate songtaohe/Sat2Graph/model/dataloader.py community (archive-listed) unverified MIT (permissive) · 8497355b5a261d12 · report
uniform songtaohe/Sat2Graph/model/tf_common_layer.py community (archive-listed) unverified MIT (permissive) · 412439874d75a376 · report
vNorm songtaohe/Sat2Graph/model/decoder.py community (archive-listed) unverified MIT (permissive) · 4527457b7f49194a · report
zeros songtaohe/Sat2Graph/model/tf_common_layer.py community (archive-listed) unverified MIT (permissive) · b1cae89b7ac10150 · 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