paper-with-me

홈 › Papers

LI-DSN: A Layer-wise Interactive Dual-Stream Network for EEG Decoding

2026-04-02 · Chenghao Yue, Zhiyuan Ma, Zhongye Xia, Xinche Zhang, Yisi Zhang, Xinke Shen, Sen Song arxiv

Electroencephalography (EEG) provides a non-invasive window into brain activity, offering high temporal resolution crucial for understanding and interacting with neural processes through brain-computer interfaces (BCIs). Current dual-stream neural networks for EEG often process temporal and spatial features independently through parallel branches, delaying their integration until a final, late-stage fusion. This design inherently leads to an "information silo" problem, precluding intermediate cross-stream refinement and hindering spatial-temporal decompositions essential for full feature utilization. We propose LI-DSN, a layer-wise interactive dual-stream network that facilitates progressive, cross-stream communication at each layer, thereby overcoming the limitations of late-fusion paradigms. LI-DSN introduces a novel Temporal-Spatial Integration Attention (TSIA) mechanism, which constructs a Spatial Affinity Correlation Matrix (SACM) to capture inter-electrode spatial structural relationships and a Temporal Channel Aggregation Matrix (TCAM) to integrate cosine-gated temporal dynamics under spatial guidance. Furthermore, we employ an adaptive fusion strategy with learnable channel weights to optimize the integration of dual-stream features. Extensive experiments across eight diverse EEG datasets, encompassing motor imagery (MI) classification, emotion recognition, and steady-state visual evoked potentials (SSVEP), consistently demonstrate that LI-DSN significantly outperforms 13 state-of-the-art (SOTA) baseline models, showcasing its superior robustness and decoding performance. The code will be publicized after acceptance.

📄 PDF Abstract BibTeX arXiv:2604.01889

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionEeg Decoding

Similar Papers 제목 키워드 기반

Trash or Treasure? An Interactive Dual-Stream Strategy for Single Image Reflection Separation

2021-10-20 · NeurIPS 2021 12 · Qiming Hu, Xiaojie Guo

Single image reflection separation (SIRS), as a representative blind source separation task, aims to recover two layers, $\textit{i.e.}$, transmission and reflection, from one mixed observation, which is challenging due …

blind source separationReflection Removal

LAQuant: A Simple Overhead-free Large Reasoning Model Quantization by Layer-wise Lookahead Loss

2026-05-09 · Euntae Choi, Sumin Song, Sungjoo Yoo arxiv

Large reasoning models (LRMs) reach competition-level math and coding accuracy via long autoregressive decoding, making per-token decoding cost a primary deployment concern. Weight quantization is the standard tool for a…

TAFA-GSGC: Group-wise Scalable Point Cloud Geometry Compression with Progressive Residual Refinement

2026-04-30 · Xiumei Li, Alexander Kopte, André Kaup arxiv

Scalable compression is essential for bandwidth-adaptive transmission, yet most learned codecs are optimized for a fixed rate-distortion point, making rate adaptation costly due to re-encoding or maintaining multiple bit…

What Layers When: Learning to Skip Compute in LLMs with Residual Gates

2025-10-13 · Filipe Laitenberger, Dawid Kopiczko, Cees G. M. Snoek, Yuki M. Asano arxiv

We introduce GateSkip, a simple residual-stream gating mechanism that enables token-wise layer skipping in decoder-only LMs. Each Attention/MLP branch is equipped with a sigmoid-linear gate that condenses the branch's ou…

SemRF: A Semantic Reference Frame for Residual-Stream Dynamics in Language Models

2026-06-30 · Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang arxiv

Residual-stream analysis asks how language-model computation evolves across depth, but intermediate decoding requires comparable readout coordinates across layers. If embedding anchors and unembedding readout disagree on…