Papers › Strengthening Layer Interaction via Dynamic Layer Attention

Strengthening Layer Interaction via Dynamic Layer Attention

19 Jun 2024arXiv:2406.13392archive 2025-07-28

Kaishen Wang, Xun Xia, Jian Liu, Zhang Yi, Tao He

In recent years, employing layer attention to enhance interaction among hierarchical layers has proven to be a significant advancement in building network structures. In this paper, we delve into the distinction between layer attention and the general attention mechanism, noting that existing layer attention methods achieve layer interaction on fixed feature maps in a static manner. These static layer attention methods limit the ability for context feature extraction among layers. To restore the dynamic context representation capability of the attention mechanism, we propose a Dynamic Layer Attention (DLA) architecture. The DLA comprises dual paths, where the forward path utilizes an improved recurrent neural network block, named Dynamic Sharing Unit (DSU), for context feature extraction. The backward path updates features using these shared context representations. Finally, the attention mechanism is applied to these dynamically refreshed feature maps among layers. Experimental results demonstrate the effectiveness of the proposed DLA architecture, outperforming other state-of-the-art methods in image recognition and object detection tasks. Additionally, the DSU block has been evaluated as an efficient plugin in the proposed DLA architecture.The code is available at https://github.com/tunantu/Dynamic-Layer-Attention.

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

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 14 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.

tunantu/dynamic-layer-attention officialmentioned in papermentioned on GitHubpytorch 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

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

4ran · our draft was wrong
2ran · fixture could not drive it
7ran
1unverified

Licence: 14 of the 14 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 tunantu/dynamic-layer-attention. “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.

accuracy tunantu/dynamic-layer-attention/image_classification/imagenet/train_pro.py official repository ran · fixture could not drive it no licence file found · pointer only · 131a82fd65128218 · report
clear_log tunantu/dynamic-layer-attention/image_classification/imagenet/best.py official repository ran no licence file found · pointer only · 9c2113a7471b6758 · report
conv1x1 tunantu/dynamic-layer-attention/image_classification/imagenet/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 tunantu/dynamic-layer-attention/image_classification/imagenet/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
conv3x3 tunantu/dynamic-layer-attention/image_classification/cifar/models/cifar/dia_resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
conv3x3 tunantu/dynamic-layer-attention/image_classification/cifar/models/cifar/dla_b.py official repository ran · our draft was wrong no licence file found · pointer only · dd1114865f06f0fd · report
drop_path tunantu/dynamic-layer-attention/image_classification/cifar/models/cifar/dla_b.py official repository ran · fixture could not drive it no licence file found · pointer only · 39eace7e2822504f · report
read_acclog tunantu/dynamic-layer-attention/image_classification/imagenet/best.py official repository ran no licence file found · pointer only · be91a77e5ce083f4 · report
read_acclog tunantu/dynamic-layer-attention/image_classification/imagenet/eval_visual.py official repository ran no licence file found · pointer only · 8f4c7baa0e1369a6 · report
read_losslog tunantu/dynamic-layer-attention/image_classification/imagenet/best.py official repository ran no licence file found · pointer only · 6afb73a5970361f7 · report
read_losslog tunantu/dynamic-layer-attention/image_classification/imagenet/eval_visual.py official repository ran no licence file found · pointer only · 892daf8a1afd63ed · report
train tunantu/dynamic-layer-attention/image_classification/imagenet/train_pro.py official repository ran no licence file found · pointer only · d6a70da7dc77eebd · report
validate tunantu/dynamic-layer-attention/image_classification/imagenet/train_pro.py official repository ran no licence file found · pointer only · 724424f5001337b0 · report
resnet50_eca tunantu/dynamic-layer-attention/image_classification/imagenet/models/resnet.py official repository unverified no licence file found · pointer only · 852fb4356af43925 · report

Tasks

Object Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionDLASoftmax

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