paper-with-me

Papers

Semi-Supervised Classification on Non-Sparse Graphs Using Low-Rank Graph Convolutional Networks

2019-05-24 · Dominik Alfke, Martin Stoll

Graph Convolutional Networks (GCNs) have proven to be successful tools for semi-supervised learning on graph-based datasets. For sparse graphs, linear and polynomial filter functions have yielded impressive results. For large non-sparse graphs, however, network training and evaluation becomes prohibitively expensive. By introducing low-rank filters, we gain significant runtime acceleration and simultaneously improved accuracy. We further propose an architecture change mimicking techniques from Model Order Reduction in what we call a reduced-order GCN. Moreover, we present how our method can also be applied to hypergraph datasets and how hypergraph convolution can be implemented efficiently.

📄 PDF Abstract BibTeX arXiv:1905.10224

Code (2)

dominikalfke/GCNModel 공식 구현 tf
dominikalfke/LowRankGCNExperiments 공식 구현

Tasks

General Classification

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…
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…

Similar Papers 제목 키워드 기반

$L^γ$-PageRank for Semi-Supervised Learning

2019-03-11 · Esteban Bautista, Patrice Abry, Paulo Gonçalves

PageRank for Semi-Supervised Learning has shown to leverage data structures and limited tagged examples to yield meaningful classification. Despite successes, classification performance can still be improved, particularl…

ClassificationGeneral Classification

Pseudoinverse Graph Convolutional Networks: Fast Filters Tailored for Large Eigengaps of Dense Graphs and Hypergraphs

2020-08-03 · Dominik Alfke, Martin Stoll

Graph Convolutional Networks (GCNs) have proven to be successful tools for semi-supervised classification on graph-based datasets. We propose a new GCN variant whose three-part filter space is targeted at dense graphs. E…

Computational Efficiency

Semi-supervised Sparse Representation with Graph Regularization for Image Classification

2020-11-11 · Hongfeng Li

Image classification is a challenging problem for computer in reality. Large numbers of methods can achieve satisfying performances with sufficient labeled images. However, labeled images are still highly limited for cer…

ClassificationGeneral Classificationimage-classificationImage Classification

Constructing a Non-Negative Low Rank and Sparse Graph with Data-Adaptive Features

2014-09-03 · Liansheng Zhuang, Shenghua Gao, Jinhui Tang, Jingjing Wang 외

This paper aims at constructing a good graph for discovering intrinsic data structures in a semi-supervised learning setting. Firstly, we propose to build a non-negative low-rank and sparse (referred to as NNLRS) graph f…

graph construction

Rank Flow Embedding for Unsupervised and Semi-Supervised Manifold Learning

2023-04-24 · Lucas Pascotti Valem, Daniel Carlos Guimarães Pedronette, Longin Jan Latecki

Impressive advances in acquisition and sharing technologies have made the growth of multimedia collections and their applications almost unlimited. However, the opposite is true for the availability of labeled data, whic…

Image RetrievalRetrieval