Papers › M3ANet: Multi-scale and Multi-Modal Alignment Network for Brain-Assisted Target...

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

31 May 2025arXiv:2506.00466archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.00466")

Code

Syntology Ran 30 of 41 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 28 ran with no contract checked.

By repository: official repository: 41 samples from 1 repository, 30 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fchest/m3anet officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

41 samples harvested; 30 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
28ran
11unverified

Licence: 41 of the 41 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from fchest/M3ANet. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ChannelwiseLayerNorm fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 735ccb7191f175dd · report
Chebynet fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 19ef1648b39c176b · report
Conv1D fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 9bcc5aec40c941f8 · report
ConvTrans1D fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 990690b6a9274151 · report
CrossMerge fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 641b132762976941 · report
CrossMerge_1 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 58436fa87884aea9 · report
CrossMerge_2 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · f20923d150378f69 · report
CrossMerge_3 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · f7d481ff69e34b5b · report
CrossMerge_4 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 826ffd61623145b6 · report
CrossScan_1 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 4b0f4e0cae52a70e · report
CrossScan_2 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 90fc0ee8b63169e7 · report
CrossScan_3 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 82a5934402ec929a · report
CrossScan_4 fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · a60ee2d06c793043 · report
DepthConv1d fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 0c6fb0ea81f502ff · report
Dual_RNN_Block fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · cf54607aca7342a2 · report
EEGEncoder fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 623f136c1c30728c · report
GridNetBlock fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 08fa276362859263 · report
LayerNorm2d fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 55a4c3d91ff8953f · report
LayerNormalization4D fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · ff31689965b652db · report
LayerNormalization4DCF fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 02ffad1ac29ab5c6 · report
Linear fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 587d5a31c0d32a3e · report
Linear2d fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · ebccefe76531b2fb · report
PVT2FFN fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · a9041b3253ce9575 · report
ResBlock fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · 013eb7e4aa4c04bb · report
ScaledDotProductAttention fchest/M3ANet/M3ANET.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 8ea2b63c43b3af74 · report
SelectiveScanCore fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · c76558d2228cc5bf · report
SelectiveScanOflex fchest/M3ANet/M3ANET.py official repository ran no licence file found · pointer only · 914d56bf38505632 · report
SoftmaxSpatial fchest/M3ANet/M3ANET.py official repository ran fingerprinted no licence file found · pointer only · e0fccfbd47b18704 · report
generate_cheby_adj fchest/M3ANet/M3ANET.py official repository ran · our draft was wrong no licence file found · pointer only · 79dbcb5c4d2bafa4 · report
normalize_A fchest/M3ANet/M3ANET.py official repository ran · our draft was wrong no licence file found · pointer only · 72fa821cbb7c5ee2 · report
ConvCrossAttention fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · 8e053d902a16be5b · report
DPRNN fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · 350faceb54d0de7c · report
GraphConvolution fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · e84e06c700e083fc · report
M3ANET fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · de706e120acf2053 · report
MultiLayerCrossAttention fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · 51cee1c75c8a0f31 · report
Permute fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · b20107995853e0bf · report
SS2D fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · 041ba92d7d084dfa · report
SS2Dv2 fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · e4c64428e7712b5a · report
TFGridNet fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · 3d6229eae61bd863 · report
VSSS fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · bb35610b16cdc7e6 · report
mamba_init fchest/M3ANet/M3ANET.py official repository unverified no licence file found · pointer only · 9483a14d1d95cf23 · report

Tasks

Contrastive LearningEEGTarget Speaker Extraction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNContrastive Learning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections