paper-with-me

홈 › Papers

Efficient Approximate Kernel Based Spike Sequence Classification

2022-09-11 · Sarwan Ali, Bikram Sahoo, Muhammad Asad Khan, Alexander Zelikovsky, Imdad Ullah Khan, Murray Patterson

Machine learning (ML) models, such as SVM, for tasks like classification and clustering of sequences, require a definition of distance/similarity between pairs of sequences. Several methods have been proposed to compute the similarity between sequences, such as the exact approach that counts the number of matches between $k$-mers (sub-sequences of length $k$) and an approximate approach that estimates pairwise similarity scores. Although exact methods yield better classification performance, they pose high computational costs, limiting their applicability to a small number of sequences. The approximate algorithms are proven to be more scalable and perform comparably to (sometimes better than) the exact methods -- they are designed in a "general" way to deal with different types of sequences (e.g., music, protein, etc.). Although general applicability is a desired property of an algorithm, it is not the case in all scenarios. For example, in the current COVID-19 (coronavirus) pandemic, there is a need for an approach that can deal specifically with the coronavirus. To this end, we propose a series of ways to improve the performance of the approximate kernel (using minimizers and information gain) in order to enhance its predictive performance pm coronavirus sequences. More specifically, we improve the quality of the approximate kernel using domain knowledge (computed using information gain) and efficient preprocessing (using minimizers computation) to classify coronavirus spike protein sequences corresponding to different variants (e.g., Alpha, Beta, Gamma). We report results using different classification and clustering algorithms and evaluate their performance using multiple evaluation metrics. Using two datasets, we show that our proposed method helps improve the kernel's performance compared to the baseline and state-of-the-art approaches in the healthcare domain.

📄 PDF Abstract BibTeX arXiv:2209.04952

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClustering

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Fractionally Predictive Spiking Neurons

2010-12-01 · NeurIPS 2010 12 · Jaldert Rombouts, Sander M. Bohte

Recent experimental work has suggested that the neural firing rate can be interpreted as a fractional derivative, at least when signal variation induces neural adaptation. Here, we show that the actual neural spike-train…

PCD2Vec: A Poisson Correction Distance-Based Approach for Viral Host Classification

2023-04-13 · Sarwan Ali, Taslim Murad, Murray Patterson

Coronaviruses are membrane-enveloped, non-segmented positive-strand RNA viruses belonging to the Coronaviridae family. Various animal species, mainly mammalian and avian, are severely infected by various coronaviruses, c…

Specificity

Boosting t-SNE Efficiency for Sequencing Data: Insights from Kernel Selection

2025-12-17 · Avais Jan, Prakash Chourasia, Sarwan Ali, Murray Patterson arxiv

Dimensionality reduction techniques are essential for visualizing and analyzing high-dimensional biological sequencing data. t-distributed Stochastic Neighbor Embedding (t-SNE) is widely used for this purpose, traditiona…

Dimensionality Reduction

A Novel Kernel for Learning a Neuron Model from Spike Train Data

2010-12-01 · NeurIPS 2010 12 · Nicholas Fisher, Arunava Banerjee

From a functional viewpoint, a spiking neuron is a device that transforms input spike trains on its various synapses into an output spike train on its axon. We demonstrate in this paper that the function mapping underlyi…

General Classification

Bayes Risk Consistency of Nonparametric Classification Rules for Spike Trains Data

2023-08-09 · Mirosław Pawlak, Mateusz Pabian, Dominik Rzepka

Spike trains data find a growing list of applications in computational neuroscience, imaging, streaming data and finance. Machine learning strategies for spike trains are based on various neural network and probabilistic…