Neha Patil (Editor)

Blind signal separation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Blind signal separation

Blind signal separation (BSS), also known as blind source separation, is the separation of a set of source signals from a set of mixed signals, without the aid of information (or with very little information) about the source signals or the mixing process. This problem is in general highly underdetermined, but useful solutions can be derived under a surprising variety of conditions. Much of the early literature in this field focuses on the separation of temporal signals such as audio. However, blind signal separation is now routinely performed on multidimensional data, such as images and tensors, which may involve no time dimension whatsoever.

Contents

Mathematical representation

The set of individual source signals, s ( t ) = ( s 1 ( t ) , , s n ( t ) ) T , is 'mixed' using a matrix, A = [ a i j ] R m × n , to produce a set of 'mixed' signals, x ( t ) = ( x 1 ( t ) , , x m ( t ) ) T , as follows. Usually, n is equal to m . If m > n , then the system of equations is overdetermined can thus can be unmixed using a conventional linear method. If n > m , the system is underdetermined and a non-linear method must be employed to recover the unmixed signals. The signals themselves can be multidimensional.

x ( t ) = A s ( t )

The above equation is effectively 'inverted' as follows. Blind source separation separates the set of mixed signals, x ( t ) , through the determination of an 'unmixing' matrix, B = [ B i j ] R n × m , to 'recover' an approximation of the original signals, y ( t ) = ( y 1 ( t ) , , y n ( t ) ) T .

y ( t ) = B x ( t )

Applications

At a cocktail party, there is a group of people talking at the same time. You have multiple microphones picking up mixed signals, but you want to isolate the speech of a single person. BSS can be used to separate the individual sources by using mixed signals.

Figure 2 shows the basic concept of BSS. The individual source signals are shown as well as the mixed signals which are received signals. BSS is used to separate the mixed signals with only knowing mixed signals and nothing about original signal or how they were mixed. The separated signals are only approximations of the source signals. The separated images, were separated using Python and the Shogun toolbox using Joint Approximation Diagonalization of Eigen-matrices (JADE) algorithm which is based off Independent component analysis, ICA. This toolbox method can be used with multi-dimensions but for an easy visual aspect images(2-D) were used.

Brain imaging is another ideal application for BSS. In electroencephalogram (EEG) and Magnetoencephalography (MEG), the interference from muscle activity masks the desired signal from brain activity. BSS, however, can be used to separate the two so an accurate representation of brain activity may be achieved.

Other applications:

  • Communications
  • Stock Prediction
  • Seismic Monitoring
  • Text Document Analysis
  • Approaches

    Since the chief difficulty of the problem is its underdetermination, methods for blind source separation generally seek to narrow the set of possible solutions in a way that is unlikely to exclude the desired solution. In one approach, exemplified by principal and independent component analysis, one seeks source signals that are minimally correlated or maximally independent in a probabilistic or information-theoretic sense. A second approach, exemplified by nonnegative matrix factorization, is to impose structural constraints on the source signals. These structural constraints may be derived from a generative model of the signal, but are more commonly heuristics justified by good empirical performance. A common theme in the second approach is to impose some kind of low-complexity constraint on the signal, such as sparsity in some basis for the signal space. This approach can be particularly effective if one requires not the whole signal, but merely its most salient features.

    Methods

    There are different methods of blind signal separation:

  • Principal components analysis
  • Singular value decomposition
  • Independent component analysis
  • Dependent component analysis
  • Non-negative matrix factorization
  • Low-complexity coding and decoding
  • Stationary subspace analysis
  • Common spatial pattern
  • References

    Blind signal separation Wikipedia