Application of the LLL Algorithm in Sphere Decoding

Similar documents
Integer Least Squares: Sphere Decoding and the LLL Algorithm

Lattice Basis Reduction Part 1: Concepts

Lattice Basis Reduction Part II: Algorithms

A Delayed Size-reduction Technique for Speeding Up the LLL Algorithm

Partial LLL Reduction

A Lattice Basis Reduction Algorithm

The Diagonal Reduction Algorithm Using Fast Givens

Augmented Lattice Reduction for MIMO decoding

Block Lanczos Tridiagonalization of Complex Symmetric Matrices

A Hybrid Method for Lattice Basis Reduction and. Applications

47-831: Advanced Integer Programming Lecturer: Amitabh Basu Lecture 2 Date: 03/18/2010

CSE 206A: Lattice Algorithms and Applications Spring Basis Reduction. Instructor: Daniele Micciancio

Communication Over MIMO Broadcast Channels Using Lattice-Basis Reduction 1

Applications of Lattices in Telecommunications

1 Shortest Vector Problem

Lecture 5 Least-squares

Continuous Optimization

Hard Instances of Lattice Problems

The Shortest Vector Problem (Lattice Reduction Algorithms)

Inverses. Stephen Boyd. EE103 Stanford University. October 28, 2017

Lattice-Based Cryptography: Mathematical and Computational Background. Chris Peikert Georgia Institute of Technology.

HKZ and Minkowski Reduction Algorithms for Lattice-Reduction-Aided MIMO Detection

Numerical Methods - Numerical Linear Algebra

Matrix decompositions

Computational Linear Algebra

Reduced Complexity Sphere Decoding for Square QAM via a New Lattice Representation

CSE 206A: Lattice Algorithms and Applications Spring Basic Algorithms. Instructor: Daniele Micciancio

Ma/CS 6b Class 23: Eigenvalues in Regular Graphs

Solutions to Review Problems for Chapter 6 ( ), 7.1

Worksheet for Lecture 25 Section 6.4 Gram-Schmidt Process

Orthogonal Transformations

EECS 275 Matrix Computation

4.8 Arnoldi Iteration, Krylov Subspaces and GMRES

2938 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 46, NO. 11, NOVEMBER Integer Parameter Estimation in Linear Models with Applications to GPS

Corner. Corners are the intersections of two edges of sufficiently different orientations.

DIMACS Workshop on Parallelism: A 2020 Vision Lattice Basis Reduction and Multi-Core

A Backward Stable Hyperbolic QR Factorization Method for Solving Indefinite Least Squares Problem

Mean Squared Length of Vectors in the Approximate Greatest Common Divisor Lattice

Let x be an approximate solution for Ax = b, e.g., obtained by Gaussian elimination. Let x denote the exact solution. Call. r := b A x.

Lecture 6. Numerical methods. Approximation of functions

Linear Analysis Lecture 16

Background: Lattices and the Learning-with-Errors problem

A Digital Signature Scheme based on CVP

Linear Algebra Massoud Malek

CSC 2414 Lattices in Computer Science September 27, Lecture 4. An Efficient Algorithm for Integer Programming in constant dimensions

The Full-rank Linear Least Squares Problem

Dense LU factorization and its error analysis

MILES: MATLAB package for solving Mixed Integer LEast Squares problems Theory and Algorithms

Math 407: Linear Optimization

Preliminary/Qualifying Exam in Numerical Analysis (Math 502a) Spring 2012

Typical Problem: Compute.

Citation Journal of Geodesy (2012), 86(1): 3.

Least-Squares Systems and The QR factorization

Part IB Numerical Analysis

Large-scale eigenvalue problems

From the Shortest Vector Problem to the Dihedral Hidden Subgroup Problem

14.2 QR Factorization with Column Pivoting

ENGG5781 Matrix Analysis and Computations Lecture 8: QR Decomposition

A New Trust Region Algorithm Using Radial Basis Function Models

satisfying ( i ; j ) = ij Here ij = if i = j and 0 otherwise The idea to use lattices is the following Suppose we are given a lattice L and a point ~x

Recent Developments in Compressed Sensing

Parallel Numerics, WT 2016/ Iterative Methods for Sparse Linear Systems of Equations. page 1 of 1

Least Squares. Stephen Boyd. EE103 Stanford University. October 28, 2017

c 2009 Society for Industrial and Applied Mathematics

Lecture 6, Sci. Comp. for DPhil Students

SUPPOSE that we have the following box-constrained linear model:

Practical Analysis of Key Recovery Attack against Search-LWE Problem

Iterative Matrix Inversion Based Low Complexity Detection in Large/Massive MIMO Systems

ON DECREASING THE COMPLEXITY OF LATTICE-REDUCTION-AIDED K-BEST MIMO DETECTORS.

Least squares: the big idea

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 9

Lattice Reduction-Aided Minimum Mean Square Error K-Best Detection for MIMO Systems

Complex Lattice Reduction Algorithm for Low-Complexity MIMO Detection

Adaptive Lattice Reduction in MIMO Systems

Improved Methods for Search Radius Estimation in Sphere Detection Based MIMO Receivers

Block Bidiagonal Decomposition and Least Squares Problems

Efficient Joint Maximum-Likelihood Channel. Estimation and Signal Detection

arxiv: v1 [math.nt] 12 Nov 2018

Lattice-Reduction-Aided Sphere-Detector as a Solution for Near-Optimal MIMO Detection in Spatial Multiplexing Systems

Preliminary Examination, Part I Tuesday morning, August 31, 2004

A Unified Theorem on SDP Rank Reduction. yyye

Numerical Methods in Matrix Computations

Decoding by Sampling: A Randomized Lattice Algorithm for Bounded Distance Decoding

Discrete Optimization 2010 Lecture 8 Lagrangian Relaxation / P, N P and co-n P

and the polynomial-time Turing p reduction from approximate CVP to SVP given in [10], the present authors obtained a n=2-approximation algorithm that

Matrix Factorization and Analysis

Linear Least Squares Problems

Hands-on Matrix Algebra Using R

Last Time. Social Network Graphs Betweenness. Graph Laplacian. Girvan-Newman Algorithm. Spectral Bisection

Lecture 2: Lattices and Bases

Estimation of the Success Probability of Random Sampling by the Gram-Charlier Approximation

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal

Lattice Reduction Algorithms: EUCLID, GAUSS, LLL Description and Probabilistic Analysis

lecture 2 and 3: algorithms for linear algebra

FINITE-DIMENSIONAL LINEAR ALGEBRA

Optimal Factorization in Lattice-Reduction-Aided and Integer-Forcing Linear Equalization

12. Cholesky factorization

Roots and Coefficients Polynomials Preliminary Maths Extension 1

Monte-Carlo MMD-MA, Université Paris-Dauphine. Xiaolu Tan

Fast Reduction of Ternary Quadratic Forms

Transcription:

Application of the LLL Algorithm in Sphere Decoding Sanzheng Qiao Department of Computing and Software McMaster University August 20, 2008

Outline 1 Introduction Application Integer Least Squares 2 Sphere Decoding Reducing Dimension Searching Lattice Points Choosing a Radius 3 The LLL Algorithm 4 Conclusion

Application Application noise v (real) code x (integer) channel A (real) + signal y (real) x: code vector, integer A: channel matrix, real y: received signal, y = Ax + v A communication channel min x Z m Ax y 2 2

Integer Least Squares Integer Least Squares min x Z m Ax y 2 2 A: Generating matrix, n-by-m, n m, real y: n-vector, real x: m-vector, solution, integer y

Integer Least Squares A Naive Approach A seemingly simple approach, Babai solution x = A y Example A = 1 4 2 5 3 6 y = 1 1 1

Integer Least Squares A Naive Approach A seemingly simple approach, Babai solution x = A y Example A = real LS solution 1 4 2 5 3 6 y = [ 0.3333 0.3333 ] 1 1 1 rounded to [ 0 0 ], giving residual Ax y 2 = 3.

Integer Least Squares A Naive Approach (cont.) The integer least squares solution [ 2 x = 1 giving residual Ax y 2 = 2. ],

Integer Least Squares Graph 15 10 5 0 5 10 15 20 10 0 10 20 8 6 4 2 0 2 4 6 8 10 A graph of the naive approach

Integer Least Squares Graph 15 10 5 0 5 10 15 20 10 0 10 20 8 6 4 2 0 2 4 6 8 10 A graph of the naive approach In general, integer least squares problem is non-polynomial (NP) hard.

Outline 1 Introduction Application Integer Least Squares 2 Sphere Decoding Reducing Dimension Searching Lattice Points Choosing a Radius 3 The LLL Algorithm 4 Conclusion

Problem Setting 1 Search for all lattice points inside the sphere of radius ρ. Ax y 2 ρ 2 Among the lattice points inside the sphere, find the one that minimizes Ax y 2.

Problem Setting 1 Search for all lattice points inside the sphere of radius ρ. Ax y 2 ρ 2 Among the lattice points inside the sphere, find the one that minimizes Ax y 2. Choosing a radius ρ Too large, too many lattice points inside sphere, expensive Too small, no lattices points inside sphere

Reducing Dimension Reducing Dimension QR decomposition A = [Q 1 Q 2 ] [ R 0 ] [Q 1 Q 2 ]: orthogonal R: upper triangular, m-by-m

Reducing Dimension Reducing Dimension QR decomposition A = [Q 1 Q 2 ] [ R 0 ] [Q 1 Q 2 ]: orthogonal R: upper triangular, m-by-m Then Ax y 2 2 = Rx QT 1 y 2 2 + QT 2 y 2 2

Reducing Dimension Reducing Dimension (cont.) Ax y 2 2 ρ2 becomes the triangular ILS problem: ŷ = Q T 1 y ˆρ 2 = ρ 2 Q T 2 y 2 2 Rx ŷ 2 2 ˆρ2 y

Searching Lattice Points Searching Partition [ R1:m 1,1:m 1 r Rx ŷ = 1:m 1,m 0 r m,m ] [ x1:m 1 x m ] [ ŷ1:m 1 ŷ m ]

Searching Lattice Points Searching Partition [ R1:m 1,1:m 1 r Rx ŷ = 1:m 1,m 0 r m,m ] [ x1:m 1 x m ] [ ŷ1:m 1 ŷ m ] Rx ŷ 2 2 = R 1:m 1,1:m 1 x 1:m 1 (ŷ 1:m 1 x m r 1:m 1,m ) 2 2 + (r m,m x m ŷ m ) 2 ˆρ 2

Searching Lattice Points Searching (cont.) Two necessary conditions: 1 r m,m x m ŷ m ˆρ 2 R 1:m 1,1:m 1 x 1:m 1 (ŷ 1:m 1 x m r 1:m 1,m ) 2 2 ρ2, ρ 2 = ˆρ 2 (r m,m x m ŷ m ) 2

Searching Lattice Points Searching (cont.) Two necessary conditions: 1 r m,m x m ŷ m ˆρ 2 R 1:m 1,1:m 1 x 1:m 1 (ŷ 1:m 1 x m r 1:m 1,m ) 2 2 ρ2, ρ 2 = ˆρ 2 (r m,m x m ŷ m ) 2 Sphere decoding: Find all integers satisfying cond1; For each integer solve cond2 recursively. (DFS)

Choosing a Radius Choosing ρ Hassibi and Vikalo, 2005 In communications y = Ax + v v: white noise, variance σ 2 Given a probability p, 1. Find α satisfying 2. ρ 2 = αnσ 2 p = αn/2 0 λ n/2 1 Γ(n/2) e λ dλ

Choosing a Radius Choosing ρ (cont.) The solution lies in the sphere of radius ρ with probability p. The expected complexity is polynomial, often roughly cubic. Works well when σ 2 is small.

Choosing a Radius Choosing ρ (cont.) The solution lies in the sphere of radius ρ with probability p. The expected complexity is polynomial, often roughly cubic. Works well when σ 2 is small. Channel matrix A is not taken into consideration (assuming some statistical characteristics).

Choosing a Radius Choosing ρ (cont.) We propose: 1. Solve for real LS solution ˆx = R 1 ŷ 2. ˆρ 2 = R ˆx ŷ 2 2

Choosing a Radius Choosing ρ (cont.) We propose: 1. Solve for real LS solution ˆx = R 1 ŷ 2. ˆρ 2 = R ˆx ŷ 2 2 At least one lattice point in sphere, deterministic. Both R (A) and ŷ (v) are taken into account.

Choosing a Radius Choosing ρ (cont.) We propose: 1. Solve for real LS solution ˆx = R 1 ŷ 2. ˆρ 2 = R ˆx ŷ 2 2 At least one lattice point in sphere, deterministic. Both R (A) and ŷ (v) are taken into account. Error in the computed R 1 ŷ must be addresses.

Outline 1 Introduction Application Integer Least Squares 2 Sphere Decoding Reducing Dimension Searching Lattice Points Choosing a Radius 3 The LLL Algorithm 4 Conclusion

What is the LLL algorithm? A.K. Lenstra, H.W. Lenstra, and L. Lovász (1982)

What is the LLL algorithm? A.K. Lenstra, H.W. Lenstra, and L. Lovász (1982) QRZ decomposition A = QRZ 1 Q: orthonormal columns Z : unimodular, integer, det(z) = ±1 R: upper triangular, reduced

What is the LLL algorithm? A.K. Lenstra, H.W. Lenstra, and L. Lovász (1982) QRZ decomposition A = QRZ 1 Q: orthonormal columns Z : unimodular, integer, det(z) = ±1 R: upper triangular, reduced 1. r i,j r i,i /2, j > i 2. r 2 i+1,i+1 ωr 2 i,i r 2 i,i+1, 0.25 ω 1

What is the LLL algorithm? (cont.) Application: Cryptography (integer arithmetic)

What is the LLL algorithm? (cont.) Application: Cryptography (integer arithmetic) Luk and Tracy (2008), floating-point Integer Gram-Schmidt scheme? Combination of Givens reflection and integer Gaussian reduction.

What is the LLL algorithm? (cont.) Application: Cryptography (integer arithmetic) Luk and Tracy (2008), floating-point Integer Gram-Schmidt scheme? Combination of Givens reflection and integer Gaussian reduction. Luk and SQ (2007), numerical properties

What does the LLL algorithm do? Example (ω = 0.75) 1 4 2 5 = QRZ 1 = 3 6 2 1 1 1 0 3 [ 2 3 1 1 ] 1

What does the LLL algorithm do? Example (ω = 0.75) 1 4 2 5 = QRZ 1 = 3 6 2 1 1 1 0 3 [ 2 3 1 1 ] 1 Making a lattice grid closer to orthogonal.

How may the LLL algorithm help? Two ways: Reduce search radius Reduce the number of search paths

How may the LLL algorithm help? Two ways: Reduce search radius Reduce the number of search paths Example 1 4 A = 2 5 b = 3 6 1 1 1 ILS solution z = [ 2 1 ] distance Az b 2 = 2

Reducing search radius QR decomposition [ ] 3.7417 8.5524 R = 0 1.9640 LLL algorithm (ω = 0.75) [ ] 2.2361 0.4472 R = 0 3.2864 ˆb = b = [ 1.6036 0.6547 [ 1.3416 1.0955 ] ]

Reducing search radius QR decomposition [ ] 3.7417 8.5524 R = 0 1.9640 LLL algorithm (ω = 0.75) [ ] 2.2361 0.4472 R = 0 3.2864 Suppose we use ˆb = b = [ 1.6036 0.6547 [ 1.3416 1.0955 ] ] ρ = R R 1ˆb ˆb 2 ρ = R R 1 b b 2 as the search radii, then ρ = 1.7321 and ρ = 1.4142

Reducing the number of search paths R = [ 3.7417 8.5524 0 1.9640 ] ˆb = There are two integers x 2 = 0, 1 satisfying r 2,2 x 2 ˆb 2 ρ (1.7321) [ 1.6036 0.6547 ]

Reducing the number of search paths R = [ 3.7417 8.5524 0 1.9640 ] ˆb = There are two integers x 2 = 0, 1 satisfying r 2,2 x 2 ˆb 2 ρ (1.7321) [ 1.6036 0.6547 ] R = [ 2.2361 0.4472 0 3.2864 There is one integer x 2 = 0 satisfying ] b = [ 1.3416 1.0955 ] r 2,2 x 2 b 2 ρ (1.4142)

Reducing the number of search paths R = [ 3.7417 8.5524 0 1.9640 ] ˆb = There are two integers x 2 = 0, 1 satisfying r 2,2 x 2 ˆb 2 ρ (1.7321) [ 1.6036 0.6547 ] R = [ 2.2361 0.4472 0 3.2864 There is one integer x 2 = 0 satisfying ] b = [ 1.3416 1.0955 ] r 2,2 x 2 b 2 ρ (1.4142) Even if we use 1.7321 as the radius here, there is still one integer 0.

Search trees 2 1 0 1 0 [ Q R 2 3 = RZ, Z = 1 1 [ ] [ ] 2 1 = Z 1 0 ]

Search trees 2 1 0 1 0 [ ] Q R 2 3 = RZ, Z = 1 1 [ ] [ ] 2 1 = Z 1 0 Reducing the number of search paths in the early stages of a DFS can significantly reduce the total number of search paths.

Outline 1 Introduction Application Integer Least Squares 2 Sphere Decoding Reducing Dimension Searching Lattice Points Choosing a Radius 3 The LLL Algorithm 4 Conclusion

Conclusion Our preliminary experiments show: The combination of our technique for choosing search radius and the LLL algorithm can reduce running time by almost 50%.

Conclusion Our preliminary experiments show: The combination of our technique for choosing search radius and the LLL algorithm can reduce running time by almost 50%. Future work complex consider computational error in calculating search radius extensive experiments on various A and b to investigate numerical behavior

Thank you!

Thank you! Questions?