paper-with-me

홈 › Papers

Sparse Deep Neural Network Graph Challenge

2019-09-02 · Jeremy Kepner, Simon Alford, Vijay Gadepally, Michael Jones, Lauren Milechin, Ryan Robinett, Sid Samsi

The MIT/IEEE/Amazon GraphChallenge.org encourages community approaches to developing new solutions for analyzing graphs and sparse data. Sparse AI analytics present unique scalability difficulties. The proposed Sparse Deep Neural Network (DNN) Challenge draws upon prior challenges from machine learning, high performance computing, and visual analytics to create a challenge that is reflective of emerging sparse AI systems. The Sparse DNN Challenge is based on a mathematically well-defined DNN inference computation and can be implemented in any programming environment. Sparse DNN inference is amenable to both vertex-centric implementations and array-based implementations (e.g., using the GraphBLAS.org standard). The computations are simple enough that performance predictions can be made based on simple computing hardware models. The input data sets are derived from the MNIST handwritten letters. The surrounding I/O and verification provide the context for each sparse DNN inference that allows rigorous definition of both the input and the output. Furthermore, since the proposed sparse DNN challenge is scalable in both problem size and hardware, it can be used to measure and quantitatively compare a wide range of present day and future systems. Reference implementations have been implemented and their serial and parallel performance have been measured. Specifications, data, and software are publicly available at GraphChallenge.org

📄 PDF Abstract BibTeX arXiv:1909.05631

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GraphChallenge.org Sparse Deep Neural Network Performance

2020-03-25 · Jeremy Kepner, Simon Alford, Vijay Gadepally, Michael Jones 외

The MIT/IEEE/Amazon GraphChallenge.org encourages community approaches to developing new solutions for analyzing graphs and sparse data. Sparse AI analytics present unique scalability difficulties. The Sparse Deep Neural…

Sparse Structure Learning via Graph Neural Networks for Inductive Document Classification

2021-12-13 · Yinhua Piao, Sangseon Lee, Dohoon Lee, Sun Kim

Recently, graph neural networks (GNNs) have been widely used for document classification. However, most existing methods are based on static word co-occurrence graphs without sentence-level information, which poses three…

ClassificationDocument ClassificationInductive LearningSentence

Exploring & Exploiting High-Order Graph Structure for Sparse Knowledge Graph Completion

2023-06-29 · Tao He, Ming Liu, Yixin Cao, Zekun Wang 외

Sparse knowledge graph (KG) scenarios pose a challenge for previous Knowledge Graph Completion (KGC) methods, that is, the completion performance decreases rapidly with the increase of graph sparsity. This problem is als…

Knowledge Graph CompletionLogical Reasoning

The Graphon Limit Hypothesis: Understanding Neural Network Pruning via Infinite Width Analysis

2025-10-20 · Hoang Pham, The-Anh Ta, Tom Jacobs, Rebekka Burkholz 외 arxiv

Sparse neural networks promise efficiency, yet training them effectively remains a fundamental challenge. Despite advances in pruning methods that create sparse architectures, understanding why some sparse structures are…

Network Pruning

RSC: Accelerating Graph Neural Networks Training via Randomized Sparse Computations

2022-10-19 · Zirui Liu, Shengyuan Chen, Kaixiong Zhou, Daochen Zha 외

The training of graph neural networks (GNNs) is extremely time consuming because sparse graph-based operations are hard to be accelerated by hardware. Prior art explores trading off the computational precision to reduce …