You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: report/intro.tex
+25-17
Original file line number
Diff line number
Diff line change
@@ -1,43 +1,51 @@
1
1
\section{Introduction} \label{intro}
2
+
\TODO{fig 2: rasterize}
3
+
\TODO{fig 2: smaler coeff text}
4
+
\TODO{remover a lot from mat and met}
5
+
\TODO{fix he large number of subsecions}
6
+
\TODO{fix benchmark table reorder}
7
+
\TODO{wake vs awake}
8
+
\TODO{conclusion should do more justice}
2
9
3
10
Sleep is considered to be a ubiquitous and necessary behaviour amongst animals.
4
11
However, its real physiological functions remain debated.
5
12
In vertebrate, electrophysiological recordings, in particular, \gls{eeg},
6
13
but also \gls{emg} and \gls{eog} have extensively used to study the structure of sleep during the last century.
7
14
They have the advantage of being non-invasive an relatively high throughput.
8
-
Today, \gls{eeg} remains one of the main assess in the study sleep physiology.
15
+
Today, \gls{eeg} remains one of the main asset in the study sleep physiology.
9
16
10
-
Rodents models, in particular mice and rats, have proved very successful model for understanding of the mechanisms of sleep in mammals.
11
-
Classically, three main types of sleep related behaviours are defined and referred as \emph{vigilance states}.
17
+
Rodents, in particular mice and rats, have proved very successful model for understanding of the mechanisms of sleep in mammals.
18
+
Classically, three main distinct types of sleep related behaviours: wakefulness, \gls{nrem} sleep and \gls{rem}
19
+
sleep are referred as \emph{vigilance states}.
12
20
Vigilance states are usually defined on the basis of \gls{eeg} and \gls{emg} (fig.~\ref{fig:sleep_description}).
13
-
When awake (WAKE), an animal tends to have a high muscular activity which translates as a high amplitude voltage changes in the \gls{emg}.
21
+
When awake (WAKE), animals tend to have a high muscular activity which translates as a high amplitude voltage changes in the \gls{emg}.
14
22
During wakefulness, \gls{eeg} is dominated by a relatively low amplitude oscillations of frequency
15
23
between six and ten hertz often referred as theta waves.
16
24
In contrast, \gls{nrem} sleep, also called slow wave sleep, is a period of muscular inactivity (low \gls{emg})
17
25
dominated by slow oscillations (below 4Hz) of high amplitude named delta waves.
18
26
The third state, \gls{rem} sleep, is characterised by a complete lack of muscular activity (atony) and an \gls{eeg} activity very similar to the awake state.
19
-
\gls{rem} sleep is the least prevalent of all three stages, and generally represents generally 20\% of all sleeping time.
20
-
The prevalence of these three states as well as there structural succession are extremely important observations in sleep research
27
+
\gls{rem} sleep is the least prevalent of all three stages, and represents generally 20\% of all sleeping time.
28
+
The prevalence of these three states as well as their temporal organisation are extremely important observations in sleep research
21
29
22
30
\input{./figures/sleep_description}
23
31
24
32
25
33
Although definitions of sleep stages appear straightforward, in practice, many cases are ambiguous.
26
34
For instance, it is difficult to characterise transitions between two states.
27
-
In addition, there are many sources of variability including how surgery was performed by the experimenter, the type of recorder used and inter-animal variability.
35
+
In addition, there are many sources of variability including how surgery was performed, the type of instrument used and inter-animal variability.
28
36
The quality of the acquisition can also be made considerably worst by noisy signals or by the presence of artefacts.
29
-
For these reasons, sleep scoring, the attribution of discrete vigilance states to electrophysiological time series,
37
+
For these reasons, sleep scoring, \ie{} the attribution of discrete vigilance states to electrophysiological time series,
30
38
is traditionally performed by trained human experts.
31
39
Such manual annotation is very time consuming; several hours of work have been reported in order to score 24h of recording.
32
-
This severely limits data throughput and human subjectivity is likely to introduce systematic bias.
40
+
This severely limits data throughput, and human subjectivity is likely to introduce systematic bias.
33
41
Indeed, it is expected that scoring will be performed differently by each expert, making result difficult to reproduce independently.
34
-
Often, two experts score the same time data, in order to ensure satisfying agreement.
35
-
Although, manual scorers are generally reported as being very consensual\citationneeded{},
42
+
Often, two experts score the same data, in order to ensure satisfying agreement.
43
+
Although, manual scorers are generally reported as being very consensual with each other\citationneeded{},
36
44
it can be argued that experts most likely work in the same laboratory and trained one another, or were trained by the same third person.
37
45
In this context, agreement between experts does not account for the variability between communities of researchers, and cannot be used to assess reproducibility.
38
46
39
47
In order to overcome both speed and subjectivity limitations, efforts have been directed towards automation of sleep scoring.
40
-
However, there is little adoption has occurred and very few available implementations in the form of software that biologists could use have been developed.
48
+
However, little adoption has occurred and very few available implementations, in the form of software that biologists could use, have been developed.
41
49
Typically, two different approaches to classification have been followed: unsupervised or supervised learning.
42
50
43
51
Unsupervised learning has the advantage of making no assumption about the nature of the different vigilance states, and how they should be defined.
Another approach is to assume human annotations are, although imperfect, biologically relevant and generally consistent,
50
58
and therefore to use supervised learning techniques.
51
-
Of course, if human decisions were biased, such a method may reproduce this bias.
59
+
Of course, if human decisions were biased, such a method may suffer from the same bias.
52
60
However, a vast corpus of experimental work has provided hypothesis about function of these states which tends to validate the actual `existence' of these discrete vigilance states.
53
61
Building a classifier that would produce a consensual prediction of vigilance states could be seen as an attempt to formalised and rationalise the definition of such states.
54
62
This would improve future research without denying decades of sleep neurobiology.
55
63
56
-
Many supervised learning techniques ranging from SVM, ANNs, to HMMs have been investigated.
64
+
Many supervised learning techniques such as from SVM, ANNs, to HMMs have been investigated.
57
65
In general, the first step is to compute features on consecutive segments of annotated electrophysiological signals know as epochs.
58
66
Then, the relation between the response variable(annotation) and the independent variables (features) can be modelled.
59
67
Either epochs are considered to be independent from one another or time-dependent structures are explicitly modelled (\eg{} using HMMs).
60
68
Time aware modelling has the advantage of accounting for the interdependence of consecutive epochs (see fig.~\ref{fig:sleep_description}B).
61
-
However, it generally does not perform as well as classical classifiers when modelling non-linear relationships between large numbers of predictors.
69
+
However, it generally does not model non-linear relationships between large numbers of predictors as well as classical classifiers.
62
70
63
-
Recently, promising results were obtained for scoring human sleep stages by performing an exhaustive
71
+
Recently, promising results were obtained for automatic scoring\TODO{rephrase this} of human sleep stages by performing an exhaustive
64
72
feature extraction including variables resulting from discrete wavelet decomposition.
65
73
Then, the authors compared several classifiers and found that random forest were, overall, the most accurate predictors.
66
74
67
75
The study herein bases itself on these promising results by computing an even larger number of features.
68
-
An important addition is the computation of time-aware features which significantly improved accuracy.
76
+
An important addition was the computation of time-aware features which significantly improved accuracy.
69
77
Furthermore, rigorous stratified cross-validation procedure and comparisons of sleep structure were performed.
70
78
These improvement altogether contributed to achieve a very satisfying overall accuracy of 92\%.
71
79
In order to pave the way to an implementation of an ubiquitous sleep scoring software.
0 commit comments