Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

79157236314 · Jun 202019922001200920182026
48 results for graph CNNs

Transform classical network structures to graph CNN for better graph recognition.

problem Transforming classical network structures to graph CNN for better graph recognition.
method Review and introduce ResNet, Inception, and DenseNet into graph CNN, constructing G_ResNet, G_Inception, G_DenseNet.
result Demonstrated how different network structures work on graph CNN in the graph recognition task.

Graph CNNs adapt to varying graph structures for better performance.

problem Fixed graph structures limit the performance of Graph CNNs on real data.
method Adaptive graph learning and distance metric learning for efficient graph construction.
result Adaptive Graph CNNs improve convergence speed and predictive accuracy on various graph datasets.

Paper revisits graph-CNNs using Laplace-Beltrami spectral filters and polynomials.

problem Improving spectral graph convolutional neural networks (graph-CNNs).
method Developed Laplace-Beltrami CNN (LB-CNN) by replacing graph Laplacian with LB operator and approximating spectral filters using Chebyshev, Laguerre, and Hermite polynomials.
result Classification accuracy of LB-CNN is not dependent on the type of polynomials or operators.

A grid layout method for graph classification using CNNs.

problem How to project graphs onto grids for CNNs to work effectively.
method Proposes a novel graph-preserving grid layout (GPGL) using integer programming to minimize topological loss, and solves it approximately with a regularized Kamada-Kawai algorithm.
result Demonstrates the success of the method for graph classification using multi-scale maxout CNNs.

DGCNN improves graph CNNs by handling irregular graphs.

problem Handling structural information loss and redundancy in graph CNNs.
method Proposes DGCNN using DGCL with mixed Gaussian model to handle irregular graphs.
result DGCNN outperforms state-of-the-art methods in graph classification and retrieval.

Ego-CNN detects critical structures in graphs efficiently.

problem Lack of precise detection of critical structures in existing graph embedding models.
method Ego-CNN uses ego-convolutions at each layer and stacks them in an ego-centric way.
result Ego-CNN achieves comparable task performance to state-of-the-art models and can incorporate scale-free priors.

A CNN model learns complex relationships in knowledge graphs.

problem Exploring complex relationships between entities and relationships in knowledge graphs.
method A Convolutional Neural Network (CNN) is used to learn entity and relationship representations in knowledge graphs.
result The proposed model outperforms state-of-the-art models on exploring unseen relationships.

A CNN on semi-regular meshes classifies brain diseases from MRI scans.

problem Classifying brain diseases from MRI scans.
method Developed a vertex-based graph CNN for semi-regular triangulated meshes.
result Vertex-based graph CNN outperformed spectral graph CNN in classifying MCI and AD.

GCNN research tackles graph data topology and prediction.

problem Graphs' irregularity and complexity make traditional CNN methods unsuitable.
method Review and categorization of GCNN techniques.
result TAGCN approach shows promise for improving graph data prediction.

Two graph neural network architectures improve CNN performance for graph signals.

problem Improving CNN performance for graph signals.
method Introducing two graph neural network architectures: selection GNN and aggregation GNN.
result Multinode aggregation GNNs consistently perform best in source localization and authorship attribution tasks.

Proposes SimPool for graph pooling using structural similarity features.

problem Challenges in graph pooling due to lack of spatial locality.
method Integrates structural similarity features with a revised pooling layer to propose SimPool.
result SimPool produces node cluster assignments resembling CNN's locality preserving pooling.

DeepSphere improves spherical CNNs by balancing efficiency and rotation equivariance.

problem Designing efficient and rotation-equivariant convolutional layers for spherical data.
method Graph-based approach to represent spherical data, focusing on the number of vertices and neighbors.
result DeepSphere achieves state-of-the-art performance and demonstrates efficiency and flexibility.

Graph CNN method improves classification of irregular spatial data like building patterns.

problem Challenges in analyzing irregular spatial data with machine learning.
method Graph Fourier transform and convolution theorem to convert irregular spatial data into a learnable format.
result Significantly improved classification of building patterns compared to other methods.

PETNet improves AD diagnosis using graph-based CNN on PET images.

problem Early diagnosis of Alzheimer's Disease using PET imaging.
method PETNet, a graph-based CNN architecture for 3D PET image analysis.
result PETNet shows improved performance over deep learning and other methods on ADNI dataset.

MDGCN improves hyperspectral image classification by dynamically updating graphs.

problem Traditional CNNs struggle with irregular image regions and class boundaries.
method MDGCN uses dynamic graph convolution on hyperspectral images, adapting to local regions.
result MDGCN outperforms state-of-the-art methods on benchmark datasets.

DeepMap learns deep graph representations via CNNs, improving graph classification performance.

problem Quantifying graph similarities for tasks like classification.
method Proposes DeepMap framework extending CNNs to arbitrary graphs, learning dense low-dimensional vectors.
result DeepMap achieves state-of-the-art performance on graph classification benchmarks.

Develops BASGCN for graph classification with improved feature learning.

problem Graph classification with information loss and imprecise representation.
method Transforms graphs into grid structures and defines a new spatial graph convolution operation.
result Reduces information loss and improves feature representation compared to existing models.

UAG defends GNNs against adversarial attacks by quantifying and explaining uncertainties.

problem Lack of uncertainty quantification in GNNs makes them vulnerable to adversarial attacks.
method UAG uses Bayesian Uncertainty Technique (BUT) and Uncertainty-aware Attention Technique (UAT).
result UAG outperforms state-of-the-art solutions in defending adversarial attacks on GNNs.

Proposes a novel framework for multi-label text classification.

problem Lack of coherent consideration of non-consecutive and long-distance semantics and hierarchical relations among labels.
method Hierarchical taxonomy-aware and attentional graph capsule recurrent CNNs framework.
result Significantly improves multi-label text classification performance.

New network learns image features inductively for disease classification.

problem Pre-processing image features limits network optimization.
method Inductive end-to-end learning with CNN and graph filters trained jointly.
result Significantly improved classification scores and higher stability.