paper-with-me

홈 › Papers

Architectural Implications of Embedding Dimension during GCN on CPU and GPU

2022-12-01 · Matthew Adiletta, David Brooks, Gu-Yeon Wei

Graph Neural Networks (GNNs) are a class of neural networks designed to extract information from the graphical structure of data. Graph Convolutional Networks (GCNs) are a widely used type of GNN for transductive graph learning problems which apply convolution to learn information from graphs. GCN is a challenging algorithm from an architecture perspective due to inherent sparsity, low data reuse, and massive memory capacity requirements. Traditional neural algorithms exploit the high compute capacity of GPUs to achieve high performance for both inference and training. The architectural decision to use a GPU for GCN inference is a question explored in this work. GCN on both CPU and GPU was characterized in order to better understand the implications of graph size, embedding dimension, and sampling on performance.

📄 PDF Abstract BibTeX arXiv:2212.00827

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUGraph Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Multimodal Cultural Heritage Architectural Style Classification for Residential Buildings in the UAE Based on CLIP Embeddings and SVM

2026-09-15 · Ahmed Ammar Kubba, Manar Abu Talib, Iman Ibrahim, Qassim Nasir arxiv

The analysis and classification of cultural heritage architectural styles remain challenging due to the complexity of visual images of buildings, which are highly relied on in traditional CNN-based classification approac…

Dimensionality Reduction

Images in Discrete Choice Modeling: Addressing Data Isomorphism in Multi-Modality Inputs

2023-12-22 · Brian Sifringer, Alexandre Alahi

This paper explores the intersection of Discrete Choice Modeling (DCM) and machine learning, focusing on the integration of image data into DCM's utility functions and its impact on model interpretability. We investigate…

Characterizing the Behavior of Training Mamba-based State Space Models on GPUs

2025-08-25 · Trinayan Baruah, Kaustubh Shivdikar, Sara Prescott, David Kaeli arxiv

Mamba-based State Space Models (SSM) have emerged as a promising alternative to the ubiquitous transformers. Despite the expressive power of transformers, the quadratic complexity of computing attention is a major impedi…

Text Generation

Architectural Implications of Function-as-a-Service Computing

2019-10-16 · Shahrad, Mohammad; Fonseca, Rodrigo; Goiri, Íñigo; Irfan Chaudhry 외

Serverless computing is a rapidly growing cloud application model, popularized by Amazon’s Lambda platform. Serverless cloud services provide fine-grained provisioning of resources, which scale automatically with user de…

Understanding Generalization from Embedding Dimension and Distributional Convergence

2026-01-30 · Junjie Yu, Zhuoli Ouyang, Haotian Deng, Chen Wei 외 arxiv

Deep neural networks often generalize well despite heavy over-parameterization, challenging classical parameter-based analyses. We study generalization from a representation-centric perspective and analyze how the geomet…