paper-with-me

홈 › Papers

ASPEN: Breaking Operator Barriers for Efficient Parallelization of Deep Neural Networks

2023-09-21 · NeurIPS 2023 11

Modern Deep Neural Network (DNN) frameworks use tensor operators as the main building blocks of DNNs. However, we observe that operator-based construction of DNNs incurs significant drawbacks in parallelism in the form of synchronization barriers. Synchronization barriers of operators confine the scope of parallel computation to each operator and obscure the rich parallel computation opportunities that exist across operators. To this end, we present ASPEN, a novel parallel computation solution for DNNs that achieves fine-grained dynamic execution of DNNs, which (1) removes the operator barriers and expresses DNNs in dataflow graphs of fine-grained tiles to expose the parallel computation opportunities across operators, and (2) exploits these opportunities by dynamically locating and scheduling them in runtime. This novel approach of ASPEN enables opportunistic parallelism, a new class of parallelism for DNNs that is unavailable in the existing operator-based approaches. ASPEN also achieves high resource utilization and memory reuse by letting each resource asynchronously traverse depthwise in the DNN graph to its full computing potential. We provide challenges and solutions to our approach and show that our proof-of-concept implementation of ASPEN on CPU shows exceptional performance, outperforming state-of-the-art inference systems of TorchScript and TVM by up to 3.2$\times$ and 4.3$\times$, respectively.

📄 PDF Abstract BibTeX

Code (1)

cakeng/aspen 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Synthesis of separation processes with reinforcement learning

2022-11-03 · Stephan C. P. A. van Kalmthout, Laurence I. Midgley, Meik B. Franke

This paper shows the implementation of reinforcement learning (RL) in commercial flowsheet simulator software (Aspen Plus V12) for designing and optimising a distillation sequence. The aim of the SAC agent was to separat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Parallel Greedy Best-First Search with a Bound on Expansions Relative to Sequential Search

2024-12-16 · Takumi Shimoda, Alex Fukunaga

Parallelization of non-admissible search algorithms such as GBFS poses a challenge because straightforward parallelization can result in search behavior which significantly deviates from sequential search. Previous work …

Advances in Logic-Based Entity Resolution: Enhancing ASPEN with Local Merges and Optimality Criteria

2025-08-14 · Zhliang Xiang, Meghyn Bienvenu, Gianluca Cima, Víctor Gutiérrez-Basulto 외 arxiv

In this paper, we present ASPEN+, which extends an existing ASP-based system, ASPEN,for collective entity resolution with two important functionalities: support for local merges and new optimality criteria for preferred …

Entity Resolution

Aspen Open Jets: Unlocking LHC Data for Foundation Models in Particle Physics

2024-12-13 · Oz Amram, Luca Anzalone, Joschka Birk, Darius A. Faroughy 외

Foundation models are deep learning models pre-trained on large amounts of data which are capable of generalizing to multiple datasets and/or downstream tasks. This work demonstrates how data collected by the CMS experim…

ASPEN: Spectral-Temporal Fusion for Cross-Subject Brain Decoding

2026-02-18 · Megan Lee, Seung Ha Hwang, Inhyeok Choi, Shreyas Darade 외 arxiv

Cross-subject generalization in EEG-based brain-computer interfaces (BCIs) remains challenging due to individual variability in neural signals. We investigate whether spectral representations offer more stable features f…

Brain Decoding