paper-with-me

Papers

An End-to-End Graph Convolutional Kernel Support Vector Machine

2020-02-29 · Padraig Corcoran

A novel kernel-based support vector machine (SVM) for graph classification is proposed. The SVM feature space mapping consists of a sequence of graph convolutional layers, which generates a vector space representation for each vertex, followed by a pooling layer which generates a reproducing kernel Hilbert space (RKHS) representation for the graph. The use of a RKHS offers the ability to implicitly operate in this space using a kernel function without the computational complexity of explicitly mapping into it. The proposed model is trained in a supervised end-to-end manner whereby the convolutional layers, the kernel function and SVM parameters are jointly optimized with respect to a regularized classification loss. This approach is distinct from existing kernel-based graph classification models which instead either use feature engineering or unsupervised learning to define the kernel function. Experimental results demonstrate that the proposed model outperforms existing deep learning baseline models on a number of datasets.

📄 PDF Abstract BibTeX arXiv:2003.00226

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFeature EngineeringGeneral ClassificationGraph Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Skip Vectors for RDF Data: Extraction Based on the Complexity of Feature Patterns

2022-01-06 · Yota Minami, Ken Kaneiwa

The Resource Description Framework (RDF) is a framework for describing metadata, such as attributes and relationships of resources on the Web. Machine learning tasks for RDF graphs adopt three methods: (i) support vector…

BIG-bench Machine Learning

Graph Convolutional Kernel Machine versus Graph Convolutional Networks

2023-09-21 · NeurIPS 2023 11

Graph convolutional networks (GCN) with one or two hidden layers have been widely used in handling graph data that are prevalent in various disciplines. Many studies showed that the gain of making GCNs deeper is tiny or …

Symmetric and antisymmetric properties of solutions to kernel-based machine learning problems

2016-06-27 · Giorgio Gnecco

A particularly interesting instance of supervised learning with kernels is when each training example is associated with two objects, as in pairwise classification (Brunner et al., 2012), and in supervised learning of pr…

BIG-bench Machine LearningBinary ClassificationGeneral Classification

Solving Support Vector Machines in Reproducing Kernel Banach Spaces with Positive Definite Functions

2012-09-06 · Gregory E. Fasshauer, Fred J. Hickernell, Qi Ye

In this paper we solve support vector machines in reproducing kernel Banach spaces with reproducing kernels defined on nonsymmetric domains instead of the traditional methods in reproducing kernel Hilbert spaces. Using t…

Classification of COVID-19 in Chest CT Images using Convolutional Support Vector Machines

2020-11-11 · Umut Özkaya, Şaban Öztürk, Serkan Budak, Farid Melgani 외

Purpose: Coronavirus 2019 (COVID-19), which emerged in Wuhan, China and affected the whole world, has cost the lives of thousands of people. Manual diagnosis is inefficient due to the rapid spread of this virus. For this…

Computed Tomography (CT)General ClassificationTransfer Learning