• 검색 결과가 없습니다.

Ch3. Power-spectrum estimation for sensing the environment (1/2)

N/A
N/A
Protected

Academic year: 2022

Share "Ch3. Power-spectrum estimation for sensing the environment (1/2)"

Copied!
34
0
0

로드 중.... (전체 텍스트 보기)

전체 글

(1)

Ch3. Power-spectrum estimation for sensing the environment (1/2)

in Cognitive Dynamic Systems, S. Haykin

Course: Autonomous Machine Learning

Soojeong Kim

Cloud and Mobile Systems Laboratory School of Computer Science and Engineering

Seoul National University http://cmslab.snu.ac.kr

(2)

CONTENTS

Power spectrum

Part B

Power spectrum estimation

Part C

Multitaper method

Part D

Multitaper method in space

Part E

C1. Parametric methods C2. Nonparametric methods

Review: Sensing the environment

Part A

(3)

Review : Sensing the environment

(4)

Ill-posed inverse problem

Ill-posed problem : have lack of well-posed conditions (existence, uniqueness, continuity)

Two views of perception : ill-posed inverse problem, Bayesian inference

Inverse problem : uncover underlying physical laws from the stimuli = find a mapping from stimuli to the state

(5)

Sensing the environment

Solving an ill-posed inverse problem

Power spectrum estimation is an example of sensing the environment

(6)

Power spectrum

(7)

What is power spectrum?

The average power of the incoming signal expressed as a function of frequency

Signal is measured by sensors as a time series(time domain)

Power spectrum focus on signal power on frequency(frequency domain)

(8)

Why power spectrum estimation is useful?

Impossible to predict future signal

Estimate the shape of the signal by only finite set of data

Ex : Radar, Radio, Speech Recognition

(9)

Power spectrum in a theory

Incoming signals are picked up as a stochastic(random) process

Only finite set of data is used(applying theory is impossible)

Power spectrum is an ill-posed inverse problem

Fourier transform

(10)

Power spectrum estimation

(11)

Power spectrum Estimation

Parametric methods(model-based)

Non-parametric methods(model-free)

(12)

Parametric method example

Build a model 𝐻 𝑒𝑗𝑗𝜋𝑓

- Apply prior knowledge of Fourier transform(assume 𝑒𝑗𝑗𝜋𝑓 relationship) - H is a function to convert time domain signals to frequency domain signals

- H contains some parameters/coefficients

(13)

Parametric method example

Controlled input signal

- Model output is only depends on the model, H

- Controlled signal is given -> input signal power on frequency is known value

Controlled signal

Model output

(14)

Parametric method example

Problem : Finding parameters/coefficient of 𝐻

- Finding parameters is a typical machine learning problem - Finding parameters of H to produce acceptable output

(15)

Parametric method example

After finding good parameters of H

- Use the model as an estimator - Model is built! , problem is solved

(16)

Power spectrum Estimation

Parametric methods(model-based)

Non-parametric methods(model-free)

If model is good : produce good quality estimates with less sample data If model is bad : mislead conclusion

(17)

Nonparametric method(periodogram)

Only finite set of signal data is used in practice

Use estimates of 𝑆 𝑓 , 𝑆̂ 𝑓 = 𝑁1 |𝑋𝑁(𝑓)|𝑗

𝑥 𝑛 → 𝑋

𝑁

(𝑓) → 𝑆 𝑓 ( Fourier transform)

𝑆 𝑓 = lim 𝑛→∞ 1

𝑁 𝐸[|𝑋𝑁(𝑓)|] 2

(18)

Nonparametric method(periodogram)

Same effect as

𝑥 𝑛 × 𝑎 𝑛 → 𝑥

𝑛 → 𝑋

𝑁

(𝑓) → 𝑆̂ 𝑓 ( Fourier transform)

𝐷𝑒𝑓𝐷𝑛𝑒. 𝑎 𝑛 = 1 𝐷𝑓 𝑛 𝐷𝑖 𝐷𝑛 𝑏𝑏𝑏𝑛𝑏 𝑏𝑓 𝑁, 0 𝑏𝑜𝑜𝑒𝑜𝑜𝐷𝑖𝑒

𝑎(𝑛) is taper

𝑆̂ 𝑓 = 1

𝑁 |𝑋

𝑁

(𝑓)|𝑗

(19)

Nonparametric method(periodogram)

Not require any model to develop

Directly calculate the value using Fourier transform with taper

(20)

Bias-variance dilemma with taper

2 Conditions for good estimator

1. Low bias

2. Low variance(not noisy)

(21)

Bias-variance dilemma with taper

Bias from spectral leakage

Cause of spectral leakage

(22)

Bias-variance dilemma with taper

Spectral leakage↓ by taper(not rectangle) -> bias↓

(23)

Bias-variance dilemma with taper

bias↓ -> variance↑

Taper-> reduce effective sample size -> variance ↑

Bias-variance trade-off!

(24)

Multitaper method

(25)

Multitaper method

Address the trade-off using multiple tapers instead of one

K tapers are used on the same sample data K set of estimates are created

Average K set of estimates

(26)

Tapers are Slepian sequences

Tapers following Slepian sequences

𝑘th taper : 𝑘 ↑→ 𝑏𝐷𝑎𝑖 ↑, 𝑣𝑎𝑜𝐷𝑎𝑛𝑣𝑒 ↓

𝑆� 𝑓 1

𝑆� 𝑓 7

(27)

Multitaper method

All K estimates are averaged

Average of 𝑆� 𝑓 , 𝑆1 � 𝑓 , 𝑆𝑗 � 𝑓 , 3

(28)

Multitaper method

All K estimates are averaged

Find appropriate K to compromise bias and variance

(29)

Why multitaper method is good?

Reduce bias by tapers

Reduce variance by increasing effective sample size(N X K)

Easy to solve bias-variance trade-off by choosing K

(30)

Multitaper method in space

(31)

Multitaper method in space

Previous methods consider power of signal on frequency

Extended multitaper method to get power of signal on frequency and space

(32)

Multitaper method in space

𝑋𝑚𝑘(𝑓) : Fourier transform of input signal by m-th sensor

𝑎𝑚𝑘: coefficients accounting for different localized area around the gridpoints

(33)

A

Multitaper method in space

Apply singular value decomposition to matrix A

𝐴(𝑓) 𝑈 Σ 𝑉 ∗

Sensor related(M X M) Taper related(K X K) Power spectrum estimates(Diagonal)

(34)

Thank You!

참조

관련 문서

If there are no results in each case, then your query result is identical to the answer query result, and therefore your query is correct (or at least, it is good enough that

 Reduce: If a state has a reduce item, (1) pop stack for every symbol on the RHS (2) push GOTO(top of stack, LHS).  Accept: if we reduce S ‟  S and there is

If less LiAlH 4 is used, still ester and alcohol is formed (no aldehyde), because the aldehyde reacts with the hydride as fast as it is formed Aldehyde is more. hydride as fast

I.e., if competitive ratio is 0.4, we are assured that the greedy algorithm gives an answer which is >= 40% good compared to optimal alg, for ANY input... Analyzing

(2) For automatic operation of the actuator, fully raise the handwheel if the actuator is of the direct action type or fully lower the handwheel if the actuator is of

• If a DC powered main unit is used with a power supply of less than 24VDC -15% (20.4V DC or less), then it cannot be fully expanded by using special function blocks

with the experimental C versus t data. If the fit is unsatisfactory, another rate equation is guessed and tested. Integral method is especially useful for fitting simple

n Dynamic simulation-based power estimation with coarse-grained net model from power macro model database and testbench.. i is