paper-with-me

홈 › Papers

HEEGNet: Hyperbolic Embeddings for EEG

2026-01-06 · Shanglin Li, Shiwen Chu, Okan Koç, Yi Ding, Qibin Zhao, Motoaki Kawanabe, Ziheng Chen arxiv

Electroencephalography (EEG)-based brain-computer interfaces facilitate direct communication with a computer, enabling promising applications in human-computer interactions. However, their utility is currently limited because EEG decoding often suffers from poor generalization due to distribution shifts across domains (e.g., subjects). Learning robust representations that capture underlying task-relevant information would mitigate these shifts and improve generalization. One promising approach is to exploit the underlying hierarchical structure in EEG, as recent studies suggest that hierarchical cognitive processes, such as visual processing, can be encoded in EEG. While many decoding methods still rely on Euclidean embeddings, recent work has begun exploring hyperbolic geometry for EEG. Hyperbolic spaces, regarded as the continuous analogue of tree structures, provide a natural geometry for representing hierarchical data. In this study, we first empirically demonstrate that EEG data exhibit hyperbolicity and show that hyperbolic embeddings improve generalization. Motivated by these findings, we propose HEEGNet, a hybrid hyperbolic network architecture to capture the hierarchical structure in EEG and learn domain-invariant hyperbolic embeddings. To this end, HEEGNet combines both Euclidean and hyperbolic encoders and employs a novel coarse-to-fine domain adaptation strategy. Extensive experiments on multiple public EEG datasets, covering visual evoked potentials, emotion recognition, and intracranial EEG, demonstrate that HEEGNet achieves state-of-the-art performance. The code is available at https://github.com/fightlesliefigt/HEEGNet

📄 PDF Abstract BibTeX arXiv:2601.03322

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionDomain AdaptationEeg Decoding

Similar Papers 제목 키워드 기반

Skip-gram word embeddings in hyperbolic space

2018-08-30 · Matthias Leimeister, Benjamin J. Wilson

Recent work has demonstrated that embeddings of tree-like graphs in hyperbolic space surpass their Euclidean counterparts in performance by a large margin. Inspired by these results and scale-free structure in the word c…

Learning Word EmbeddingsWord EmbeddingsWord Similarity

Complex Hyperbolic Knowledge Graph Embeddings with Fast Fourier Transform

2022-11-07 · Huiru Xiao, Xin Liu, Yangqiu Song, Ginny Y. Wong 외

The choice of geometric space for knowledge graph (KG) embeddings can have significant effects on the performance of KG completion tasks. The hyperbolic geometry has been shown to capture the hierarchical patterns due to…

Knowledge Graph Embeddings

Low-rank approximations of hyperbolic embeddings

2019-03-18 · Pratik Jawanpuria, Mayank Meghwanshi, Bamdev Mishra

The hyperbolic manifold is a smooth manifold of negative constant curvature. While the hyperbolic manifold is well-studied in the literature, it has gained interest in the machine learning and natural language processing…

Hyperbolic vs Euclidean Embeddings in Few-Shot Learning: Two Sides of the Same Coin

2023-09-18 · Gabriel Moreira, Manuel Marques, João Paulo Costeira, Alexander Hauptmann

Recent research in representation learning has shown that hierarchical data lends itself to low-dimensional and highly informative representations in hyperbolic space. However, even if hyperbolic embeddings have gathered…

Few-Shot LearningRepresentation Learning

Balanced Hyperbolic Embeddings Are Natural Out-of-Distribution Detectors

2025-06-11 · Tejaswi Kasarla, Max van Spengler, Pascal Mettes

Out-of-distribution recognition forms an important and well-studied problem in deep learning, with the goal to filter out samples that do not belong to the distribution on which a network has been trained. The conclusion…

Out-of-Distribution Generalization