Papers › An efficient encoder-decoder architecture with top-down attention for speech separation

An efficient encoder-decoder architecture with top-down attention for speech separation

30 Sep 2022arXiv:2209.15200archive 2025-07-28

Kai Li, Runxuan Yang, Xiaolin Hu

Deep neural networks have shown excellent prospects in speech separation tasks. However, obtaining good results while keeping a low model complexity remains challenging in real-world applications. In this paper, we provide a bio-inspired efficient encoder-decoder architecture by mimicking the brain's top-down attention, called TDANet, with decreased model complexity without sacrificing performance. The top-down attention in TDANet is extracted by the global attention (GA) module and the cascaded local attention (LA) layers. The GA module takes multi-scale acoustic features as input to extract global attention signal, which then modulates features of different scales by direct top-down connections. The LA layers use features of adjacent layers as input to extract the local attention signal, which is used to modulate the lateral input in a top-down manner. On three benchmark datasets, TDANet consistently achieved competitive separation performance to previous state-of-the-art (SOTA) methods with higher efficiency. Specifically, TDANet's multiply-accumulate operations (MACs) are only 5\% of Sepformer, one of the previous SOTA models, and CPU inference time is only 10\% of Sepformer. In addition, a large-size version of TDANet obtained SOTA results on three datasets, with MACs still only 10\% of Sepformer and the CPU inference time only 24\% of Sepformer.

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="2209.15200")

Code

Syntology Ran 13 of 18 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

JusperLee/TDANet officialpytorch 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

18 samples harvested; 13 ran; 0 honoured the contract we drafted; 5 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.

3ran · our draft was wrong
1ran · fixture could not drive it
9ran
5unverified

Licence: 0 of the 18 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 JusperLee/TDANet. “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.

BaseModel JusperLee/TDANet/look2hear/models/TDANet.py official repository ran Apache-2.0 (permissive) · 7432d190e3e61daf · report
ConvNorm JusperLee/TDANet/look2hear/models/TDANet.py official repository ran fingerprinted Apache-2.0 (permissive) · a4c13d6751fb8ee9 · report
ConvNormAct JusperLee/TDANet/look2hear/models/TDANet.py official repository ran fingerprinted Apache-2.0 (permissive) · c92dfb01b6f67601 · report
DilatedConvNorm JusperLee/TDANet/look2hear/models/TDANet.py official repository ran fingerprinted Apache-2.0 (permissive) · 7dc0123d9144bdfc · report
GlobLN JusperLee/TDANet/look2hear/models/TDANet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · a5d6bac3ebd586de · report
GlobalAttention JusperLee/TDANet/look2hear/models/TDANet.py official repository ran Apache-2.0 (permissive) · 61234fa9cacd6a23 · report
LA JusperLee/TDANet/look2hear/models/TDANet.py official repository ran Apache-2.0 (permissive) · 73ef3a7889f6403a · report
Mlp JusperLee/TDANet/look2hear/models/TDANet.py official repository ran Apache-2.0 (permissive) · c3b7c4dad2d1de89 · report
MultiHeadAttention JusperLee/TDANet/look2hear/models/TDANet.py official repository ran fingerprinted Apache-2.0 (permissive) · 62e9ea75f34de78d · report
PositionalEncoding JusperLee/TDANet/look2hear/models/TDANet.py official repository ran Apache-2.0 (permissive) · b94f4f291747d5f4 · report
cached_download JusperLee/TDANet/look2hear/models/TDANet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 0a5e1308766cf3ed · report
drop_path JusperLee/TDANet/look2hear/models/TDANet.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 04e8544d3f2fd61b · report
url_to_filename JusperLee/TDANet/look2hear/models/TDANet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 1a28ae0ed1f639b5 · report
GlobLN JusperLee/TDANet/look2hear/models/TDANet.py official repository unverified Apache-2.0 (permissive) · 75f33a42561b8c51 · report
Recurrent JusperLee/TDANet/look2hear/models/TDANet.py official repository unverified Apache-2.0 (permissive) · b122a90008dae0d5 · report
TDANet JusperLee/TDANet/look2hear/models/TDANet.py official repository unverified Apache-2.0 (permissive) · db5ae3a50a143f24 · report
UConvBlock JusperLee/TDANet/look2hear/models/TDANet.py official repository unverified Apache-2.0 (permissive) · 9f7cf1cecbacaaba · report
get_cache_dir JusperLee/TDANet/look2hear/models/TDANet.py official repository unverified Apache-2.0 (permissive) · 52b1562ec0936b6e · report

Tasks

DecoderSpeech Separation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Speech Separation Libri2Mix TDANet Large SI-SDRi 17.4 #6 of 10 Archive leaderboard report
Speech Separation Libri2Mix TDANet SI-SDRi 16.9 #7 of 10 Archive leaderboard report
Speech Separation WHAM! TDANet Large SI-SDRi 15.2 #4 of 6 Archive leaderboard report
Speech Separation WHAM! TDANet SI-SDRi 14.8 #5 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

GA

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