000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054

Detecting Artifacts in Clinical Data through Projection Retrieval

Abstract We outline a novel approach to distinguish correct alerts from artifacts in multivariate vital signs data collected at the bedside of critical care patients. The framework selects informative low-dimensional projections of data that allow easy identification and interpretation of artifacts by humans. The results enable designing reliable decision rules that can be used to identify and ignore false alerts on-the-fly. The proposed approach aims at reducing the tedious effort of expert clinicians who must annotate training data to support development of decision support systems. Through our method, the expert intervention is reduced to simply validating the outcome produced by an automated system using a small part of the available data. The bulk of the data can then be labeled automatically. The framework we present makes the decision process transparent and comprehensible to aid the expert validation. The projections jointly form a solution to the learning task. The method works under the assumption that each projection addresses a different subset of the feature space. The purpose is to determine which of the subsets of data correspond to genuine clinical alerts and which are artifacts due to particuliarities of the monitoring devices or data acquisition processes. We show how artifacts can be isolated using a small amount of labeled samples and present our system’s utility in identifying patterns in data that are informative to clinicians.

1. Introduction Clinical monotoring systems are designed to process multiple sources of information about the current health condition of a patient and issue an alert whenever a change of status, typically an onset of some form Preliminary work. Under review by the International Conference on Machine Learning (ICML). Do not distribute.

of instability, requires attention of medical personnel. In practice, a substantial fraction of these alerts are not truly reflective of the important health events, but instead they are triggered by malfunctions or innacurracies of the monitoring equipment. Accidentally detached ECG electrode, transient readings from a dislocated blood oxygenation probe, or many other such problems of minor significance, may and in practice often do yield instability alerts. Frequency of such false detections may cause the ”alert fatigue” syndrome, often observed among medical personnel, particularly in critical care departments. The syndrome may have adverse effects on the quality of care and patient outcomes, if it leads to lowering sensitivity of personnel to alerts and, therefore, to increased risk of missing real crises. In order to maintain and enhance effectiveness of care, it is important to realiably identify and explain the nonconsequential artifacts. In this paper, we outline a novel approach to distinguish correct alerts from artifacts in multivariate vital signs data collected at the bedside of critical care patients. It selects informative low-dimensional projections of data that allow easy identification and interpretation of artifacts by humans. The results enable designing reliable decision rules that can be used to identify and ignore false alerts on-the-fly. They can also reduce data review and annotation efforts by expert clinicians, enhancing their focus on their primary mission of patient care. The outlined problem can be generalized to any system designed to provide decision support to human users. Typically, this involves automating tasks such as grouping or classification while offering the experts insight into how the learning task was solved and how the model is applied to new data. An ideal scenario for a multitude of practical applications is the following: a domain expert provides the system with preliminary training data for some learning task; the system learns a model for the task (which uses only simple projections); the user provides queries (test points); for a given query point, the system selects the projection that is expected to be the most informative for this point; the system displays the outcome as well as a representation of how the task was performed within the selected projection. The problem of recovering simple projections for classi-

055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109

Detecting Artifacts in Clinical Data through Projection Retrieval

110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164

fication has been formalized in (Fiterau & Dubrawski, 2012). The RECIP algorithm proposed there uses point estimators for conditional entropy and recovers a set of low-dimensional projections which classify queries using non-parametric discriminators in an alternate fashion - each query point is classified using one of the projections in the retrieved set. The technique used in this paper is a generalization of RECIP which is applicable to both classification and clustering. The framework, described in Section 3, called Regression for Informative Projection Retrieval (RIPR) can retrieve projections for any task which can be expessed in terms of a consistent loss function. RIPR is designed to work with any type of learner suitable to the particular task. For the application discussed in this paper, we consider linear classifiers (SVM) and nonparametric clustering models (K-means). A classifier or a clustering model is trained for every recovered projection and used for the subset of data assigned to that projection. The topic of this paper is the application of RIPR to artifact isolation. We illustrate the projections recovered for the task of discriminating artifacts from genuine clinical alerts. Since the types of alerts we focus on are triggered by excessive values of one of the vital signals at a time, we build separate artifact deiscrimination models for alerts on respiratory rate, blood pressure, and oxygen saturation. We evaluate the perfomance of these models at annotating unlabeled data. We also show, through case studies, how the models can help physicians identify outliers and abnormalities in the vital signals. Finally, we outline an active learning procedure meant to reduce the effort of clinicians in adjudicating vital sign data as normal, artifact, or genuine alarm.

2. Related Work The use of dimensionality reduction techniques is a common preprocessing step in applications where the use of simplified classification models is preferable. Methods that learn linear combinations of features, such as Linear Discriminant Analysis, are not ideal for the task considered here, since we prefer to rely on the dimensions available in the original feature space. Feature selection methods, such as the lasso, are suitable for identifying sets of relevant features, but do not consider interactions between them. Our work fits the areas of class dependent feature selection and context specific classification, highly connected to the concept of Transductive Learning (Gammerman et al., 1998). Other context-sensitive methods are Lazy and DataDependent Decision Trees, (Friedman et al., 1996)

and (Marchand & Sokolova, 2005) respectively. (Ting et al., 2011) introduce the Feating submodel selection, which performs attribute splits followed by fitting local predictors. (Obozinski et al., 2010) present a subspace selection method in the context of multitask learning. Unlike most of those approaches, RECIP is designed to retrieve subsets of the feature space designed for use in a way that is complementary to the basic task at hand while providing query-specific information.

3. Informative Projection Retrieval This section describes the formulation of the Informative Projection Retrieval (IPR) problem, then describes an algorithmic framework generalized from the RECIP procedure in (Fiterau & Dubrawski, 2012). The algorithm solves IPR when the learning task can be expressed in terms of a loss function and there exists a consistent point-estimator for the risk. The derivations in Section 3.1 follow the setup for the RECIP procedure, the main improvement being the formalization of the problem for learning tasks other than classification and the capability to include learners of any given class while RECIP only considered nonparametric classifiers. Section 3.3 shows how divergence estimators are used to customize the framework for classifcation and regression tasks. 3.1. Projection Recovery Formulation Let us assume we are given a dataset X = {x1 . . . xn } ∈ X n where each sample xi ∈ X ⊆ Rm and a learning task on the space X with output in a space Y such as classification or regression. The task solver for the learning task is selected from from a solver class T = {f : X → Y}, were the risk for the solver class T is defined in terms of the loss ` as R(τ, X ) = EX `(x, τ ) ∀τ ∈ T . We define the optimal solver for the task as def

τ ∗ = arg min R(τ, X ) τ ∈T

We will use the notation τ{X} to indicate the task solver from class T which is obtained by minimizing the empirical risk over the training set X. n

def

τ{X} =

X ˆ , X) = arg min 1 `(xi , τ ) arg min R(T n i=1 τ ∈T τ ∈T

We formalize the type of model that our IPR framework will construct. Class M contains models that

165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219

Detecting Artifacts in Clinical Data through Projection Retrieval

220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274

have a set Π of projections of maximum dimension d, a set τ of task solvers and a selection function g: M={

Π = {π;

projection πj , in other words g(xi ) = j. We model this mapping as a binary matrix B: Bij = I[g(xi ) = j].

π ∈ Π, dim(π) ≤ d},

τ = {τ ; τi ∈ T , τi : πi (X ) → Y

∀i = 1 . . . |Π|}, We write the minimizers of the risk and empirical risk: } . |Π| X M ∗ = arg min EX I[g(x) = j]`(πj (x), τj ) The set Π contains all the axis-aligned projections. M j=1 However, the subset Π ⊆ Π contained by M contains |Π| n X X only projections that have at most d features. The paˆ ∗ = arg min 1 I[g(xi ) = j]`(πj (xi ), τj ) M rameter d is dictated by the application requirements. n i=1 j=1 M Values of 2 or 3 are expected since they permit users to view the projections. The selection function g picks Assume now that we can consistently estimate the loss the adequate projection π and its corresponding task of a tasks learner τ at each available sample, that is solver τ to handle a given query x. ˆ τ ) n→∞ ∃`ˆ s.t. ∀x ∈ X τ ∈ T `(x, → `(x, τ ) (2) Based on this model, we derive a composite solver g ∈ {f : X → {1 . . . |Π|}}

which combines the benefits of the solvers operating on the low-dimensional projections. The loss of this solver can be expressed in terms of the component losses. τM (x) = τi (πi (x))

where g(x) = i

Plugging (2) into the minimization yields the final form used to obtain the estimated model: ˆ = arg min M M

`(x, τM ) = `(πg(x) (x), τg(x) ) where g(x) represents the index of the solver for point x is handled and πi (x) is the projection of x onto πi . Optimizing over the Informative Projection Model class M, the IPR problem for learning task T can be formulated as a minimization of the expected loss: M ∗ = arg min EX `(πg(x) (x), τg(x) )

(1)

M

Since we are dealing with an unsupervised problem in terms of the selection function, there are limitations on its learnability. One example in which recovery is successful is a dataset containing regulatory features: ∀x∃xj with xj ∈ A , τ ∗ (x1 . . . xm ) = τA∗ (xi1 . . . xid ) In the example above, for a given point x, j is the regulatory feature. The interpretation is that for all points x whose j th feature is in the set A, the targeted task can be optimally performed by the task solver τA∗ by considering only features {i1 . . . id } of x. The task solver τA∗ is only trained over samples for which xj ∈ A. 3.2. Projection Recovery Framework (RIPR) The starting point of the algorithm is writing the empirical version of (1) as a combinatorial problem over multiple projections. The algorithm is designed under the assumption of the existence of low-dimensional embeddings that enable capturing accurate models for the target task. In conformance with this assumption, every sample point xi can be dealt with by just one

|Π| n X X

ˆ j (xi ), τi ) I[g(xi ) = j]`(π

i=1 j=1

= arg min

|Π| n X X

Bij Lij

,

ˆ j (xi ), τi ) Lij = `(π

M,|Π|<|Π| i=1 j=1

The loss estimators Lij are computed for every point on every subspace of up to the user-specified size d. B is learned through a regularized regression procedure that penalizes the number of projections Π used in the model. This translates to an `0 penalty on the number of non-zero columns in B, relaxed to `1 . The `0 penalty is written as I[B·,j 6= 0], while its relaxation is ||B||1,1 . ∗

ˆ = arg min ||L∗ − L B||22 + λ B B

d X

I[B·,j 6= 0]

j=1

where d∗ is the number of d-dimensional projections, def L∗i = minj Lij , the operator isojections of size ≤ d defined as ∗

:R

n,d∗

×R

n,d∗

n

→R ,

(L B)i =

d X

Lij Bij

j=1

The optimization procedure is described in detail in (Fiterau & Dubrawski, 2012), the key difference to its use here being that we are computing the loss matrix L differently. The technique resembles the adaptive lasso, which gradually reduces the number of non-zero columns in B until a small and stable set of projections is converged upon. As illustrated in 1, the procedure uses the multiplier δ to gradually bias projection selection towards projections that not only perform well but also suit a large number of data points.

275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329

Detecting Artifacts in Clinical Data through Projection Retrieval

330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384

Algorithm 1 RIPR Framework δ = [1 . . . 1] repeat B = arg minB ||L∗ − L B||22 + Pd∗ λ1 j=1 ||B.,j ||`1 + λ2 |Bδ|`1 subject to ||Bk,. ||`1 = 1 k = 1...n δk = ||B.,j ||`1 j = 1 . . . d∗ (update muliplier) δ = (||δ||`1 − δ)/||δ||`1 until δ converges Π = {πi ; |B.,i |`1 > 0 ∀i = 1 . . . d∗ } return Π

3.3. Losses for Classification and Clustering Next, we show how to formulate IPR for different tasks. The aim is to find projections that are informative for a task given no knowledge of the actual class of solvers that will be used. For instance, we might be given a high dimensional classification problem for which to find a set of low-dimensional projections without considering the classifier - linear, kernel-based or nonparametric - that will ultimately be trained. Therefore, we incline to use nonparametric loss functions. The performance of the method will depend on the estimator’s rate of convergence. 3.3.1. Classification The IPR problem for classification is the topic of the previous work in (Fiterau & Dubrawski, 2012). We state some results obtained in the paper. Proposition 3.1. Given a variable X ∈ X and a binary variable Y , X sampled from the mixture model

its k-nearest-neighbor from the sample X. τπkj is the k-nn classifier on projection πj . This result is obtained by using the Tsallis αdivergence estimator introduced in (Poczos & Schneider, 2011) and yields an estimator for the loss when the target task is binary classification. α is a constant set to a value close to 1 (such as 0.95) and |πj | is the dimensionality of the subspace πj . 3.3.2. Clustering Unlike classification and regression, most types of clustering make it problematic to devise an objective that can be evaluated at every point, mainly because an overview of the data is needed for clustering, rather than local information. Distribution-based as well as centroid-based clustering fit a model on the entire set of points. This is an issue for the IPR problem because it is not known which data should be used for the set of submodels. To bypass this problem, we first learn the projections and the points corresponding to them using density-based clustering, which admits a local loss estimator. We then learn a clustering model (solver) on each projection using only the assigned points. Density-based clustering uses areas of higher density than the remainder to group points. To achieve IPR for clustering, we consider the negative divergence, in the neighborhood of each sample, between the distribution from which the sample X is drawn and a uniform distribution on X . Let U be a sample of size n drawn uniformly from X . Again, we use the nearestneighbor estimator converging to the KL divergence. τiclu is some clustering technique such as K-means.

f (x) = p(y = 0)f0 (x)+p(y = 1)f1 (x) = p0 f0 (x)+p1 f1 (x) ,

ˆ clu (πi (x), τ clu ) → R i

H(Y |X) = −p0 log p0 −p1 log p1 −DKL (f0 ||f )−DKL (f1 ||f ). The conditional entropy over the points assigned to projection πj is then shown to be estimated as follows: n

X ˆ i, τ k ) ˆ |π(X); {x|g(x) = j}) ∝ 1 H(Y I[g(xi ) = j]`(x πj n i=1  (1−α)|πj | ˆ i , τ k ) = (n − 1)νk (πj (xi ), πj (Xy(xi ) \ xi )) `(x πj nνk (πj (xi ), πj (X¬y(xi ) )) Above, the notation π(X) is used to represent the projection of vector X onto π. Also, we will use Xγ to represent the subset of the sample for which the label is γ. The notation X \ x refers to the sample obtained when removing point x from X. The function νk (x, X) represents the k th distance from point x to

`ˆclu (πi (x), τiclu )



−KL(πi (X)k|πi (U ))  d(π (x), π (X)) |πi |(1−α) i i d(πi (x), U )

4. Artifact Detection with RIPR 4.1. Vital Sign Monitoring Data A prospective longitudinal study recruited admissions across 8 weeks to a 24 bed trauma and vascular surgery stepdown unit. Noninvasive vital sign (VS) monitoring consisted of 5-lead electrocardiogram to determine heart rate (HR) and respiratory rate (RR; bioimpedance), noninvasive blood pressure (oscillometric) to determine systolic (SBP) and diastolic (DBP) blood pressure, and peripheral arterial oxygen saturation by finger plethysmography (SpO2). Noninvasive continuous monitoring data were downloaded from bedside monitors and analyzed for vital signs be-

385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439

Detecting Artifacts in Clinical Data through Projection Retrieval

440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494

yond local instability criteria: HR<40 or >140, RR<8 or >36, systolic BP <80 or >200, diastolic BP>110, SpO2<85%. VS time plots of patients whose vital sign parameters crossed the instability thresholds for any reason were visually assessed to judge them as waveform patterns consistent with physiologically plausible instability, or as physiologically implausible and therefore artifactual.

for each alert type such that other potential artifacts can be detected in the unlabeled data. Since the classification results will be reviewed by domain experts, we rely on the RIPR framework to extract simple and intuitive projections which will make it easy for clinicians to validate the results.

Each alert is associated with a category indicating the type of the chronologically first vital signal that exceeds its control limits. As a result, an alert with labeled as ‘respiratory rate’may also include other vitals outside of the bounds that have escalated shortly after the exceedence or respiratory rate is recognized. We extracted a number of features to characterize each of the 813 alert events found in our data. The features are computed for each vital signal independently during the duration of each alert and a short window (of 4 minutes) preceding its onset. The list of features includes common statistics of each vital signal such as mean, standard deviation, minimum, maximum and range of values. It also includes features that are thought to be relevant (by domain experts) in discriminating between artifacts and true alerts. There are a total of 147 features derived from all vital signs as follows:

The majority of alerts in our data are associated with the respiratory rate (RR). There are 362 such cases and a significant proportion of these (132 samples) are actually artifacts. Figure 1 shows the set of 2dimensional projections retrieved by RIPR for the true alarm vs. artifact classification task. All the data points are represented in the plot as dots - the true alerts are shown in blue while the artifacts are shown in red. Recall that each point is only classified using one projection. To illustrate this, we plotted the data assigned for each projection with red circles (for artifacts) and blue triangles (for true alerts). The plots show a good separation between artifacts and true alerts, which was one of our objectives. Also, the projections retrieved use data density features for the RR, SPO2 and HR signals as well as the minimum value for the respiratory rate. The use of these features is consistent with human intuition about what may constitute a respiratory rate artifact. For instance, a lot of missing data often signifies that the probe was removed from the patient for a period of time. The same can be said about minimum values for a vital - the measuring device could have been disconnected or misplaced.

• The data density, which is the normalized count of signal readings during the alert period, a low value indicates the temporal sparseness of the data, a value of zero simply means there was no data captured in that period; • The minimum and maximum of the first order difference of vital signal value during alert window. Extreme values indicate a sharp increase/decrease of the signal value; • The difference of means of vital sign values for the 4 minute window before and after the alert; • The value of the slope as the result of fitting linear regression to the vital values versus the time index; 4.2. Artifact Classification Models We now show the classification models obtained to distinguish between artifacts and alerts corresponding to different vitals. We considered alerts associated with different vitals as separate classification tasks. Out of the 813 alert samples, 181 have been identified by expert clinicians as artifacts. Aside from the 813 labeled samples, there is a large amount of data that remains unlabeled. The goal now is to train a separate model

4.2.1. Respiratory Rate Alerts

4.2.2. Blood Pressure Alerts We apply the same procedure for alerts related to blood pressure (BP) signals. There are 96 labeled examples of such alerts out of which 24 are artifacts. The 2-D projections are displayed in Figure 2. This time, though the features used are known to be informative, the class separation is not very clear. This is visible especially in the top right corner of the first plot, where we can observe a substantial overlap between artifacts and true alerts. Since in this case using two-dimensional projections appears insufficient to provide a convincing model, we also identified informative 3-dimensional projections. Figure 3 shows the model resulting from this procedure. Only the alerts assigned to the specific projection were shown, in order to avoid overloading the figure. It is noticeable that the addition of the third dimension greatly improves the class separation. Again, the sparsity of data readings is an important feature, though this time the data density of three different

495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549

Detecting Artifacts in Clinical Data through Projection Retrieval

550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604

Figure 1. 2-D projections for RR alerts.The artifacts are in blue (circles) and the true alerts are in red (triangles).

exists a hyperplane separating the two classes.

Figure 2. 2-D projections for BP alerts. The artifacts are in blue (circles) and the true alerts are in red (triangles).

4.2.3. Oxygen Saturation Alerts The alerts based on blood oxygen saturation (SPO2) are more difficult to classify. The training set for these consists of 259 samples out of which only 24 are labeled as artifacts. Figure 4 shows the 2-dimensional projections recovered for this problem. As there is substantial class overlap, we also trained 3-D models, shown in Figure 5. Both 3-D projections of the model use data sparsity features to isolate artifacts, though we must note that the separation is still somewhat noisy. vitals needs to be considered for the subset of data presented in the first projection of Figure 3. The second 3-D projection uses the maximum and minimum values of HR and RR to classify artifacts and there

The remaining alarms are associated with the heart rate. Only one of these is actually an artifact. Predictive accuracy of the presented RIPR models is summarized in Table 1. The results are obtained through leave-one-out cross-validation.

605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659

Detecting Artifacts in Clinical Data through Projection Retrieval Figure 3. 3-D projections for BP alerts. The artifacts are in blue (circles) and the true alerts are in red (triangles).

Figure 4. 2-D projections for SPO2 alerts. The artifacts are in blue (circles) and the true alerts are in red.

value−SPO2−data−−den

1.4 1.2 1 0.8 0.6 1.5

0.4 0.2 0 1.4

1

1.2

0.5 1

0.8

0.6

0.4

value−HR−data−−den 0.2

0

0

value−RR−data−−den

−2

−4 value−RR−diff1−−min

660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714

−6

−8

−10

−12 0 −14 0

−20 10

20

30 40 50 60 value−HR−diff1−−max

70

80

−40 value−HR−diff1−−min

4.3. Case Studies 4.3.1. Outlier Detection A good indication of the invalidity of a RR alert is the lack of HR data. So a simple decision rule - as stated by the clinicians - would be just to see whether there is HR data, if there is HR data, then the RR alert is an artifact, otherwise, it could be real. In classifying RR-based alerts, the algorithm correctly picked HR data density as the most important dimension. The top right of the second graph of Figure 1 contains two blue circles representing samples that would be classi-

Table 1. Classification Accuracy of RIPR models. Precission and recall in recovering the genuine alerts.

Type Acc. Prec. Rec.

RR 2D 0.978 0.979 0.991

BP 2D 0.833 0.858 0.93

BP 3D 0.886 0.896 0.958

SPO2 2D 0.911 0.929 0.945 0.996

SPO2 3D 0.912 0.918

fied as non artifact according to the projection. Both of them have continuous stream of data, but the RR signals are irregular. This is a different type of artifact. Because there are very few this type of artifact, and the algorithm is designed to retrieve a small set of projections, they end up being misclassified. The vital signs corresponding to these two samples are presented in Figure 6 below. Further investigation showed that

715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769

Detecting Artifacts in Clinical Data through Projection Retrieval Figure 5. 3-D projections for BP alerts. The artifacts are in blue (circles) and the true alerts are in red (triangles).

no recorded values in the HR signal. When we drilled down to look at the data, we found that the samples were actually labeled incorrectly in the training set. Therefore, the RIPR approach can also be useful in detecting inconsistencies due to human error.

1.6 value−SPO2−data−−den

1.4

5. Conclusions

1.2 1 0.8 0.6 0.4 1.5 0.2 1

1.2

1

0.8

0.6

0.5 0.4

0.2

0

0

value−HR−data−−den

value−RR−data−−den

1.4 1.2 value−SysBP−data−−den

770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824

1 0.8

This paper outlines the use of a machine learning algorithm to support annotation of clinical data. We have shown the models that our RIPR framework produces for automatic data labeling and how the retrieved lowdimensional projections make it possible for domain experts to quickly validate the assigned labels. We also illustrated how RIPR models can be used to find special cases and incomplete or invalid data. Thus, the proposed framework promises to be useful to clinicians by partially automating annotation of medical data in a hman understandable and intuitive manner.

0.6

References

0.4 0.2

Fiterau, M. and Dubrawski, A. Projection retrieval for classification. In Advances in Neural Information Processing Systems (NIPS 2012), volume 24, 2012.

0 1.5 1 0.5 0 e−HR−data−−den

1.4

1.2

1

0.8

0.6

0.4

0.2

0

value−RR−data−−den

variance of the signal values provides a reliable way to detect these outliers. Thus, expert attention was focused on this more problematic type of artifact rather than on the type which represents the majority of cases and is relatively easy to handle automatically. Figure 6. Vital signs of RR artifact outliers

Friedman, Jerome H., Kohavi, Ron, and Yun, Yeogirl. Lazy decision trees, 1996. Gammerman, A., Vovk, V., and Vapnik, V. Learning by transduction. In In Uncertainty in Artificial Intelligence, pp. 148–155. Morgan Kaufmann, 1998. Marchand, Mario and Sokolova, Marina. Learning with decision lists of data-dependent features. JOURNAL OF MACHINE LEARNING REASEARCH, 6, 2005. Obozinski, Guillaume, Taskar, Ben, and Jordan, Michael I. Joint covariate selection and joint subspace selection for multiple classification problems. Statistics and Computing, 20(2):231–252, April 2010. ISSN 0960-3174. doi: 10.1007/ s11222-008-9111-x. URL http://dx.doi.org/10. 1007/s11222-008-9111-x. Poczos, B. and Schneider, J. On the estimation of alpha-divergences. AISTATS, 2011.

4.3.2. Finding Errors in Data On the other hand, some samples were classified by the system as artifacts while the domain experts considered them true alerts. On closer inspection, they seemed to exhibit artifact-like features - with little or

Ting, Kai, Wells, Jonathan, Tan, Swee, Teng, Shyh, and Webb, Geoffrey. Feature-subspace aggregating: ensembles for stable andunstable learners. Machine Learning, 82:375–397, 2011. ISSN 0885-6125. URL http://dx.doi.org/10.1007/ s10994-010-5224-5. 10.1007/s10994-010-5224-5.

825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879

Detecting Artifacts in Clinical Data through Projection Retrieval

from artifacts in multivariate vital signs data collected ... The problem of recovering simple projections for classi- .... Projection Recovery Framework (RIPR).

443KB Sizes 4 Downloads 190 Views

Recommend Documents

Detecting Artifacts in Clinical Data through Projection Retrieval
a domain expert provides the system with preliminary training data for some learning task; the system learns a model for the task (which uses only simple projec-.

Detecting Malicious Flux Service Networks through ... - CiteSeerX
services. Once information about potential malicious flux domains has been collected for a certain epoch E. (e.g., one day), we perform a more fine-grain ...

Detecting Click Fraud in Online Advertising: A Data ...
... for small and large businesses to effectively target the appropriate marketing ... of good, predictive features for accurate fraud detection. ... Table 5 lists three click samples from each publisher. ... Table 5: Click samples in raw training da

Data Sharing and Information Retrieval in Wide-Area ...
ing allows each node to rank documents in its indices without consulting others. ...... library, which arranges to map a cached copy of needed data into local ...

Detecting Malicious Flux Service Networks through ...
controlled by the CDN administrator, botmasters do not have complete control over ... Our detection system is based on passive analysis of recursive DNS traces ...

Detecting Past and Present Intrusions through ...
Our goal is to improve security over both major time intervals (past and present) during ...... the application to a consistent and safe point before the attack started [6]. .... these files just before rm is called, link /tmp/x to /home/z, and cause

Content-based retrieval for human motion data
In this study, we propose a novel framework for constructing a content-based human mo- tion retrieval system. Two major components, including indexing and matching, are discussed and their corresponding algorithms are presented. In indexing, we intro

Detecting the Impact of landslide through Wireless Sensor ... - IJRIT
IJRIT International Journal of Research in Information Technology, Volume 3, Issue 1, ... Wireless Sensor Network (WSN) has come forth as an important new.

Detecting the Impact of landslide through Wireless Sensor ... - IJRIT
Fig 1.1 Illustration of a Wireless Sensor Network ... topology of the WSNs can vary from a simple star network to an advanced multi-hop wireless mesh network. ... techniques organize the sensor nodes into the clusters in which sensors can be ...

Private Location-Based Information Retrieval through ...
Nov 2, 2009 - Privacy and security are paramount in the proper deployment of location-based services (LBSs). We present a ..... an incremental path-building design, where a client who wishes to .... ing secure network communication may be satisfied b

data storage, retrieval and data base management ...
Data Types and Index Fields: Integer Number, Single and Double precision, Logical,. Character, String, Memo data, ... organization, storage, management, and retrieval of data in a database. 5.1. Management ... Database Definition: A collection of dat

Boosting Image Retrieval through Aggregating Search ...
aggregation of the top 25 results obtained with a set of visual annotations that match ... are rather sparse and short as most users use only a few keywords to annotate ... Annotations of- ten include spatial, temporal, and social references, as well

Projection Screen.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Projection ...

Clinical data publication
4 days ago - vaccine H5N1. AstraZeneca. Pandemic influenza vaccine (h5n1) (live attenuated nasal). EMEA/H/C/003963/0000 AstraZeneca AB. 21/07/2017.

Image retrieval system and image retrieval method
Dec 15, 2005 - face unit to the retrieval processing unit, image data stored in the image information storing unit is retrieved in the retrieval processing unit, and ...

Complementary Projection Hashing - CiteSeerX
Given a data set X ∈ Rd×n containing n d-dimensional points ..... data set is publicly available 3 and has been used in [7, 25, 15]. ..... ing for large scale search.

Detecting Bias in the Media.pdf
Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Detecting Bias in the Media.pdf. Detecting Bias in the Media.pdf.

Detecting Perspectives in Political Debates
The best performing system (Zarrella and Marsh,. 2016) made use of large ..... or other businesses. Investment .... tives: both deal with Palestina, but focusing in different aspects ..... ACM Transactions on Internet Technology (TOIT),. 16(2):10.