Personal tools

Difference between revisions of "Spiking Neural Network for Autonomous Navigation"

From iis-projects

Jump to: navigation, search
(Links)
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
The student is required to:
 
The student is required to:
  
1. study the SNN computing paradigm, and select a population of SNN candidate for the target task
+
1. Study the SNN computing paradigm, and select a population of SNN candidate for the target task
  
 
2. Implement and optimize the networks in the SLAYER framework
 
2. Implement and optimize the networks in the SLAYER framework
  
3. assess the performance of the networks in terms of accuracy and number of required operation
+
3. Assess the performance of the networks in terms of accuracy and number of required operation
  
4. quantize and deploy the network on a PULP system equipped with modular SNN accelerator, and evaluate the accuracy loss caused by the quantization
+
4. Quantize and deploy the network on a PULP system equipped with modular SNN accelerator, and evaluate the accuracy loss caused by the quantization
  
5. test the network execution on the RTL platform, assess the functionality, and provide power consumption estimations.
+
5. Test the network execution on the RTL platform, assess the functionality, and provide power consumption estimations.
  
===Status: Available ===
+
===Status: Completed ===
 
: Supervision: [[:User:Adimauro | Alfio Di Mauro]]
 
: Supervision: [[:User:Adimauro | Alfio Di Mauro]]
 
<!-- : Date: 11/2019 -->
 
<!-- : Date: 11/2019 -->
Line 60: Line 60:
  
 
[[Category:Digital]] [[Category:Available]] [[Category:Semester Thesis]] [[Category:Master Thesis]] [[Category:ASIC]] [[Category:Event-Driven Computing]] [[Category:Hot]]
 
[[Category:Digital]] [[Category:Available]] [[Category:Semester Thesis]] [[Category:Master Thesis]] [[Category:ASIC]] [[Category:Event-Driven Computing]] [[Category:Hot]]
 +
[[Category:2020]]

Latest revision as of 18:10, 29 January 2021

Introduction

In the last 10 years, Artificial Neural Networks (ANN) revolutionized many scientific fields by solving very difficult practical problems. Convolutional Neural Networks (CNN) is a very popular approach which allowed to reach state of the art accuracies in many different machine learning tasks, featuring a reasonably low memory footprint. For this reason, CNN are nowadays decently served by specialized CPU and GPU architectures, reaching very high energy efficiency per inference, and being deployed also to embedded devices for edge computing. In the last years, a new categories of efficient sensors is meeting a growing interest; ULP event-based cameras and audio sensors belong to this category. To efficiently exploit the nature of the data produced by such sensors, a paradigm shift in the way data are acquired and processed could be unavoidable. For this reason, research communities started focusing their interests on less conventional computing paradigms, such as event-driven computing. Spiking Neural Networks (SNN) represents a promising approach, and seems to go into the direction of a higher Sensor Activity to Computing Energy proportionality, which could bring significant advantages to many edge applications in terms of energy consumption, thereby battery lifetime.

Project description

This project aims to explore different Spiking Neural Network topologies for autonomous navigation tasks. The student will design and train different network topologies on both pre-existing publicly available datasets, and also data acquired with an event-based camera. Finally the network will be quantized and deployed on Spiking Neural Network accelerator designed in the lab.


The student is required to:

1. Study the SNN computing paradigm, and select a population of SNN candidate for the target task

2. Implement and optimize the networks in the SLAYER framework

3. Assess the performance of the networks in terms of accuracy and number of required operation

4. Quantize and deploy the network on a PULP system equipped with modular SNN accelerator, and evaluate the accuracy loss caused by the quantization

5. Test the network execution on the RTL platform, assess the functionality, and provide power consumption estimations.

Status: Completed

Supervision: Alfio Di Mauro

Professor

Luca Benini

↑ top

Literature

[1] Event-based Vision: A Survey doi: 10.1109/MM.2018.112130359

Required Skills

To work on this project, you will need:

  • good python knowledge
  • previous experience with ML projects
  • to have basic knowledge of digital circuit design (VLSI1)

Other skills that you might find useful include:

  • familiarity with a scripting language
  • to be strongly motivated for a super-cool project

Meetings & Presentations

The students and advisor(s) agree on weekly meetings to discuss all relevant decisions and decide on how to proceed. Of course, additional meetings can be organized to address urgent issues.

Around the middle of the project there is a design review, where senior members of the lab review your work (bring all the relevant information, such as prelim. specifications, block diagrams, synthesis reports, testing strategy, ...) to make sure everything is on track and decide whether further support is necessary. They also make the definite decision on whether the chip is actually manufactured (no reason to worry, if the project is on track) and whether more chip area, a different package, ... is provided. For more details confer to [1].

At the end of the project, you have to present/defend your work during a 15 min. presentation and 5 min. of discussion as part of the IIS colloquium.


Links

  • The EDA wiki with lots of information on the ETHZ ASIC design flow (internal only) [2]
  • The IIS/DZ coding guidelines [3]