SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

linear algebra in control systems
linear algebra in control systemslinear algebra in control systems
linear algebra in control systemsGanesh Bhat
 
Modern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of SystemsModern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of SystemsAmr E. Mohamed
 
Optimal Chain Matrix Multiplication Big Data Perspective
Optimal Chain Matrix Multiplication Big Data PerspectiveOptimal Chain Matrix Multiplication Big Data Perspective
Optimal Chain Matrix Multiplication Big Data Perspectiveপল্লব রায়
 
SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15Hao Zhuang
 
Ch.02 modeling in frequency domain
Ch.02 modeling in frequency domainCh.02 modeling in frequency domain
Ch.02 modeling in frequency domainNguyen_Tan_Tien
 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observabilityjawaharramaya
 
Modeling of mechanical_systems
Modeling of mechanical_systemsModeling of mechanical_systems
Modeling of mechanical_systemsJulian De Marcos
 
Parallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Parallel Algorithms: Sort & Merge, Image Processing, Fault ToleranceParallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Parallel Algorithms: Sort & Merge, Image Processing, Fault ToleranceUniversity of Technology - Iraq
 
Discrete state space model 9th &10th lecture
Discrete  state space model   9th  &10th  lectureDiscrete  state space model   9th  &10th  lecture
Discrete state space model 9th &10th lectureKhalaf Gaeid Alshammery
 
DAC15 Hao Zhuang poster
DAC15 Hao Zhuang poster DAC15 Hao Zhuang poster
DAC15 Hao Zhuang poster Hao Zhuang
 
PRAM algorithms from deepika
PRAM algorithms from deepikaPRAM algorithms from deepika
PRAM algorithms from deepikaguest1f4fb3
 
Parallel sorting algorithm
Parallel sorting algorithmParallel sorting algorithm
Parallel sorting algorithmRicha Kumari
 
Control system Lab record
Control system Lab record Control system Lab record
Control system Lab record Yuvraj Singh
 

Was ist angesagt? (19)

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

Andere mochten auch

やりたい仕事の作り方(ディレクター)
やりたい仕事の作り方(ディレクター)やりたい仕事の作り方(ディレクター)
やりたい仕事の作り方(ディレクター)okaneya
 
Arabic 1: basics on nouns
Arabic 1: basics on nouns Arabic 1: basics on nouns
Arabic 1: basics on nouns Mohamed ZAIM
 
Internet Marketing 101
Internet Marketing 101Internet Marketing 101
Internet Marketing 101Hoeun Ros
 
How to draw fruits - Vẽ trái cây
How to draw fruits - Vẽ trái câyHow to draw fruits - Vẽ trái cây
How to draw fruits - Vẽ trái câytieuhocvn .info
 
CĂN HỘ SHOPHOUSE VINHOMES GOLDEN RIVER BASON AQUA2
CĂN HỘ SHOPHOUSE VINHOMES GOLDEN RIVER BASON AQUA2CĂN HỘ SHOPHOUSE VINHOMES GOLDEN RIVER BASON AQUA2
CĂN HỘ SHOPHOUSE VINHOMES GOLDEN RIVER BASON AQUA2Toan Tran
 
ILOA Galaxy Forum SEA 2014 -- Boonrucksar Soonthornthum NARIT
ILOA Galaxy Forum SEA 2014 -- Boonrucksar Soonthornthum NARITILOA Galaxy Forum SEA 2014 -- Boonrucksar Soonthornthum NARIT
ILOA Galaxy Forum SEA 2014 -- Boonrucksar Soonthornthum NARITILOAHawaii
 
ILOA Galaxy Forum Southeast Asia 2014 - Steve Durst, ILOA
ILOA Galaxy Forum Southeast Asia 2014 - Steve Durst, ILOAILOA Galaxy Forum Southeast Asia 2014 - Steve Durst, ILOA
ILOA Galaxy Forum Southeast Asia 2014 - Steve Durst, ILOAILOAHawaii
 
Galaxy Forum Southeast Asia 2013 - Professor Lim
Galaxy Forum Southeast Asia 2013 - Professor LimGalaxy Forum Southeast Asia 2013 - Professor Lim
Galaxy Forum Southeast Asia 2013 - Professor LimILOAHawaii
 
ILOA Galaxy Forum SEA Thailand -- Exploring the Moon, Sukonthachat
ILOA Galaxy Forum SEA Thailand -- Exploring the Moon, SukonthachatILOA Galaxy Forum SEA Thailand -- Exploring the Moon, Sukonthachat
ILOA Galaxy Forum SEA Thailand -- Exploring the Moon, SukonthachatILOAHawaii
 
ILOA Galaxy Forum SEA Indonesia -- Putra
ILOA Galaxy Forum SEA Indonesia -- PutraILOA Galaxy Forum SEA Indonesia -- Putra
ILOA Galaxy Forum SEA Indonesia -- PutraILOAHawaii
 
Cognitive Biases: How the Clustering Illusion will impact your pitch
Cognitive Biases:  How the Clustering Illusion will impact your pitchCognitive Biases:  How the Clustering Illusion will impact your pitch
Cognitive Biases: How the Clustering Illusion will impact your pitchSiamac Rezaiezadeh
 
EU road fatalities - age distribution
EU road fatalities - age distributionEU road fatalities - age distribution
EU road fatalities - age distributionPODIS Ltd
 
World2016_T5_S7_TeradataFunctionalOverview
World2016_T5_S7_TeradataFunctionalOverviewWorld2016_T5_S7_TeradataFunctionalOverview
World2016_T5_S7_TeradataFunctionalOverviewFarah Omer
 

Andere mochten auch (19)

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

Ähnlich wie 論文紹介 Probabilistic sfa for behavior analysis

On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction cscpconf
 
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTIONON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTIONcscpconf
 
research journal
research journalresearch journal
research journalakhila1001
 
SDF Hysteretic System 1 - Differential Vaiana Rosati Model
SDF Hysteretic System 1 - Differential Vaiana Rosati Model SDF Hysteretic System 1 - Differential Vaiana Rosati Model
SDF Hysteretic System 1 - Differential Vaiana Rosati Model University of Naples Federico II
 
Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...
Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...
Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...IJERA Editor
 
Kernal based speaker specific feature extraction and its applications in iTau...
Kernal based speaker specific feature extraction and its applications in iTau...Kernal based speaker specific feature extraction and its applications in iTau...
Kernal based speaker specific feature extraction and its applications in iTau...TELKOMNIKA JOURNAL
 
Dynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space ModelsDynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space Modelsmultimediaeval
 
Supervisory control of discrete event systems for linear temporal logic speci...
Supervisory control of discrete event systems for linear temporal logic speci...Supervisory control of discrete event systems for linear temporal logic speci...
Supervisory control of discrete event systems for linear temporal logic speci...AmiSakakibara
 
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...ijwmn
 
2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]Bách Vũ Trọng
 
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...sipij
 
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 Compensation of Data-Loss in Attitude Control of Spacecraft Systems  Compensation of Data-Loss in Attitude Control of Spacecraft Systems
Compensation of Data-Loss in Attitude Control of Spacecraft Systems rinzindorjej
 
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...BRNSS Publication Hub
 
129966863931865940[1]
129966863931865940[1]129966863931865940[1]
129966863931865940[1]威華 王
 
Detecting Assignable Signals Via Decomposition Of Newma Statistic
Detecting Assignable Signals Via Decomposition Of Newma StatisticDetecting Assignable Signals Via Decomposition Of Newma Statistic
Detecting Assignable Signals Via Decomposition Of Newma Statisticjournal ijrtem
 
A RRAY F ACTOR O PTIMIZATION OF AN A CTIVE P LANAR P HASED A RRAY USING...
A RRAY  F ACTOR  O PTIMIZATION OF AN  A CTIVE  P LANAR  P HASED  A RRAY USING...A RRAY  F ACTOR  O PTIMIZATION OF AN  A CTIVE  P LANAR  P HASED  A RRAY USING...
A RRAY F ACTOR O PTIMIZATION OF AN A CTIVE P LANAR P HASED A RRAY USING...jantjournal
 

Ähnlich wie 論文紹介 Probabilistic sfa for behavior analysis (20)

On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction
 
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTIONON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
 
SDF Hysteretic System 1 - Analytical Vaiana Rosati Model
SDF Hysteretic System 1 - Analytical Vaiana Rosati ModelSDF Hysteretic System 1 - Analytical Vaiana Rosati Model
SDF Hysteretic System 1 - Analytical Vaiana Rosati Model
 
research journal
research journalresearch journal
research journal
 
SDF Hysteretic System 1 - Differential Vaiana Rosati Model
SDF Hysteretic System 1 - Differential Vaiana Rosati Model SDF Hysteretic System 1 - Differential Vaiana Rosati Model
SDF Hysteretic System 1 - Differential Vaiana Rosati Model
 
Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...
Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...
Adaptive Fuzzy-Neural Control Utilizing Sliding Mode Based Learning Algorithm...
 
Kernal based speaker specific feature extraction and its applications in iTau...
Kernal based speaker specific feature extraction and its applications in iTau...Kernal based speaker specific feature extraction and its applications in iTau...
Kernal based speaker specific feature extraction and its applications in iTau...
 
Dynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space ModelsDynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space Models
 
Supervisory control of discrete event systems for linear temporal logic speci...
Supervisory control of discrete event systems for linear temporal logic speci...Supervisory control of discrete event systems for linear temporal logic speci...
Supervisory control of discrete event systems for linear temporal logic speci...
 
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
 
2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]
 
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
 
Arima
ArimaArima
Arima
 
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 Compensation of Data-Loss in Attitude Control of Spacecraft Systems  Compensation of Data-Loss in Attitude Control of Spacecraft Systems
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
 
129966863931865940[1]
129966863931865940[1]129966863931865940[1]
129966863931865940[1]
 
04_AJMS_288_20.pdf
04_AJMS_288_20.pdf04_AJMS_288_20.pdf
04_AJMS_288_20.pdf
 
Detecting Assignable Signals Via Decomposition Of Newma Statistic
Detecting Assignable Signals Via Decomposition Of Newma StatisticDetecting Assignable Signals Via Decomposition Of Newma Statistic
Detecting Assignable Signals Via Decomposition Of Newma Statistic
 
ICMS_Tax_Collection_Time_Series.pdf
ICMS_Tax_Collection_Time_Series.pdfICMS_Tax_Collection_Time_Series.pdf
ICMS_Tax_Collection_Time_Series.pdf
 
A RRAY F ACTOR O PTIMIZATION OF AN A CTIVE P LANAR P HASED A RRAY USING...
A RRAY  F ACTOR  O PTIMIZATION OF AN  A CTIVE  P LANAR  P HASED  A RRAY USING...A RRAY  F ACTOR  O PTIMIZATION OF AN  A CTIVE  P LANAR  P HASED  A RRAY USING...
A RRAY F ACTOR O PTIMIZATION OF AN A CTIVE P LANAR P HASED A RRAY USING...
 

Kürzlich hochgeladen

Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...amitlee9823
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...amitlee9823
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsJoseMangaJr1
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 

Kürzlich hochgeladen (20)

Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 

論文紹介 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