My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Code license: MIT License
Labels: computervision, NVIDIA, cuda
Feeds:
People details
Project owners:
  sharat.chikkerur

Introduction

This project provides a CUDA implementation of the matlab code available here. Description of the algorithms can be found at CBCL's website. The ventral stream model consists of a hierarchical (sequential) stages of S (feature detection) and C (pooling) type computation. The 'S' and 'C' refers to simple cells and complex cells found in the visual system.

Each 'S' stage operates on the previous 'C' stage using a bank of feature detectors. Thus each feature detection stage can be computed independently (task-parallel operation). Alternatively, for each feature detection operation, each output pixel can be computed idependently (data-parallel operation). The former is suited for a multi-threaded/MPI approach. We adopt the latter approach to conform to SIMD mode of a GPU.

Release Notes









Hosted by Google Code