Learn Before
Concept

Drawbacks of Fundamental Spectral Convolutional Methods

The first drawback of fundamental spectral convolutional methods is that they are computationally expensive because of the calculation of eigenvalue decomposition, which is O(N3)O(N^3) in time complexity, and matrix multiplication, which is O(N2)O(N^2) in time complexity. The second drawback is that the transformation is based on the graph Laplacian matrix, so the parameters cannot be shared across different graphs.

0

1

Updated 2026-06-14

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences