nips nips2008 nips2008-220 knowledge-graph by maker-knowledge-mining

220 nips-2008-Spike Feature Extraction Using Informative Samples


Source: pdf

Author: Zhi Yang, Qi Zhao, Wentai Liu

Abstract: This paper presents a spike feature extraction algorithm that targets real-time spike sorting and facilitates miniaturized microchip implementation. The proposed algorithm has been evaluated on synthesized waveforms and experimentally recorded sequences. When compared with many spike sorting approaches our algorithm demonstrates improved speed, accuracy and allows unsupervised execution. A preliminary hardware implementation has been realized using an integrated microchip interfaced with a personal computer. 1

Reference: text


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 edu Abstract This paper presents a spike feature extraction algorithm that targets real-time spike sorting and facilitates miniaturized microchip implementation. [sent-3, score-1.848]

2 When compared with many spike sorting approaches our algorithm demonstrates improved speed, accuracy and allows unsupervised execution. [sent-5, score-0.794]

3 A preliminary hardware implementation has been realized using an integrated microchip interfaced with a personal computer. [sent-6, score-0.352]

4 In order for a spike feature extraction algorithm to be functional as a small device with real-time low-latency processing and low power operation it must be efficient in both computation and IC implementation. [sent-9, score-0.939]

5 Implementing spike sorting before data telemetry offers many significant advantages. [sent-10, score-0.869]

6 Spike feature extraction provides the necessary information required to sort spikes from raw sampled data. [sent-11, score-0.545]

7 With this information each spike event can be represented by its unique features and firing time, resulting in significant data compression. [sent-12, score-0.671]

8 A data transceiver designed with the current semiconductor technology can simultaneously support a large number of recording channels for a microchip implementation to extract the spike feature. [sent-13, score-0.894]

9 System integration using wireless power telemetry or a rechargeable battery as well as wireless data telemetry removes the need for tethering wires. [sent-14, score-0.367]

10 Frequently used spike feature extraction algorithms include principal component analysis (PCA) [1], bayesian algorithm [2], template matching [3], wavelets [4] and independent component analysis (ICA) [5], which demand significant computation. [sent-16, score-0.971]

11 In part, complex algorithm procedures are applied to mediate the effects of noise and distortion in the recording process. [sent-18, score-0.3]

12 The associated noise includes ion channel noise, activities from distant neurons, field potentials, thermal noise and circuit noise. [sent-19, score-0.324]

13 Significant sampling distortion is also present since it is unrealistic to synchronize the sampling clock with individual recorded spikes. [sent-20, score-0.317]

14 This paper reports a new spike feature extraction algorithm which is suitable for real-time spike sorting and enables integrated microchip implementation. [sent-21, score-1.89]

15 1 Related Work PCA Based Spike Feature Extraction PCA is a feature extraction algorithm widely employed for spike sorting. [sent-23, score-0.886]

16 However, recorded spikes are usually corrupted by large low frequency noise and distortion, which blur sample correlation and compromise the quality of the estimated covariance matrix and its eigenvectors. [sent-26, score-0.627]

17 As a result, PCA may fail to resolve spike clusters in noisy recordings. [sent-27, score-0.726]

18 2 Variable Selection Techniques As a complementary approach to dimensionality reduction algorithms, Jolliffe discussed a general feature extraction algorithm based on a subset of samples in the classic work [6]. [sent-29, score-0.358]

19 The power and area are the primary problems with the microchip implementation of other spike feature extraction algorithms. [sent-35, score-1.14]

20 3 Our Approach We have developed a spike feature extraction algorithm based on informative samples. [sent-39, score-1.046]

21 The theoretical framework includes neuronal geometry signatures, noise shaping, and informative sample selection. [sent-40, score-0.468]

22 By evaluating neuronal geometry signatures with the compartment model, we find that high frequency signal spectrum may contain useful information to differentiate neurons. [sent-41, score-0.565]

23 Studying the noise properties has revealed that a frequency shaping filter can be used to boost the SNR. [sent-42, score-0.369]

24 The sample selection technique using estimated entropy identifies informative samples for sorting spikes. [sent-43, score-0.441]

25 In addition, a preliminary IC implementation of the algorithm has been reported [7, 8] and further integrated onto a multi-channel neural recording IC with wireless telemetry [9]. [sent-44, score-0.291]

26 jm (τ )W (t − τ )dτ, (2) The recorded waveforms from neurons with similar ion channel populations can be very similar. [sent-52, score-0.439]

27 A general spike sorting algorithm frequently fails to resolve such ambiguity and may report a single, large, spike cluster. [sent-53, score-1.428]

28 Assume W1 (t) and W2 (t) as the geometry kernel functions of two neurons with the same ion channel population, the difference between the two spikes is △V (t) = jm (τ )[W1 (t − τ ) − W2 (t − τ )]dτ, (3) Small waveform differences appear if (W1 (t) − W2 (t))dt ≈ 0. [sent-55, score-0.796]

29 The condition of [W1 (t) − W2 (t)]dt ≈ 0 is equivalent to F(W1 −W2 ) ≈ 0|f =0Hz , which implies that the waveform difference caused by the geometry kernel functions has small contribution at lower frequency spectrum. [sent-59, score-0.424]

30 A more quantitative explanation can be given by studying the derivative of F(△V ) with respect to the frequency using Eq. [sent-60, score-0.305]

31 5, on the other hand, exhibits a strong frequency dependency within the dominant spectrum of F(jm ). [sent-68, score-0.281]

32 In summary, the waveform difference between similar neurons caused by geometry functions satisfies the following conditions F(△V ) ≈ 0|f =0Hz (7) ∂F (△V ) ≈ 4π 2 f F(jm ) (W1 (t) − W2 (t))t sin(2πf t) dt ∝ f. [sent-70, score-0.287]

33 7, ∂F ∂f ) is linear to frequency f at low frequency region, as sin(2πf t) ≈ 1. [sent-72, score-0.342]

34 The strong 2πf t emphasis on frequency shows that F(△V ) exhibits a higher frequency spectrum. [sent-73, score-0.342]

35 2 Noise and Sample Distortion An estimated power spectrum of noise associated with recorded neural signal, where the dominance of low frequency noise is clear, is plotted in Figure 1. [sent-76, score-0.623]

36 In case a fast transition edge is sampled 4 times, the sampling distortion can be more than 10% of the spike peak-to-peak magnitude. [sent-85, score-0.827]

37 4 Sample Information In order to use informative samples to sort spikes, it is necessary to quantify the information carried by individual spike samples. [sent-89, score-0.979]

38 Intuitively, a sample is considered to be informative if the superimposed spikes can be classified into multiple clusters by evaluating that sample alone. [sent-90, score-0.68]

39 Therefore, the amount of spikes to compute information can be reduced to a relatively small number, which should allow hardware implementation in terms of storage space and computation complexity. [sent-99, score-0.397]

40 With the synthesized spike data we used, each sequence contains 3 neuronal sources with similar firing rate. [sent-100, score-0.756]

41 Quantitative comparisons to investigate the existence of informative samples in noisy spikes have been done. [sent-104, score-0.495]

42 Results using synthesized spikes with recordings from neocortex and basal ganglia [4] are shown in Figure 2. [sent-105, score-0.394]

43 Second, it is necessary to create informative samples if due to severe noise, distortion and similarity of spike clusters, few of the samples is informative. [sent-108, score-1.103]

44 As a constraint to create informative samples, the computation and storage space have to be feasible for microchip implementation. [sent-109, score-0.358]

45 5 Create Informative Samples Using Frequency Shaping Filter As analyzed in Section 3, a frequency shaping filter can be used to manifest different geometry kernel functions, reduce noise and redistribute distortion among spike samples. [sent-110, score-1.313]

46 7 spike derivative spike 1 spike derivative spike 0. [sent-113, score-2.752]

47 1 0 5 10 (b) spike derivative spike 1 0 −0. [sent-123, score-1.376]

48 1 15 20 25 sample number 30 35 spike derivative spike spike derivative spike 0. [sent-124, score-2.8]

49 4 5 10 15 20 25 sample number (e) 30 35 35 spike derivative spike 0. [sent-128, score-1.424]

50 1 0 5 (g) 10 15 20 25 sample number 30 35 (h) Figure 2: (a) - (h) information carried by samples from spikes and their derivatives. [sent-168, score-0.42]

51 The black solid line and red dotted line represent the sample information from spikes and their derivatives, respectively. [sent-170, score-0.337]

52 designed to boost high frequency spike features, which should be localized and less correlated if examined in time domain. [sent-171, score-0.838]

53 In this section, we use derivative operation as an example to illustrate the usefulness of the frequency shaping filter, and further demonstrate that the filter creates additional informative samples. [sent-172, score-0.559]

54 In a discrete time spike sequence, the frequency response of taking derivative is H(f ) = 2ejπf /2 sin(πf /fs ), (9) where fs is the sampling frequency of the ADC. [sent-173, score-1.114]

55 1, the difference between neuron geometry kernel functions W (t) of similar spikes is contained in the higher frequency components, which should be emphasized by derivative operation. [sent-175, score-0.716]

56 Intuitively, low frequency noise is reduced and the high frequency thermal noise is amplified, as shown in Figure 1 (b). [sent-177, score-0.554]

57 The quantitative impact of the frequency shaping filter on noise is affected by the recording system and biological environment, and the typical values of α we observe vary around 2 within the signal band as shown in Figure 1. [sent-178, score-0.481]

58 In case λ is less than 1, SNR further increases, which favors spike sorting from the noise perspective. [sent-181, score-0.872]

59 In the original waveforms, samples close to peaks suffer less distortion compared with those in transition. [sent-183, score-0.334]

60 In these data, the black solid lines represent information carried by the samples from spikes and the dotted red lines represent the derivatives. [sent-188, score-0.399]

61 The spike data are 8 challenging sequences from [4]. [sent-189, score-0.634]

62 The corresponding feature extraction results using the most informative samples from spikes as well as their derivatives are shown in Figure 3 (a) - (h), which clearly presents a 3 cluster configuration. [sent-194, score-0.776]

63 6 (an) Figure 3: feature extraction results using the proposed algorithm and competing algorithms. [sent-731, score-0.281]

64 (a) (h) display the extracted features using the most informative samples of spikes and their derivatives (proposed). [sent-732, score-0.655]

65 (i) - (p) display the extracted features using a subset of samples includes the peaks of the spike derivative and spike height (implemented on chip, proposed). [sent-733, score-1.711]

66 (ag) - (an) display spike peaks based feature extraction. [sent-736, score-0.835]

67 Nonlinear energy operator (NEO) [11] is used as the spike detection algorithm. [sent-738, score-0.634]

68 ) Table 1: Accuracy comparison of using different spike feature extraction algorithms Sequence Number 1 2 3 4 5 6 7 8 Informative Samples 97. [sent-742, score-0.886]

69 0% Note: Informative samples are harvested from both spikes and their derivatives. [sent-782, score-0.335]

70 6 Experiments Synthesized spike sequences used in Figure 2 are applied to compare the sorting accuracies of different approaches. [sent-785, score-0.794]

71 Feature extraction using the pre-specified subset consists of the peaks of the spike derivative as well as the height of the original spike is shown in Figure 3 (i) - (p). [sent-786, score-1.7]

72 g, PCA, wavelets, spike peaks and width are also shown in Figure 3. [sent-788, score-0.732]

73 The extracted spike features are clustered on a PC [12]. [sent-789, score-0.721]

74 About 5% overlapping spikes are ignored to clearly quantify the performance of different spike feature extraction algorithms. [sent-790, score-1.221]

75 The proposed feature extraction algorithm including the most informative samples (corresponding to Figure 3 (a) - (h)) achieves the highest accuracy (97. [sent-791, score-0.485]

76 2 0 1 (b) (f) (g) (c) (h) (i) (j) (k) Figure 4: (a) recorded spikes from cat cerebral cortex are superimposed, (b) the extracted spike features using a subset of samples are plotted and grouped with a clustering algorithm implemented on PC. [sent-809, score-1.354]

77 (d) - (k) individual spike clusters superimposed in (c) are displayed. [sent-811, score-0.796]

78 The counterpart algorithms include PCA, wavelets and spike peaks and width give 78. [sent-821, score-0.817]

79 An example with overlapped spike clusters is selected for demonstration. [sent-827, score-0.726]

80 In Figure 4 (a), the detected 1210 spikes are superimposed. [sent-830, score-0.289]

81 Extracted spike features using the pre-specified subset of samples implemented on chip are shown in Figure 4 (b). [sent-831, score-0.817]

82 Less than 10 % of noisy spikes and overlapping spikes are discarded, the rest are classified and plotted in Figure 4(c). [sent-833, score-0.618]

83 To further quantify the validity of the classified spike clusters, superimposed clusters in Figure 4(c) are individually plotted in Figure 4(d)-(k). [sent-834, score-0.905]

84 The second example containing more than 4000 spikes recorded from a monkey is shown in Figure 5. [sent-835, score-0.363]

85 Extracted features using the pre-specified subset of informative samples are shown in Figure 5 (b). [sent-837, score-0.303]

86 A zoom in of Figure 5 (b) is plotted in Figure 5 (c) to display the isolation quality of clusters in feature space. [sent-838, score-0.286]

87 The classified spike clusters using the prespecified subset of informative samples are plotted in Figure 6 (a) - (e). [sent-840, score-1.057]

88 To demonstrate that the informative samples based sorting does not over partitioning the data set, the derivatives of spike clusters plotted in Figure 6 (a) - (e) are also plotted in Figure 6 (f)-(j) with the same color indication. [sent-842, score-1.278]

89 7 Conclusion A sample selection based spike feature extraction algorithm is reported in this paper. [sent-844, score-0.934]

90 The theoretical framework includes neuronal geometry signatures, frequency shaping filter, and informative sample selection. [sent-845, score-0.681]

91 Unlike PCA which uses correlated features, the sample selection algorithm focuses on localized and uncorrelated features which are strengthened by the frequency shaping filter. [sent-846, score-0.409]

92 With simulated spike waveforms from a public data base, the algorithm demonstrates an improved sorting accuracy compared with many competing algorithms. [sent-847, score-0.913]

93 The algorithm is designed for integrated microchip implementation and performing real-time spike sorting. [sent-848, score-0.877]

94 2 0 (d) Figure 5: (a) detected spikes from a monkey, (b) extracted spike features using a subset of samples, (c) zoom in of (b) for better visualization; (d) extracted features using PCA. [sent-890, score-1.156]

95 Power feasibility of implantable digital spike sorting circuits for neural prosthetic systems. [sent-894, score-0.864]

96 Automated spike sorting using density grid contour clustering and subtractive waveform decomposition. [sent-903, score-0.9]

97 Unsupervised spike detection and sorting with wavelets and superparamagnetic clustering. [sent-907, score-0.879]

98 A neuron signature based spike feature extraction algorithm for on-chip implementation. [sent-919, score-0.94]

99 A 128 channel 6mW wireless neural recording IC with on-the-fly spike sorting and UWB transmitter. [sent-930, score-0.971]

100 Pattern and inhibition-dependent invasion of pyramidal cell dendrites by fast spikes in the hippocampus in vivo. [sent-934, score-0.292]


similar papers computed by tfidf model

tfidf for this paper:

wordName wordTfidf (topN-words)

[('spike', 0.634), ('spikes', 0.262), ('extraction', 0.193), ('jm', 0.172), ('frequency', 0.171), ('microchip', 0.168), ('distortion', 0.163), ('sorting', 0.16), ('informative', 0.16), ('shaping', 0.12), ('geometry', 0.12), ('spectrum', 0.11), ('derivative', 0.108), ('waveform', 0.106), ('peaks', 0.098), ('clusters', 0.092), ('pca', 0.09), ('waveforms', 0.09), ('wavelets', 0.085), ('wireless', 0.082), ('noise', 0.078), ('signatures', 0.075), ('telemetry', 0.075), ('samples', 0.073), ('hardware', 0.072), ('superimposed', 0.07), ('recorded', 0.068), ('plotted', 0.065), ('neuronal', 0.062), ('ic', 0.06), ('cat', 0.06), ('lter', 0.06), ('synthesized', 0.06), ('feature', 0.059), ('recording', 0.059), ('ntherm', 0.056), ('thermal', 0.056), ('pq', 0.053), ('power', 0.053), ('extracted', 0.05), ('sample', 0.048), ('quantify', 0.044), ('display', 0.044), ('proc', 0.044), ('liu', 0.043), ('integrated', 0.042), ('conf', 0.042), ('aug', 0.042), ('int', 0.042), ('ion', 0.042), ('yang', 0.042), ('chip', 0.04), ('recordings', 0.039), ('adc', 0.037), ('cerabral', 0.037), ('implantable', 0.037), ('interfaced', 0.037), ('membranes', 0.037), ('nadasdy', 0.037), ('nneu', 0.037), ('transmembrane', 0.037), ('wentai', 0.037), ('features', 0.037), ('sin', 0.037), ('carried', 0.037), ('cortex', 0.037), ('channel', 0.036), ('cerebral', 0.035), ('circuit', 0.034), ('subset', 0.033), ('implementation', 0.033), ('localized', 0.033), ('neocortex', 0.033), ('oj', 0.033), ('digital', 0.033), ('monkey', 0.033), ('neurons', 0.031), ('sort', 0.031), ('chen', 0.031), ('ln', 0.03), ('storage', 0.03), ('sampling', 0.03), ('ann', 0.03), ('jolliffe', 0.03), ('pyramidal', 0.03), ('dt', 0.03), ('overlapping', 0.029), ('derivatives', 0.029), ('competing', 0.029), ('cruz', 0.028), ('neuron', 0.028), ('kernel', 0.027), ('detected', 0.027), ('dotted', 0.027), ('signal', 0.027), ('clock', 0.026), ('signature', 0.026), ('sep', 0.026), ('zoom', 0.026), ('quantitative', 0.026)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 0.99999857 220 nips-2008-Spike Feature Extraction Using Informative Samples

Author: Zhi Yang, Qi Zhao, Wentai Liu

Abstract: This paper presents a spike feature extraction algorithm that targets real-time spike sorting and facilitates miniaturized microchip implementation. The proposed algorithm has been evaluated on synthesized waveforms and experimentally recorded sequences. When compared with many spike sorting approaches our algorithm demonstrates improved speed, accuracy and allows unsupervised execution. A preliminary hardware implementation has been realized using an integrated microchip interfaced with a personal computer. 1

2 0.43475974 59 nips-2008-Dependent Dirichlet Process Spike Sorting

Author: Jan Gasthaus, Frank Wood, Dilan Gorur, Yee W. Teh

Abstract: In this paper we propose a new incremental spike sorting model that automatically eliminates refractory period violations, accounts for action potential waveform drift, and can handle “appearance” and “disappearance” of neurons. Our approach is to augment a known time-varying Dirichlet process that ties together a sequence of infinite Gaussian mixture models, one per action potential waveform observation, with an interspike-interval-dependent likelihood that prohibits refractory period violations. We demonstrate this model by showing results from sorting two publicly available neural data recordings for which a partial ground truth labeling is known. 1

3 0.33029723 137 nips-2008-Modeling Short-term Noise Dependence of Spike Counts in Macaque Prefrontal Cortex

Author: Arno Onken, Steffen Grünewälder, Matthias Munk, Klaus Obermayer

Abstract: Correlations between spike counts are often used to analyze neural coding. The noise is typically assumed to be Gaussian. Yet, this assumption is often inappropriate, especially for low spike counts. In this study, we present copulas as an alternative approach. With copulas it is possible to use arbitrary marginal distributions such as Poisson or negative binomial that are better suited for modeling noise distributions of spike counts. Furthermore, copulas place a wide range of dependence structures at the disposal and can be used to analyze higher order interactions. We develop a framework to analyze spike count data by means of copulas. Methods for parameter inference based on maximum likelihood estimates and for computation of mutual information are provided. We apply the method to our data recorded from macaque prefrontal cortex. The data analysis leads to three findings: (1) copula-based distributions provide significantly better fits than discretized multivariate normal distributions; (2) negative binomial margins fit the data significantly better than Poisson margins; and (3) the dependence structure carries 12% of the mutual information between stimuli and responses. 1

4 0.31730786 81 nips-2008-Extracting State Transition Dynamics from Multiple Spike Trains with Correlated Poisson HMM

Author: Kentaro Katahira, Jun Nishikawa, Kazuo Okanoya, Masato Okada

Abstract: Neural activity is non-stationary and varies across time. Hidden Markov Models (HMMs) have been used to track the state transition among quasi-stationary discrete neural states. Within this context, independent Poisson models have been used for the output distribution of HMMs; hence, the model is incapable of tracking the change in correlation without modulating the firing rate. To achieve this, we applied a multivariate Poisson distribution with correlation terms for the output distribution of HMMs. We formulated a Variational Bayes (VB) inference for the model. The VB could automatically determine the appropriate number of hidden states and correlation types while avoiding the overlearning problem. We developed an efficient algorithm for computing posteriors using the recursive relationship of a multivariate Poisson distribution. We demonstrated the performance of our method on synthetic data and a real spike train recorded from a songbird. 1

5 0.25059673 209 nips-2008-Short-Term Depression in VLSI Stochastic Synapse

Author: Peng Xu, Timothy K. Horiuchi, Pamela A. Abshire

Abstract: We report a compact realization of short-term depression (STD) in a VLSI stochastic synapse. The behavior of the circuit is based on a subtractive single release model of STD. Experimental results agree well with simulation and exhibit expected STD behavior: the transmitted spike train has negative autocorrelation and lower power spectral density at low frequencies which can remove redundancy in the input spike train, and the mean transmission probability is inversely proportional to the input spike rate which has been suggested as an automatic gain control mechanism in neural systems. The dynamic stochastic synapse could potentially be a powerful addition to existing deterministic VLSI spiking neural systems. 1

6 0.2396777 16 nips-2008-Adaptive Template Matching with Shift-Invariant Semi-NMF

7 0.1342849 204 nips-2008-Self-organization using synaptic plasticity

8 0.11933752 43 nips-2008-Cell Assemblies in Large Sparse Inhibitory Networks of Biologically Realistic Spiking Neurons

9 0.11257765 38 nips-2008-Bio-inspired Real Time Sensory Map Realignment in a Robotic Barn Owl

10 0.10244866 8 nips-2008-A general framework for investigating how far the decoding process in the brain can be simplified

11 0.08570537 113 nips-2008-Kernelized Sorting

12 0.082627907 90 nips-2008-Gaussian-process factor analysis for low-dimensional single-trial analysis of neural population activity

13 0.070999756 230 nips-2008-Temporal Difference Based Actor Critic Learning - Convergence and Neural Implementation

14 0.064396873 32 nips-2008-Bayesian Kernel Shaping for Learning Control

15 0.062408306 110 nips-2008-Kernel-ARMA for Hand Tracking and Brain-Machine interfacing During 3D Motor Control

16 0.055661973 58 nips-2008-Dependence of Orientation Tuning on Recurrent Excitation and Inhibition in a Network Model of V1

17 0.055133607 24 nips-2008-An improved estimator of Variance Explained in the presence of noise

18 0.054971524 60 nips-2008-Designing neurophysiology experiments to optimally constrain receptive field models along parametric submanifolds

19 0.052362673 130 nips-2008-MCBoost: Multiple Classifier Boosting for Perceptual Co-clustering of Images and Visual Features

20 0.050667968 45 nips-2008-Characterizing neural dependencies with copula models


similar papers computed by lsi model

lsi for this paper:

topicId topicWeight

[(0, -0.173), (1, 0.086), (2, 0.336), (3, 0.36), (4, -0.317), (5, 0.05), (6, 0.051), (7, -0.135), (8, -0.161), (9, -0.064), (10, 0.04), (11, -0.152), (12, 0.051), (13, -0.07), (14, 0.062), (15, -0.018), (16, -0.075), (17, -0.034), (18, -0.001), (19, 0.083), (20, 0.081), (21, -0.019), (22, 0.062), (23, -0.038), (24, -0.01), (25, 0.017), (26, -0.043), (27, -0.022), (28, -0.026), (29, 0.089), (30, 0.056), (31, 0.001), (32, 0.017), (33, -0.055), (34, -0.205), (35, -0.035), (36, -0.008), (37, -0.005), (38, 0.015), (39, 0.043), (40, -0.007), (41, 0.005), (42, 0.073), (43, -0.025), (44, 0.018), (45, -0.011), (46, -0.053), (47, -0.008), (48, 0.023), (49, -0.043)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 0.98401403 220 nips-2008-Spike Feature Extraction Using Informative Samples

Author: Zhi Yang, Qi Zhao, Wentai Liu

Abstract: This paper presents a spike feature extraction algorithm that targets real-time spike sorting and facilitates miniaturized microchip implementation. The proposed algorithm has been evaluated on synthesized waveforms and experimentally recorded sequences. When compared with many spike sorting approaches our algorithm demonstrates improved speed, accuracy and allows unsupervised execution. A preliminary hardware implementation has been realized using an integrated microchip interfaced with a personal computer. 1

2 0.93177485 59 nips-2008-Dependent Dirichlet Process Spike Sorting

Author: Jan Gasthaus, Frank Wood, Dilan Gorur, Yee W. Teh

Abstract: In this paper we propose a new incremental spike sorting model that automatically eliminates refractory period violations, accounts for action potential waveform drift, and can handle “appearance” and “disappearance” of neurons. Our approach is to augment a known time-varying Dirichlet process that ties together a sequence of infinite Gaussian mixture models, one per action potential waveform observation, with an interspike-interval-dependent likelihood that prohibits refractory period violations. We demonstrate this model by showing results from sorting two publicly available neural data recordings for which a partial ground truth labeling is known. 1

3 0.85460049 209 nips-2008-Short-Term Depression in VLSI Stochastic Synapse

Author: Peng Xu, Timothy K. Horiuchi, Pamela A. Abshire

Abstract: We report a compact realization of short-term depression (STD) in a VLSI stochastic synapse. The behavior of the circuit is based on a subtractive single release model of STD. Experimental results agree well with simulation and exhibit expected STD behavior: the transmitted spike train has negative autocorrelation and lower power spectral density at low frequencies which can remove redundancy in the input spike train, and the mean transmission probability is inversely proportional to the input spike rate which has been suggested as an automatic gain control mechanism in neural systems. The dynamic stochastic synapse could potentially be a powerful addition to existing deterministic VLSI spiking neural systems. 1

4 0.80333441 81 nips-2008-Extracting State Transition Dynamics from Multiple Spike Trains with Correlated Poisson HMM

Author: Kentaro Katahira, Jun Nishikawa, Kazuo Okanoya, Masato Okada

Abstract: Neural activity is non-stationary and varies across time. Hidden Markov Models (HMMs) have been used to track the state transition among quasi-stationary discrete neural states. Within this context, independent Poisson models have been used for the output distribution of HMMs; hence, the model is incapable of tracking the change in correlation without modulating the firing rate. To achieve this, we applied a multivariate Poisson distribution with correlation terms for the output distribution of HMMs. We formulated a Variational Bayes (VB) inference for the model. The VB could automatically determine the appropriate number of hidden states and correlation types while avoiding the overlearning problem. We developed an efficient algorithm for computing posteriors using the recursive relationship of a multivariate Poisson distribution. We demonstrated the performance of our method on synthetic data and a real spike train recorded from a songbird. 1

5 0.79627627 16 nips-2008-Adaptive Template Matching with Shift-Invariant Semi-NMF

Author: Jonathan L. Roux, Alain D. Cheveigné, Lucas C. Parra

Abstract: How does one extract unknown but stereotypical events that are linearly superimposed within a signal with variable latencies and variable amplitudes? One could think of using template matching or matching pursuit to find the arbitrarily shifted linear components. However, traditional matching approaches require that the templates be known a priori. To overcome this restriction we use instead semi Non-Negative Matrix Factorization (semiNMF) that we extend to allow for time shifts when matching the templates to the signal. The algorithm estimates templates directly from the data along with their non-negative amplitudes. The resulting method can be thought of as an adaptive template matching procedure. We demonstrate the procedure on the task of extracting spikes from single channel extracellular recordings. On these data the algorithm essentially performs spike detection and unsupervised spike clustering. Results on simulated data and extracellular recordings indicate that the method performs well for signalto-noise ratios of 6dB or higher and that spike templates are recovered accurately provided they are sufficiently different. 1

6 0.66533285 137 nips-2008-Modeling Short-term Noise Dependence of Spike Counts in Macaque Prefrontal Cortex

7 0.48364279 38 nips-2008-Bio-inspired Real Time Sensory Map Realignment in a Robotic Barn Owl

8 0.46938801 204 nips-2008-Self-organization using synaptic plasticity

9 0.41730863 8 nips-2008-A general framework for investigating how far the decoding process in the brain can be simplified

10 0.4051896 90 nips-2008-Gaussian-process factor analysis for low-dimensional single-trial analysis of neural population activity

11 0.35682806 43 nips-2008-Cell Assemblies in Large Sparse Inhibitory Networks of Biologically Realistic Spiking Neurons

12 0.29084194 110 nips-2008-Kernel-ARMA for Hand Tracking and Brain-Machine interfacing During 3D Motor Control

13 0.24878724 113 nips-2008-Kernelized Sorting

14 0.23935878 45 nips-2008-Characterizing neural dependencies with copula models

15 0.22121467 41 nips-2008-Breaking Audio CAPTCHAs

16 0.22073676 230 nips-2008-Temporal Difference Based Actor Critic Learning - Convergence and Neural Implementation

17 0.19541064 200 nips-2008-Robust Kernel Principal Component Analysis

18 0.19510429 60 nips-2008-Designing neurophysiology experiments to optimally constrain receptive field models along parametric submanifolds

19 0.19056931 24 nips-2008-An improved estimator of Variance Explained in the presence of noise

20 0.18436241 58 nips-2008-Dependence of Orientation Tuning on Recurrent Excitation and Inhibition in a Network Model of V1


similar papers computed by lda model

lda for this paper:

topicId topicWeight

[(6, 0.055), (7, 0.067), (12, 0.021), (15, 0.023), (28, 0.106), (51, 0.019), (57, 0.051), (59, 0.016), (63, 0.023), (71, 0.426), (77, 0.031), (83, 0.053)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 0.88282073 220 nips-2008-Spike Feature Extraction Using Informative Samples

Author: Zhi Yang, Qi Zhao, Wentai Liu

Abstract: This paper presents a spike feature extraction algorithm that targets real-time spike sorting and facilitates miniaturized microchip implementation. The proposed algorithm has been evaluated on synthesized waveforms and experimentally recorded sequences. When compared with many spike sorting approaches our algorithm demonstrates improved speed, accuracy and allows unsupervised execution. A preliminary hardware implementation has been realized using an integrated microchip interfaced with a personal computer. 1

2 0.81278872 161 nips-2008-On the Complexity of Linear Prediction: Risk Bounds, Margin Bounds, and Regularization

Author: Sham M. Kakade, Karthik Sridharan, Ambuj Tewari

Abstract: This work characterizes the generalization ability of algorithms whose predictions are linear in the input vector. To this end, we provide sharp bounds for Rademacher and Gaussian complexities of (constrained) linear classes, which directly lead to a number of generalization bounds. This derivation provides simplified proofs of a number of corollaries including: risk bounds for linear prediction (including settings where the weight vectors are constrained by either L2 or L1 constraints), margin bounds (including both L2 and L1 margins, along with more general notions based on relative entropy), a proof of the PAC-Bayes theorem, and upper bounds on L2 covering numbers (with Lp norm constraints and relative entropy constraints). In addition to providing a unified analysis, the results herein provide some of the sharpest risk and margin bounds. Interestingly, our results show that the uniform convergence rates of empirical risk minimization algorithms tightly match the regret bounds of online learning algorithms for linear prediction, up to a constant factor of 2. 1

3 0.79064983 11 nips-2008-A spatially varying two-sample recombinant coalescent, with applications to HIV escape response

Author: Alexander Braunstein, Zhi Wei, Shane T. Jensen, Jon D. Mcauliffe

Abstract: Statistical evolutionary models provide an important mechanism for describing and understanding the escape response of a viral population under a particular therapy. We present a new hierarchical model that incorporates spatially varying mutation and recombination rates at the nucleotide level. It also maintains separate parameters for treatment and control groups, which allows us to estimate treatment effects explicitly. We use the model to investigate the sequence evolution of HIV populations exposed to a recently developed antisense gene therapy, as well as a more conventional drug therapy. The detection of biologically relevant and plausible signals in both therapy studies demonstrates the effectiveness of the method. 1

4 0.76042235 131 nips-2008-MDPs with Non-Deterministic Policies

Author: Mahdi M. Fard, Joelle Pineau

Abstract: Markov Decision Processes (MDPs) have been extensively studied and used in the context of planning and decision-making, and many methods exist to find the optimal policy for problems modelled as MDPs. Although finding the optimal policy is sufficient in many domains, in certain applications such as decision support systems where the policy is executed by a human (rather than a machine), finding all possible near-optimal policies might be useful as it provides more flexibility to the person executing the policy. In this paper we introduce the new concept of non-deterministic MDP policies, and address the question of finding near-optimal non-deterministic policies. We propose two solutions to this problem, one based on a Mixed Integer Program and the other one based on a search algorithm. We include experimental results obtained from applying this framework to optimize treatment choices in the context of a medical decision support system. 1

5 0.48849043 189 nips-2008-Rademacher Complexity Bounds for Non-I.I.D. Processes

Author: Mehryar Mohri, Afshin Rostamizadeh

Abstract: This paper presents the first Rademacher complexity-based error bounds for noni.i.d. settings, a generalization of similar existing bounds derived for the i.i.d. case. Our bounds hold in the scenario of dependent samples generated by a stationary β-mixing process, which is commonly adopted in many previous studies of noni.i.d. settings. They benefit from the crucial advantages of Rademacher complexity over other measures of the complexity of hypothesis classes. In particular, they are data-dependent and measure the complexity of a class of hypotheses based on the training sample. The empirical Rademacher complexity can be estimated from such finite samples and lead to tighter generalization bounds. We also present the first margin bounds for kernel-based classification in this non-i.i.d. setting and briefly study their convergence.

6 0.48631129 59 nips-2008-Dependent Dirichlet Process Spike Sorting

7 0.47802368 85 nips-2008-Fast Rates for Regularized Objectives

8 0.47018316 96 nips-2008-Hebbian Learning of Bayes Optimal Decisions

9 0.46841565 5 nips-2008-A Transductive Bound for the Voted Classifier with an Application to Semi-supervised Learning

10 0.44472489 16 nips-2008-Adaptive Template Matching with Shift-Invariant Semi-NMF

11 0.43663031 133 nips-2008-Mind the Duality Gap: Logarithmic regret algorithms for online optimization

12 0.42515206 164 nips-2008-On the Generalization Ability of Online Strongly Convex Programming Algorithms

13 0.42400062 179 nips-2008-Phase transitions for high-dimensional joint support recovery

14 0.4214074 104 nips-2008-Improved Moves for Truncated Convex Models

15 0.419541 137 nips-2008-Modeling Short-term Noise Dependence of Spike Counts in Macaque Prefrontal Cortex

16 0.41582832 245 nips-2008-Unlabeled data: Now it helps, now it doesn't

17 0.41362989 196 nips-2008-Relative Margin Machines

18 0.41228908 142 nips-2008-Multi-Level Active Prediction of Useful Image Annotations for Recognition

19 0.41141269 8 nips-2008-A general framework for investigating how far the decoding process in the brain can be simplified

20 0.41054407 203 nips-2008-Scalable Algorithms for String Kernels with Inexact Matching