GithubHelp home page GithubHelp logo

computational-intelligence-lab---ethz's Introduction

Computational Intelligence Lab ETHZ 2017

Testing

  • deep network datafiles are in drive called "datafiles_deep"
  • deep network raw output is in drive called "result_raw_deep"

Road Segmentation

Data set augmentation

  • Rotate each image by 90 deg
  • Choose 7 more images with more diagonal roads and highways: [23,26,27,42,72,83,91]
  • Rotate these by 180 and 270 deg, so at the end we have 214 input images
  • Reshuffle the data set
  • Before balancing the data set, shuffle both classes again

Preprocess

  • Histogram equalization failed
  • Subtracting mean patch failed

Feature Selection

  • Patch size x-y means that x is the core of the patch and y is the added context
  • Label is determinated only for the core part
  • Patch size: 16-42 works well
  • Even better: 16-64
  • We can try to run PCA on the patches to reduce the dimension from (y,y,3) to (y,y)

CNN Architecture

Shallow version

  • 4 conv-pool layers of depths: 16, 32, 32, 64 and filter sizes: 5, 3, 3, 3
  • Max-pooling after each conv. layer with ksize = strides = 2
  • 3 fully-connected layers of depths: 48, 16, 2
  • Outputs softmax
  • Score obtained: 0.88629

Deep version

  • 4 conv-pool layers of depths: 64, 128, 256, 512 and filter sizes: 3, 3, 3, 3
  • Max-pooling after each conv. layer with ksize = strides = 2
  • 3 fully-connected layers of depths: 2048, 2048, 2
  • Outputs softmax
  • Score obtained: still training

Post-processing

  • Convolution of size 9x9 to smooth
  • Binarize the image with threshold 0.5
  • remove_filtering_neighbors() with 7 neighboors
  • Total Variance denoising (TV) was OK, but the convoltuion one was better
  • RandomForest with a window of 7x7 patches or 5x5 to predict the center's patch color was OK

computational-intelligence-lab---ethz's People

Contributors

felipesulser avatar igor-93 avatar mpatelh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.