• 검색 결과가 없습니다.

Review: Summary questions of the last lecture

N/A
N/A
Protected

Academic year: 2024

Share "Review: Summary questions of the last lecture"

Copied!
6
0
0

로드 중.... (전체 텍스트 보기)

전체 글

(1)Review: Summary questions of the last lecture What is the meaning of eigenvalues and eigenvectors of Laplacian? What is the meaning of the multiplicity of eigenvalue 0 of Laplacian? What is the meaning of the smoothness of an eigenvector?. How to get the eigen-spectrum of Laplacian of the complete graph? What is the relation btw Laplacian and random walks on undirected graphs?. J. Y. Choi. SNU. 1. (2) Review: Summary questions of the last lecture What is the meaning of eigenvalues and eigenvectors of Laplacian? → Frequencies and its corresponding graph signals that a graph can have. A signal 𝒇 can be written as graph Fourier series: 𝒇 = ෍ 𝑓መ𝑖 𝒖𝑖 𝒊. 𝒇𝑇 𝒖𝑘 = ෍ 𝑓መ𝑖 𝒖𝑇𝑖 𝒖𝑘 = 𝑓መ𝑘 = 𝒖𝑇𝑘 𝒇 𝒊. 𝑓መ𝟏 𝒖1𝑇 𝒇෠ = … = … 𝒇 𝒖𝑇𝑁 𝑓መ𝑵. 𝒇෠ = 𝑼𝑇 𝒇 Decompose signal 𝑓 Reconstruct signal 𝒇 Spatial domain: 𝒇. Design GCN in spectral domain J. Y. Choi. SNU. Spectral domain: 𝒇෠ Design GCN in spectral domain 2. (3) Review: Summary questions of the last lecture What is the meaning of the multiplicity of eigenvalue 0 of Laplacian? → The number of connected components in a graph. [Intuitive Proof] Letting two eigenvectors be 𝒖1 = [ 1 1 1 1 0 0 0 0]𝑇 , 𝒖2 = [ 0 0 0 0 1 1 1 1]𝑇 . Then 𝑳𝟏 𝑳𝒖1 = 0𝒖1 , 𝑳𝒖2 = 0𝒖2 . Thus (0, 𝒖1 ) and (0, 𝒖2 ) are eigenpairs. 𝑳𝟐 The multiplicity of eigenvalue 0 of 𝐿 equals to 2. J. Y. Choi. SNU. 𝑣4. 𝑣1. 𝑣8. 𝑣3 𝑣6. 𝑣5. 𝑣2 𝑣7. 2 −1 −1 0 0 0 0 0 −1 2 − 1 0 0 0 0 0 −1 − 1 3 − 1 0 0 0 0 0 0 −1 1 0 0 0 0 0 0 0 0 1 0 −1 0 0 0 0 0 0 2 −1 −1 0 0 0 0 −1 −1 3 −1 0 0 0 0 0 −1 −1 2 𝑳. 3. (4) Review: Summary questions of the last lecture What is the meaning of the smoothness of an eigenvector? → The smoothness of a eigenvector is its eigenvalue (frequency).. 𝑆𝐺 𝒇 = 𝒇𝑇 𝑳𝒇 = 𝒇𝑇 𝑼𝚲𝑼𝑻 𝒇 = 𝜶𝑻 𝚲𝜶 = 𝜶. 𝟐 𝚲. = ෍ 𝜆𝒊 𝛼𝒊𝟐 , 𝜶 = 𝑼𝑻 𝒇 𝟏≤𝒊≤𝑵. Spectral coordinate (unique vector) of eigenvector 𝒖𝑘 : 𝜶𝑘 = 𝑼𝑇 𝒖𝑘 = 𝒆𝑘 . 𝑆𝐺 𝒖𝑘 = 𝒖𝑇𝑘 𝑳𝒖𝑘 = 𝒖𝑇𝑘 𝑼𝚲𝑼𝑇 𝒖𝑘 = 𝒆𝑇𝑘 𝚲𝒆𝑘 = 𝒆𝑘. 𝟐 𝚲. 2 = ෍ 𝜆𝑖 𝑒𝑘,𝑖 = 𝜆𝑘 1≤𝑖≤𝑁. J. Y. Choi. SNU. 4. (5) Review: Summary questions of the last lecture How to get the eigen-spectrum of Laplacian of the complete graph? → The 1-st eigen-pair is (0, 𝟏𝑁 ) and compute the second eigen-pair of which eigenvector is orthogonal to 1-st eigenvector. The remaining ones can be. computed to be orthogonal to the previous ones. If 𝒖 ≠ 𝟎 and 𝒖 ⊥ 𝟏𝑵 ⇒ σ𝑖 𝑢𝑖 = 0 . To get the other eigenvalues, we compute (𝑳𝑲𝑵 𝒖)1 and divide by 𝑢1 (letting 𝑢1 ≠ 0). (𝑳𝑲𝑵 𝒖)1 = (𝑁 − 1)𝑢1 − ෍. 2≤𝑖≤𝑁. 𝑢𝑖 = 𝑁𝑢1. → (0, 𝟏𝑁 ), (𝑁, 1 − 1 0 … 0 𝑇 ), … J. Y. Choi. SNU. 5. (6) Review: Summary questions of the last lecture What is the relation btw Laplacian and random walks on undirected graphs? → The random walks is a stochastic process with a transition probability 𝑝𝑖𝑗 = 𝑤𝑖𝑗 𝑑𝑖. between node 𝑖 and 𝑗 of a graph with a Laplacian 𝐿 = 𝐷 − 𝑊.. Transition matrix: 𝑷 = 𝑝𝑖𝑗 = 𝑫−1 𝑾 (notice 𝑳𝑟𝑤 = 𝐈 − 𝑷). Unique stationary distribution 𝝅 = 𝜋1 , … , 𝜋𝑁 where 𝜋𝑖 =. 𝑑𝑖 𝑣𝑜𝑙 𝑽. .. ← 𝑣𝑜𝑙 𝑮 = 𝑣𝑜𝑙 𝑽 = 𝑣𝑜𝑙 𝑾 ≜ σ𝑖 𝑑𝑖 = σ𝑖𝑗 𝑤𝑖𝑗 . 𝝅=. 𝟏𝑇 𝑾 𝑣𝑜𝑙(𝑾). verifies 𝝅𝑷 = 𝝅 as 𝟏𝑇 𝑾𝑷 𝟏𝑇 𝑫𝑷 𝟏𝑇 𝑫𝑫−1 𝑾 𝟏𝑇 𝑾 𝝅𝑷 = = = = = 𝝅. 𝑣𝑜𝑙(𝑾) 𝑣𝑜𝑙(𝑾) 𝑣𝑜𝑙(𝑾) 𝑣𝑜𝑙(𝑾). J. Y. Choi. SNU. 6. (7)

참조

관련 문서

The purpose of this study is to identify factors in selecting the elective ICT utilization lecture and to find positive and negative elements of the lecture through

The purpose of this study is to examine the relationship between distance lecture quality (system quality, information quality, service quality,

Sahoo, Laplacian eigenvalues of the zero divisor graph of the ring Z n , Linear Algebra Appl.. Simi´ c, An Introduction to Theory of Graph spectra, Spectra

GCPN: Graph Convolutional Policy Network for Goal-Directed Molecular Graph Generation. Neural Information Processing

In general, lecture evaluation has been used in most universities as an important criterion to evaluate quality of education. This study is exploratory research on the

For this, meanings of good teaching, lecture evaluation domains and elements of preceding study, the contents and problems of lecture evaluation tools in A college were searched,

The Trajectory Tracking Stochastic Controller is composed of two controller, one is stochastic controller to suppress internal random noise and the other one

This study is designed to measure the indoor environment and research on the environmental situation in the lecture room where the lecture is conducted during the winter time in