SearcharxivSearch

arXiv subjects

Burak Bayramli

Publications and source records attributed to Burak Bayramli.

2 recordsLinked to original sources

SVD Factorization for Tall-and-Fat Matrices on Parallel Architectures

We demonstrate an implementation for an approximate rank-k SVD factorization, combining well-known randomized projection techniques with previously known paralel solutions in order to compute steps of the random projection based SVD procedure. We structure the problem in a way that it reduces to fast computation around $k \times k$ matrices computed on a single machine, greatly easing the computability of the problem. The paper is also a tutorial on paralel linear algebra methods using a plain architecture without burdensome frameworks.

cs.DC

Kalman Filters and Homography: Utilizing the Matrix $A$

Many problems in Computer Vision can be reduced to either working around a known transform, or given a model for the transform computing the inverse problem of the transform itself. We will look at two ways of working with the matrix $A$ and see how transforms are at the root of image processing and vision problems.

cs.CV