numerical linear algebra issues underlying a tensor
play

Numerical Linear Algebra Issues Underlying a Tensor Network - PowerPoint PPT Presentation

Numerical Linear Algebra Issues Underlying a Tensor Network Computation Charles F. Van Loan Department of Computer Science Cornell University Joint work with Stefan Ragnarsson, Center for Applied Mathematics, Cornell University NSF Workshop


  1. Numerical Linear Algebra Issues Underlying a Tensor Network Computation Charles F. Van Loan Department of Computer Science Cornell University Joint work with Stefan Ragnarsson, Center for Applied Mathematics, Cornell University NSF Workshop on Future Directions in Tensor-Based Computation and Modeling, February 20-21, 2009.

  2. The Rayleigh Quotient One way to find the smallest eigenvalue and eigenvector of a sym- metric matrix H is to minimize r ( a ) = a T Ha a T a a = a min , λ = r ( a min ) ⇒ Ha = λa

  3. Modeling Electron Interactions Have d “sites” (grid points) in physical space. The goal is compute a wave function, an element of a 2 d Hilbert space. The Hilbert space is a product of d 2-dimensional Hilbert spaces. (A site is either occupied or not occupied.) A (discretized) wavefunction is a d -tensor, 2-by-2-by-2-by-2...

  4. The H-Matrix d d t ij H T v ijkℓ H T i H T Σ Σ H = + i H j j H k H ℓ i,j =1 i,j,k,ℓ =1 where H p = I 2 p − 1 ⊗ A ⊗ I 2 d − p O ( d 4 ) parameters describe 4 d entries ⎡ ⎤ 0 1 = ⎢ ⎥ A ⎢ ⎥ ⎢ ⎥ 0 0 ⎢ ⎥ ⎣ ⎦ t ij = t ji = ( t ij ) = T (1: d , 1: d ) T v ijkℓ = v kℓij = ( v ijkℓ ) = V (1: d , 1: d , 1: d, 1: d ) V v ijkℓ = v jikℓ = v ijℓk

  5. ⊗ · · · ⊗ · · · ⊗ · · · ⊗ · · · ⊗ If d = 40 and ⎡ ⎤ 0 1 H p = I 2 p − 1 ⊗ A ⊗ I 2 d − p A = ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ 0 0 ⎢ ⎥ ⎣ ⎦ then H T 5 H T 9 H 20 H 27 = I 16 ⊗ A T ⊗ I 8 ⊗ A T ⊗ I 1024 ⊗ A ⊗ I 64 ⊗ A ⊗ I 8 Huge n from modest d via Kronecker Products

  6. Perspective The Google Matrix ⇒ H 2 40 -by-2 40

  7. ↑ ↑ ↑ KP Methodologies ↑ ↑ ↑ KP Singular Value Decomposition: H = σ 1 ( B 1 ⊗ C 1 ) + · · · + σ R ( B R ⊗ C R ) KP Approximation: H ≈ B ⊗ C Flatten and Approximate: ⎡ ⎤ V 11 · · · V 1 d ⎢ ⎥ ⎢ ⎥ . . ... . . � � ⎢ ⎥ = . . ≈ Sym ⊗ Sym v ijkℓ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ V d 1 · · · V dd ⎢ ⎥ ⎣ ⎦

  8. The Saga Continues... Wavefunction-related computations lead to a T Ha min a T a a ∈ IR N However a is SO BIG that it cannot be stored explicitly. The Curse of Dimensionality

  9. Constrain for Tractability Minimize r ( a ) = a T Ha a T a subject to the contraint that a is a tensor network .

  10. What is a Tensor Network? A tensor network is a tensor of high dimension that is built up from many sparsely connected tensors of low-dimension. A (2) A (5) A (3) A (4) A (6) A (7) A (1) A (8) A (10) A (9) Nodes are tensors and the edges are contractions.

  11. A 5-Site Linear Tensor Network A (1) A (2) A (3) A (4) A (5) A (1) : 2 × m A (2) : m × m × 2 A (3) : m × m × 2 A (4) : m × m × 2 A (5) : m × 2 m is a parameter, typically around 100.

  12. If a (1:2 , 1:2 , 1:2 , 1:2 , 1:2) is 5-site LTN then... a ( 1 , 1 , 1 , 1 , 1 ) A (1) A (2) A (3) A (4) A (5)

  13. If a (1:2 , 1:2 , 1:2 , 1:2 , 1:2) is 5-site LTN then... a ( 2 , 1 , 1 , 1 , 1 ) A (1) A (2) A (3) A (4) A (5)

  14. If a (1:2 , 1:2 , 1:2 , 1:2 , 1:2) is 5-site LTN then... a ( 1 , 2 , 1 , 1 , 1 ) A (1) A (2) A (3) A (4) A (5)

  15. If a (1:2 , 1:2 , 1:2 , 1:2 , 1:2) is 5-site LTN then... a ( 2 , 2 , 1 , 1 , 1 ) A (1) A (2) A (3) A (4) A (5)

  16. If a (1:2 , 1:2 , 1:2 , 1:2 , 1:2) is 5-site LTN then... a ( 1 , 1 , 2 , 1 , 1 ) A (1) A (2) A (3) A (4) A (5) A length-2 d vector that is represented by O ( dm 2 ) numbers.

  17. LTN(5,m): Scalar Definition m m m m Σ Σ Σ Σ * * * * a ( n 1 , n 2 , n 3 , n 4 , n 5 ) = i 1=1 i 2=1 i 3=1 i 4=1 A (1) ( n 1 , i 1 ) ∗ A (2) ( i 1 , i 2 , n 2 ) ∗ A (3) ( i 2 , i 3 , n 3 ) ∗ A (4) ( i 3 , i 4 , n 4 ) ∗ A (5) ( i 4 , n 5 )

  18. LTN(5,m): Scalar Definition m m m m Σ Σ Σ Σ * * * * a ( n 1 , n 2 , n 3 , n 4 , n 5 ) = i 1=1 i 2=1 i 3=1 i 4=1 A (1) ( n 1 , i 1 ) ∗ A (2) ( i 1 , i 2 , n 2 ) ∗ A (3) ( i 2 , i 3 , n 3 ) ∗ A (4) ( i 3 , i 4 , n 4 ) ∗ A (5) ( i 4 , n 5 ) Since a contraction is a generalized matrix product, then shouldn’t it be described that way?

  19. The Block Vec Product ⊙ ⎡ ⎤ F 1 G 1 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ F 1 G 2 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎡ ⎤ ⎢ ⎥ G 1 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎡ ⎤ ⎢ ⎥ F 1 F 1 G 3 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎦ ⊙ ⎢ G 2 ⎥ = ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ F 2 F 2 G 1 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎣ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ G 2 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎣ ⎦ ⎢ ⎥ ⎢ ⎥ F 2 G 2 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ F 2 G 3 ⎥ ⎣ ⎦

  20. The Block Vec Product ⊙ ⎡ ⎤ F 1 G 1 H 1 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ F 1 G 1 H 2 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ F 1 G 2 H 1 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ F 1 G 1 H 1 F 1 G 2 H 2 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎦ ⊙ ⎦ ⊙ ⎦ = ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ F 2 ⎥ ⎢ G 2 ⎥ ⎢ H 2 ⎥ F 2 G 1 H 1 ⎢ ⎥ ⎣ ⎣ ⎣ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ F 2 G 1 H 2 ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ F 2 G 2 H 1 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ F 2 G 2 H 2 ⎢ ⎥ ⎣ ⎦

  21. LTN(5,m): ⊙ Definition ⎡ ⎤ a (1 , 1 , 1 , 1 , 1) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ a (2 , 1 , 1 , 1 , 1) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ a (1 , 2 , 1 , 1 , 1) ⎢ ⎥ ⎢ ⎥ ⎢ . ⎥ . ⎢ ⎥ . ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ a (1 , 2 , 2 , 2 , 2) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ a (2 , 2 , 2 , 2 , 2) ⎣ ⎦ = ⎣ A (1) (1 , :) ⎣ A (2) (: , : , 1) ⎣ A (3) (: , : , 1) ⎣ A (4) (: , : , 1) ⎣ A (5) (: , 1) ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ A (1) (2 , :) ⎥ ⎢ A (2) (: , : , 2) ⎥ ⎢ A (3) (: , : , 2) ⎥ ⎢ A (4) (: , : , 2) ⎥ ⎢ A (5) (: , 2) ⎥ ⎦

  22. BlockVec of a Tensor If A = A (1: N 1 , 1: N 2 , 1: N 3 , 1: N 4 ) then ⎡ A (: , : , 1 , 1) ⎤ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ A (: , : , 2 , 1) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ A (: , : , 3 , 1) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ blockVec( A ) = N 3 = 3 , N 4 = 2 ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ A (: , : , 1 , 2) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ A (: , : , 2 , 2) ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ A (: , : , 3 , 2) ⎢ ⎥ ⎣ ⎦

  23. A “Canonical” Contraction A ( i, j, n 3 , n 4 , m 3 , m 4 , m 5 ) = Σ B ( i, k, n 3 , n 4 ) C ( k, j, m 3 , m 4 , m 5 ) k A (: , : , n 3 , n 4 , m 3 , m 4 , m 5 ) = B (: , : , n 3 , n 4 ) C (: , : , m 3 , m 4 , m 5 ) BlockVec( A ) = BlockVec( B ) ⊙ BlockVec( C )

  24. General Contractions Σ B ( n 1 , n 2 , k, n 4 ) C ( m 1 , m 2 , m 3 , k, m 5 ) k ⇓ Transposition B ( n 1 , k, n 2 , n 4 ) ˜ ˜ Σ C ( k, m 2 , m 3 , m 1 , m 5 ) k ⇓ Canonical Contraction ˜ A ( n 1 , m 2 , n 2 , n 4 , m 3 , m 1 , m 5 ) ⇓ Transposition A ( n 1 , n 2 , n 4 , m 2 , m 3 , m 1 , m 5 )

  25. The Path to High Performance? Optimized Level-3 BLAS Multidimensional Transpose Block Tensor Data Structures

  26. The Saga Continues... Minimize r ( a ) = a T Ha a T a subject to the constraint that ⎣ A (1) (1 , :) ⎣ A (2) (: , : , 1) ⎣ A (3) (: , : , 1) ⎣ A (4) (: , : , 1) ⎣ A (5) (: , 1) ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ a = ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ A (1) (2 , :) ⎥ ⎢ A (2) (: , : , 2) ⎥ ⎢ A (3) (: , : , 2) ⎥ ⎢ A (4) (: , : , 2) ⎥ ⎢ A (5) (: , 2) ⎥ ⎦

  27. Rephrased Minimize r ( A (1) , A (2) , A (3) , A (4) , A (5) ) = a T Ha a T a where ⎣ A (1) (1 , :) ⎣ A (2) (: , : , 1) ⎣ A (3) (: , : , 1) ⎣ A (4) (: , : , 1) ⎣ A (5) (: , 1) ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ a = ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ A (1) (2 , :) ⎥ ⎢ A (2) (: , : , 2) ⎥ ⎢ A (3) (: , : , 2) ⎥ ⎢ A (4) (: , : , 2) ⎥ ⎢ A (5) (: , 2) ⎥ ⎦

  28. The Sweep Algorithm Minimize r ( A (1) , A (2) , A (3) , A (4) , A (5) ) = a T Ha a T a where ⎣ A (1) (1 , :) ⎣ A (2) (: , : , 1) ⎣ A (3) (: , : , 1) ⎣ A (4) (: , : , 1) ⎣ A (5) (: , 1) ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ a = ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ A (1) (2 , :) ⎥ ⎢ A (2) (: , : , 2) ⎥ ⎢ A (3) (: , : , 2) ⎥ ⎢ A (4) (: , : , 2) ⎥ ⎢ A (5) (: , 2) ⎥ ⎦ and only A (1) varies. (A small eigenproblem.)

  29. The Sweep Algorithm Minimize r ( A (1) , A (2) , A (3) , A (4) , A (5) ) = a T Ha a T a where ⎣ A (1) (1 , :) ⎣ A (2) (: , : , 1) ⎣ A (3) (: , : , 1) ⎣ A (4) (: , : , 1) ⎣ A (5) (: , 1) ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤ a = ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎦ ⊙ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ A (1) (2 , :) ⎥ ⎢ A (2) (: , : , 2) ⎥ ⎢ A (3) (: , : , 2) ⎥ ⎢ A (4) (: , : , 2) ⎥ ⎢ A (5) (: , 2) ⎥ ⎦ and only A (2) varies. (A small eigenproblem.)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend