Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleDecember 2024
- ArticleSeptember 2023
QMTS: Fixed-point Quantization for Multiple-timescale Spiking Neural Networks
Artificial Neural Networks and Machine Learning – ICANN 2023Pages 407–419https://doi.org/10.1007/978-3-031-44207-0_34AbstractSpiking Neural Networks (SNNs) represent a promising solution for streaming applications at the edge that have strict performance and energy requirements. However, implementing SNNs efficiently at the edge requires model quantization to reduce ...
- research-articleJanuary 2023
ReMeCo: Reliable Memristor-Based in-Memory Neuromorphic Computation
- Ali BanaGozar,
- Seyed Hossein Hashemi Shadmehri,
- Sander Stuijk,
- Mehdi Kamal,
- Ali Afzali-Kusha,
- Henk Corporaal
ASPDAC '23: Proceedings of the 28th Asia and South Pacific Design Automation ConferencePages 396–401https://doi.org/10.1145/3566097.3567889Memristor-based in-memory neuromorphic computing systems promise a highly efficient implementation of vector-matrix multiplications, commonly used in artificial neural networks (ANNs). However, the immature fabrication process of memristors and circuit ...
- research-articleJune 2022
Sibyl: adaptive and extensible data placement in hybrid storage systems using online reinforcement learning
- Gagandeep Singh,
- Rakesh Nadig,
- Jisung Park,
- Rahul Bera,
- Nastaran Hajinazar,
- David Novo,
- Juan Gómez-Luna,
- Sander Stuijk,
- Henk Corporaal,
- Onur Mutlu
ISCA '22: Proceedings of the 49th Annual International Symposium on Computer ArchitecturePages 320–336https://doi.org/10.1145/3470496.3527442Hybrid storage systems (HSS) use multiple different storage devices to provide high and scalable storage capacity at high performance. Data placement across different devices is critical to maximize the benefits of such a hybrid system. Recent research ...
- research-articleJune 2022
Accelerating Weather Prediction Using Near-Memory Reconfigurable Fabric
-
- research-articleMay 2022
SySCIM: SystemC-AMS simulation of memristive computation in-memory
- Seyed Hossein Hashemi Shadmehri,
- Ali BanaGozar,
- Mehdi Kamal,
- Sander Stuijk,
- Ali Afzali-Kusha,
- Massoud Pedram,
- Henk Corporaal
DATE '22: Proceedings of the 2022 Conference & Exhibition on Design, Automation & Test in EuropePages 1467–1472<u>C</u>omputation-<u>i</u>n-<u>m</u>emory (CIM) is one of the most appealing computing paradigms, especially for implementing artificial neural networks. Non-volatile memories like ReRAMs, PCMs, etc., have proven to be promising candidates for the ...
- research-articleJune 2024
DominoSearch: find layer-wise fine-grained N:M sparse schemes from dense neural networks
NIPS '21: Proceedings of the 35th International Conference on Neural Information Processing SystemsArticle No.: 1585, Pages 20721–20732Neural pruning is a widely-used compression technique for Deep Neural Networks (DNNs). Recent innovations in Hardware Architectures (e.g. Nvidia Ampere Sparse Tensor Core) and N:M fine-grained Sparse Neural Network algorithms (i.e. every M-weights ...
- proceedingNovember 2021
SCOPES '21: Proceedings of the 24th International Workshop on Software and Compilers for Embedded Systems
Welcome to the SCOPES workshop. Due to the COVID-19 pandemic, we are meeting in a virtual venue instead of in Eindhoven. This year we are presenting a workshop program that features many interesting talks on all aspects related to the design of modern ...
- posterFebruary 2021
Modeling FPGA-Based Systems via Few-Shot Learning
FPGA '21: The 2021 ACM/SIGDA International Symposium on Field-Programmable Gate ArraysPage 146https://doi.org/10.1145/3431920.3439460Machine-learning-based models have recently gained traction as a way to overcome the slow downstream implementation process of FPGAs by building models that provide fast and accurate performance predictions. However, these models suffer from two main ...
- research-articleFebruary 2021
Gyro: A Digital Spiking Neural Network Architecture for Multi-Sensory Data Analytics
DroneSE and RAPIDO '21: Proceedings of the 2021 Drone Systems Engineering and Rapid Simulation and Performance Evaluation: Methods and Tools ProceedingsPages 9–15https://doi.org/10.1145/3444950.3444951Unmanned Aerial Vehicles (UAVs) that interact with the physical world in real-time make use of a multitude of sensors and often execute deep neural network workloads for perceiving the state of the environment. To increase UAV’s operations, it is ...
- research-articleJanuary 2021
Taming the State-space Explosion in the Makespan Optimization of Flexible Manufacturing Systems
ACM Transactions on Cyber-Physical Systems (TCPS), Volume 5, Issue 2Article No.: 15, Pages 1–26https://doi.org/10.1145/3426194This article presents a modular automaton-based framework to specify flexible manufacturing systems and to optimize the makespan of product batches. The Batch Makespan Optimization (BMO) problem is NP-Hard and optimization can therefore take ...
- research-articleAugust 2020
Schedule Synthesis for Halide Pipelines on GPUs
ACM Transactions on Architecture and Code Optimization (TACO), Volume 17, Issue 3Article No.: 23, Pages 1–25https://doi.org/10.1145/3406117The Halide DSL and compiler have enabled high-performance code generation for image processing pipelines targeting heterogeneous architectures through the separation of algorithmic description and optimization schedule. However, automatic schedule ...
- ArticleJuly 2020
System Simulation of Memristor Based Computation in Memory Platforms
Embedded Computer Systems: Architectures, Modeling, and SimulationPages 152–168https://doi.org/10.1007/978-3-030-60939-9_11AbstractProcessors based on the von Neumann architecture show inefficient performance on many emerging data-intensive workloads. Computation in-memory (CIM) tries to address this challenge by performing the computation on the data location. To realize CIM,...
- short-paperMay 2020
Real-time audio processing for hearing aids using a model-based bayesian inference framework
SCOPES '20: Proceedings of the 23th International Workshop on Software and Compilers for Embedded SystemsPages 82–85https://doi.org/10.1145/3378678.3397528Development of hearing aid (HA) signal processing algorithms entails an iterative process between two design steps, namely algorithm development and the embedded implementation. Algorithm designers favor high-level programming languages for several ...
- research-articleMay 2020
Reviewing inference performance of state-of-the-art deep learning frameworks
SCOPES '20: Proceedings of the 23th International Workshop on Software and Compilers for Embedded SystemsPages 48–53https://doi.org/10.1145/3378678.3391882Deep learning models have replaced conventional methods for machine learning tasks. Efficient inference on edge devices with limited resources is key for broader deployment. In this work, we focus on the tool selection challenge for inference ...
- research-articleMay 2020
Programming tensor cores from an image processing DSL
SCOPES '20: Proceedings of the 23th International Workshop on Software and Compilers for Embedded SystemsPages 36–41https://doi.org/10.1145/3378678.3391880Tensor Cores (TCUs) are specialized units first introduced by NVIDIA in the Volta microarchitecture in order to accelerate matrix multiplications for deep learning and linear algebra workloads. While these units have proved to be capable of providing ...
- proceedingMay 2020
SCOPES '20: Proceedings of the 23th International Workshop on Software and Compilers for Embedded Systems
The influence of embedded systems is constantly growing. Increasingly powerful and versatile devices are developed and put on the market at a fast pace. Their functionality and number of features is increasing, and so are the constraints on the systems ...
- research-articleNovember 2019
Near-memory computing: Past, present, and future
- Gagandeep Singh,
- Lorenzo Chelini,
- Stefano Corda,
- Ahsan Javed Awan,
- Sander Stuijk,
- Roel Jordans,
- Henk Corporaal,
- Albert-Jan Boonstra
Microprocessors & Microsystems (MSYS), Volume 71, Issue Chttps://doi.org/10.1016/j.micpro.2019.102868AbstractThe conventional approach of moving data to the CPU for computation has become a significant performance bottleneck for emerging scale-out data-intensive applications due to their limited data reuse. At the same time, the advancement ...
- research-articleSeptember 2019
Designing a Controller with Image-based Pipelined Sensing and Additive Uncertainties
ACM Transactions on Cyber-Physical Systems (TCPS), Volume 3, Issue 3Article No.: 33, Pages 1–26https://doi.org/10.1145/3326067Pipelined image-based control uses parallel instances of its image-processing algorithm in a pipelined fashion to improve the quality of control. A performance-oriented control design improves the controller settling time with each additional processing ...