From d89a516c737230fe113a813fe9a918d2a40c38ab Mon Sep 17 00:00:00 2001 From: Fabrizio Ottati Date: Thu, 21 Mar 2024 11:01:38 +0100 Subject: [PATCH] Sangyeob's event --- .../index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/english/workshops/c-dnn-and-c-transformer-ann-and-snn-for-the-best-of-both-worlds/index.md diff --git a/content/english/workshops/c-dnn-and-c-transformer-ann-and-snn-for-the-best-of-both-worlds/index.md b/content/english/workshops/c-dnn-and-c-transformer-ann-and-snn-for-the-best-of-both-worlds/index.md new file mode 100644 index 0000000..2b7e1a4 --- /dev/null +++ b/content/english/workshops/c-dnn-and-c-transformer-ann-and-snn-for-the-best-of-both-worlds/index.md @@ -0,0 +1,15 @@ +--- +title: "C-DNN and C-Transformer: mixing ANNs and SNNs for the best of both worlds" +author: +- "Sangyeob Kim" +date: "2024-05-04" +start_time: 11:00 +end_time: 12:15 +time_zone: CEST +description: "Join us for a talk by Sangyeob Kim, Postdoctoral researcher at KAIST, on designing efficient accelerators that mix SNNs and ANNs." +upcoming: true +speaker_photo: sangyeob-kim.jpeg +speaker_bio: 'Sangyeob Kim (Student Member, IEEE) received the B.S., M.S. and Ph.D. degrees from the School of Electrical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, South Korea, in 2018, 2020 and 2023, respectively. He is currently a Post-Doctoral Associate with the KAIST. His current research interests include energy-efficient system-on-chip design, especially focused on deep neural network accelerators, neuromorphic hardware, and computing-in-memory accelerators.' +--- + + Sangyeob and his team have developed a C-DNN processor that effectively processes object recognition workloads, achieving 51.3% higher energy efficiency compared to the previous state-of-the-art processor. Subsequently, they have applied C-DNN not only to image classification but also to other applications, and have developed the C-Transformer, which applies this technique to a Large Language Model (LLM). As a result, they demonstrate that the energy consumed in LLM can be reduced by 30% to 72% using the C-DNN technique, compared to the previous state-of-the-art processor. In this talk, we will introduce the processor developed for C-DNN and C-Transformer, and discuss how neuromorphic computing can be used in actual applications in the future.