For questions related to Spectral analysis or Spectrum analysis is a analysis in terms of a spectrum of frequencies or related quantities such as energies, eigenvalues, etc. In specific areas it may refer to: Spectroscopy in chemistry and physics, a method of analyzing the properties of matter from their electromagnetic interactions.
Questions tagged [spectral-analysis]
7 questions
3
votes
2 answers
Why should one focus on spectral operations as a computer vision researcher?
While reading about various types of mathematical operations on tensors, I encountered spectral operations for the first time.
The description is as follows (p. 53 of this book)
Spectral ops - Functions for transforming in and operating in the…
hanugm
- 4,102
- 3
- 29
- 63
2
votes
0 answers
How to prepare audio data for deep learning?
Audio data is typically an array with the waveform represented by values from -1 to 1. There are two issues with that:
if all values are inverted, e.g. -1 becomes 1 and 1 becomes -1, the audio doesn't change. But if for example I need to find…
Ford F150 Gaming
- 121
- 3
2
votes
0 answers
Are spectral approaches to Graph Neural Networks still considered?
I've been reading several papers and reviews about Graph Neural Networks, and I still feel a bit confused about the difference between the two approaches, and also if the spatial approaches have somehow 'overcome' spectral ones. I will add some of…
James Arten
- 307
- 1
- 12
2
votes
1 answer
What exactly is the eigenspace of a graph (in spectral clustering)?
When we find the eigenvectors of a graph (say in the context of spectral clustering), what exactly is the vector space involved here? Of what vector space (or eigenspace) are we finding the eigenvalues of?
2
votes
1 answer
Understanding the node information score in the paper "Hierarchical Graph Pooling with Structure Learning"
The paper Hierarchical Graph Pooling with Structure Learning (2019) introduces a distance measure between:
a graph's node-representation matrix $\text{H}$, and
an approximation of this constructed from each node's neighbours' information…
End genocide - save Gaza
- 1,031
- 9
- 24
0
votes
0 answers
How does graph Fourier transform work when multiple signals present on each node?
Context: I was reading the following set of notes (page 83): here and it says:
Thus, the Fourier transform of signal (or function) $ \mathbf{f} \in R^{|V|} $ on a
graph can be computed as $$ \mathbf{s} = \mathbf{U}^T \mathbf{f} $$
Question: What…
Rocky the Owl
- 165
- 7
0
votes
0 answers
How does Chebyshev approximation of spectral convolution work?
I was reading the following paper: here. In it, it talks about spectral graph convolutions and says:
We consider spectral convolutions on graphs defined as the
multiplication of a signal $x \in R^N$ (a scalar for every node)
with a filter…
Rocky the Owl
- 165
- 7