Seizure detection methods, apparatus, and systems using an autoregression algorithm

Abstract
A method, comprising receiving a time series of patient body signal, determining first and second sliding time windows for the time series; applying an autoregression algorithm, comprising: applying an autoregression analysis to each of the first and second windows, yielding autoregression coefficients and a residual variance for each window; estimating a parameter vector for each window based on the autoregression coefficients and residual variances; and determining a difference between the parameter vectors; and determining seizure onset and seizure termination based on the difference between the parameter vectors. A non-transitory computer readable program storage unit encoded with instructions that, when executed by a computer, perform the method.
Description
BACKGROUND OF THE INVENTION

1. Field of the Invention


The present invention relates generally to the field of epileptic event detection. More particularly, it concerns epileptic event detection by use of an autoregression algorithm on a time series of patient body signal data.


2. Description of Related Art


There have been various advancements in the area of seizure detection, which remains a fairly subjective endeavor. The task of automated detection of epileptic seizures is generally related to and dependent on the definition of what is a seizure, definition which to date is subjective and thus inconsistent within and among experts. The lack of an objective and universal definition complicates not only the task of validation and comparison of detection algorithms, but also (and possibly more importantly), the characterization of the spatio-temporal behavior of seizures and of other dynamical features required to formulate a comprehensive epilepsy theory.


The current state of automated seizure detection is, by extension, a reflection of the power and limitations of visual analysis, upon which it rests. The subjectivity intrinsic to expert visual analysis of seizures and its incompleteness (it cannot adequately quantify or estimate certain signal features, such as power spectrum) confound the objectivity and reproducibility of results of signal processing tools used for automated seizure detection. What is more, several of the factors that enter into the determination of whether or not certain grapho-elements should be classified as a seizure are non-explicit (“gestalt-based”) and thus difficult to articulate, formalize and program into algorithms.


Most, if not all, existing seizure detection algorithms are structured to operate as expert electroencephalographers. Thus, seizure detection algorithms that apply expert-based rules are at once useful and deficient; useful as they are based on a certain fund of irreplaceable clinical knowledge, and deficient as human analysis biases propagate into their architecture. These cognitive biases which pervade human decision processes and which have been the subject of formal inquiry are rooted in common practice behaviors such as: a) The tendency to rely too heavily on one feature when making decisions (e.g., if onset is not sudden, the event is unlikely to be characterized as a seizure because seizures are paroxysmal events); b) To declare objects as equal if they have the same external properties (e.g., this is a seizure because it is just as rhythmical as those we score as seizures) or c) relying on the ease with which associations come to mind (e.g., this pattern looks just like the seizures we reviewed yesterday).


Seizure detection algorithms' mixed results make attainment of a unitary or universal seizure definition ostensibly difficult. In addition to cognitive biases, the inadequacy of many seizure detection algorithms may also be attributable in part, to the distinctiveness in the architecture and parameters of each algorithm. The fractal or multi-fractal structures of seizures accounts at least in part for the differences in results, and draws attention to the so-called “Richardson effect.” Richardson demonstrated that the length of borders between countries (a natural fractal) is a function of the size of the measurement tool, increasing without limit as the tool's size is reduced. Mandelbrot, in his seminal contribution “How long is the coast of Britain,” stressed the complexities inherent to the Richardson effect, due to the dependency of particular measurements on the scale of the tool used to perform them. Although defining seizures as a function of a detection tool would be acceptable, this approach may be impracticable when comparisons between, for example, clinical trials or algorithms are warranted. Another strategy to bring unification of definitions is to universally adopt the use of one method, but this would be to the detriment of knowledge mining from seizure-time series and by extension to clinical epileptology.


To date, meaningful performance comparisons among myriad existing algorithms have not been feasible due to lack of a common and adequate database. However, even if adequate databases were available, the value of such “comparisons” would be limited by the absence of a universally accepted definition of what is a “seizure.” The previously noted cognitive biases and architectural/parametric distinctions among algorithms impede achievement of consensus and in certain cases even of majority agreement in classifying particular events as seizures or non-seizures. Because expert visual analysis provides the benchmarks (seizure onset and termination times) from which key metrics (detection latency in reference to electrographic and clinical onset time (“speed of detection”), sensitivity, specificity and positive predictive value) are derived, the effects of cognitive biases propagate beyond the seizure/non-seizure question into other aspects of the effectiveness of a particular seizure detection algorithm.


SUMMARY OF THE INVENTION

In one embodiment, the present disclosure provides a method, comprising: receiving a time series of a first body signal of a patient, determining a first sliding time window and a second sliding time window for said time series of said first body signal;


applying an autoregression algorithm, comprising: applying an autoregression analysis to each of said first and second windows to yield a plurality of autoregression coefficients for each said window and a residual variance for each said window; estimating a parameter vector for each of said first and second windows, based at least in part on said autoregression coefficients and said residual variances; and determining a difference between said parameter vectors for said first and second windows using a matrix function;


determining an onset of a seizure based on said difference between said parameter vectors, wherein said difference indicates a larger variance in said second window than in said first window; and


determining a termination of a seizure based on said difference between said parameter vectors, wherein said difference indicates a larger variance in said first window than in said second window.


In one embodiment, the present disclosure provides a non-transitory computer readable program storage unit encoded with instructions that, when executed by a computer, perform a method as described above and herein.





BRIEF DESCRIPTION OF THE DRAWINGS

The invention may be understood by reference to the following description taken in conjunction with the accompanying drawings, in which like reference numerals identify like elements, and in which:



FIG. 1 illustrates a medical device system for detecting and classifying seizure events related to epilepsy from sensed body data processed to extract features indicative of aspects of the patient's epilepsy condition;



FIG. 2 illustrates a medical device system, according to an illustrative embodiment of the present disclosure;



FIG. 3 provides a stylized diagram of a medical device and different data acquisition units that may provide output(s) used by other unit(s) of the medical device, in accordance with one illustrative embodiment of the present disclosure;



FIG. 4 provides a stylized diagram of a medical device and different data acquisition units that may provide output(s) used by other unit(s) of the medical device, in accordance with one illustrative embodiment of the present disclosure;



FIG. 5 provides a stylized diagram of a seizure onset/termination unit, in accordance with one illustrative embodiment of the present disclosure;



FIG. 6 illustrates the output of the r2 algorithm in reference to an Average Indicator Function (AIF) making use of the output four algorithms, including the r2 algorithm, in accordance with one illustrative embodiment of the present disclosure;



FIG. 7 shows a graph of a specificity function for the r2 method as a function of time with respect to a validated algorithm's time of seizure detection, in accordance with one illustrative embodiment of the present invention;



FIG. 8 shows a plot of the decimal logarithm of the dependence of seizure energy on seizure duration, in accordance with one illustrative embodiment of the present disclosure;



FIG. 9 shows the empirical “tail” of the conditional probability distribution functions for: (a) Seizure durations (minimum duration: 2 sec); and (b) the logarithm of seizure energy as estimated with four different methods, in accordance with one illustrative embodiment of the present disclosure;



FIG. 10 provides a flowchart depiction of a method, in accordance with one illustrative embodiment of the present disclosure;



FIG. 11 shows ECoG before (upper panel) and after differentiation (lower panel), in accordance with one illustrative embodiment of the present disclosure; and



FIG. 12 shows temporal evolution of the decimal logarithm of the power spectrum of differentiated ECoG.





DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS

In one aspect, the present disclosure provides several new seizure detection algorithms that may be applied to one or more streams of body data. Some of these algorithms rely principally on power variance for detection of seizures, while others rely mainly on power spectral shape.


In another aspect, the present disclosure exploits the simultaneous application of two or more individual seizure detection algorithms to derive a probabilistic measure of seizure activity (PMSA), which may be used to issue detections by majority or consensus of a plurality of the two or more seizure detection algorithms, depending on safety factors and others such as detection speed, sensitivity, specificity or any other performance measures and the clinical application(s) at hand. Real-time (“on the run”) automated seizure detection provides the only means through which contingent warning to minimize risk of injury to patients, delivery of a therapy for control of seizures, or logging of the date, time of onset and termination and severity may be performed.


This disclosure, in one embodiment, provides an autoregression algorithm suitable for use in epileptic event detection, by operation on a time series of patient body signal data. Such an autoregression algorithm may be used by itself, or as part of a Probabilistic Measure of Seizure Activity.


More generally, this disclosure: a) draws attention to the complexities inherent to the pursuit of a universal seizure definition even when powerful, well understood signal analysis methods are utilized; b) identifies this aim as a multi-objective optimization problem and discusses the advantages and disadvantages of adopting or rejecting a unitary seizure definition; c) introduces a Probabilistic Measure of Seizure Activity to manage this thorny issue.


Seizure detection belongs to a class of optimization problems known as “multi-objective” due to the competing nature between objectives: improvements in specificity of detection invariably degrade sensitivity, and vice-versa. Attempts to achieve a universal seizure definition using objective, quantitative means are likely to be fraught with similar competing objectives. In one aspect, the present invention involves the application of tools from the field of multi-objective optimization, among others to make the problems caused by competing objectives more tractable.


Achieving a unitary seizure definition would be difficult, as consensus among epileptologists as to what grapho-elements are classifiable as ictal, is rare. In the absence of a universal definition, issuing seizure warnings for certain cases will be problematic and unsafe. For example, if a patient with seizures wishes to operate power equipment or a motor vehicle, the absence of a universal agreement on when the patient has had a seizure may preclude any viable way of ensuring, using seizure detection algorithms, that the patient's seizures are under sufficient control to allow such activities to occur. To manage the difficulties of a consensus seizure definition, substantive gains are feasible through steps entailing, for example, the application of advanced signal analysis tools to ECoG, to hasten the identification of properties/features that would lead to the probabilistic discrimination of seizures from non-seizures with worthwhile sensitivity and specificity for the task at hand. However, to even have a modicum of success, such an approach should not ignore the non-stationarity of seizures and, should strike some sort of balance between supervised (human) and unsupervised machine-learning) approaches. The resulting multidimensional parameter space, expected to be broad and intricate, may also foster discovery of hypothesized (e.g. pre-ictal) brain sub-states.


The challenges posed by the attempt to define seizures unitarily using objective means (distinct from visual analysis) may be partly related to their fractal properties and understood through a simplistic analogy to the so-called “Richardson effect”. A revision of the time-honored subjective definition of seizures may be warranted to further advance epileptology.


In one aspect, the present disclosure provides a Probabilistic Measure of Seizure Activity (PMSA) as one possible strategy for characterization of the multi-fractal, non-stationary structure of seizures, in an attempt to overcome the more substantive limitations intrinsic to other seizure detection methods, including those involving scalp or even direct brain recordings of electrical activity.


The PMSA may make use of “indicator functions” (IFs) denoted χalgo for each algorithm. In one embodiment, the PMSA may also make use of an Average Indicator Function (AIF). In one embodiment, the AIF is defined as:

AIF(t)=(χval(t)+χr2(t)+χSTA/LTA(t)+χWTMM(t))/4


The subscripts Val, r2, STA/LTA and WTMM refer to four different seizure detection algorithms, particular embodiments of which are described herein and/or in other related applications. One or more of these algorithms may be used to detected seizures from one or more body data streams including, but not limited to, a brain activity (e.g., EEG) data stream, a cardiac (e.g., a heart beat) data stream, and a kinetic (e.g., body movement as measured by an accelerometer) data stream. “Val” refers to an algorithm for seizure detection using ECoG data that has been validated by experts without reaching a universal consensus about its performance (e.g., false positive, false negative and true positive detections). An “r2” algorithm may also be referred to herein as an “r^2,” “autoregression,” or “autoregressive” algorithm. A STA/LTA algorithm refers to an algorithm characterized by the ratio of a Short-Term Average to a Long-Term Average. A WTMM algorithm refers to a Wavelet Transform Maximum Modulus algorithm.


For determination of an AIF from the foregoing formula, an algorithm's IF (i.e., output values for each of χVal, χr2 χSTA/LTA, and χWTMM) equals 1 for time intervals (0.5 sec in this application) “populated” by ictal activity and 0 for time intervals populated by inter-ictal activity. The IF's are used to generate four stepwise time functions, one for each of: a) a 2nd order auto-regressive model (r2); b) the Wavelet Transform Maximum Modulus (WTMM) model; and c) the ratio of short-to-long term averages (STA/LTA) and d) a Validated algorithm (Val). From the indicator functions determined for the individual algorithms, the average indicator function (AIF is computed. In one embodiment, the AIF may range between [0-1], with intermediate values of 0.25, 0.5 and 0.75. Intermediate AIF values may be a function of the number of algorithms applied to the signal. Where, for example, 4 algorithms are used and the range of the indicator function is [0-1], the intermediate values are [0.25, 05, 0.75]). These values [0-1] are estimates of the probability of seizure occurrence at any given time. In another embodiment, the values of each algorithm's IF may be weighted differently, and a composite IF (e.g., a Weighted Indicator Function or WIF) different from the AIF may be computed.


Data obtained from a subject undergoing evaluation for epilepsy surgery with intracranial electrodes was selected for analysis. The ECoG was recorded using electrodes implanted into the amygdala, pes hippocampus and body of hippocampus bilaterally through the temporal neocortex and had a duration of 6.9 days (142,923,853 samples; 239.75 Hz sampling rate).


For efficient analyses, ECoG signal differentiation was performed, so as to minimize the non-stationarity present in them. If Z(t) is raw ECoG, then its difference is X(t)=Z(t)−Z(t−1), where (t) corresponds to a sample time increment. This linear operation is exactly invertible and, unlike band-pass filtering or detrending, does not suppress low frequency fluctuations, but decreases their overall influence. FIG. 11 illustrates the effect of this operation on raw ECoG and FIG. 12, a time-frequency map of the evolution of the power spectra of differentiated ECoG segments. The power spectra are estimated within 5 sec moving windows of length.


Seizure Detection with the “r2-Method”


Consider the autoregressive model of the p-th order for the signal increments:












X


(
t
)


+




k
=
1

p








a
k

·

X


(

t
-
k

)





=

d
+

ɛ


(
t
)




,


M


[

ɛ


(
t
)


]


=
0

,


M


[


ɛ
2



(
t
)


]


=

σ
2






(
1
)







where M[.] is the symbol for a mathematical expectation. The model (1) can be re-written in a more compact form:

X(t)=cTY(t)+ε(t),Y(t)=(−X(t−1), . . . ,−X(t−p),1)T,c=(a1, . . . ,ap,d)T  (2)


where cTY(t) is a scalar product of column-vectors with cT being the transposed vector of c. Thus, in the AR-model, each sample is presented as a weighted sum of p previous values with weights given by the AR-coefficients, plus some shift d and the residual ε(t), which is regarded as noise with zero mean value and variance σ2. The full vector of parameters of the AR-model is θ=(cT, σ)T.


A vector θ is estimated for each of the two moving time half-windows of equal length L to the left (background) and right (foreground) of the window's center τ. Let θ(1) be the left half-window parameter vector and θ(2) the right half-window parameter vector, and Δθ=θ(2)−θ(1) their difference. Their difference is weighed using Fisher's matrix for the model (1) defined by:










B
=

-




2



ln


(
Φ
)






θ




θ





,


ln


(
Φ
)


=



-

(

L
-
p

)




ln


(
σ
)



-


1

2


σ
2







t








(


X


(
t
)


-


c
T



Y


(
t
)




)

2









(
3
)







Expression (3) defines B as the matrix constructed from the second-order derivatives of the logarithm of the likelihood function Φ under the assumption that ε(t) is Gaussian white noise. Let B(1) and B(2) be the matrices (3) computed in the left and right halves of the moving time window and let us introduce, in one embodiment, a measure of non-stationarity:

r2(τ)=(ΔθTB(1)Δθ+ΔθTB(2)Δθ)/(2(L−p))  (4)


This measure (r2) provides a natural dimensionless estimate of the non-stationary behavior of the signal X(t). To make the calculation explicit, this equation (4) is estimated by using the following expression:











Δθ
T


B





Δθ

=



2



(

Δ





σ

)

2



σ
2


+


Δ







c
T

(



t








Y


(
t
)





Y
T



(
t
)




)


Δ





c



σ
2



(

L
-
p

)



+


4

Δ






c
T


Δσ




t








ɛ


(
t
)




Y


(
t
)







σ
3



(

L
-
p

)








(
5
)







The non-stationarity measures (4)-(5) will be used to identify the onset and termination of seizures based on the condition that a local maximum of r2 exceeds a given threshold R. Specifically, if

r2(τ)=maxξ{r2(ξ),τ−L/4≤ξ≤τ+L/4},r2(τ)≥R,  (6)


then, the time τ is


1. the onset of a seizure if σ21 (the variance of the residuals of the AR process is larger in the right half of the window (foreground) than in the left half (background);


2. the termination of a seizure if σ12 (the variance of the residuals of the AR process is smaller in the right half of the window than in the left half).


Condition (6) reflects the large non-stationarity present in the signal associated with the onset or termination of seizures as determined by the jumps from low to high variance (seizure onset) or vice-versa (seizure termination) at time τ.


The values of the residual variances σ1 and σ2 are the parameters of the “r2 Method” as well as components of the vector c, which is why they are consolidated into a general vector of parameters θ=(cT,σ)T. The method is based on comparing vectors θ1 (left half-window) and θ2 (right-half window) using Fisher's matrix as a “natural” statistical metric. It is worth pointing out, that the AR(2) method is not sensitive to changes of variance in power, but to changes in the shape of the spectral density; this is because a short time window estimate ŜXX(ω) of the spectral density is directly connected with the vector of parameters θ by the equation ŜXX(ω)=σ2/(2π·|1+a1e−iω+a2e−2iω|2), where ω is a frequency and i is the imaginary unit. This connection makes this method sensitive to changes in the auto-covariance function RXX(k)=M{X(t)X(t−k)} as follows from the Wiener-Khinchin theorem:









S
XX



(
ω
)


=




k
=

-




+











R
XX



(
k
)


·




-
ik






ω





,


where







R
XX



(
k
)



=




-
π

π






S
XX



(
ω
)


·



ik





ω











ω

.








The AR, and validated algorithms have been described in U.S. provisional patent application Ser. No. 61/547,567, filed on Oct. 14, 2011, which is hereby incorporated by reference herein in its entirety.


The total number of detections, their duration and the percent time spent in seizure over the time series total duration (6.9 days) are presented in Table 1.









TABLE 1







Summary statistics obtained by applying two different


detection methods (Validated Algorithm; r2). The


minimum duration of seizures was set at 2 s.










Validated




algorithm
r2















Total number of seizures
3184
7029



with duration ≥ 2 s.



Mean duration, s.
3.8
23



Median duration, s.
3.4
7



% time spent in seizure
2
27











FIG. 6 illustrates the output of the r2 algorithm in comparison with an average indicator function (AIF) making use of each of the validated algorithm, and the r2 (AR), STA/LTA and WTMM algorithms. Specifically, FIG. 6 shows results of applying the r2 seizure detection method to a differentiated ECoG (in black; 200 sec/panel) of a human with pharmaco-resistant epilepsy. The grey boxes represent the values (right y-axis) of an Average Indicator Function in the interval [0,1]. Seizure onset and end times are indicated by vertical lines (red for onset, blue for termination). Notice that the value of the Average Indicator Function is rarely 1 at either of the seizure onset or termination, indicating that all methods do not detect the ECoG activity as being ictal in nature at those moments. However, with seizures exceeding certain duration (at least 20 seconds) and intensity thresholds, they converge to all detect the seizure event. This indicates that the spectral and other properties of seizures are not homogeneous at the onset and termination of seizures, which is consistent with the lack of agreement among human experts (and algorithms) during onset and termination. Left y-axis: ECoG amplitude (in μV); excursions above zero correspond to positive, and below, to negative, polarity.


Table 2 provides further evidence that, at some point in time, the majority of seizures are detected by the validated algorithm are also detected by the other three methods, with WTTM detecting the largest number (97%) and STA/LTA the second largest (91.5%) number of seizures. More specifically and by way of example, the value 0.971 in Table 2 means that the WTMM method detections encompass 97.1% of seizure time intervals detected with the validated method, with the exception of 1.6 s. that correspond to the delay/lag between them in detecting seizure onsets (see below for details).


Time intervals for which the pairwise product χVal(t)·χr2(t)=1 correspond to seizures detected by both the validated algorithm and the r2 algorithm. Dividing the number of time intervals when χVal(t)·χr2(t)=1 by the number of intervals when χVal(t)=1, yields the specificity of the r2 method with respect to the validated algorithm. Since the validated algorithm has an inherent delay of 1 s and an additional duration constraint of 0.84 s. is imposed before a detection is issued, its onset and termination times are “delayed” compared to those yielded by the r2 algorithm. To account for this delay and make comparisons more meaningful, the specificity of the r2 with respect to the validated algorithm is re-calculated as a function of a time shift τ:











Spe


r
2


_Val




(
τ
)


=



t








(



χ

r
2




(

t
+
τ

)


·


χ
Val



(
t
)



)

/



t








χ
Val



(
t
)









(
25
)







The present inventors discovered that the time differences are negative for all three algorithms compared to the validated algorithm; that is, the validated algorithm's detection times lag behind those given by the other algorithms. More particularly, the mean delay of the validated algorithm is 1.1 s with respect to r2,


The re-calculated specificity values shifted by τ shown in Table 2 are higher compared to those without shifting.












TABLE 2







Meth- od
  SpeMethod_Val(0)





max
τ








Spe
Method_Val



(
τ
)













arg





max






τ




Spe
Method_Val



(
τ
)











r2
0.628
0.882
−1.1 s





Values of specificity of the r2, calculated with respect to the validated method, and time lag (as defined in the text) at which the specificity attains its largest value.






The information in Table 2 is also depicted graphically in FIG. 7, which illustrates a graph of a specificity function for the r2 method as a function of time with respect to the validated algorithm's time of seizure detection. Tau (τ) zero (x-axis) corresponds to the time at which the validated algorithm issues a detection. Negative τ values indicate “late” detections by the validated algorithm in relation to the r2 algorithm and positive values the opposite. As shown, r2 algorithm issues earlier detections than the validated algorithm. Values of the lags (τ) corresponding to the maximum and minimum values of the function are presented under the names argmax and argmin respectively.


The present inventors also discovered that only 45.3% of seizures recognized as such by the r2 algorithm were also detected by the validated method, indicating that in its generic form and by design, the validated algorithm is less sensitive and more specific for seizure detection than the r^2 algorithm.


The r2 method, along with the other methods mentioned supra, survey different but inter-dependent ECoG signal properties, thus expanding the breadth and perhaps also the depth of insight into the spectral “structure” of epileptic seizures in a clinically relevant manner. The Auto-Regressive model (r2), which is implementable in a real-time embodiment, is sensitive mainly to changes in spectral shape, is the most general method of the algorithms previously mentioned (e.g., WTMM, STA/LTA) for providing a statistical description of oscillations (ECoG) that may be regarded as generated by the stochastic analogue of a linear oscillator.


Algorithmic and visual expert analysis consensus as to what grapho-elements define a seizure event seems to be highly dependent on when during the course of the event a detection decision is made. In this context, it is noteworthy that AIF frequently reached a value of 1, indicative of concordance among all detection methods, sometime after seizure onset and before its termination (as determined by any of the methods), provided the seizures reached a certain duration (20-30 s.) as discussed in more detail in U.S. provisional patent application Ser. No. 61/547,567, filed on Oct. 14, 2011. In short, seizure onsets and terminations may be under certain conditions universally undefinable by algorithmic or expert visual analysis. A systematic investigation of the differences in signal spectral properties between the “preface”/“epilogue” and the “main body” of seizures was not performed. It is speculated that the presence of “start-up transients” (in a dynamical sense) and of temporo-spatial dispersion of the ictal signal (which impacts S/N) may be most prominent at the onset and termination of seizures. These and local and global state-dependencies of certain signal features, account in part for the temporal fluctuations in algorithm detection performance.


Defining seizure energy as the product of the standard deviation of the power of ECoG by its duration (in seconds), reveals that the r2 algorithm identifies as a continuum seizures that the validated algorithm detects as clusters of short seizures. The lack of correspondence between a certain percentage of detections (11.8% for the r2 method) and the validated algorithm may be partially attributed to brief discontinuities in seizure activity as shown in FIG. 6. This phenomenon (“go-stop-go”) appears to be inherent to seizures (e.g., it is a general feature of intermittency associated with many dynamical systems). These discontinuities are also an “artifact” caused by the architecture of and parameters used in each algorithm. For example, the longer the foreground window and the higher the order statistical filter (e.g., median vs. quartile), in the validated algorithm, the higher the probability that “gaps” in seizure activity will occur. Clustering of detections one a strategy to manage dynamical or artifactual ictal “fragmentation,” and in this sense the r2 algorithm avoids the subjective biases and arbitrariness associated with human-imposed clustering rules.


The dependencies of seizure energy (defined as the product of the standard deviation of the differentiated ECoG signal and seizure duration, in sec.) on seizure duration, for the set of icti detected by the r2 method is depicted in FIG. 8. A subset of seizures detected by all methods obeys a simple law of proportionality between energy (y-axis) and duration (x-axis, log scale, seconds), that is, the longer the seizure, the larger its energy. However, this relationship is not invariably linear for other detection algorithms, indicating the presence of interesting scaling properties of seizure energy.



FIG. 9 shows the empirical “tail” of the conditional probability distribution functions for: (a) Seizure durations (minimum duration: 2 sec); (b) the logarithm of seizure energy as estimated with the Validated method (solid) and the r2 (Auto-regressive) method (dashed).


The conditional probabilities of durations (FIG. 9a) and of the logarithm of energy of seizures (FIG. 9b) provide additional support for the proposition that seizure properties are partly a function of the method used for their detection. The validated algorithm yields a different duration from the r2 method. The distributions of the logarithm of seizure energies as identified by each of the methods (FIG. 9b) reveals additional discrepancies as evidenced by the much narrower and shorter “tail” distribution of the validated algorithm compared to the others.


The medical and psycho-socio-economic burden imposed upon patients, caregivers and health systems by pharmaco-resistant epilepsies is enormous. Intracranial devices for automated detection, warning and delivery of therapy, is a presently preferred “line of attack.” However, reliance on extra-cerebral signals that are under cortical modulation or control (such as cardiac or motor activity) and are altered by seizures, emerges as a viable research direction with potentially fruitful clinical applications.


The greater ease of implementation and lower cost of automated real-time detection, warning and therapy systems based on extra-cerebral signals, compared to those requiring intracranial placement, makes them worthy of investigation.


Cortical electrical activity has been the primary, if not sole source of signals for visual or automated detection and quantification of seizures in clinical use. The inextricable link between brain and epilepsy has historically impelled clinical neuroscientists to leave unexploited the equally inextricable link between brain and body. The brain-epilepsy link has distracted attention from certain limitations inherent to the recording of cortical signals from scalp or even directly from its surface. These limitations of brain-based approaches to seizure detection include marked cortical signal attenuation and filtering, and limited access to neural sources (only about one-third of the neocortex is surveyable by scalp electrodes; subdural electrodes record little activity from the lateral and bottom walls of sulci). Yet, readily accessible sources that provide indirect but valuable information about the state of the brain, particularly during the ictal or postictal state, remain largely untapped.


The growing emphasis on widely accessible, cost-effective, good quality health care in the context of expanding populations, especially in age-groups above 60 yr. in whom the incidence of epilepsy is high, and the shrinking financial resources to support the required infra-structure, pose an enormous challenge to patients whose seizures are pharmaco-resistant as well as to epileptologists and functional neurosurgeons. The emphasis on implantable intracranial devices for automated seizure detection, warning and delivery of therapy in patients with drug-resistant seizures should be viewed in the context that even if economic resources were unlimited, human resources are starkly small. Given the number of functional neurosurgeons in the United States (one source puts the number at 300, of which about 100 work in epilepsy) is it realistic to pursue exclusively intracranial devices to address the unmet needs of pharmaco-resistant patients, conservatively estimated (in the US) at 600,000? The deleterious medical, and psycho-social impact of intractable epilepsy and its high cost of care, along with the sophisticated human and technological resources needed to address them, qualifies this, in these authors opinions, as a public health care problem. Indeed, scientific advances regardless of their value may not translate into improved care of epilepsy and lessen its burden, unless devices are broadly accessible; in short the challenge of ameliorating the global burden of drug-resistant epilepsies may exceed scientific and technological ones. If the answer to the question put forth a few lines above is in the negative (intracranial devices will not meet the global burden) viable alternatives must be sought.


The utilization of certain extra-cerebral signals looms as one such alternative. Cardiac (e.g., heart rate, EKG morphology) and motor (speed, direction and force of joint movements) signals are prime candidates for the following reasons: 1. Structures that form part of the central autonomic nervous system or are strongly interconnected with it, are common sites of epileptogenesis (e.g., amygdalae-hippocampi); 2. Spread of seizures out of the primary epileptogenic zone, is prevalent in pharmaco-resistant patients so that even if the site of origin is not part of the central autonomic network, invasion of it by ictal activity is quite common; 3. Partial seizures particularly if complex, are characterized by either positive (e.g., motor automatisms, hypermotoric behavior, clonic/myoclonic activity, focal increase in antigravitatory muscle tone) or negative (e.g., motionless, focal loss of antigravitatory muscle tone) phenomena that are stereotypical across seizures originating from the same site and appear relatively early in the course of seizures; 4. Cardiac and motor signals are highly robust, easily recordable as they do not require implantable devices or development of ground breaking technology; EKG, actigraphs, 3-D accelerometers are widely available commercially and are considerably less costly than those required for use in the central nervous system (CNS); 5. Signals of cardiac and motor origin lack the high complexity or large dimensionality of those generated by the brain's cortex, are simpler to process and analyze, and are thus less computationally expensive. Ease of computation allows the use of simpler, smaller devices compared to those required for computation of cortical signals and as they use less power, battery recharging or replacements are less frequent; 6. The neurosurgical procedures and potential associated complications make implantable devices unappealing to a majority of pharmaco-resistant patients that responded to a survey.


Among the numerous extra-cerebral signals usable for seizure detection, cardiac, have been the most extensively investigated. Tachycardia is a common manifestation of partial seizures, occurring in almost 90% of seizures of mesial temporal origin and precedes electrographic (as determined with scalp electrodes) and clinical onset in the majority of these seizures. (Tachycardia invariably occurs in primarily/secondarily generalized tonic-clonic seizures being higher in magnitude and longer duration than in partial seizures. Tachycardia with tonic-clonic seizures is multifactorial: neurogenic, metabolic, and exertional.) From a cardiac rhythm perspective, the increases in heart rate temporally correlated with seizures are rarely pathologic, being of sinus origin; additionally their magnitude is unlikely to compromise cardiac output in healthy individuals. Ictal tachycardia has a strong neurogenic component reflective of either an increase in sympathetic or withdrawal of parasympathetic activity; while increases in motor activity in reference to the interictal state would augment its magnitude, tachycardia occurs in subjects in whom seizures manifest with motionless. Bradycardia also occurs with seizures, albeit with much lower prevalence than tachycardia; so called “temporal lobe syncope”, denoting the loss of consciousness (without convulsive activity) during partial seizures is caused by profound bradycardia.


In light of the potential to apply cardiac signals, and in particular of exploiting changes in heart rate (increases or decreases relative to an interictal baseline) for automated seizure detection, algorithms are being developed and tested to this end. In addition to detection and warning of seizures, heart rate changes may be used to quantify: a) Relative duration defined as the time said changes spend above or below an interictal reference value(s); b) Relative intensity corresponding to the area under the curve or to the product of peak/bottom heart rate and duration (in sec.); c) Seizure frequency/unit time (e.g., month). The challenge of this detection modality for ambulatory clinical applications, is the ubiquitousness of heart rate changes with daily life activities that may translate into large numbers of false positive detections. Arousal from sleep, standing up from a recumbent position, climbing stairs, are but a few of the myriad daily life activities associated with relative or absolute changes (e.g., increases) in heart rate. The discriminating power or positive predictive value (ictal vs. exertional) of this detection modality is currently the subject of investigation in epilepsy monitoring units. Heart rate, among other (rate of change/slope; P-QRS-T morphology) markers, during seizures, are recorded, analyzed and compared to those associated with protocolized motor activities (e.g., walking on a treadmill). Preliminary results show that the magnitude of ictal increases in heart rate is sufficiently large compared to non-strenous exercises, so as to allow accurate differentiation and, consequently, detection of certain types of partial seizures. It would be naïve and incorrect to presume that univariate (e.g., heart rate changes alone) automated detection of seizures would yield worthwhile positive predictive power (PPV=number of true positive detections/total number of detections) in ambulatory patients. Multivariate-based detection would be required to achieve satisfactory performance in a sufficiently large number of patients; ictal (reversible) changes in EKG morphology while less prevalent than in heart rate, have higher specificity and may increase considerably speed of detection (e.g., to within 3 heart beats). Visual analysis of peri-ictal R-R plots, has led to the discovery of heart rate patterns with characteristic morphology that are reproducible among seizures sharing a common epileptogenic zone and appear to be a specific ictal marker. One of these patterns resembles the letter “M” and indicates heart rate changes during seizures may not be unidirectional or monotonic: in this example, heart rate elevation is followed by a return towards its interictal baseline, which in turn gives way to a second elevation in rate. These fluctuations may be attributable, in part to the co-existence of parasympathetic and cholinergic neurons within the same autonomic nervous system structure; specifically, components of the central autonomic network such as the Dorsal Medial Hypothalamus, the Paraventricular Nucleus of the hypothalamus and the Nucleus Tractus Solitarius have dual cholinergic and noradrenergic innervation. Heart rate changes are also expected to be dependent on time of day (circadian), level of consciousness (awake vs. asleep), patient's fitness level, activity level (walking vs. jogging), and emotional and cognitive states, as well as on ingestion of drugs with adrenergic or cholinergic actions.


Ictal motor activity (movement amplitude, direction, velocity and type and number of muscles groups involved) recorded with actigraphs/3-D accelerometers would enhance specificity of cardiac-based detection, as it is stereotypical across seizures originating from the same structure(s). Use of ictal motor movements to detect seizures independent of heart rate or other sensors is actively under investigation. For example, a wrist accelerometer accurately detected seven of eight tonic-clonic seizures, and nonseizure movements were readily identified by patients thereby reducing the consequence of false detections. As wearable technologies advance, so do opportunities for more precise measurement of complicated seizure-related movements such as automatisms.


Respiratory rate is markedly increased (also a neurogenic phenomenon) during seizures manifesting with tachycardia, and its specificity may be higher than heart rate changes as its magnitude and pattern differ amply from exertional increases in ventilation. Electrodermal (e.g. skin resistance, sudomotor) or vocal (e.g., non-formed vocalizations) activity, eyelid and ocular movements (gaze deviation, nystagmus), metabolic (e.g., profound normokalemic lactic acidosis with convulsions, hormonal (prolactin elevations with convulsion or certain partial seizures) or tissue stress (lactic acid, CK) indices may aid in extracerebral seizure detection.


Paradoxically, a potentially important hurdle in the path to adoption of extra-cerebral detection of seizures is the markedly low sensitivity and other limitations of patient diaries, the universal “gold” metric or “ground truth” in epileptology. The rate of automated seizure detection, whether cerebrally or extra-cerebrally based, will be higher, possibly much higher in certain cases, than obtainable with diaries as not only clinical, but also “subclinical” seizures will be logged. This “limitation” or “inconvenience” that may discourage patients and epileptologists, is compounded by the absence of simultaneously recorded cortical activity, since direct proof cannot be furnished that a change in extra-cerebral indices, was indeed caused by a seizure. A simple, but powerful means to overcome this hurdle is through the administration of complex reaction time tests implementable in real-time, into hand-held devices and triggered by changes in extra-cerebral signals such as EKG; in a cooperative, motivated patient, cardiac activity changes in the context of an abnormal response or failed test will be classified as clinical seizures, while those with a preserved response as either subclinical seizures or false positive detections.


Based on the existing evidence and body or work, it may be stated that extra-cerebral automated detection, warning, logging of seizures and delivery of therapy, looms as a useful, cost-effective and widely accessible option to better manage pharmaco-resistant epilepsies.


An embodiment of a medical device adaptable for use in implementing some aspects of embodiments of the present invention is provided in FIG. 1. As shown in FIG. 1, a system may involve a medical device system that senses body signals of the patient—such as brain or cardiac activity—and analyzes those signals to identify one or more aspects of the signal that may identify the occurrence of a seizure. The signal may be processed to extract (e.g., mathematically by an algorithm that computes certain values from the raw or partially processed signal) features that may be used to identify a seizure when compared to the inter-ictal state. As shown in the right side of FIG. 1, the features may also be graphically displayed either in real time or subsequent to the event to enable visual confirmation of the seizure event and gain additional insight into the seizure (e.g., by identifying a seizure metric associated with the seizure).


Turning now to FIG. 2, a block diagram depiction of a medical device 200 is provided, in accordance with one illustrative embodiment of the present invention. In some embodiments, the medical device 200 may be implantable, while in other embodiments the medical device 200 may be completely external to the body of the patient.


The medical device 200 may comprise a controller 210 capable of controlling various aspects of the operation of the medical device 200. The controller 210 is capable of receiving internal data or external data, and in one embodiment, is capable of causing a therapy unit (not shown) to generate and deliver a therapy, such as an electrical signal, a drug, a cooling therapy, or two or more thereof, to one or more target tissues of the patient's body for treating a medical condition. Controller 210 may receive manual instructions from an operator externally, and may cause a therapy to be generated and delivered based on internal calculations and programming. In other embodiments, the medical device 200 does not comprise a therapy unit. In either embodiment, the controller 210 is capable of affecting substantially all functions of the medical device 200.


The controller 210 may comprise various components, such as a processor 215, a memory 217, etc. The processor 215 may comprise one or more microcontrollers, microprocessors, etc., capable of performing various executions of software components. The memory 217 may comprise various memory portions where a number of types of data (e.g., internal data, external data instructions, software codes, status data, diagnostic data, etc.) may be stored. The memory 217 may comprise one or more of random access memory (RAM), dynamic random access memory (DRAM), electrically erasable programmable read-only memory (EEPROM), flash memory, etc.


The medical device 200 may also comprise a power supply 230 which may comprise a battery, voltage regulators, capacitors, etc., to provide power for the operation of the medical device 200, including electronic operations and therapy generation and delivery functions. The power supply 230 may be rechargeable or non-rechargeable. Different kinds of power supplies may be suitable for use in particular embodiments of the medical device 200, such as a lithium/thionyl chloride cell or a lithium/carbon monofluoride (LiCFx) cell if the medical device 200 is implantable, or conventional watch or 9V batteries for external (i.e., non-implantable) embodiments. Other battery types known in the art of medical devices may also be used.


The medical device 200 may also comprise a communication unit 260 capable of facilitating communications between the medical device 200 and various other devices. In particular, the communication unit 260 is capable of providing transmission and reception of electronic signals to and from a monitoring unit 270, such as a handheld computer or PDA that can communicate with the medical device 200 wirelessly or by cable. The communication unit 260 may include hardware, software, firmware, or any combination thereof.


The medical device 200 may also comprise one or more sensor(s) 212 coupled via sensor lead(s) 211 to the medical device 200. The sensor(s) 212 are capable of receiving signals related to a body signal, such as the patient's heart beat, blood pressure, and/or temperature, and delivering the signals to the medical device 200. The sensor 212 may also be capable of detecting kinetic signal associated with a patient's movement. The sensor 212, in one embodiment, may be an accelerometer. The sensor 212, in another embodiment, may be an inclinometer. In another embodiment, the sensor 212 may be an actigraph. In one embodiment, the sensor(s) 212 may be electrode(s) capable of also providing an electrical stimulation therapy. In other embodiments, the sensor(s) 212 are external structures that may be placed on the patient's skin, such as over the patient's heart or elsewhere on the patient's torso, for detecting heart rate, blood pressure, blood oxygen saturation, skin resistivity, skin temperature, and other externally detectable body signals. The sensor 212, in one embodiment is a multimodal signal sensor capable of detecting various autonomic and neurologic signals, including kinetic signals associated with the patient's movement.


The seizure onset/termination unit 280 is capable of detecting an epileptic event based upon one or more signals provided by body data collection module 275. The seizure onset/termination unit 280 can implement one or more algorithms (e.g., a PMSA algorithm, an autoregression algorithm, a WTMM algorithm, or a STA/LTA algorithm) using the autonomic data and neurologic data in any particular order, weighting, etc. The seizure onset/termination unit 280 may comprise software module(s) that are capable of performing various interface functions, filtering functions, etc. In another embodiment, the seizure onset/termination unit 280 may comprise hardware circuitry that is capable of performing these functions. In yet another embodiment, the seizure onset/termination unit 280 may comprise hardware, firmware, software and/or any combination thereof.


In addition to components of the medical device 200 described above, a medical device system may comprise a storage unit to store an indication of a seizure detection by seizure onset/termination unit 280. The storage unit may be the memory 217 of the medical device 200, another storage unit of the medical device 200, or an external database, such as a local database unit 255 or a remote database unit 250. The medical device 200 may communicate the indication via the communications unit 260. Alternatively or in addition to an external database, the medical device 200 may be adapted to communicate the indication to at least one of a patient, a caregiver, or a healthcare provider.


In various embodiments, one or more of the units or modules described above may be located in a monitoring unit 270 or a remote device 292, with communications between that unit or module and a unit or module located in the medical device 200 taking place via communication unit 260. For example, in one embodiment, one or more of the body data collection module 275 or the seizure onset/termination unit 280 may be external to the medical device 200, e.g., in a monitoring unit 270. Locating one or more of the body data collection module 275 or the seizure onset/termination unit 280 outside the medical device 200 may be advantageous if the calculation(s) is/are computationally intensive, in order to reduce energy expenditure and heat generation in the medical device 200 or to expedite calculation.


The monitoring unit 270 may be a device that is capable of transmitting and receiving data to and from the medical device 200. In one embodiment, the monitoring unit 270 is a computer system capable of executing a data-acquisition program. The monitoring unit 270 may be controlled by a healthcare provider, such as a physician, at a base station in, for example, a doctor's office. In alternative embodiments, the monitoring unit 270 may be controlled by a patient in a system providing less interactive communication with the medical device 200 than another monitoring unit 270 controlled by a healthcare provider. Whether controlled by the patient or by a healthcare provider, the monitoring unit 270 may be a computer, preferably a handheld computer or PDA, but may alternatively comprise any other device that is capable of electronic communications and programming, e.g., hand-held computer system, a PC computer system, a laptop computer system, a server, a personal digital assistant (PDA), an Apple-based computer system, a cellular telephone, etc. The monitoring unit 270 may download various parameters and program software into the medical device 200 for programming the operation of the medical device, and may also receive and upload various status conditions and other data from the medical device 200. Communications between the monitoring unit 270 and the communication unit 260 in the medical device 200 may occur via a wireless or other type of communication, represented generally by line 277 in FIG. 2. This may occur using, e.g., a wand to communicate by inductive or RF energy with medical device 200. Alternatively, the wand may be omitted in some systems, e.g., systems in which the MD 200 is non-implantable, or implantable systems in which monitoring unit 270 and MD 200 operate in the MICS bandwidths.


In one embodiment, the monitoring unit 270 may comprise a local database unit 255. Optionally or alternatively, the monitoring unit 270 may also be coupled to a database unit 250, which may be separate from monitoring unit 270 (e.g., a centralized database wirelessly linked to a handheld monitoring unit 270). The database unit 250 and/or the local database unit 255 are capable of storing various patient data. These data may comprise patient parameter data acquired from a patient's body, therapy parameter data, seizure severity data, and/or therapeutic efficacy data. The database unit 250 and/or the local database unit 255 may comprise data for a plurality of patients, and may be organized and stored in a variety of manners, such as in date format, severity of disease format, etc. The database unit 250 and/or the local database unit 255 may be relational databases in one embodiment. A physician may perform various patient management functions (e.g., programming parameters for a responsive therapy and/or setting references for one or more detection parameters) using the monitoring unit 270, which may include obtaining and/or analyzing data from the medical device 200 and/or data from the database unit 250 and/or the local database unit 255. The database unit 250 and/or the local database unit 255 may store various patient data.


One or more of the blocks illustrated in the block diagram of the medical device 200 in FIG. 2 may comprise hardware units, software units, firmware units, or any combination thereof. Additionally, one or more blocks illustrated in FIG. 2 may be combined with other blocks, which may represent circuit hardware units, software algorithms, etc. Additionally, any number of the circuitry or software units associated with the various blocks illustrated in FIG. 2 may be combined into a programmable device, such as a field programmable gate array, an ASIC device, etc.


Turning now to FIG. 3, a block diagram depiction of an exemplary implementation of the body data collection module 275 is shown. The body data collection module 275 may include hardware (e.g., amplifiers, accelerometers), tools for chemical assays, optical measuring tools, a body data memory 350 (which may be independent of memory 117 or part of it) for storing and/or buffering data. The body data memory 350 may be adapted to store body data for logging or reporting and/or for future body data processing and/or statistical analyses. Body data collection module 275 may also include one or more body data interfaces 310 for input/output (I/O) communications between the body data collection module 275 and sensors 112. Body data from memory 350 and/or interface 310 may be provided to one or more body index calculation unit(s) 355, which may determine one or more body indices.


In the embodiments of FIG. 3, sensors 112 may be provided as any of various body data units/modules (e.g., autonomic data acquisition unit 360, neurological data acquisition unit 370, endocrine data acquisition unit 373, metabolic data acquisition unit 374, tissue stress marker data acquisition unit 375, and physical fitness/integrity determination unit 376) via connection 380. Connection 380 may be a wired connection (e.g., a lead) a wireless connection, or a combination of the two. Connection 380 may be a bus-like implementation or may include an individual connection (not shown) for all or some of the body data units.


In one embodiment, the autonomic data acquisition unit 360 may include a cardiac data acquisition unit 361 adapted to acquire a phonocardiogram (PKG), EKG, echocardiography, apexcardiography and/or the like, a blood pressure acquisition unit 363, a respiration acquisition unit 364, a blood gases acquisition unit 365, and/or the like. In one embodiment, the neurologic data acquisition unit 370 may contain a kinetic unit 366 that may comprise an accelerometer unit 367, an inclinometer unit 368, and/or the like; the neurologic data acquisition unit 370 may also contain a responsiveness/awareness unit 369 that may be used to determine a patient's responsiveness to testing/stimuli and/or a patient's awareness of their surroundings. Body data collection module 275 may collect additional data not listed herein, that would become apparent to one of skill in the art having the benefit of this disclosure.


The body data units ([360-370], [373-377]) may be adapted to collect, acquire, receive/transmit heart beat data, EKG, PKG, echocardiogram, apexcardiogram, blood pressure, respirations, blood gases, body acceleration data, body inclination data, EEG/ECoG, quality of life data, physical fitness data, and/or the like.


The body data interface(s) 310 may include various amplifier(s) 320, one or more A/D converters 330 and/or one or more buffers 340 or other memory (not shown). In one embodiment, the amplifier(s) 320 may be adapted to boost and condition incoming and/or outgoing signal strengths for signals such as those to/from any of the body data acquisition units/modules (e.g., ([360-370], [373-377])) or signals to/from other units/modules of the MD 100. The A/D converter(s) 330 may be adapted to convert analog input signals from the body data unit(s)/module(s) into a digital signal format for processing by controller 210 (and/or processor 215). A converted signal may also be stored in a buffer(s) 340, a body data memory 350, or some other memory internal to the MD 100 (e.g., memory 117, FIG. 1) or external to the MD 100 (e.g., monitoring unit 170, local database unit 155, database unit 150, and remote device 192). The buffer(s) 340 may be adapted to buffer and/or store signals received or transmitted by the body data collection module 275.


As an illustrative example, in one embodiment, data related to a patient's respiration may be acquired by respiration unit 364 and sent to MD 100. The body data collection module 275 may receive the respiration data using body data interface(s) 310. As the data is received by the body data interface(s) 310, it may be amplified/conditioned by amplifier(s) 320 and then converted by A/D converter(s) into a digital form. The digital signal may be buffered by a buffer(s) 340 before the data signal is transmitted to other components of the body data collection module 275 (e.g., body data memory 350) or other components of the MD 100 (e.g., controller 110, processor 115, memory 117, communication unit 160, or the like). Body data in analog form may be also used in one or more embodiments.


Body data collection module 275 may use body data from memory 350 and/or interface 310 to calculate one or more body indices in body one or more body index calculation unit(s) 355. A wide variety of body indices may be determined, including a variety of autonomic indices such as heart rate, blood pressure, respiration rate, blood oxygen saturation, neurological indices such as maximum acceleration, patient position (e.g., standing or sitting), and other indices derived from body data acquisition units 360, 370, 373, 374, 375, 376, 377, etc.


Turning now to FIG. 4, an MD 100 (as described in FIG. 3) is provided, in accordance with one illustrative embodiment of the present invention. FIG. 4 depicts the body data acquisition units similar to those shown in FIG. 3, in accordance with another embodiment, wherein these unites are included within the MD 100, rather being externally coupled to the MD 100, as shown in FIG. 3. In accordance with various embodiments, any number and type of body data acquisition units may be included within the MD 100, as shown in FIG. 4, while other body data units may be externally coupled, as shown in FIG. 3. The body data acquisition units may be coupled to the body data collection module 275 in a fashion similar to that described above with respect to FIG. 3, or in any number of different manners used in coupling intra-medical device modules and units. The manner by which the body data acquisition units may be coupled to the body data collection module 275 is not essential to, and does not limit, embodiments of the instant invention as would be understood by one of skill in the art having the benefit of this disclosure. Embodiments of the MD depicted in FIG. 4 may be fully implantable or may be adapted to be provided in a system that is external to the patient's body.


A time series body signal collected by the body data collection module 275 may comprise at least one of a measurement of the patient's heart rate, a measurement of the patient's kinetic activity, a measurement of the patient's brain electrical activity, a measurement of the patient's oxygen consumption, a measurement of the patient's work, a measurement of an endocrine activity of the patient, a measurement of a metabolic activity of the patient, a measurement of an autonomic activity of the patient, a measurement of a cognitive activity of the patient, or a measurement of a tissue stress marker of the patient.


Turning to FIG. 5, the seizure onset/termination unit 280 depicted in FIG. 2 is shown in greater detail. The seizure onset/termination unit 280 may comprise a body signal interface 510 adapted to received collected body data from the body data collection module 275 and detect a seizure by identification of an onset time and a seizure termination time. For example, the seizure onset/termination unit 280 may be adapted to receive a time series of collected body data.


The seizure onset/termination unit 280 may also comprise a time window control module 520. The time window control module 520 may comprise a first window determination module 521, adapted to determine a sliding time window for the time series body signal comprising a first window; and/or a second window determination module 522, adapted to determine a sliding time window for the time series body signal comprising a second window.


In other embodiments (not shown), any time window used herein may be a moving time window, not necessarily a sliding time window. As used herein, a “sliding” time window moves over continuous points of a time series and the present (e.g., foreground) and past (e.g., background) are contiguous in time, if not overlapping. For example, if the foreground window is 5 s and the background 60 s in length, and the current time is 10:00:00 AM, the temporal location of the foreground window may be 10:00:00-10:00:05 and that of the background, 09:59:00-10:00:00. A “moving” time window may move over continuous points of the time series or “jump” over discontinuous points. For example, a moving window may be chosen from past data that optimizes sensitivity, specificity, or speed of detection as required by the patient's prevailing conditions, activities, or time of day, said time being discontiguous from that of the foreground window. Using the example cited immediately above, in this example, the foreground window of 5 s at 10:00:00 AM may be compared to a 60 s background recorded 6 hr. earlier (04:00:00-04:01:00). A moving window may also be the average or median of several windows.


The seizure onset/termination unit 280 may also comprise an autoregression application module 530. The autoregression application module 530 may be adapted to apply an autoregression algorithm to each of the first and second time windows, to yield an autoregression coefficient for each window and a residual variance for each window.


The autogression model may be of second order, and have parameters comprising a second time window length of 1 second; a first time window length of 1 second; and a detection threshold (R) of 3.


The parameters of the autogression model may be selected based on at least one of a clinical application of said detection; a level of safety risk associated with an activity; at least one of an age, physical state, or mental state of the patient; a length of a window available for warning; a degree of efficacy of therapy and of its latency; a degree of seizure control; a degree of circadian and ultradian fluctuations of said patient's seizure activity; a performance of the detection method as a function of the patient's sleep/wake cycle or vigilance level; a dependence of the patient's seizure activity on at least one of a level of consciousness, a level of cognitive activity, or a level of physical activity; the site of seizure origin; a seizure type suffered by said patient; a desired sensitivity of detection of a seizure, a desired specificity of detection of a seizure, a desired speed of detection of a seizure, an input provided by the patient, or an input provided by a sensor.


In various embodiments, the selected parameters may reflect the degree of certainty of detections desired by the patient, a caregiver, a medical professional, or two or more thereof. Such person(s) are expected to have biases regarding their desire for certainty of detection, and variation in their risk-proneness and/or aversion to risk. Thus, in one embodiment, the patient, caregiver, and/or medical professional may be allowed to change (within certain limits and for certain activities only, if desired) the sensitivity, specificity, and/or speed of detection of the algorithms.


The seizure onset/termination unit 280 may also comprise a parameter vector estimation module 540. The parameter vector estimation module 540 may be adapted to estimate a parameter vector for each of the first and second windows, based at least in part on the autoregression coefficients and the residual variances determined by the autoregression application module 530.


The seizure onset/termination unit 280 may also comprise a parameter vector difference determination module 550. The parameter vector difference determination module 550 may be adapted to determine a difference of the parameter vectors for each of the first and second windows. For example, the parameter vector difference determination module 550 may implement a matrix function to determine the difference.


The seizure onset/termination unit 280 may also comprise a seizure onset determination module 560. The seizure onset determination module 560 may be configured to determine an onset of a seizure based on the difference between the parameter vectors. For example, the seizure onset determination module 560 may determine a seizure onset if the difference indicates a larger variance in the first window than in the second window.


The seizure onset/termination unit 280 may also comprise a seizure termination determination module 570. The seizure termination determination module 570 may be adapted to determine a termination of a seizure based on the difference between the parameter vectors. For example, the seizure termination determination module 570 may determine a seizure termination if the difference indicates a larger variance in the second window than in the first window.


Turning to FIG. 10, a flowchart depiction of a method for detecting an onset and a termination of an epileptic event from a patient body signal is shown. A time series of a first body signal of a patient may be received at 1010. Sliding first and second time windows for the time series body signal may be determined at 1020. An autoregression algorithm may then be applied, such as by applying an autoregression analysis at 1030 to each of the first and second windows to yield a plurality of autoregression coefficients and a residual variance for each window. A parameter vector may then be estimated at 1040 for each of the first and second windows, based at least in part on the autoregression coefficients and the residual variances. A difference between the parameter vectors may be determined at 1045. For example, the difference may be determined at 1045 by use of a matrix function. An onset of a seizure may be determined at 1050 based on the difference between the parameter vectors, for example, if the difference indicates a larger variance in the second window than in the first window. A termination of a seizure may be determined at 1060 based on the difference between the parameter vectors, for example if the difference indicates a larger variance in the first window than in the second window.


Optionally, the method depicted in FIG. 10 may comprise other activities. The method may further involve delivering a therapy for the seizure at a particular time at 1070, wherein at least one of the therapy, the particular time, or both is based upon the determination of the seizure onset.


Alternatively or in addition, the method may further involve determining at 1080 an efficacy of the therapy.


Alternatively or in addition, the method may further involve issuing at 1085 a warning for the seizure, wherein the warning is based upon the determination of the seizure onset.


Alternatively or in addition, at least one of the delivered therapy or the issued warning may be based at least in part on at least one of the type of activity engaged in by the patient at the time of seizure onset, the seizure type, the seizure severity, or the time elapsed from the last seizure.


Alternatively or in addition, the method may further involve determining at 1090 at least one of a timing of delivery of therapy, a type of therapy, at least one parameter of the therapy, a timing of sending a warning, a type of warning, a duration of the warning, or an efficacy of said therapy, based upon a timing of said determination of said seizure onset, said determination of said seizure termination, or both.


Alternatively or in addition, the method may further involve determining at 1095 at least one value selected from the duration of the epileptic event, the severity of the epileptic event, the intensity of the epileptic event, the extent of spread of the epileptic event, an inter-seizure interval between the epileptic event and a prior epileptic event, a patient impact of the epileptic event, or a time of occurrence of the epileptic event. The method may further comprise logging at 1096 at least one data point associated with the seizure, such as a time of occurrence of the seizure, a seizure duration, a seizure severity, a type of therapy and/or time of delivery thereof, etc.


A method, such as that depicted in FIG. 10, may be implemented by a non-transitory computer readable program storage unit encoded with instructions that, when executed by a computer, perform the method.


An activity, such as walking, swimming, driving, etc., may be allowed or terminated, a warning may be issued or not issued, or a therapy may be delivered or not delivered, based on the determination of seizure onset, seizure termination, or both, either for the autoregression algorithm alone or a PMSA value calculated at least in part from an indicator function derived from the autoregression algorithm.


An “efficacy index” may be used herein to refer to any quantification of an efficacious result of a therapy. In one example, if a patient's seizures typically present an increase in heart rate from a resting rate of 80 beats per minute (BPM) to a peak ictal heart rate of 160 BPM, and upon administering a therapy to the patient, the patient's peak ictal heart rate is 110 BPM, this result may be quantified as an efficacy index of 50 (on a scale of non-therapy peak ictal heart rate−peak ictal heart rate after therapy), 0.625 (50 BPM reduction from peak ictal heart rate/80 BPM increase from resting rate to peak ictal heart rate in the absence of therapy), etc.

Claims
  • 1. A system, comprising: a body data collection module configured to collect body data comprising a time series of a first body signal of a patient, wherein the first body signal is a cardiac signal or a kinetic signal, anda non-transitory computer readable program storage unit encoded with instructions that, when executed by a processor, performs a method, comprising:receiving the time series of the first body signal of the patient from the body data collection module,determining a first sliding time window ending at a time τ and a second sliding time window beginning at the time τ for the time series of the first body signal;applying an autoregression algorithm, comprising:applying an autoregression analysis to the first sliding time window and the second sliding time window, wherein the autoregression analysis comprises presenting each sample as a weighted sum of P previous values with weights given by autoregression coefficients, wherein the autoregression coefficients are determined by a technique selected from an ordinary least squares procedure, a method of moments, Yule-Walker equations, a maximum entropy spectra estimation, or a maximum likelihood estimation; plus a shift, and generating a first residual value for the first sliding time window, a second residual value for the second sliding time window, a first variance for the first sliding time window, and a second variance for the second sliding time window;estimating a first parameter vector based at least in part on the autoregression coefficients for the first sliding time window and a second parameter vector based at least in part on the autoregression coefficients for the second sliding time window;determining a non-stationarity measure and a third residual value by computing a first matrix in the first sliding time window and a second matrix in the second sliding time window using a Fisher's matrix function;determining an onset of a seizure based on the non-stationarity measure exceeding a threshold and a second variance of the residuals in the second sliding time window is larger than a first variance of the residuals in the first sliding time window; anddetermining a termination of the seizure based on the non-stationarity measure exceeding the threshold and the first variance of the residuals in the first sliding time window is larger than the second variance of the residuals in the second sliding time window.
  • 2. The system of claim 1, including data that when executed by a processor performs the method of claim 1, wherein the autoregression model is of second order, and parameters of said autoregression model comprise second time window length of 1 second; first time window length of 1 second; and a detection threshold of 3 for determining seizure onset and termination.
  • 3. The system of claim 1, including data that when executed by the processor performs the method of claim 1, wherein parameters of the autoregression analysis are selected based on at least one of a clinical application of a detection; a level of safety risk associated with an activity; at least one of an age, a physical state, or a mental state of the patient; a length of a window available for a warning; a degree of efficacy of a therapy and a latency of the therapy; a degree of seizure control; a degree of circadian and ultradian fluctuations of a patient's seizure activity; a performance of the detection method as a function of a patient's sleep/wake cycle or a vigilance level; a dependence of a patient's seizure activity on at least one of a level of consciousness, a level of cognitive activity, or a level of physical activity; a site of a seizure origin; a seizure type suffered by the patient; a desired sensitivity of detection of the seizure, a desired specificity of detection of the seizure, a desired speed of detection of the seizure, an input provided by the patient or provided by a sensor.
  • 4. The system of claim 1, further comprising: a therapy unit configured to deliver a therapy for the seizure at a particular time, wherein at least one of the therapy, the particular time, or both is based upon the determination of the onset of the seizure.
  • 5. The system of claim 4, including data that when executed by the processor performs the method of claim 4, wherein at least one of the delivered therapy or the issued warning is based at least in part on at least one of a type of activity engaged in by the patient at a seizure onset time, a seizure type, a seizure severity, or a time elapsed from a last seizure.
  • 6. The system of claim 1, including data that when executed by a processor performs the method of claim 1, wherein the method further comprises determining at least one of: a timing of delivery of therapy, a duration of a therapy, a type of therapy, at least one parameter of the therapy, a timing of sending a warning, a type of warning, or a duration of the warning;based upon said seizure onset, said seizure termination, or both.
  • 7. The system of claim 1, including data that when executed by a processor performs the method of claim 1, wherein the method further comprises: determining at least one value selected from the duration of said seizure, the severity of said seizure, the intensity of said seizure, the extent of spread of said seizure, an inter-seizure interval between said seizure and a prior seizure, a patient impact of said seizure, or a time of occurrence of said seizure; andlogging said at least one value.
  • 8. The system of claim 1, including data that when executed by a processor performs the method of claim 1, wherein the method further comprises at least one of: determining an occurrence of a seizure based on the output of applying an autoregression algorithm on at least one second body signal,determining an occurrence of a seizure based on the output of at least one second algorithm on said first body signal, ordetermining an occurrence of a seizure based on the output of at least one second algorithm on said at least one second body signal.
  • 9. The system of claim 8, including data that when executed by a processor performs the method of claim 8, wherein the second body signal is selected from an EKG signal, an accelerometer signal, or a signal indicative of a loss of responsiveness.
  • 10. The system of claim 1, including data that when executed by a processor performs the method of claim 1, wherein the method further comprises estimating the degree of nonstationarity of said first body signal.
  • 11. A method, comprising: collecting, by a body data collection module, body data comprising a time series of a first body signal of a patient, wherein the first body signal is a cardiac signal or a kinetic signal,determining a first sliding time window ending at a time τ and a second sliding time window beginning at the time τ for the time series of the first body signal;applying an autoregression algorithm, comprising:applying an autoregression analysis to the first sliding time window and the second sliding time window, wherein the autoregression analysis comprises presenting each sample as a weighted sum of P previous values with weights given by autoregression coefficients, wherein the autoregression coefficients are determined by a technique selected from an ordinary least squares procedure, a method of moments, Yule-Walker equations, a maximum entropy spectra estimation, or a maximum likelihood estimation; plus a shift, and generating a first residual value for the first sliding time window, a second residual value for the second sliding time window, a first variance for the first sliding time window, and a second variance for the second sliding time window;estimating a first parameter vector based at least in part on the autoregression coefficients for the first sliding time window and a second parameter vector based at least in part on the autoregression coefficients for the second sliding time window;determining a difference between the first parameter vector and the second parameter vector by computing a first matrix in the first sliding time window and a second matrix in the second sliding time window using a Fisher's matrix function;determining an onset of a seizure based on the difference between the first parameter vector and the second parameter vector indicating that a second variance in the second sliding time window is larger than a first variance in the first sliding time window; anddetermining a termination of the seizure based on the difference between the first parameter vector and the second parameter vector indicating that the first variance in the first sliding time window is larger than the second variance in the second sliding time window.
  • 12. The method of claim 11, wherein p=2, and parameters of the autoregression algorithm comprise a second sliding time window length of 1 second; a first sliding time window length of 1 second; and a threshold equals 3 for determining the onset of the seizure and the termination of the seizure.
  • 13. The method of claim 11, wherein parameters of the autoregression model are selected based on at least one of a clinical application of a detection; a level of safety risk associated with an activity; at least one of an age, a physical state, or a mental state of the patient; a length of a window available for a warning; a degree of efficacy of a therapy and a latency of the therapy; a degree of seizure control; a degree of circadian and ultradian fluctuations of a patient's seizure activity; a performance of the detection method as a function of a patient's sleep/wake cycle or a vigilance level; a dependence of a patient's seizure activity on at least one of a level of consciousness, a level of cognitive activity, or a level of physical activity; a site of a seizure origin; a seizure type suffered by the patient; a desired sensitivity of detection of the seizure, a desired specificity of detection of the seizure, a desired speed of detection of the seizure, an input provided by the patient or provided by a sensor.
  • 14. The method of claim 11, further comprising at least one responsive action selected from: delivering, by a therapy unit, a therapy for the seizure at a particular time, wherein at least one of the therapy, the particular time, or both is based upon thedetermination of the onset of the seizure;determining an efficacy of the therapy; or issuing a warning for the seizure, wherein the warning is based upon the determination of the onset of the seizure, a determination of duration of the seizure, a determination of a seizure type, or two or more thereof.
  • 15. The method of claim 14, wherein at least one of the delivered therapy or the issued warning may be based at least in part on at least one of a type of activity engaged in by the patient at a seizure onset time, the seizure type, a seizure severity, or a time elapsed from a last seizure.
  • 16. The method of claim 11, further comprising determining at least one of a timing of delivery of therapy, a type of therapy, a duration of a therapy, at least one parameter of the therapy, a timing of sending a warning, a type of warning, or a duration of the warning, based upon said seizure onset, said seizure termination, or both.
  • 17. The method of claim 11, further comprising: determining at least one value selected from the duration of said seizure, the severity of said seizure, the intensity of said seizure, the extent of spread of said seizure, an inter-seizure interval between said seizure and a prior seizure, a patient impact of said seizure, or a time of occurrence of said seizure; andlogging said at least one value.
  • 18. The method of claim 11, further comprising at least one of: determining an occurrence of a seizure based on the output of applying an autorgression algorithm on at least one second body signal,determining an occurrence of a seizure based on the output of at least one second algorithm on said first body signal, ordetermining an occurrence of a seizure based on the output of at least one second algorithm on said at least one second body signal.
  • 19. The method of claim 18, wherein the second body signal is selected from an EKG signal, an accelerometer signal, or a signal indicative of a loss of responsiveness.
  • 20. The method of claim 11, further comprising estimating the degree of nonstationarity of said first body signal.
  • 21. The system of claim 1, including data that when executed by the processor performs the method of claim 1, wherein the method further comprises at least one responsive action selected from: determining an efficacy of a therapy; orissuing a warning for the seizure, wherein the warning is based upon a determination of the onset of the seizure, a determination of a duration of the seizure, a determination of a seizure type, or two or more thereof.
Parent Case Info

The present application claims priority from U.S. provisional patent application Ser. No. 61/547,567, filed on Oct. 14, 2011, which is incorporated herein by reference.

US Referenced Citations (566)
Number Name Date Kind
4172459 Hepp Oct 1979 A
4197856 Northrop Apr 1980 A
4291699 Geddes et al. Sep 1981 A
4320766 Alihanka et al. Mar 1982 A
4541432 Molina-Negro et al. Sep 1985 A
4573481 Bullara Mar 1986 A
4702254 Zabara Oct 1987 A
4867164 Zabara Sep 1989 A
4920979 Bullara May 1990 A
4949721 Toriu et al. Aug 1990 A
4979511 Terry, Jr. Dec 1990 A
5025807 Zabara Jun 1991 A
5062169 Kennedy et al. Nov 1991 A
5113869 Nappholz et al. May 1992 A
5137020 Wayne et al. Aug 1992 A
5154172 Terry, Jr. et al. Oct 1992 A
5179950 Stanislaw Jan 1993 A
5186170 Varrichio et al. Feb 1993 A
5188104 Wernicke et al. Feb 1993 A
5194847 Taylor et al. Mar 1993 A
5203326 Collins Apr 1993 A
5205285 Baker, Jr. Apr 1993 A
5215086 Terry, Jr. et al. Jun 1993 A
5215089 Baker, Jr. Jun 1993 A
5222494 Baker, Jr. Jun 1993 A
5231988 Wernicke et al. Aug 1993 A
5235980 Varrichio et al. Aug 1993 A
5237991 Baker, Jr. et al. Aug 1993 A
5243980 Mehra Sep 1993 A
5251634 Weinberg Oct 1993 A
5263480 Wernicke et al. Nov 1993 A
5269302 Swartz et al. Dec 1993 A
5269303 Wernicke et al. Dec 1993 A
5299569 Wernicke et al. Apr 1994 A
5304206 Baker, Jr. et al. Apr 1994 A
5311876 Olsen et al. May 1994 A
5313953 Yomtov et al. May 1994 A
5330507 Schwartz Jul 1994 A
5330515 Rutecki et al. Jul 1994 A
5334221 Bardy Aug 1994 A
5335657 Terry, Jr. et al. Aug 1994 A
5404877 Nolan et al. Apr 1995 A
5425373 Causey, III Jun 1995 A
5522862 Testerman et al. Jun 1996 A
5523742 Simkins Jun 1996 A
5540730 Terry, Jr. et al. Jul 1996 A
5540734 Zabara Jul 1996 A
5571150 Wernicke et al. Nov 1996 A
5610590 Johnson et al. Mar 1997 A
5611350 John Mar 1997 A
5645077 Foxlin Jul 1997 A
5645570 Corbucci Jul 1997 A
5651378 Matheny et al. Jul 1997 A
5658318 Stroetmann et al. Aug 1997 A
5683422 Rise et al. Nov 1997 A
5690681 Geddes et al. Nov 1997 A
5690688 Noren et al. Nov 1997 A
5700282 Zabara Dec 1997 A
5707400 Terry, Jr. et al. Jan 1998 A
5716377 Rise et al. Feb 1998 A
5720771 Snell Feb 1998 A
5743860 Hively et al. Apr 1998 A
5748113 Torch May 1998 A
5792186 Rise Aug 1998 A
5800474 Benabid et al. Sep 1998 A
5807284 Foxlin Sep 1998 A
5808552 Wiley et al. Sep 1998 A
5833709 Rise et al. Nov 1998 A
5853005 Scanlon Dec 1998 A
5905436 Dwight et al. May 1999 A
5913876 Taylor et al. Jun 1999 A
5916181 Socci et al. Jun 1999 A
5916239 Geddes et al. Jun 1999 A
5928272 Adkins et al. Jul 1999 A
5941906 Barreras, Sr. et al. Aug 1999 A
5942979 Luppino Aug 1999 A
5978702 Ward et al. Nov 1999 A
5978972 Stewart et al. Nov 1999 A
5987352 Klein et al. Nov 1999 A
5995868 Osorio et al. Nov 1999 A
6016449 Fischell et al. Jan 2000 A
6018682 Rise Jan 2000 A
6048324 Socci et al. Apr 2000 A
6061593 Fischell et al. May 2000 A
6073048 Kieval et al. Jun 2000 A
6083249 Familoni Jul 2000 A
6091992 Bourgeois et al. Jul 2000 A
6095991 Krausman et al. Aug 2000 A
6104956 Naritoku et al. Aug 2000 A
6115628 Stadler et al. Sep 2000 A
6115630 Stadler et al. Sep 2000 A
6128538 Fischell et al. Oct 2000 A
6134474 Fischell et al. Oct 2000 A
6162191 Foxlin Dec 2000 A
6163281 Torch Dec 2000 A
6167311 Rezai Dec 2000 A
6171239 Humphrey Jan 2001 B1
6175764 Loeb et al. Jan 2001 B1
6205359 Boveja Mar 2001 B1
6208894 Schulman et al. Mar 2001 B1
6208902 Boveja Mar 2001 B1
6221908 Kilgard et al. Apr 2001 B1
6246344 Torch Jun 2001 B1
6248080 Miesel et al. Jun 2001 B1
6253109 Gielen Jun 2001 B1
6269270 Boveja Jul 2001 B1
6272379 Fischell et al. Aug 2001 B1
6304775 Iasemidis et al. Oct 2001 B1
6315740 Singh Nov 2001 B1
6324421 Stadler et al. Nov 2001 B1
6337997 Rise Jan 2002 B1
6339725 Naritoku et al. Jan 2002 B1
6341236 Osorio et al. Jan 2002 B1
6356784 Lozano et al. Mar 2002 B1
6356788 Boveja Mar 2002 B2
6361507 Foxlin Mar 2002 B1
6361508 Johnson et al. Mar 2002 B1
6366813 DiLorenzo Apr 2002 B1
6366814 Boveja Apr 2002 B1
6374140 Rise Apr 2002 B1
6397100 Stadler et al. May 2002 B2
6427086 Fischell et al. Jul 2002 B1
6429217 Puskas Aug 2002 B1
6441731 Hess Aug 2002 B1
6449512 Boveja Sep 2002 B1
6459936 Fischell et al. Oct 2002 B2
6463328 John Oct 2002 B1
6466822 Pless Oct 2002 B1
6473639 Fischell et al. Oct 2002 B1
6473644 Terry, Jr. et al. Oct 2002 B1
6477418 Plicchi et al. Nov 2002 B2
6480743 Kirkpatrick et al. Nov 2002 B1
6484132 Hively et al. Nov 2002 B1
6501983 Natarajan et al. Dec 2002 B1
6505074 Boveja et al. Jan 2003 B2
6532388 Hill et al. Mar 2003 B1
6539263 Schiff et al. Mar 2003 B1
6542081 Torch Apr 2003 B2
6542774 Hill et al. Apr 2003 B2
6549804 Osorio et al. Apr 2003 B1
6556868 Naritoku et al. Apr 2003 B2
6560486 Osorio et al. May 2003 B1
6564102 Boveja May 2003 B1
6587719 Barrett et al. Jul 2003 B1
6587727 Osorio et al. Jul 2003 B2
6594524 Esteller et al. Jul 2003 B2
6599250 Webb et al. Jul 2003 B2
6609025 Barrett et al. Aug 2003 B2
6610713 Tracey Aug 2003 B2
6611715 Boveja Aug 2003 B1
6611783 Kelly, Jr. et al. Aug 2003 B2
6615081 Boveja Sep 2003 B1
6615085 Boveja Sep 2003 B1
6622038 Barrett et al. Sep 2003 B2
6622041 Terry, Jr. et al. Sep 2003 B2
6622047 Barrett et al. Sep 2003 B2
6628985 Sweeney et al. Sep 2003 B2
6628987 Hill et al. Sep 2003 B1
6629990 Putz et al. Oct 2003 B2
6647296 Fischell et al. Nov 2003 B2
6656125 Misczynski et al. Dec 2003 B2
6656960 Puskas Dec 2003 B2
6668191 Boveja Dec 2003 B1
6671555 Gielen et al. Dec 2003 B2
6671556 Osorio et al. Dec 2003 B2
6684105 Cohen et al. Jan 2004 B2
6721603 Zabara et al. Apr 2004 B2
6730047 Socci et al. May 2004 B2
6735474 Loeb et al. May 2004 B1
6738671 Christophersom et al. May 2004 B2
6760626 Boveja Jul 2004 B1
6763256 Kimball et al. Jul 2004 B2
6768969 Nikitin et al. Jul 2004 B1
6788975 Whitehurst et al. Sep 2004 B1
6793670 Osorio et al. Sep 2004 B2
6819953 Yonce et al. Nov 2004 B2
6819956 DiLorenzo Nov 2004 B2
6832114 Whitehurst et al. Dec 2004 B1
6836685 Fitz Dec 2004 B1
6850601 Jones et al. Feb 2005 B2
6879850 Kimball Apr 2005 B2
6885888 Rezai Apr 2005 B2
6904390 Nikitin et al. Jun 2005 B2
6920357 Osorio et al. Jul 2005 B2
6923784 Stein Aug 2005 B2
6931274 Williams et al. Aug 2005 B2
6934580 Osorio et al. Aug 2005 B1
6934585 Schloss Aug 2005 B1
6944501 Pless Sep 2005 B1
6957107 Rogers Oct 2005 B2
6961618 Osorio et al. Nov 2005 B2
6984993 Ariav Jan 2006 B2
6985771 Fischell et al. Jan 2006 B2
6990377 Gliner et al. Jan 2006 B2
7006859 Osorio et al. Feb 2006 B1
7006872 Gielen et al. Feb 2006 B2
7010351 Firlik et al. Mar 2006 B2
7024247 Gliner et al. Apr 2006 B2
7035684 Lee Apr 2006 B2
7054792 Frei et al. May 2006 B2
7058453 Nelson et al. Jun 2006 B2
7068842 Liang et al. Jun 2006 B2
7076288 Skinner Jul 2006 B2
7077810 Lange et al. Jul 2006 B2
7079977 Osorio et al. Jul 2006 B2
7104947 Riehl et al. Sep 2006 B2
7110820 Tcheng et al. Sep 2006 B2
7112319 Broderick et al. Sep 2006 B2
7127370 Kelly et al. Oct 2006 B2
7134996 Bardy Nov 2006 B2
7139677 Hively et al. Nov 2006 B2
7146211 Frei et al. Dec 2006 B2
7146217 Firlik et al. Dec 2006 B2
7146218 Esteller et al. Dec 2006 B2
7164941 Misczynski et al. Jan 2007 B2
7167743 Heruth et al. Jan 2007 B2
7167750 Knudson et al. Jan 2007 B2
7174206 Frei et al. Feb 2007 B2
7177678 Osorio et al. Feb 2007 B1
7188053 Nikitin et al. Mar 2007 B2
RE39539 Torch Apr 2007 E
7204833 Osorio et al. Apr 2007 B1
7209786 Brockway Apr 2007 B2
7209787 DiLorenzo Apr 2007 B2
7221981 Gliner May 2007 B2
7228167 Kara Jun 2007 B2
7231254 DiLorenzo Jun 2007 B2
7236830 Gliner Jun 2007 B2
7236831 Firlik et al. Jun 2007 B2
7242983 Frei et al. Jul 2007 B2
7242984 DiLorenzo Jul 2007 B2
7254439 Misczynski et al. Aug 2007 B2
7263467 Sackellares et al. Aug 2007 B2
7274298 Frank Sep 2007 B2
7277758 DiLorenzo Oct 2007 B2
7280867 Frei et al. Oct 2007 B2
7282030 Frei et al. Oct 2007 B2
7289844 Misczynski et al. Oct 2007 B2
7292890 Whitehurst et al. Nov 2007 B2
7295881 Cohen et al. Nov 2007 B2
7299096 Balzer et al. Nov 2007 B2
7302298 Lowry et al. Nov 2007 B2
7304580 Sullivan et al. Dec 2007 B2
7305268 Gliner et al. Dec 2007 B2
7313440 Miesel Dec 2007 B2
7314451 Halperin et al. Jan 2008 B2
7321837 Osorio et al. Jan 2008 B2
7324850 Persen et al. Jan 2008 B2
7324851 DiLorenzo Jan 2008 B1
7330760 Heruth et al. Feb 2008 B2
7346391 Osorio et al. Mar 2008 B1
7353063 Simms, Jr. Apr 2008 B2
7353064 Gliner et al. Apr 2008 B2
7373199 Sackellares et al. May 2008 B2
7385443 Denison Jun 2008 B1
7389144 Osorio et al. Jun 2008 B1
7389147 Wahlstrand et al. Jun 2008 B2
7395113 Heruth et al. Jul 2008 B2
7401008 Frei et al. Jul 2008 B2
7403820 DiLorenzo Jul 2008 B2
7420472 Tran Sep 2008 B2
7433732 Carney et al. Oct 2008 B1
7447545 Heruth et al. Nov 2008 B2
7454245 Armstrong et al. Nov 2008 B2
7488293 Marcovecchio et al. Feb 2009 B2
7488294 Torch Feb 2009 B2
7491181 Heruth et al. Feb 2009 B2
7494464 Rzesnitzek et al. Feb 2009 B2
7502643 Farringdon et al. Mar 2009 B2
7515054 Torch Apr 2009 B2
7539532 Tran May 2009 B2
7539533 Tran May 2009 B2
7539543 Schiff et al. May 2009 B2
7558622 Tran Jul 2009 B2
7565132 Ben Jul 2009 B2
7590453 Heruth et al. Sep 2009 B2
7620456 Gliner et al. Nov 2009 B2
7629890 Sullivan et al. Dec 2009 B2
7643655 Liang et al. Jan 2010 B2
7647121 Wahlstrand et al. Jan 2010 B2
7658112 Nakamura Feb 2010 B2
7666151 Sullivan et al. Feb 2010 B2
7714757 Denison et al. May 2010 B2
7717848 Heruth et al. May 2010 B2
RE41376 Torch Jun 2010 E
7733224 Tran Jun 2010 B2
7747318 John et al. Jun 2010 B2
7769464 Gerber et al. Aug 2010 B2
7775993 Heruth et al. Aug 2010 B2
7792583 Miesel et al. Sep 2010 B2
7801603 Westlund et al. Sep 2010 B2
7801618 Pless Sep 2010 B2
7813802 Tcheng et al. Oct 2010 B2
7822481 Gerber et al. Oct 2010 B2
7827011 DeVaul et al. Nov 2010 B2
7831305 Gliner Nov 2010 B2
7847628 Denison Dec 2010 B2
7866212 Ariav et al. Jan 2011 B2
7899545 John Mar 2011 B2
7935076 Estes et al. May 2011 B2
RE42471 Torch Jun 2011 E
7957809 Bourget et al. Jun 2011 B2
7965833 Meir et al. Jun 2011 B2
7965833 Meir et al. Jun 2011 B2
7974671 Fujiwara et al. Jul 2011 B2
7996076 Burns et al. Aug 2011 B2
7999857 Bunn et al. Aug 2011 B2
8000789 Denison et al. Aug 2011 B2
8000794 Lozano Aug 2011 B2
8021299 Miesel et al. Sep 2011 B2
8027730 John et al. Sep 2011 B2
8027737 Kokones et al. Sep 2011 B2
8075499 Nathan et al. Dec 2011 B2
8103351 Gerber et al. Jan 2012 B2
8109891 Kramer et al. Feb 2012 B2
8121694 Molnar et al. Feb 2012 B2
8140143 Picard et al. Mar 2012 B2
8172777 Goto May 2012 B2
20010032059 Kelly et al. Oct 2001 A1
20020072782 Osorio et al. Jun 2002 A1
20020099417 Naritoku et al. Jul 2002 A1
20020116030 Rezai Aug 2002 A1
20020151939 Rezai Oct 2002 A1
20020188214 Misczynski et al. Dec 2002 A1
20030040680 Hassert et al. Feb 2003 A1
20030074032 Gliner Apr 2003 A1
20030083716 Nicolelis et al. May 2003 A1
20030083726 Zeijlemaker et al. May 2003 A1
20030125786 Gliner et al. Jul 2003 A1
20030130706 Sheffield et al. Jul 2003 A1
20030144829 Geatz et al. Jul 2003 A1
20030181954 Rezai Sep 2003 A1
20030181958 Dobak Sep 2003 A1
20030195588 Upton et al. Oct 2003 A1
20030208212 Cigaina Nov 2003 A1
20030210147 Humbard Nov 2003 A1
20030212440 Boveja Nov 2003 A1
20030236474 Singh Dec 2003 A1
20030236558 Whitehurst et al. Dec 2003 A1
20040006278 Webb et al. Jan 2004 A1
20040030365 Rubin et al. Feb 2004 A1
20040088024 Firlik et al. May 2004 A1
20040111045 Sullivan et al. Jun 2004 A1
20040122484 Hatlestad et al. Jun 2004 A1
20040122485 Stahmann et al. Jun 2004 A1
20040133119 Osorio et al. Jul 2004 A1
20040138516 Osorio et al. Jul 2004 A1
20040138517 Osorio et al. Jul 2004 A1
20040138647 Osorio et al. Jul 2004 A1
20040138711 Osorio et al. Jul 2004 A1
20040138721 Osorio et al. Jul 2004 A1
20040153129 Pless et al. Aug 2004 A1
20040158119 Osorio et al. Aug 2004 A1
20040158165 Yonce et al. Aug 2004 A1
20040171969 Socci et al. Sep 2004 A1
20040172085 Knudson et al. Sep 2004 A1
20040172091 Rezai Sep 2004 A1
20040172094 Cohen et al. Sep 2004 A1
20040176812 Knudson et al. Sep 2004 A1
20040176831 Gliner et al. Sep 2004 A1
20040199212 Fischell et al. Oct 2004 A1
20040225236 Wheeler et al. Nov 2004 A1
20040225335 Whitehurst et al. Nov 2004 A1
20040230105 Geva et al. Nov 2004 A1
20040249302 Donoghue et al. Dec 2004 A1
20040249416 Yun et al. Dec 2004 A1
20050004621 Boveja et al. Jan 2005 A1
20050020887 Goldberg Jan 2005 A1
20050021092 Yun et al. Jan 2005 A1
20050021103 DiLorenzo Jan 2005 A1
20050021104 DiLorenzo Jan 2005 A1
20050021105 Firlik et al. Jan 2005 A1
20050021106 Firlik et al. Jan 2005 A1
20050021107 Firlik et al. Jan 2005 A1
20050021118 Genau et al. Jan 2005 A1
20050022606 Partin et al. Feb 2005 A1
20050027284 Lozano et al. Feb 2005 A1
20050033378 Sheffield et al. Feb 2005 A1
20050033379 Lozano et al. Feb 2005 A1
20050038484 Knudson et al. Feb 2005 A1
20050049515 Misczynski et al. Mar 2005 A1
20050049655 Boveja et al. Mar 2005 A1
20050060001 Singhal et al. Mar 2005 A1
20050065562 Rezai Mar 2005 A1
20050065573 Rezai Mar 2005 A1
20050065574 Rezai Mar 2005 A1
20050065575 Dobak Mar 2005 A1
20050070971 Fowler et al. Mar 2005 A1
20050075701 Shafer Apr 2005 A1
20050075702 Shafer Apr 2005 A1
20050101873 Misczynski et al. May 2005 A1
20050107716 Eaton et al. May 2005 A1
20050119703 DiLorenzo Jun 2005 A1
20050124901 Misczynski et al. Jun 2005 A1
20050131467 Boveja et al. Jun 2005 A1
20050131485 Knudson et al. Jun 2005 A1
20050131486 Boveja et al. Jun 2005 A1
20050131493 Boveja et al. Jun 2005 A1
20050143786 Boveja et al. Jun 2005 A1
20050148893 Misczynski et al. Jul 2005 A1
20050148894 Misczynski et al. Jul 2005 A1
20050148895 Misczynski et al. Jul 2005 A1
20050153885 Yun et al. Jul 2005 A1
20050154425 Boveja et al. Jul 2005 A1
20050154426 Boveja et al. Jul 2005 A1
20050165458 Boveja et al. Jul 2005 A1
20050187590 Boveja et al. Aug 2005 A1
20050192644 Boveja et al. Sep 2005 A1
20050197590 Osorio et al. Sep 2005 A1
20050203366 Donoghue et al. Sep 2005 A1
20050245971 Brockway et al. Nov 2005 A1
20050261542 Riehl Nov 2005 A1
20050277998 Tracey et al. Dec 2005 A1
20050283200 Rezai et al. Dec 2005 A1
20050283201 Machado et al. Dec 2005 A1
20050288600 Zhang et al. Dec 2005 A1
20050288760 Machado et al. Dec 2005 A1
20060009815 Boveja Jan 2006 A1
20060018833 Murphy et al. Jan 2006 A1
20060074450 Boveja Apr 2006 A1
20060079936 Boveja Apr 2006 A1
20060094971 Drew May 2006 A1
20060095081 Zhou et al. May 2006 A1
20060106430 Fowler et al. May 2006 A1
20060135877 Giftakis et al. Jun 2006 A1
20060135881 Giftakis et al. Jun 2006 A1
20060149139 Bonmassar et al. Jul 2006 A1
20060155495 Osorio et al. Jul 2006 A1
20060167497 Armstrong et al. Jul 2006 A1
20060173493 Armstrong et al. Aug 2006 A1
20060173522 Osorio Aug 2006 A1
20060190056 Fowler et al. Aug 2006 A1
20060195163 KenKnight et al. Aug 2006 A1
20060200206 Firlik et al. Sep 2006 A1
20060212091 Lozano et al. Sep 2006 A1
20060212097 Varadan et al. Sep 2006 A1
20060224067 Giftakis et al. Oct 2006 A1
20060224191 DiLorenzo Oct 2006 A1
20060241697 Libbus et al. Oct 2006 A1
20060241725 Libbus et al. Oct 2006 A1
20060293720 DiLorenzo Dec 2006 A1
20070027486 Armstrong et al. Feb 2007 A1
20070027497 Parnis et al. Feb 2007 A1
20070027498 Maschino et al. Feb 2007 A1
20070027500 Maschino et al. Feb 2007 A1
20070032834 Gliner et al. Feb 2007 A1
20070043392 Gliner et al. Feb 2007 A1
20070055320 Weinand et al. Mar 2007 A1
20070073150 Gopalsami et al. Mar 2007 A1
20070073355 DiLorenzo Mar 2007 A1
20070088403 Wyler et al. Apr 2007 A1
20070100278 Frei et al. May 2007 A1
20070100392 Maschino et al. May 2007 A1
20070142862 DiLorenzo Jun 2007 A1
20070142873 Esteller et al. Jun 2007 A1
20070150024 Leyde et al. Jun 2007 A1
20070150025 DiLorenzo et al. Jun 2007 A1
20070161919 DiLorenzo Jul 2007 A1
20070162086 DiLorenzo Jul 2007 A1
20070167991 DiLorenzo Jul 2007 A1
20070173901 Reeve Jul 2007 A1
20070173902 Maschino et al. Jul 2007 A1
20070179534 Firlik et al. Aug 2007 A1
20070179557 Maschino et al. Aug 2007 A1
20070179558 Gliner et al. Aug 2007 A1
20070208212 DiLorenzo Sep 2007 A1
20070213785 Osorio et al. Sep 2007 A1
20070233192 Craig Oct 2007 A1
20070239210 Libbus et al. Oct 2007 A1
20070242661 Tran et al. Oct 2007 A1
20070244407 Osorio Oct 2007 A1
20070249953 Osorio et al. Oct 2007 A1
20070249954 Virag et al. Oct 2007 A1
20070255147 Drew et al. Nov 2007 A1
20070255155 Drew et al. Nov 2007 A1
20070260147 Giftakis et al. Nov 2007 A1
20070260289 Giftakis et al. Nov 2007 A1
20070265536 Giftakis et al. Nov 2007 A1
20070272260 Nikitin et al. Nov 2007 A1
20070282177 Pilz Dec 2007 A1
20080004904 Tran et al. Jan 2008 A1
20080033503 Fowler et al. Feb 2008 A1
20080033508 Frei et al. Feb 2008 A1
20080046035 Fowler et al. Feb 2008 A1
20080064934 Frei et al. Mar 2008 A1
20080071323 Lowry et al. Mar 2008 A1
20080077028 Schaldach et al. Mar 2008 A1
20080081958 Denison et al. Apr 2008 A1
20080103548 Fowler et al. May 2008 A1
20080114417 Leyde May 2008 A1
20080119900 DiLorenzo May 2008 A1
20080125820 Stahmann et al. May 2008 A1
20080139870 Gliner et al. Jun 2008 A1
20080146890 Leboeuf et al. Jun 2008 A1
20080146959 Sheffield et al. Jun 2008 A1
20080161712 Leyde Jul 2008 A1
20080161713 Leyde et al. Jul 2008 A1
20080161879 Firlik et al. Jul 2008 A1
20080161880 Firlik et al. Jul 2008 A1
20080161881 Firlik et al. Jul 2008 A1
20080161882 Firlik et al. Jul 2008 A1
20080183096 Snyder et al. Jul 2008 A1
20080183097 Leyde et al. Jul 2008 A1
20080208013 Zhang et al. Aug 2008 A1
20080208284 Rezai et al. Aug 2008 A1
20080258907 Kalpaxis et al. Oct 2008 A1
20080269579 Schiebler et al. Oct 2008 A1
20080275327 Faarbaek et al. Nov 2008 A1
20080275328 Jones et al. Nov 2008 A1
20080275349 Halperin et al. Nov 2008 A1
20080281376 Gerber et al. Nov 2008 A1
20080281381 Gerber et al. Nov 2008 A1
20080281550 Hogle et al. Nov 2008 A1
20080319281 Aarts et al. Dec 2008 A1
20090030345 Bonnet et al. Jan 2009 A1
20090040052 Cameron et al. Feb 2009 A1
20090054737 Magar et al. Feb 2009 A1
20090054742 Kaminska et al. Feb 2009 A1
20090060287 Hyde et al. Mar 2009 A1
20090062696 Nathan et al. Mar 2009 A1
20090076350 Bly et al. Mar 2009 A1
20090099624 Kokones et al. Apr 2009 A1
20090099627 Molnar et al. Apr 2009 A1
20090105785 Wei et al. Apr 2009 A1
20090137921 Kramer et al. May 2009 A1
20090227882 Foo Sep 2009 A1
20090227888 Salmi Sep 2009 A1
20090322540 Richardson et al. Dec 2009 A1
20100010382 Panken Jan 2010 A1
20100010392 Skelton et al. Jan 2010 A1
20100010583 Panken et al. Jan 2010 A1
20100023348 Hardee et al. Jan 2010 A1
20100056878 Partin et al. Mar 2010 A1
20100106217 Colborn Apr 2010 A1
20100109875 Ayon et al. May 2010 A1
20100121214 Giftakis et al. May 2010 A1
20100217533 Nadkarni et al. Aug 2010 A1
20100223020 Goetz Sep 2010 A1
20100228103 Schecter Sep 2010 A1
20100228314 Goetz Sep 2010 A1
20100268056 Picard et al. Oct 2010 A1
20100280336 Giftakis et al. Nov 2010 A1
20100280578 Skelton et al. Nov 2010 A1
20100280579 Denison et al. Nov 2010 A1
20100286567 Wolfe et al. Nov 2010 A1
20100298661 McCombie et al. Nov 2010 A1
20100298742 Perlman et al. Nov 2010 A1
20100305665 Miesel et al. Dec 2010 A1
20100312188 Robertson et al. Dec 2010 A1
20110029044 Hyde et al. Feb 2011 A1
20110040204 Ivorra et al. Feb 2011 A1
20110040546 Gerber et al. Feb 2011 A1
20110060252 Simonsen et al. Mar 2011 A1
20110066062 Banet et al. Mar 2011 A1
20110066081 Goto et al. Mar 2011 A1
20110137372 Makous et al. Jun 2011 A1
20110160795 Osorio Jun 2011 A1
20110172545 Grudic et al. Jul 2011 A1
20110230730 Quigg et al. Sep 2011 A1
20110245629 Giftakis et al. Oct 2011 A1
20110251469 Varadan Oct 2011 A1
20110270117 Warwick et al. Nov 2011 A1
20110270134 Skelton et al. Nov 2011 A1
20110295127 Sandler et al. Dec 2011 A1
20110306846 Osorio Dec 2011 A1
20110313484 Hincapie et al. Dec 2011 A1
Foreign Referenced Citations (6)
Number Date Country
0249500 Jun 2002 WO
2007034476 Mar 2007 WO
2009158418 Dec 2009 WO
WO 2009158418 Dec 2009 WO
2010115939 Oct 2010 WO
2011020504 Feb 2011 WO
Non-Patent Literature Citations (4)
Entry
Sunderam et al. (Challenges for emerging neurostimulation-based therapies for real-time seizure control, Epilepsy & Behavior, Apr. 7, 2011, No. 22, pp. 118-125).
International Application No. PCT/US2012/060029, PCT Search Report and Written Opinion dated Dec. 21, 2012, 15 pages.
Shen, Qiang et al., “Using Modulus Maximum Pair of Wavelet Transform to Detect Spike Wave of Epileptic EEG,” Proceedings of the 20th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, vol. 20, No. 3, 1998, 3 pages.
International Application No. PCT/US2012/060024, PCT Search Report and Written Opinion dated Dec. 21, 2012, 6 pages.
Related Publications (1)
Number Date Country
20130096840 A1 Apr 2013 US
Provisional Applications (1)
Number Date Country
61547567 Oct 2011 US