Graph Spectral Image Processing. Gene Cheung
Чтение книги онлайн.

Читать онлайн книгу Graph Spectral Image Processing - Gene Cheung страница 19

Название: Graph Spectral Image Processing

Автор: Gene Cheung

Издательство: John Wiley & Sons Limited

Жанр: Программы

Серия:

isbn: 9781119850816

isbn:

СКАЧАТЬ of the graph operator will need complexity in general. In other words, we can reduce the complexity if we can assume graph signals on the underlying graph are bandlimited. Suppose that the signal is K-bandlimited, which is typically defined as

      [1.50] eq-image

      where ||·||0 represents the number of non-zero elements, i.e. pseudo-norm. Here, without loss of generality, we can assume the first K GFT coefficients are non-zero:

      [1.51] eq-image

      With the GFT basis U, it is equivalently represented as

      [1.52] images

      where × represents some possible non-zero elements and

      [1.53] eq-image

      A partial eigendecomposition proposed in literature gives the following approximation of L:

      [1.54] eq-image

      Evaluating only requires K (< N) eigenvectors and eigenvalues, which is significantly less than that obtained using the full eigendecomposition. In general, its computational complexity will be .

      The previous subsection proposes that we can alleviate the heavy computational burden by assuming the bandlimitedness of the graph signal. However, this requires the assumption on the signal model prior to filtering, but the signal is not bandlimited in general.

      In many application scenarios, we often only need the evaluation of x with a given (linear) matrix function h(L). That is, the eigenvalues and eigenvectors themselves are often unnecessary. The polynomial approximation methods introduced here enable us to calculate an approximation of y = h(L)x without the (partial) decomposition of the variation operator.

      Polynomial graph filters are defined as follows:

      where ck is the kth order coefficient of the polynomial. It is known that each row of Lk collects its k-hop neighborhood; therefore, equation [1.55] is exactly the K-hop localized in the vertex domain. Note that Lk can be represented as

      Here, we utilized the orthogonality of U. We can rewrite equation [1.55] by using equation [1.56] as:

      [1.57] images

      Consequently, the polynomial graph filter has the following graph frequency response:

      [1.58] eq-image

      Especially, the output signal in the vertex domain is given by

      Suppose that a fast computation is required for the spectral response of a graph filter , which is not a polynomial. Based on equation [1.59], we can approximate the output y if is satisfactorily approximated by a polynomial.

      Any polynomial approximation methods, e.g. Taylor expansion, are possible for the above-mentioned polynomial filtering. In GSP, Chebyshev polynomial approximation is implemented frequently. The Chebyshev expansion gives an approximate minimax polynomial, i.e. the maximum approximation error can be reduced.

      The approximated version of h(L)x by the Kth order shifted Chebyshev polynomial, hCheb(L)x, is given by Shuman et al. (2013); Hammond et al. (2011)

      and it has the recurrence property:

      [1.61] eq-image

      with . The kth Chebyshev coefficient ck is defined as

      [1.62] СКАЧАТЬ