paper-with-me

Papers

M3ANet: Multi-scale and Multi-Modal Alignment Network for Brain-Assisted Target Speaker Extraction

2025-05-31 · Cunhang Fan, Ying Chen, Jian Zhou, Zexu Pan, Jingjing Zhang, Youdian Gao, Xiaoke Yang, Zhengqi Wen, Zhao Lv

The brain-assisted target speaker extraction (TSE) aims to extract the attended speech from mixed speech by utilizing the brain neural activities, for example Electroencephalography (EEG). However, existing models overlook the issue of temporal misalignment between speech and EEG modalities, which hampers TSE performance. In addition, the speech encoder in current models typically uses basic temporal operations (e.g., one-dimensional convolution), which are unable to effectively extract target speaker information. To address these issues, this paper proposes a multi-scale and multi-modal alignment network (M3ANet) for brain-assisted TSE. Specifically, to eliminate the temporal inconsistency between EEG and speech modalities, the modal alignment module that uses a contrastive learning strategy is applied to align the temporal features of both modalities. Additionally, to fully extract speech information, multi-scale convolutions with GroupMamba modules are used as the speech encoder, which scans speech features at each scale from different directions, enabling the model to capture deep sequence information. Experimental results on three publicly available datasets show that the proposed model outperforms current state-of-the-art methods across various evaluation metrics, highlighting the effectiveness of our proposed method. The source code is available at: https://github.com/fchest/M3ANet.

📄 PDF Abstract BibTeX arXiv:2506.00466

Code (1)

fchest/m3anet 공식 구현 pytorch

Tasks

Contrastive LearningEEGTarget Speaker Extraction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

SGANet: Semantic and Geometric Alignment for Multimodal Multi-view Anomaly Detection

2026-04-07 · Letian Bai, Chengyu Tao, Juan Du arxiv

Multi-view anomaly detection aims to identify surface defects on complex objects using observations captured from multiple viewpoints. However, existing unsupervised methods often suffer from feature inconsistency arisin…

Anomaly Detection

TFANet: Three-Stage Image-Text Feature Alignment Network for Robust Referring Image Segmentation

2025-09-16 · Qianqi Lu, Yuxiang Xie, Jing Zhang, Shiwei Zou 외 arxiv

Referring Image Segmentation (RIS) is a task that segments image regions based on language expressions, requiring fine-grained alignment between two modalities. However, existing methods often struggle with multimodal mi…

Image Segmentation

Multi-modality Regional Alignment Network for Covid X-Ray Survival Prediction and Report Generation

2024-05-23 · Zhusi Zhong, Jie Li, John Sollee, Scott Collins 외

In response to the worldwide COVID-19 pandemic, advanced automated technologies have emerged as valuable tools to aid healthcare professionals in managing an increased workload by improving radiology report generation an…

Image to textSentenceSurvival Prediction

LLaVA-LE: Large Language-and-Vision Assistant for Lunar Exploration

2026-03-25 · Gokce Inal, Pouyan Navard, Alper Yilmaz arxiv

Recent advances in multimodal vision-language models (VLMs) have enabled joint reasoning over visual and textual information, yet their application to planetary science remains largely unexplored. A key hindrance is the …

Visual Question Answering

Toward Effective Multimodal Graph Foundation Model: A Divide-and-Conquer Based Approach

2026-02-04 · Sicheng Liu, Xunkai Li, Daohan Su, Ru Zhang 외 arxiv

Graph Foundation Models (GFMs) have achieved remarkable success in generalizing across diverse domains. However, they mainly focus on Text-Attributed Graphs (TAGs), leaving Multimodal-Attributed Graphs (MAGs) largely unt…