paper-with-me

Papers

Flattened Graph Convolutional Networks For Recommendation

2022-09-25 · Yue Xu, Hao Chen, Zengde Deng, Yuanchen Bei, Feiran Huang

Graph Convolutional Networks (GCNs) and their variants have achieved significant performances on various recommendation tasks. However, many existing GCN models tend to perform recursive aggregations among all related nodes, which can arise severe computational burden to hinder their application to large-scale recommendation tasks. To this end, this paper proposes the flattened GCN~(FlatGCN) model, which is able to achieve superior performance with remarkably less complexity compared with existing models. Our main contribution is three-fold. First, we propose a simplified but powerful GCN architecture which aggregates the neighborhood information using one flattened GCN layer, instead of recursively. The aggregation step in FlatGCN is parameter-free such that it can be pre-computed with parallel computation to save memory and computational cost. Second, we propose an informative neighbor-infomax sampling method to select the most valuable neighbors by measuring the correlation among neighboring nodes based on a principled metric. Third, we propose a layer ensemble technique which improves the expressiveness of the learned representations by assembling the layer-wise neighborhood representations at the final layer. Extensive experiments on three datasets verify that our proposed model outperforms existing GCN models considerably and yields up to a few orders of magnitude speedup in training efficiency.

📄 PDF Abstract BibTeX arXiv:2210.07769

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Flattened Convolutional Neural Networks for Feedforward Acceleration

2014-12-17 · Jonghoon Jin, Aysegul Dundar, Eugenio Culurciello

We present flattened convolutional neural networks that are designed for fast feedforward execution. The redundancy of the parameters, especially weights of the convolutional filters in convolutional neural networks has …

DeepFlash: Turning a Flash Selfie into a Studio Portrait

2019-01-14 · Nicola Capece, Francesco Banterle, Paolo Cignoni, Fabio Ganovelli 외

We present a method for turning a flash selfie taken with a smartphone into a photograph as if it was taken in a studio setting with uniform lighting. Our method uses a convolutional neural network trained on a set of pa…

3D Depth Estimation

SemLayer: Semantic-aware Generative Segmentation and Layer Construction for Abstract Icons

2026-03-25 · Haiyang Xu, Ronghuan Wu, Li-Yi Wei, Nanxuan Zhao 외 arxiv

Graphic icons are a cornerstone of modern design workflows, yet they are often distributed as flattened single-path or compound-path graphics, where the original semantic layering is lost. This absence of semantic decomp…

Code Completion by Modeling Flattened Abstract Syntax Trees as Graphs

2021-03-17 · Yanlin Wang, Hui Li

Code completion has become an essential component of integrated development environments. Contemporary code completion methods rely on the abstract syntax tree (AST) to generate syntactically correct code. However, they …

Code CompletionGraph AttentionMulti-Task LearningRepresentation Learning

TGraphX: Tensor-Aware Graph Neural Network for Multi-Dimensional Feature Learning

2025-04-04 · Arash Sajjadi, Mark Eramian

TGraphX presents a novel paradigm in deep learning by unifying convolutional neural networks (CNNs) with graph neural networks (GNNs) to enhance visual reasoning tasks. Traditional CNNs excel at extracting rich spatial f…

Graph Neural Networkobject-detectionObject DetectionRelational Reasoning+1