GithubHelp home page GithubHelp logo

jianyunli / road-extraction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from astro-ck/road-extraction

0.0 1.0 0.0 373 KB

A multi-stage road extraction method for surface and centerline detection

License: MIT License

Python 100.00%

road-extraction's Introduction

Road-Extraction

This repository is the official implementation of Simultaneous Road Surface and Centerline Extraction From Large-Scale Remote Sensing Images Using CNN-Based Segmentation and Tracing.

Our framework consists of three steps: boosting segmentation, multiple starting points tracing, and fusion.

  • The initial road surface segmentation is achieved with a fully convolutional network (FCN), after which another lighter FCN is applied several times to boost the accuracy and connectivity of the initial segmentation.
  • In the multiple starting points tracing step, the starting points are automatically generated by extracting the road intersections of the segmentation results, which then are utilized to track consecutive and complete road networks through an iterative search strategy embedded in a convolutional neural network (CNN).
  • The fusion step aggregates the semantic and topological information of road networks by combining the segmentation and tracing results to produce the final and refined road segmentation and centerline maps.

Pipeline

image-20200728161909360

Results

Road centerline results

image-20200728163239118

Road surface results

image-20200728163332711

Pretrain Model

  • base segmentation model, pre-tained in massachusetts dataset. Google drive

Code Introduction

  • evaluate_connectivity.py: evaluate the connectivity of final segmentation result.
  • base_segmentation/road.py: train or test the model. Modify the parameters before running.

Contributing

Citation

If you find our work useful in your research, please cite:

@ARTICLE{9094008,  
author={Y. {Wei} and K. {Zhang} and S. {Ji}},  
journal={IEEE Transactions on Geoscience and Remote Sensing},   
title={Simultaneous Road Surface and Centerline Extraction From Large-Scale Remote Sensing Images Using CNN-Based Segmentation and Tracing},  
year={2020},  
pages={1-13},}

Important! We are still cleaning up the source code. The code in this repo is incomplete.

road-extraction's People

Contributors

weiyao1996 avatar kai-zhang-er avatar astro-ck avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.