Automated sleep scoring using unsupervised learning of - - PowerPoint PPT Presentation

automated sleep scoring using unsupervised learning of
SMART_READER_LITE
LIVE PREVIEW

Automated sleep scoring using unsupervised learning of - - PowerPoint PPT Presentation

Automated sleep scoring using unsupervised learning of meta-features DD221X: Degree project in Computer Science May 3rd 2016 Sebastian Olsson What is sleep scoring? Judgments about a sleeping individual Sleep stages: REM, N1, N2,


slide-1
SLIDE 1

Automated sleep scoring using unsupervised learning of meta-features

DD221X: Degree project in Computer Science May 3rd 2016 Sebastian Olsson

slide-2
SLIDE 2

What is sleep scoring?

  • Judgments about a sleeping individual
  • Sleep stages: REM, N1, N2, N3, Awake
slide-3
SLIDE 3

Hypnogram

  • Sleep stage graph
slide-4
SLIDE 4

Electroencephalogram (EEG)

slide-5
SLIDE 5

Electroencephalogram (EEG)

slide-6
SLIDE 6

Electroencephalogram (EEG)

N3

slide-7
SLIDE 7

Electroencephalogram (EEG)

N3 N1

slide-8
SLIDE 8

Electroencephalogram (EEG)

N3 N1 REM

slide-9
SLIDE 9

Electroencephalogram (EEG)

N3 N1 REM Awake

slide-10
SLIDE 10

Automated sleep stage scoring

slide-11
SLIDE 11

Automated sleep stage scoring

slide-12
SLIDE 12

Compare 100 % agreement

Automated sleep stage scoring

slide-13
SLIDE 13

Problem statement

A

slide-14
SLIDE 14

Problem statement

B

slide-15
SLIDE 15

Problem statement

  • Deep belief net (DBN)
  • Compare approaches

B

slide-16
SLIDE 16

Method

slide-17
SLIDE 17
  • SHHS1
  • 10 records
  • Annotations

Data

slide-18
SLIDE 18

Segmentation

30 s

slide-19
SLIDE 19

Feature extraction

(12, 0.8) (15, 0.3) Mean Variance

slide-20
SLIDE 20
slide-21
SLIDE 21

Features

  • Mean
  • Variance
  • Skewness
  • Kurtosis
  • Hjorth mobility
  • Hjorth complexity
  • Amplitude
slide-22
SLIDE 22

Partitioning

  • 75 % training set
  • 25 % test set
slide-23
SLIDE 23

Feature selection

  • Find a decent combination of features
  • Strip away unwanted features

○ Curse of dimensionality

  • Inspired by Löfhede [1]
  • Genetic algorithm

○ Roulette-wheel selection ○ Mutation rate: 0.2 ○ Crossover rate: 1.0 ○ Number of generations: 5 ○ Population size: 5 ○ Chromosome length: 7

  • “Cross-validation”
slide-24
SLIDE 24

Feature classification

  • Support vector machine (SVM)

○ Linear kernel ○ Radial basis function (RBF) kernel

  • Trained using the training set
  • Evaluated using the test set
slide-25
SLIDE 25

Unsupervised DBN processing

  • DBN

○ Two stacked Restricted Boltzmann machines (RBM)

  • Based on Längkvist [2]

1. Pre-training 2. Unsupervised fine-tuning with backpropagation 3. Propagate the feature space through the network

slide-26
SLIDE 26

Unsupervised DBN processing

  • Three meta-features
  • Appended to vector: (x1, ..., x7) ↦ (x1, …, x7, m1, m2, m3)
slide-27
SLIDE 27

Evaluation

  • 10 ∙ 3 ∙ 2 ∙ 2 = 120 evaluations

# records # re-runs linear/RBF kernel with/without DBN

slide-28
SLIDE 28

Results

slide-29
SLIDE 29

Results

Scorer A, linear kernel Scorer B, linear kernel Scorer A, RBF kernel Scorer B, RBF kernel

slide-30
SLIDE 30

Results

slide-31
SLIDE 31

Results

slide-32
SLIDE 32

Conclusion

  • Unsupervised DBN processing did not help
  • Effect too small to be noticable
  • Approach too specific to arrive at a general conclusion
slide-33
SLIDE 33

Future work

  • Simplify

○ Skip feature selection

  • Append/replace
  • Try different parameters, e.g.

○ Number of meta-features (output nodes) ○ Number of RBMs ○ Number of hidden layer units ○ Epochs ○ Initial biases

slide-34
SLIDE 34

References

  • [1] J. Löfhede. (2009). The EEG of the neonatal Brain - Classification of

Background Activity.

  • [2] M. Längkvist. (2012). Sleep Stage Classification Using Unsupervised

Feature Learning.

slide-35
SLIDE 35

Images

  • Licensed under CC BY-SA 3.0:

○ https://commons.wikimedia.org/wiki/File:HYPNOGRAM_created_by_Natasha_k.jpg

  • Licensed under CC BY-SA 4.0:

○ https://commons.wikimedia.org/wiki/File:Sleep_scoring.png

  • Public domain:

○ https://commons.wikimedia.org/wiki/File:1st-eeg.png ○ https://pixabay.com/en/scientist-professor-man-researcher-28748/ ○ https://pixabay.com/en/artificial-intelligence-155161/

  • Licensed under CC0 1.0:

○ All remaining images

slide-36
SLIDE 36

The End