SlideShare a Scribd company logo
Zafeiriou, Lazaros, et al.
Neural Networks and Learning Systems, IEEE Transactions on
Probabilistic Slow Feature Analysis
for Behavior Analysis
Presenter : S5lab. Shuuji Mihara
Abstract
1
 This Paper propose a number of extensions in both
deterministic and the probabilistic SFA optimization
framework. Particularly about EM-SFA.
 This paper shed further light on the relation of the two
sequence EM-SFA and CCA(Canonical Correlation
Analysis).
 The proposed EM-SFA with DTW(Dynamic Time
Warping) algorithms were applied for facial behavior
analysis, demonstrating their usefulness for this task.
Index 2
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Index 3
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Slow Feature Analysis
(2002 Wiskott)
Objective : Extract Slow Feature from Time series data .
4
transform
observation latent variable
Slow Feature Analysis
Slow Feature
1
Index 5
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Deterministic SFA(1) 6
transform
observation latent variable
Slow Feature Analysis
Slow Feature
𝑥1,1:𝑇
𝑥2,1:𝑇
𝑥 𝑀,1:𝑇
𝑦1,1:𝑇
𝑦2,1:𝑇
𝑦 𝑁,1:𝑇
𝑋 = [𝑥1,1:𝑇; 𝑥2,1:𝑇 … ; 𝑥 𝑀,1:𝑇] 𝑌 = [𝑦1,1:𝑇; 𝑦2,1:𝑇 … ; 𝑦 𝑁,1:𝑇]
𝑌 = 𝑉 𝑇 𝑋 (𝑉: 𝑀 × 𝑁 𝑚𝑎𝑡𝑟𝑖𝑥)
Deterministic SFA(2) 7
Determnistic SFA problem is formulated such optimization problem
min
𝑉
tr[ 𝐘 𝐘T] 𝑠. 𝑡. 𝐘𝟏 = 𝟎, 𝐘𝐘T = 𝐈
constraints: zero mean, unit variance
decorreration
𝑌: 1𝑠𝑡 order time difference
Index 8
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Probabilistic Slow Feature Analysis
(pSFA) 9
Observation model
𝒙 𝑡 = 𝑾−1 𝒚 𝑡 + 𝒘 𝑡
𝒚 𝑡: latent variable 𝒙 𝑡 ∶ observed data
𝝀 ∶ dependency of 𝒚 𝒕−𝟏
𝑾−𝟏: observation matrix
𝒗 𝑡, 𝒘 𝑡: noise(Gaussian)
𝒚 𝑡 = 𝝀𝒚 𝑡−1 + 𝒗 𝒕
System model
𝑣 𝑡~𝑁 0, Σ
𝑤𝑡~𝑁(0, 𝜎 𝑥
2 𝐼)
constraints
𝝀 𝒏
𝟐 + 𝝈 𝒏
𝟐 = 𝟏
Probabilistic Slow Feature Analysis
(pSFA) 10
Slow Feature
𝝀 𝒏
𝟐 + 𝝈 𝒏
𝟐 = 𝟏𝜆 𝑛 large
𝜎 𝑛 small
𝜆 𝑛 small
𝜎 𝑛 large
𝒚 𝑡 = 𝝀𝒚 𝑡−1 + 𝒗 𝒕
Index 11
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
EM-SFA(1) 12
Previous method
Kalman smoother
ML
estimate Λ, 𝑊−1
estimate 𝒚
Proposed method
Kalman smoother
Learning Sufficient Statistics
✕ Can’t estimate 𝜎 𝑥
2
EM algorithm
estimate Λ, 𝑊−1
, 𝜎 𝑥
2
Update
Sufficient Statistics
Kalman Smoother (1) 13
State Space Model
𝒙 𝑘 = 𝐴 𝑘−1 𝒙 𝑘−1 + 𝜼
𝒚 𝑘 = 𝐻 𝑘 𝒙 𝑘 + 𝝐
⇔
𝒙 𝑘 ~ 𝑁(𝐴 𝑘−1 𝒙 𝑘−1, 𝑄 𝑘−1)
𝒚 𝑘 ~ 𝑁(𝑦 𝑘 𝒙 𝑘−1, Σ 𝑘)
Kalman Smoother (2) 14
Estimate by Kalman Smoother
14
t,1x
t,2x
t,3x
t,1y
t,2y
t,3y
noise 𝜎𝑥
2
ESTIMATION
Slow Feature
Probabilistic Slow Feature Analysis
(pSFA) 15
Observation model
𝒙 𝑡 = 𝑉𝒚 𝑡 + 𝒘 𝑡
𝒚 𝑡: latent variable 𝒙 𝑡 ∶ observed data
𝚲 ∶ dependency of 𝒚 𝒕−𝟏
𝑽 : observation matrix
𝒗 𝑡, 𝒘 𝑡: noise(Gaussian)
𝒚 𝑡 = 𝚲𝒚 𝑡−1 + 𝒗 𝒕
System model
𝑣 𝑡~𝑁 0, Σ
𝑤𝑡~𝑁(0, 𝜎 𝑥
2 𝐼)
constraints
𝝀 𝒏
𝟐 + 𝝈 𝒏
𝟐 = 𝟏
Inference In SFA 16
Parameter
Sufficient Statistics for EM
Kalman Smoother
EM-SFA Algorithm 17
Index 18
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Time Alignment 19
Dynamic Time Warping(DTW) 20
dynamic time warping (DTW) is an algorithm for
measuring similarity between two temporal sequences
which may vary in time or speed.
Canonical Correration Analysis 21
canonical-correlation analysis (CCA) is a way of making
sense of cross-covariance matrices.
𝑢 = 𝑎′ 𝑥 𝑣 = 𝑏′ 𝑦
𝑥 = [𝑥1, 𝑥2, … ] y = [𝑦1, 𝑦2, … ]
multivariate data
univariate
𝑎′ 𝑏′ = arg max
𝑎′,𝑏′
𝐶𝑜𝑟[𝑢, 𝑣]
EM-SFA with DTW 22
The proposed EM-SFA is more suitable for aligning time
series, since it incorporates temporal constraints (via the
first-order Markov prior), while CCA incorporates a fully
connected MRF prior over the latent space
EM-SFA for Two Sequences 23
The Complete joint likelihood distribution
log 𝑃 𝑋1, 𝑋2, 𝑌 𝜃)
= log 𝑃 𝑦1 0, Σ1) +
𝑡=2
𝑇
log 𝑃 𝑦𝑡 𝑦𝑡−1, Λ)
+
𝑡=1
𝑇
log 𝑃 𝑥 𝑡
1
𝑦𝑡, 𝑉1, 𝜎 𝑥,1
2
) +
𝑡=1
𝑇
log 𝑃 𝑥 𝑡
2
𝑦𝑡, 𝑉2, 𝜎 𝑥,2
2
)
EM-SFA with DTW 24
Index 25
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Experiment A –Synthetic Data 26
27
Action Unit(AU)
Experiment B –Real data1
Unsupervised AU Temporal Phase Segmentation 28
Experiment B –Real data2
Temporal Alignment CTW VS EM-SFA with DTW 29
Experiment B –Real data3
Conflict Detection 30
Experiment B –Real data3
Conflict Detection 31
Index 32
1. Introduction – What’s SFA?
2. Deterministic SFA
3. Probabilistic SFA
4. EM-SFA
5. EM-SFA with DTW
6. Experiments
7. Conclusion
Conclusion
33
 This Paper propose a number of extensions in both
deterministic and the probabilistic SFA optimization
framework. Particularly about EM-SFA.
 This paper shed further light on the relation of the two
sequence EM-SFA and CCA(Canonical Correlation
Analysis).
 The proposed EM-SFA with DTW(Dynamic Time
Warping) algorithms were applied for facial behavior
analysis, demonstrating their usefulness for this task.
State Space Model(1) 34
State Space Model
𝑥2 𝑥 𝑇𝑥1
𝑦1 𝑦2 𝑦 𝑇
latent variable
observed variable
sys-eq
obs-eq

More Related Content

PPTX
論文紹介 Adaptive metropolis algorithm using variational bayesian
PDF
On selection of periodic kernels parameters in time series prediction
PDF
Chapter26
PDF
Spark summit talk, july 2014 powered by reveal
PPT
0006.scheduling not-ilp-not-force
PDF
Modern Control System (BE)
論文紹介 Adaptive metropolis algorithm using variational bayesian
On selection of periodic kernels parameters in time series prediction
Chapter26
Spark summit talk, july 2014 powered by reveal
0006.scheduling not-ilp-not-force
Modern Control System (BE)

What's hot (19)

PDF
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
PPSX
linear algebra in control systems
PDF
Modern Control - Lec 02 - Mathematical Modeling of Systems
PPTX
Optimal Chain Matrix Multiplication Big Data Perspective
PDF
SPICE-MATEX @ DAC15
PPTX
Deadbeat Response Design _8th lecture
PPTX
Me314 week05a-block diagreduction
PDF
Ch.02 modeling in frequency domain
PDF
Controllability and observability
PDF
Modeling of mechanical_systems
PPT
Control chap3
PDF
Parallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
PPTX
Discrete state space model 9th &10th lecture
PDF
solver (1)
PPT
Control Systems
PDF
DAC15 Hao Zhuang poster
PPS
PRAM algorithms from deepika
PPTX
Parallel sorting algorithm
PDF
Control system Lab record
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
linear algebra in control systems
Modern Control - Lec 02 - Mathematical Modeling of Systems
Optimal Chain Matrix Multiplication Big Data Perspective
SPICE-MATEX @ DAC15
Deadbeat Response Design _8th lecture
Me314 week05a-block diagreduction
Ch.02 modeling in frequency domain
Controllability and observability
Modeling of mechanical_systems
Control chap3
Parallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Discrete state space model 9th &10th lecture
solver (1)
Control Systems
DAC15 Hao Zhuang poster
PRAM algorithms from deepika
Parallel sorting algorithm
Control system Lab record
Ad

Viewers also liked (19)

PDF
mtp_stageII_final
PDF
やりたい仕事の作り方(ディレクター)
PPT
15 ai農業ハッカソン
PPTX
PPTX
Arabic 1: basics on nouns
PPTX
Internet Marketing 101
PPT
How to draw fruits - Vẽ trái cây
PDF
CĂN HỘ SHOPHOUSE VINHOMES GOLDEN RIVER BASON AQUA2
PDF
ILOA Galaxy Forum SEA 2014 -- Boonrucksar Soonthornthum NARIT
PPT
ILOA Galaxy Forum Southeast Asia 2014 - Steve Durst, ILOA
PPTX
Galaxy Forum Southeast Asia 2013 - Professor Lim
PDF
ILOA Galaxy Forum SEA Thailand -- Exploring the Moon, Sukonthachat
PPSX
ILOA Galaxy Forum SEA Indonesia -- Putra
DOC
Psych 100B
PDF
Cognitive Biases: How the Clustering Illusion will impact your pitch
DOCX
Need An Arabic Tutor
PDF
EU road fatalities - age distribution
PPTX
Guiding principles for
PDF
World2016_T5_S7_TeradataFunctionalOverview
mtp_stageII_final
やりたい仕事の作り方(ディレクター)
15 ai農業ハッカソン
Arabic 1: basics on nouns
Internet Marketing 101
How to draw fruits - Vẽ trái cây
CĂN HỘ SHOPHOUSE VINHOMES GOLDEN RIVER BASON AQUA2
ILOA Galaxy Forum SEA 2014 -- Boonrucksar Soonthornthum NARIT
ILOA Galaxy Forum Southeast Asia 2014 - Steve Durst, ILOA
Galaxy Forum Southeast Asia 2013 - Professor Lim
ILOA Galaxy Forum SEA Thailand -- Exploring the Moon, Sukonthachat
ILOA Galaxy Forum SEA Indonesia -- Putra
Psych 100B
Cognitive Biases: How the Clustering Illusion will impact your pitch
Need An Arabic Tutor
EU road fatalities - age distribution
Guiding principles for
World2016_T5_S7_TeradataFunctionalOverview
Ad

Similar to 論文紹介 Probabilistic sfa for behavior analysis (6)

PDF
RTSP Report
PPTX
Multivariate_Data_Analysis_Session1.pptx
PDF
Time series for yotube_3_data anlysis.pdf
PDF
MFx_Module_3_Properties_of_Time_Series.pdf
PDF
Machine Learning Notes for beginners ,Step by step
PDF
RTSP Report
Multivariate_Data_Analysis_Session1.pptx
Time series for yotube_3_data anlysis.pdf
MFx_Module_3_Properties_of_Time_Series.pdf
Machine Learning Notes for beginners ,Step by step

Recently uploaded (20)

PPTX
IB Computer Science - Internal Assessment.pptx
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PDF
Transcultural that can help you someday.
PDF
Mega Projects Data Mega Projects Data
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPT
Predictive modeling basics in data cleaning process
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PDF
Optimise Shopper Experiences with a Strong Data Estate.pdf
PDF
Introduction to Data Science and Data Analysis
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PPTX
Supervised vs unsupervised machine learning algorithms
PDF
Lecture1 pattern recognition............
PPT
Reliability_Chapter_ presentation 1221.5784
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PDF
Clinical guidelines as a resource for EBP(1).pdf
IB Computer Science - Internal Assessment.pptx
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
IBA_Chapter_11_Slides_Final_Accessible.pptx
Transcultural that can help you someday.
Mega Projects Data Mega Projects Data
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Predictive modeling basics in data cleaning process
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Optimise Shopper Experiences with a Strong Data Estate.pdf
Introduction to Data Science and Data Analysis
climate analysis of Dhaka ,Banglades.pptx
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
Supervised vs unsupervised machine learning algorithms
Lecture1 pattern recognition............
Reliability_Chapter_ presentation 1221.5784
Miokarditis (Inflamasi pada Otot Jantung)
Introduction-to-Cloud-ComputingFinal.pptx
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
Clinical guidelines as a resource for EBP(1).pdf

論文紹介 Probabilistic sfa for behavior analysis

  • 1. Zafeiriou, Lazaros, et al. Neural Networks and Learning Systems, IEEE Transactions on Probabilistic Slow Feature Analysis for Behavior Analysis Presenter : S5lab. Shuuji Mihara
  • 2. Abstract 1  This Paper propose a number of extensions in both deterministic and the probabilistic SFA optimization framework. Particularly about EM-SFA.  This paper shed further light on the relation of the two sequence EM-SFA and CCA(Canonical Correlation Analysis).  The proposed EM-SFA with DTW(Dynamic Time Warping) algorithms were applied for facial behavior analysis, demonstrating their usefulness for this task.
  • 3. Index 2 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 4. Index 3 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 5. Slow Feature Analysis (2002 Wiskott) Objective : Extract Slow Feature from Time series data . 4 transform observation latent variable Slow Feature Analysis Slow Feature 1
  • 6. Index 5 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 7. Deterministic SFA(1) 6 transform observation latent variable Slow Feature Analysis Slow Feature 𝑥1,1:𝑇 𝑥2,1:𝑇 𝑥 𝑀,1:𝑇 𝑦1,1:𝑇 𝑦2,1:𝑇 𝑦 𝑁,1:𝑇 𝑋 = [𝑥1,1:𝑇; 𝑥2,1:𝑇 … ; 𝑥 𝑀,1:𝑇] 𝑌 = [𝑦1,1:𝑇; 𝑦2,1:𝑇 … ; 𝑦 𝑁,1:𝑇] 𝑌 = 𝑉 𝑇 𝑋 (𝑉: 𝑀 × 𝑁 𝑚𝑎𝑡𝑟𝑖𝑥)
  • 8. Deterministic SFA(2) 7 Determnistic SFA problem is formulated such optimization problem min 𝑉 tr[ 𝐘 𝐘T] 𝑠. 𝑡. 𝐘𝟏 = 𝟎, 𝐘𝐘T = 𝐈 constraints: zero mean, unit variance decorreration 𝑌: 1𝑠𝑡 order time difference
  • 9. Index 8 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 10. Probabilistic Slow Feature Analysis (pSFA) 9 Observation model 𝒙 𝑡 = 𝑾−1 𝒚 𝑡 + 𝒘 𝑡 𝒚 𝑡: latent variable 𝒙 𝑡 ∶ observed data 𝝀 ∶ dependency of 𝒚 𝒕−𝟏 𝑾−𝟏: observation matrix 𝒗 𝑡, 𝒘 𝑡: noise(Gaussian) 𝒚 𝑡 = 𝝀𝒚 𝑡−1 + 𝒗 𝒕 System model 𝑣 𝑡~𝑁 0, Σ 𝑤𝑡~𝑁(0, 𝜎 𝑥 2 𝐼) constraints 𝝀 𝒏 𝟐 + 𝝈 𝒏 𝟐 = 𝟏
  • 11. Probabilistic Slow Feature Analysis (pSFA) 10 Slow Feature 𝝀 𝒏 𝟐 + 𝝈 𝒏 𝟐 = 𝟏𝜆 𝑛 large 𝜎 𝑛 small 𝜆 𝑛 small 𝜎 𝑛 large 𝒚 𝑡 = 𝝀𝒚 𝑡−1 + 𝒗 𝒕
  • 12. Index 11 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 13. EM-SFA(1) 12 Previous method Kalman smoother ML estimate Λ, 𝑊−1 estimate 𝒚 Proposed method Kalman smoother Learning Sufficient Statistics ✕ Can’t estimate 𝜎 𝑥 2 EM algorithm estimate Λ, 𝑊−1 , 𝜎 𝑥 2 Update Sufficient Statistics
  • 14. Kalman Smoother (1) 13 State Space Model 𝒙 𝑘 = 𝐴 𝑘−1 𝒙 𝑘−1 + 𝜼 𝒚 𝑘 = 𝐻 𝑘 𝒙 𝑘 + 𝝐 ⇔ 𝒙 𝑘 ~ 𝑁(𝐴 𝑘−1 𝒙 𝑘−1, 𝑄 𝑘−1) 𝒚 𝑘 ~ 𝑁(𝑦 𝑘 𝒙 𝑘−1, Σ 𝑘)
  • 15. Kalman Smoother (2) 14 Estimate by Kalman Smoother 14 t,1x t,2x t,3x t,1y t,2y t,3y noise 𝜎𝑥 2 ESTIMATION Slow Feature
  • 16. Probabilistic Slow Feature Analysis (pSFA) 15 Observation model 𝒙 𝑡 = 𝑉𝒚 𝑡 + 𝒘 𝑡 𝒚 𝑡: latent variable 𝒙 𝑡 ∶ observed data 𝚲 ∶ dependency of 𝒚 𝒕−𝟏 𝑽 : observation matrix 𝒗 𝑡, 𝒘 𝑡: noise(Gaussian) 𝒚 𝑡 = 𝚲𝒚 𝑡−1 + 𝒗 𝒕 System model 𝑣 𝑡~𝑁 0, Σ 𝑤𝑡~𝑁(0, 𝜎 𝑥 2 𝐼) constraints 𝝀 𝒏 𝟐 + 𝝈 𝒏 𝟐 = 𝟏
  • 17. Inference In SFA 16 Parameter Sufficient Statistics for EM Kalman Smoother
  • 19. Index 18 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 21. Dynamic Time Warping(DTW) 20 dynamic time warping (DTW) is an algorithm for measuring similarity between two temporal sequences which may vary in time or speed.
  • 22. Canonical Correration Analysis 21 canonical-correlation analysis (CCA) is a way of making sense of cross-covariance matrices. 𝑢 = 𝑎′ 𝑥 𝑣 = 𝑏′ 𝑦 𝑥 = [𝑥1, 𝑥2, … ] y = [𝑦1, 𝑦2, … ] multivariate data univariate 𝑎′ 𝑏′ = arg max 𝑎′,𝑏′ 𝐶𝑜𝑟[𝑢, 𝑣]
  • 23. EM-SFA with DTW 22 The proposed EM-SFA is more suitable for aligning time series, since it incorporates temporal constraints (via the first-order Markov prior), while CCA incorporates a fully connected MRF prior over the latent space
  • 24. EM-SFA for Two Sequences 23 The Complete joint likelihood distribution log 𝑃 𝑋1, 𝑋2, 𝑌 𝜃) = log 𝑃 𝑦1 0, Σ1) + 𝑡=2 𝑇 log 𝑃 𝑦𝑡 𝑦𝑡−1, Λ) + 𝑡=1 𝑇 log 𝑃 𝑥 𝑡 1 𝑦𝑡, 𝑉1, 𝜎 𝑥,1 2 ) + 𝑡=1 𝑇 log 𝑃 𝑥 𝑡 2 𝑦𝑡, 𝑉2, 𝜎 𝑥,2 2 )
  • 26. Index 25 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 29. Experiment B –Real data1 Unsupervised AU Temporal Phase Segmentation 28
  • 30. Experiment B –Real data2 Temporal Alignment CTW VS EM-SFA with DTW 29
  • 31. Experiment B –Real data3 Conflict Detection 30
  • 32. Experiment B –Real data3 Conflict Detection 31
  • 33. Index 32 1. Introduction – What’s SFA? 2. Deterministic SFA 3. Probabilistic SFA 4. EM-SFA 5. EM-SFA with DTW 6. Experiments 7. Conclusion
  • 34. Conclusion 33  This Paper propose a number of extensions in both deterministic and the probabilistic SFA optimization framework. Particularly about EM-SFA.  This paper shed further light on the relation of the two sequence EM-SFA and CCA(Canonical Correlation Analysis).  The proposed EM-SFA with DTW(Dynamic Time Warping) algorithms were applied for facial behavior analysis, demonstrating their usefulness for this task.
  • 35. State Space Model(1) 34 State Space Model 𝑥2 𝑥 𝑇𝑥1 𝑦1 𝑦2 𝑦 𝑇 latent variable observed variable sys-eq obs-eq