1 / 5

George Viamontes, Mohammed Amduka, Jon Russo, Matthew Craven, Thanhvu Nguyen

Efficient Memoization Strategies for Object Recognition with a Multi-Core Architecture. George Viamontes, Mohammed Amduka, Jon Russo, Matthew Craven, Thanhvu Nguyen Lockheed Martin Advanced Technology Laboratories 3 Executive Campus, 6th Floor • Cherry Hill, NJ 08002

cayla
Download Presentation

George Viamontes, Mohammed Amduka, Jon Russo, Matthew Craven, Thanhvu Nguyen

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Efficient Memoization Strategies for Object Recognition with a Multi-Core Architecture George Viamontes, Mohammed Amduka, Jon Russo, Matthew Craven, Thanhvu Nguyen Lockheed Martin Advanced Technology Laboratories 3 Executive Campus, 6th Floor • Cherry Hill, NJ 08002 Phone (856) 792-9766 • Fax (856) 792-9925 {gviamont, mamduka, jrusso, mcraven, tnguyen}@atl.lmco.com 11th Annual Workshop on High Performance Embedded Computing (HPEC) MIT Lincoln Laboratory 18-20 September 2007 This work was sponsored by DARPA/IPTO in the Architectures for Cognitive Information Processing program; contract number FA8750-04-C-0266.

  2. Object Recognition • Goal: efficiently identify objects in a 2D image • Good techniques must account for translational, rotational, and size variance as well as partial obscurement when comparing a real object to a library • Examples include: • The Chunky SLD algorithm from Sandia is representative of the best statistical methods and has been ported to FPGAs • Geometric hashing makes use of simple distance calculations in “hash space” to account for image variations • Object recognition techniques are highly parallelizable and require only simple calculations, but they are extremely memory intensive

  3. Memory Bottleneck in Multi-Core Statistical methods require simple computations on individual pixels. The image library in memory must be compared to many times. Geometric hashing applies a hash function on pixels or small groups of pixels (features) to map to a location in memory. Simple distance calculations in hash space account for image variations. In both types of algorithms, memory access is the bottleneck, not processing power.

  4. Programmable Objective Evaluation Memory(POEM) For Hardware-level Memoization 4x8 evaluation cores 3 minimization cores • Programmable Objective • Inexact associative lookup • vector chunks and operands • Room for additional variable (random, decay) • Example: • Conditional Sum of Absolute Differences • Computed SIMD parallel (vector and chunk) • 8 x N dual port memory channels • Vector operation parallelized and pipelined • Trained to optimize spanning coverage of correct lookup • Performance • FPGA: 50 MegaChunks per Second • Projected Chip: 200 MegaChunks per Second Operand Chunk 1 F Content 1 v < Chunk 2 Content 2 F v < reference … … F v < Chunk G Content G F v … … (Pipeline) Operand Chunk k*G+1 F Content 1 v < Chunk k*G+2 Content 2 F v < reference … … F v < Chunk N Content G F v

  5. Proposed Architecture Avoid memory bottleneck by distributing image across POEM chunks Each memory/processor chunk is POEM-based to implement hash space calculations

More Related