Deep Layer Aggregation
Fisher Yu, Dequan Wang, Evan Shelhamer, Trevor Darrell

TL;DR
Deep Layer Aggregation introduces a hierarchical merging approach to combine features across network layers, enhancing visual recognition accuracy and efficiency by better fusing multi-scale information.
Contribution
It proposes a novel deep layer aggregation method that hierarchically merges features, outperforming traditional shallow skip connections in convolutional networks.
Findings
Improves recognition accuracy across multiple architectures.
Reduces the number of parameters needed for high performance.
Enhances resolution and feature fusion in visual tasks.
Abstract
Visual recognition requires rich representations that span levels from low to high, scales from small to large, and resolutions from fine to coarse. Even with the depth of features in a convolutional network, a layer in isolation is not enough: compounding and aggregating these representations improves inference of what and where. Architectural efforts are exploring many dimensions for network backbones, designing deeper or wider architectures, but how to best aggregate layers and blocks across a network deserves further attention. Although skip connections have been incorporated to combine layers, these connections have been "shallow" themselves, and only fuse by simple, one-step operations. We augment standard architectures with deeper aggregation to better fuse information across layers. Our deep layer aggregation structures iteratively and hierarchically merge the feature hierarchy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗kadirnar/timm_model_listmodel· ♡ 1♡ 1
- 🤗timm/dla34.in1kmodel· 2.9k dl2.9k dl
- 🤗timm/dla46_c.in1kmodel· 203 dl203 dl
- 🤗timm/dla46x_c.in1kmodel· 209 dl209 dl
- 🤗timm/dla60.in1kmodel· 128 dl128 dl
- 🤗timm/dla60_res2net.in1kmodel· 102 dl102 dl
- 🤗timm/dla60_res2next.in1kmodel· 103 dl103 dl
- 🤗timm/dla60x.in1kmodel· 84 dl84 dl
- 🤗timm/dla60x_c.in1kmodel· 214 dl214 dl
- 🤗timm/dla102.in1kmodel· 1.3k dl1.3k dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Image Enhancement Techniques · Machine Learning and Data Classification
MethodsDeep Layer Aggregation
