paper-with-me

홈 › Papers

Gram-based Attentive Neural Ordinary Differential Equations Network for Video Nystagmography Classification

2023-01-01 · ICCV 2023 1 · Xihe Qiu, Shaojie Shi, Xiaoyu Tan, Chao Qu, Zhijun Fang, Hailing Wang, Yongbin Gao, Peixia Wu, Huawei Li

Video nystagmography (VNG) is the diagnostic gold standard of benign paroxysmal positional vertigo (BPPV), which requires medical professionals to examine the direction, frequency, intensity, duration, and variation in the strength of nystagmus on a VNG video. This is a tedious process heavily influenced by the doctor's experience, which is error-prone. Recent automatic VNG classification methods approach this problem from the perspective of video analysis without considering medical prior knowledge, resulting in unsatisfactory accuracy and limited diagnostic capability for nystagmographic types, thereby preventing their clinical application. In this paper, we propose an end-to-end data-driven novel BPPV diagnosis framework (TC-BPPV) by considering this problem as an eye trajectory classification problem due to the disease's symptoms and experts' prior knowledge. In this framework, we utilize an eye movement tracking system to capture the eye trajectory and propose the Gram-based attentive neural ordinary differential equations network (Gram-AODE) to perform classification. We validate our framework using the VNG dataset provided by the collaborative university hospital and achieve state-of-the-art performance. We also evaluate Gram-AODE on multiple open-source benchmarks to demonstrate its effectiveness in trajectory classification. Code is available at https://github.com/XiheQiu/Gram-AODE.

📄 PDF Abstract BibTeX

Code (1)

xiheqiu/gram-aode 공식 구현 pytorch

Tasks

ClassificationDiagnostic

Similar Papers 제목 키워드 기반

ACE-NODE: Attentive Co-Evolving Neural Ordinary Differential Equations

2021-05-31 · Sheo Yon Jhin, Minju Jo, Taeyong Kong, Jinsung Jeon 외

Neural ordinary differential equations (NODEs) presented a new paradigm to construct (continuous-time) neural networks. While showing several good characteristics in terms of the number of parameters and the flexibility …

Attentive Neural Controlled Differential Equations for Time-series Classification and Forecasting

2021-09-04 · Sheo Yon Jhin, Heejoo Shin, Seoyoung Hong, Solhee Park 외

Neural networks inspired by differential equations have proliferated for the past several years. Neural ordinary differential equations (NODEs) and neural controlled differential equations (NCDEs) are two representative …

Irregular Time SeriesRepresentation LearningTime SeriesTime Series Analysis+1

Parallel scalable simulations of biological neural networks using TensorFlow: A beginner's guide

2019-06-10 · Rishika Mohanta, Collins Assisi

Biological neural networks are often modeled as systems of coupled, nonlinear, ordinary or partial differential equations. The number of differential equations used to model a network increases with the size of the netwo…

Neuro-Symbolic ODE Discovery with Latent Grammar Flow

2026-04-17 · Karin Yu, Eleni Chatzi, Georgios Kissas arxiv

Understanding natural and engineered systems often relies on symbolic formulations, such as differential equations, which provide interpretability and transferability beyond black-box models. We introduce Latent Grammar …

Learning Time Delay Systems with Neural Ordinary Differential Equations

2022-06-28 · Xunbi A. Ji, Gabor Orosz

A novel way of using neural networks to learn the dynamics of time delay systems from sequential data is proposed. A neural network with trainable delays is used to approximate the right hand side of a delay differential…