paper-with-me

홈 › Papers

Evaluating COVID-19 Sequence Data Using Nearest-Neighbors Based Network Model

2022-11-19 · Sarwan Ali

The SARS-CoV-2 coronavirus is the cause of the COVID-19 disease in humans. Like many coronaviruses, it can adapt to different hosts and evolve into different lineages. It is well-known that the major SARS-CoV-2 lineages are characterized by mutations that happen predominantly in the spike protein. Understanding the spike protein structure and how it can be perturbed is vital for understanding and determining if a lineage is of concern. These are crucial to identifying and controlling current outbreaks and preventing future pandemics. Machine learning (ML) methods are a viable solution to this effort, given the volume of available sequencing data, much of which is unaligned or even unassembled. However, such ML methods require fixed-length numerical feature vectors in Euclidean space to be applicable. Similarly, euclidean space is not considered the best choice when working with the classification and clustering tasks for biological sequences. For this purpose, we design a method that converts the protein (spike) sequences into the sequence similarity network (SSN). We can then use SSN as an input for the classical algorithms from the graph mining domain for the typical tasks such as classification and clustering to understand the data. We show that the proposed alignment-free method is able to outperform the current SOTA method in terms of clustering results. Similarly, we are able to achieve higher classification accuracy using well-known Node2Vec-based embedding compared to other baseline embedding approaches.

📄 PDF Abstract BibTeX arXiv:2211.10546

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Mining

Similar Papers 제목 키워드 기반

k-Nearest Neighbors by Means of Sequence to Sequence Deep Neural Networks and Memory Networks

2018-04-27 · Yiming Xu, Diego Klabjan

k-Nearest Neighbors is one of the most fundamental but effective classification models. In this paper, we propose two families of models built on a sequence to sequence model and a memory network model to mimic the k-Nea…

General Classification

Reproducibility Report: Test-Time Training on Nearest Neighbors for Large Language Models

2025-11-16 · Boyang Zhou, Johan Lindqvist, Lindsey Li arxiv

We reproduce the central claims of Test-Time Training on Nearest Neighbors for Large Language Models (Hardt and Sun, 2024), which proposes adapting a language model at inference time by fine-tuning on retrieved nearest-n…

Development of a Machine-Learning System to Classify Lung CT Scan Images into Normal/COVID-19 Class

2020-04-24 · Seifedine Kadry, Venkatesan Rajinikanth, Seungmin Rho, Nadaradjane Sri Madhava Raja 외

Recently, the lung infection due to Coronavirus Disease (COVID-19) affected a large human group worldwide and the assessment of the infection rate in the lung is essential for treatment planning. This research aims to pr…

BIG-bench Machine Learningfeature selectionGeneral Classification

A Machine Learning Analysis of Impact of the Covid-19 Pandemic on Alcohol Consumption Habit Changes Among Healthcare Workers in the U.S

2021-12-12 · Mostafa Rezapour

In this paper, we discuss the impact of the Covid-19 pandemic on alcohol consumption habit changes among healthcare workers in the United States. We utilize multiple supervised and unsupervised machine learning methods a…

Generalization through Memorization: Nearest Neighbor Language Models

2019-11-01 · ICLR 2020 1 · Urvashi Khandelwal, Omer Levy, Dan Jurafsky, Luke Zettlemoyer 외

We introduce $k$NN-LMs, which extend a pre-trained neural language model (LM) by linearly interpolating it with a $k$-nearest neighbors ($k$NN) model. The nearest neighbors are computed according to distance in the pre-t…

Domain AdaptationLanguage ModelingLanguage ModellingMemorization