Pith. sign in

REVIEW 4 major objections 6 minor 35 references

City-Scale Road Extraction from Satellite Imagery v2: Road Speeds and Travel Times

T0 review · 4 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read By labelling each extracted road with an estimated speed, a satellite-imagery pipeline can route by travel time rather than only by geographic distance, and across four cities the time-weighted graph scores nearly as well as the…

desk verdict Road extraction is a credible incremental advance, but the travel-time claim is only validated against the authors' own synthetic speed labels, so the routing headline is not proven. read the letter →

arxiv 1908.09715 v3 pith:F4RAVTZO submitted 2019-08-06 cs.CV

classification cs.CV
keywords roadnetworkextractionsatelliteimagerytraveltimeestimationsemanticsegmentationgraphspeedlimitinferenceoptimalroutingAPLS
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to show that road networks extracted automatically from satellite imagery can carry estimated travel times, not just geometric lengths, and that routing on those times is feasible. It builds this by predicting a speed-labelled road mask from imagery, converting the mask into a graph, reading an estimated speed off the prediction for each segment, and assigning every edge a travel time. The central evidence is that across four benchmark cities, replacing geometric edge weights with travel-time weights lowers the graph-similarity score by only about 4 percent, from 0.67 to 0.64. If correct, this would make imagery-only maps useful for time-sensitive navigation and disaster response without waiting for manually updated map databases.

What carries the argument

The central object is the multi-class road mask: a seven-channel per-pixel prediction whose channels bin road speeds into 1-10 mph through 61-70 mph ranges. This mask does double duty: it locates roads and labels their speed in one pass, and after skeletonization it supplies per-segment speed estimates via 8x8 pixel patches at segment midpoints. Those estimates become edge weights, so the graph supports the APLS metric (Average Path Length Similarity, a 0-to-1 graph-theoretic score comparing optimal path lengths in the proposal graph against the ground-truth graph) with travel time as the edge weight, turning a segmentation system into a routing system.

What would settle it

Collect observed travel times for one or more test cities from GPS probe traces or floating-car data, recompute APLS_time using those observed speeds as ground-truth edge weights instead of Table 7 speeds, and check whether the score still stays only about 4 percent below APLS_length; if it drops substantially, or if inferred speeds disagree systematically with observed speeds by road class, the claim that time-optimized routing is feasible from imagery alone would be refuted.

Watch

Extended reading notes

Core claim

The paper claims that a road graph extracted purely from satellite imagery can be weighted by estimated travel time, enabling true time-optimized routing rather than only shortest-geographic-distance routing. It demonstrates this by training a segmentation network on multi-channel masks whose channels correspond to 10 mph speed bins, skeletonizing the predicted mask into a graph, sampling 8x8 prediction patches at each segment midpoint to estimate speed, and computing edge travel time as length divided by speed. On large-area tests spanning four cities, the method scores APLS length = 0.67 and APLS time = 0.64, a 4 percent drop, which the paper interprets as evidence that travel-time labels are informative enough for routing. The paper also reports a 5 percent improvement over prior work on one benchmark and a 23 percent improvement over a prior baseline on another, while emphasizing that the speed inference itself is the new contribution.

Load-bearing premise

The travel-time result rests on the assumption that speeds synthesized from road metadata via Table 7 (road type, lane count, surface) are a valid proxy for actual travel times; the evaluation compares the model's predictions against those same synthesized labels, so the time-optimization claim is internally consistent rather than validated against observed traffic.

Editorial extensions

If this is right

  • A satellite-imagery pipeline can supply a routable road graph with travel-time edge weights, so time-sensitive navigation need not wait for manual map updates.
  • Because the APLS time score is only about 4 percent lower than APLS length on large test areas, routing by inferred travel time should be nearly as reliable as routing by geometry on the extracted graph.
  • The pipeline runs at about 280 square kilometers per hour per GPU, so a small GPU cluster could produce a fresh road-and-time map of a disaster area in hours rather than the weeks a human mapping team needs.
  • The multi-class speed mask couples road detection with speed labels, so road topology and travel-time metadata are extracted in a single pass rather than as separate stages.
  • Complex intersections and dense urban interchanges remain failure points, so graphs extracted by this method will need gap-closing care before use in routing at complex junctions.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper's time scores are computed against speed labels synthesized from road metadata, not measured traffic; a direct validation against GPS probe speeds would be the true test of whether time-optimized routing works in practice.
  • The same pipeline could be re-run on fresh imagery of the same area to update speed estimates after disasters or road changes, since nothing in the method depends on a static map database.
  • Because speed labels derive from road class rather than real congestion, the method recovers typical posted-speed orderings, not dynamic conditions; using it for real-time traffic routing would require a congestion signal or a model that learns temporal patterns.
  • The continuous-mask variant's tendency to overestimate high-confidence speeds suggests that a calibration or regression head could yield smoother speed estimates than 10 mph bins, a natural next step for routed applications.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. This paper presents CRESIv2, an extension of prior road-extraction work that adds prediction of road speed limits and travel times from satellite imagery. The method uses multi-class segmentation masks with speed bins, graph extraction via skeletonization, and assigns each edge a mean speed estimated from patches of the predicted mask. Experiments on SpaceNet and Google/OSM imagery report state-of-the-art APLS/TOPO scores for road extraction, and APLS time scores that the authors interpret as evidence that time-optimized routing is feasible.

Significance. The road-extraction contribution is solid: an ablation study (Table 4), held-out city evaluation (Table 5), public code, and consistent improvements over previous methods give confidence in the graph-extraction results. However, the speed/travel-time contribution is not validated against any independent ground truth: the target speed labels are generated by the authors' own mapping (Table 7, Oregon guidelines) and applied uniformly to Paris, Shanghai, Khartoum, and Las Vegas. The APLS time metric measures agreement with these synthetic labels, so the paper's central claim—that estimated travel times permit true optimal routing—is not established by the evidence presented.

major comments (4)
  1. [Section 4 and Appendix A] The central claim requires external validation of the speed estimates. The ground-truth speeds are not measured data but are produced by the authors' Table 7 mapping from road metadata to speed, using Oregon guidelines for cities on three continents. The model is trained to predict these synthetic labels, and the APLS time metric in Section 6.4 evaluates against the same labels. Thus the reported APLS time scores demonstrate that the model can reproduce the authors' heuristic from imagery, not that the predicted speeds correspond to real-world travel times. This is a load-bearing limitation for the paper's main novelty. I recommend either validating the speed predictions against independent data (e.g., OSM maxspeed tags, GPS trajectories, or commercial routing APIs) or substantially reframing the claims to refer to 'metadata-derived speed estimates' rather than actual travel times.
  2. [Section 7] The statement 'The aggregate score of APLS time = 0.64 implies that travel time estimates will be within ≈ 1/3 of the ground truth' is not supported by the metric. APLS is a graph-level path-similarity measure, not a per-edge speed error bound. A graph-level score of 0.64 can be obtained with widely varying per-edge speed errors, and the relationship between APLS and per-edge error is not characterized. This sentence should be removed or replaced with a direct error analysis, such as per-edge speed MAE or median relative error.
  3. [Section 3.4] The multi-class speed estimation procedure is underspecified. The text says that 'if the majority of the high confidence pixels in the prediction mask patch belong to channel 3 ... we would assign the speed at that patch to be 35 mph,' but it does not define how the channel probabilities are combined, how 'majority' is determined, or how the final per-edge speed is computed when different patches yield different speeds. This level of detail is needed for reproducibility and for interpreting the APLS time results. Please specify the exact algorithm, including the handling of ties and low-confidence pixels.
  4. [Section 6.4 and Table 5] The conclusion that 'routing based on time shows only a 3–13% decrease' does not demonstrate that speed inference is accurate. Because all speeds are derived from a narrow range (10–65 mph) and the evaluation target is the authors' own Table 7 mapping, the small APLS length-to-time gap could simply reflect the compressed speed distribution. The paper would benefit from a direct routing experiment (e.g., comparing fastest-path versus shortest-path travel times using independent speed data) or at minimum a discussion of this confound. Without such evidence, the claim that 'true time-optimized routing is possible' remains unsupported.
minor comments (6)
  1. [Section 3.3] Typo: 'sckit-image' should be 'scikit-image'.
  2. [Figure 5 caption] Typo: 'arbitarily' should be 'arbitrarily'.
  3. [Section 6.3] Duplicate word: 'we utilize the the same subset' should read 'we utilize the same subset'.
  4. [Section 5.1 and Throughout] The metric names 'APLSlength' and 'APLS time' are formatted inconsistently; use a consistent notation such as 'APLS_length' and 'APLS_time' or spelled-out forms.
  5. [Appendix B, Table 8] The Khartoum 0 row appears to contain a formatting error: '0 3.0' likely should be '0.3'. Please correct the table.
  6. [Section 6.2] The 60–100% improvement claim in the text is not directly visible in Table 3; please clarify the exact computation (e.g., 0.77/0.39 - 1) so readers can reproduce the stated figure.

Circularity Check

1 steps flagged · score 4.0 of 10

Travel-time claim is validated only against internally defined Table 7 speeds; APLS time measures self-consistency with the authors' own heuristic rather than real-world routing.

  1. self definitional [Section 4 / Appendix A / Section 5.1 / Section 7]
    "Speed is assigned with Table 7, using the Oregon guidelines for road speed [22]... if we assign a travel time estimate to each graph edge we can use the APLS time metric to measure differences in travel times between ground truth and proposal graphs... The aggregate score of APLS time = 0.64 implies that travel time estimates will be within≈ 1/3 of the ground truth."

    The ground-truth travel times used in the APLStime benchmark are not measured travel times; they are computed from speeds assigned in Table 7 according to road metadata. The same metadata-derived speeds are used to construct the multi-class and continuous training masks (Section 3.1/3.2), so the model is trained to predict exactly the label that Table 7 defines. Evaluating APLStime against those same Table 7-derived labels therefore measures only how well the model reproduces the authors' own speed heuristic from imagery on held-out cities. The claim that 'travel time estimates will be within 1/3 of the ground truth' is thus relative to an internally constructed definition of ground truth, not to real-world travel times or independent speed observations.

full rationale

The only substantive circularity candidate is the travel-time evaluation. The paper assigns speed limits using Table 7, builds training masks from those assigned speeds, trains CRESIv2 to predict those masks, and then computes APLStime using the same Table 7-derived speeds as ground truth. Consequently APLStime = 0.64 shows that the model can recover the author-defined metadata-to-speed mapping from imagery on held-out cities; it does not validate the mapping against observed speed data or demonstrate that resulting routes are time-optimal. This is a real internal-consistency limitation, so I score it 4 rather than 0. It is not a pure tautology: the test cities are held out and the model must generalize the mapping from visual features, so the result has independent information content about how well the heuristic can be inferred from imagery. The geometric and topological results (APLSlength, TOPO) and the Google/OSM comparison are benchmarked against external labels and prior work, so they are not circular. Citations to the author's own CRESI v1 and SpaceNet papers provide data and prior implementation context, but no load-bearing derivation reduces to those self-citations; the central geometric extraction claims are self-contained against external benchmarks. The main weakness is external validity of the speed labels, not derivation circularity.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The central claim depends on a set of hand-chosen thresholds and, most importantly, on a hand-authored mapping from road metadata to speed. The mapping acts as the ground truth for the novel speed estimation, so the paper's travel-time evaluation cannot be separated from this modeling choice.

free parameters (6)
  • Road mask halfwidth = 2 m
    Chosen as a tradeoff between centerline accuracy and robustness to label noise (Section 3).
  • Speed mapping table (Table 7) = 10-65 mph by road type, lanes, surface; non-paved multiplied by 0.75
    Hand-assigned speeds based on Oregon guidelines [22]; used to generate all ground-truth speed labels, so it directly determines the travel-time evaluation.
  • Speed bin width = 10 mph bins (1-70 mph)
    Seven-channel multi-class mask; bin choice affects granularity of speed estimates.
  • Loss weight alpha_mc / alpha_c = 0.75
    Set for the focal+dice and CE+dice losses; used in training.
  • Gap closing and pruning thresholds = 6 m/80 m minimum subgraph, 3 m terminal edge, 6 m connection distance
    Hand-chosen post-processing constants for graph curation.
  • Evaluation buffer/hole size = 4 m (and 15 m for TOPO comparison)
    Metric tolerance; affects all reported scores.
assumptions (4)
  • domain assumption Road speed can be estimated from road type, number of lanes, and surface type.
    Used to build all ground truth speed labels (Section 4, Appendix A).
  • domain assumption Speed limit is constant along each road edge.
    The travel time is computed as edge length divided by mean speed (Section 3.4).
  • domain assumption The APLS time metric, computed against metadata-derived speeds, reflects routing quality.
    Section 5.1; the ground truth travel times are synthetic.
  • standard math Skeletonization of the segmentation mask yields a graph faithful to the road network.
    Implicit in the graph extraction procedure (Section 3.3).

how reviews work

0 comments
Cite this review

Pith. "Pith review of City-Scale Road Extraction from Satellite Imagery v2: Road Speeds and Travel Times." pith.science (2026). https://pith.science/paper/F4RAVTZO

@misc{pith2026190809715,
  author       = {Pith},
  title        = {Pith review of: City-Scale Road Extraction from Satellite Imagery v2: Road Speeds and Travel Times},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/F4RAVTZO}},
  note         = {Machine review of arXiv:1908.09715}
}
read the original abstract

Automated road network extraction from remote sensing imagery remains a significant challenge despite its importance in a broad array of applications. To this end, we explore road network extraction at scale with inference of semantic features of the graph, identifying speed limits and route travel times for each roadway. We call this approach City-Scale Road Extraction from Satellite Imagery v2 (CRESIv2), Including estimates for travel time permits true optimal routing (rather than just the shortest geographic distance), which is not possible with existing remote sensing imagery based methods. We evaluate our method using two sources of labels (OpenStreetMap, and those from the SpaceNet dataset), and find that models both trained and tested on SpaceNet labels outperform OpenStreetMap labels by greater than 60%. We quantify the performance of our algorithm with the Average Path Length Similarity (APLS) and map topology (TOPO) graph-theoretic metrics over a diverse test area covering four cities in the SpaceNet dataset. For a traditional edge weight of geometric distance, we find an aggregate of 5% improvement over existing methods for SpaceNet data. We also test our algorithm on Google satellite imagery with OpenStreetMap labels, and find a 23% improvement over previous work. Metric scores decrease by only 4% on large graphs when using travel time rather than geometric distance for edge weights, indicating that optimizing routing for travel time is feasible with this approach.

Figures

Figures reproduced from arXiv: 1908.09715 by the authors.

Figure 1
Figure 1. An active community works hard to keep the road network up to date, but such tasks can be challenging and time consuming in the face of large scale disasters. For ex￾ample, following Hurricane Maria, it took the Humanitarian OpenStreetMap Team (HOT) over two months to fully map Puerto Rico [21]. Furthermore, in large-scale disaster re￾sponse scenarios, pre-existing datasets such as population density and even geogra… view at source ↗
Figure 3
Figure 3. Graph extraction procedure. Left: raw mask output. Left center: refined mask. Right center: mask skele￾ton. Right: graph structure. though we use a loss function that utilizes cross entropy (CE) rather than focal loss (αc = 0.75): L = αcLCE + (1 − αc)Ldice (2) 3.3. Graph Extraction Procedure The output of the segmentation mask step detailed above is subsequently refined into road vectors. We begin by smoothing the o… view at source ↗
Figure 2
Figure 2. Training data. (a) Input image. (b) Typical bi￾nary road training mask (not used in this study). (c) Con￾tinuous training mask, whiter denotes higher speeds. (d) Multi-class mask showing individual speed channels: red = 21-30 mph, green = 31-40 mph, blue = 41-50 mph. 3.1. Multi-Class Segmentation We create multi-channel training masks by binning the road labels into a 7-layer stack, with channel 0 detailing speeds b… view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: Speed estimation procedure. Left: Sample multi-class prediction mask; the speed (r) of an individual patch (red square) can be inferred by measuring the signal from each channel. Right: Computed road graph; travel time (∆t) is given by speed (r) and segment length (∆l)…
Figure 6
Figure 6. Figure 6: SpaceNet training chip. Left: SpaceNet Geo￾JSON road label. Right: 400 × 400 meter image overlaid with road centerline labels (orange). (paved, unpaved), and bridgeway (true/false). 4.1. SpaceNet Data Our primary dataset accordingly consists of the SpaceNet 3 WorldView…
Figure 7
Figure 7. Figure 7: Reported errors (±1σ) reflect the relatively high variance of performance among the various test scenes in the four SpaceNet cities [PITH_FULL_IMAGE:figures/full_fig_p006_7.png]
Figure 8
Figure 8. Figure 8: SpaceNet compared to OSM. Road predictions (yellow) and ground truth SpaceNet labels (blue) for a Las Vegas image chip. SpaceNet model predictions (left) score APLSlength = 0.94, while OSM model predictions (right) struggle in this scene with significant offset and mis…
Figure 9
Figure 9. Figure 9: CRESIv2 road speed. Output of CRESIv2 in￾ference as applied to the SpaceNet large area test dataset. Predicted roads are colored by inferred speed limit, from yellow (20 mph) to red (65 mph). Ground truth labels are shown in gray. Top: Las Vegas: APLSlength = 0.85 and …
Figure 11
Figure 11. Figure 11: CRESIv2 challenges. While the pixel-based score of this Shanghai prediction is high, correctly connect￾ing roadways in complex intersections remains elusive. CRESIv2 has not been fully optimized for speed, but even so inference runs at a rate of 280 km2 / hour on a ma…
Figure 10
Figure 10. Figure 10: New York City (top) and Pittsburgh (bottom) Performance. (Left) RoadTracer prediction [8]. (Right) Our CRESIv2 prediction over the same area. our custom dice + focal loss function (vs the SoftIOU loss of [4]) is a key difference. The enhanced ability of CRESIv2 to dis…
Figure 12
Figure 12. Figure 12: SpaceNet road vector labels over Shanghai (pur￾ple). The label boundary is discontinuous and irregularly shaped, so we define rectangular regions for testing pur￾poses (e.g. the blue region denotes test region Shanghai 0) [PITH_FULL_IMAGE:figures/full_fig_p011_12.png]
Figure 13
Figure 13. Figure 13: displays comparisons of models trained on OSM data and SpaceNet data [PITH_FULL_IMAGE:figures/full_fig_p012_13.png]
Figure 14
Figure 14. Figure 14: Road speed. Output of CRESIv2 inference as applied to large SpaceNet test regions (from top: Paris, Shanghai). Roads are colored by inferred speed limit, from yellow (20 mph) to red (65 mph), with ground truth in gray [PITH_FULL_IMAGE:figures/full_fig_p012_14.png]
Figure 16
Figure 16. Figure 16: Qualitative comparison of three methods over [PITH_FULL_IMAGE:figures/full_fig_p013_16.png]
Figure 15
Figure 15. Figure 15: RoadTracer / CRESIv2. Performance compar￾ison between RoadTracer (left column, OSM labels in gray, predictions in yellow [8]) and CRESIv2 (right column, pre￾dictions in yellow) for various cities. From top: Denver, Vancouver. Appendix F. RoadTracer / CRESIv2 / Deep￾Ro…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

35 extracted references · 31 canonical work pages

  1. [1]

    Spacenet round 3 winner: albu’s implementation

    albu. Spacenet round 3 winner: albu’s implementation. https://github.com/SpaceNetChallenge/ RoadDetector/tree/master/albu-solution, 2018

  2. [2]

    F. Bastani. fbastani spacenet solution. https://github. com/SpaceNetChallenge/RoadDetector/tree/ master/fbastani-solution, 2018

  3. [3]

    Bastani, S

    F. Bastani, S. He, M. Alizadeh, H. Balakrishnan, S. Madden, S. Chawla, S. Abbar, and D. DeWitt. RoadTracer: Auto- matic Extraction of Road Networks from Aerial Images. In Computer Vision and Pattern Recognition (CVPR), Salt Lake City, UT, June 2018

  4. [4]

    Batra, S

    A. Batra, S. Singh, G. Pang, S. Basu, C. Jawahar, and M. Paluri. Improved road connectivity by joint learning of orientation and segmentation. In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , June 2019

  5. [5]

    Biagioni and J

    J. Biagioni and J. Eriksson. Inferring road maps from global positioning system traces: Survey and comparative evalua- tion. Transportation Research Record, 2291(1):61–71, 2012

  6. [6]

    D. Chai, W. Frstner, and F. Lafarge. Recovering line- networks in images by junction-point processes. In 2013 IEEE Conference on Computer Vision and Pattern Recog- nition, pages 1894–1901, June 2013

  7. [7]

    Broad area satellite imagery semantic seg- mentation

    CosmiQWorks. Broad area satellite imagery semantic seg- mentation. https://github.com/CosmiQ/basiss, 2018

  8. [8]

    M. CSAIL. Roadtracer: Automatic extraction of road networks from aerial images. https://roadmaps. csail.mit.edu/roadtracer/, 2018

Show all 35 references
  1. [9]

    Demir, K

    I. Demir, K. Koperski, D. Lindenbaum, G. Pang, J. Huang, S. Basu, F. Hughes, D. Tuia, and R. Raska. Deepglobe 2018: A challenge to parse the earth through satellite images. In 2018 IEEE/CVF Conference on Computer Vision and Pat- tern Recognition Workshops (CVPRW) , pages 172–1...

  2. [10]

    A. V . Etten. City-scale road extraction from satellite imagery. CoRR, abs/1904.09901, 2019

  3. [11]

    A. A. Hagberg, D. A. Schult, and P. J. Swart. Exploring net- work structure, dynamics, and function using networkx. In G. Varoquaux, T. Vaught, and J. Millman, editors, Proceed- ings of the 7th Python in Science Conference, pages 11 – 15, Pasadena, CA USA, 2008

  4. [12]

    K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In 2016 IEEE Conference on Com- puter Vision and Pattern Recognition (CVPR) , pages 770– 778, June 2016

  5. [13]

    2d semantic labeling contest

    ISPRS. 2d semantic labeling contest. http: //www2.isprs.org/commissions/comm3/wg4/ semantic-labeling.html, 2018

  6. [14]

    T. Lin, P. Goyal, R. Girshick, K. He, and P. Dollar. Focal loss for dense object detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, pages 1–1, 2018

  7. [15]

    V . Mnih. Machine Learning for Aerial Image Labeling. PhD thesis, University of Toronto, 2013

  8. [16]

    Mnih and G

    V . Mnih and G. E. Hinton. Learning to detect roads in high- resolution aerial images. In K. Daniilidis, P. Maragos, and N. Paragios, editors, Computer Vision – ECCV 2010 , pages 210–223, Berlin, Heidelberg, 2010. Springer Berlin Heidel- berg

  9. [17]

    Mosinska, P

    A. Mosinska, P. M ´arquez-Neila, M. Kozinski, and P. Fua. Beyond the pixel-wise loss for topology-aware delineation. 2018 IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, pages 3136–3145, 2017

  10. [18]

    Mttyus, W

    G. Mttyus, W. Luo, and R. Urtasun. Deeproadmapper: Ex- tracting road topology from aerial images. In 2017 IEEE International Conference on Computer Vision (ICCV), pages 3458–3466, Oct 2017

  11. [19]

    Mttyus, S

    G. Mttyus, S. Wang, S. Fidler, and R. Urtasun. Enhanc- ing road maps by parsing aerial images around the world. In 2015 IEEE International Conference on Computer Vision (ICCV), pages 1689–1697, Dec 2015

  12. [20]

    Mttyus, S

    G. Mttyus, S. Wang, S. Fidler, and R. Urtasun. Hd maps: Fine-grained road segmentation by parsing ground and aerial images. In 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 3611–3619, June 2016

  13. [21]

    2017 hurricanes irma and maria

    OpenStreetMap. 2017 hurricanes irma and maria. https://wiki.openstreetmap.org/wiki/ 2017_Hurricanes_Irma_and_Maria, 2017

  14. [22]

    Osm tags for routing/maxspeed

    OpenStreetMap. Osm tags for routing/maxspeed. https://wiki.openstreetmap.org/wiki/ OSM_tags_for_routing/Maxspeed#United_ States_of_America, 01 2019

  15. [23]

    Planet dump re- trieved from https://planet.osm.org

    OpenStreetMap contributors. Planet dump re- trieved from https://planet.osm.org . https: //www.openstreetmap.org, 2019

  16. [24]

    Ronneberger, P

    O. Ronneberger, P. Fischer, and T. Brox. U-net: Convo- lutional networks for biomedical image segmentation. In N. Navab, J. Hornegger, W. M. Wells, and A. F. Frangi, editors, Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015 , pages 234–241, Cham, 2015. ...

  17. [25]

    Skeletonize

    scikit image. Skeletonize. https://scikit-image. org/docs/dev/auto_examples/edges/plot_ skeleton.html, 2018

  18. [26]

    Sironi, V

    A. Sironi, V . Lepetit, and P. Fua. Multiscale centerline de- tection by learning a scale-space distance transform. In 2014 IEEE Conference on Computer Vision and Pattern Recogni- tion, pages 2697–2704, June 2014

  19. [27]

    Stoica, X

    R. Stoica, X. Descombes, and J. Zerubia. A gibbs point pro- cess for road extraction from remotely sensed images. Inter- national Journal of Computer Vision, 57:121–136, 05 2004

  20. [28]

    Tretken, F

    E. Tretken, F. Benmansour, B. Andres, H. Pfister, and P. Fua. Reconstructing loopy curvilinear structures using integer programming. In 2013 IEEE Conference on Computer Vi- sion and Pattern Recognition, pages 1822–1829, June 2013

  21. [29]

    Van Etten, D

    A. Van Etten, D. Lindenbaum, and T. M. Bacastow. SpaceNet: A Remote Sensing Dataset and Challenge Series. ArXiv e-prints, July 2018

  22. [30]

    J. Wang, Q. Qin, Z. Gao, J. Zhao, and X. Ye. A new approach to urban road extraction using high-resolution aerial image. ISPRS International Journal of Geo-Information, 5(7), 2016

  23. [31]

    S. Wang, M. Bai, G. M ´attyus, H. Chu, W. Luo, B. Yang, J. Liang, J. Cheverie, S. Fidler, and R. Urtasun. Toron- tocity: Seeing the world with a million eyes. CoRR, abs/1612.00423, 2016

  24. [32]

    J. D. Wegner, J. A. Montoya-Zegarra, and K. Schindler. A higher-order crf model for road network extraction. In 2013 IEEE Conference on Computer Vision and Pattern Recogni- tion, pages 1698–1705, June 2013

  25. [33]

    Skeleton network

    yxdragon. Skeleton network. https://github.com/ yxdragon/sknw, 2018

  26. [34]

    Zhang, Q

    Z. Zhang, Q. Liu, and Y . Wang. Road extraction by deep residual u-net. IEEE Geoscience and Remote Sensing Let- ters, 15:749–753, 2018

  27. [35]

    L. Zhou, C. Zhang, and M. Wu. D-linknet: Linknet with pretrained encoder and dilated convolution for high resolu- tion satellite imagery road extraction. pages 192–1924, 06 2018. Appendix A. Road Speed Assignment See [29] for details on the precise labeling guidelines and road...

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.