Coder Social home page Coder Social logo

convolutional-network's Introduction

Convolutional Neural Networks and Training Strategies for Skin Detection (ICIP 2017)

Abstract

This paper presents two convolutional neural networks (CNN) and their training strategies for skin detection. The first CNN consists of 20 convolution layers with 3 x 3 filters which is a kind of VGG network, and the second is composed of 20 network-in-network (NiN) layers, which can be considered a modification of Inception structure. When training these networks for human skin detection, we consider patch-based and whole-image-based training. The first method focuses on local features such as skin color and texture, and the second on the human-related shape features as well as color and texture. Experiments show that the proposed CNNs yield better performance than the conventional methods and also than the existing deep-learning based method. Also, it is found that the NiN structure generally shows higher accuracy than the VGG-based structure. The experiments also show that the whole-image-based training that learns the shape features yields better accuracy than the patch-based learning that focuses on local color and texture only.

All Experimental results on ECU, Pratheepan, and HGR dataset

Proposed method

  • Patch based VGG method
  • Patch based NiN method
  • Image based VGG method
  • Image based NiN method

Results

Quantitative and Subjective Results

  • Comparison of PR and ROC curves

  • Visual comparison with outher methods on the Pratheepan dataset

convolutional-network's People

Contributors

terryoo avatar

Stargazers

Ling Zhan avatar

Watchers

 avatar

convolutional-network's Issues

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.