paper-with-me

Papers

Deep Layer Aggregation

2017-07-20 · CVPR 2018 6 · Fisher Yu, Dequan Wang, Evan Shelhamer, Trevor Darrell

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 to make networks with better accuracy and fewer parameters. Experiments across architectures and tasks show that deep layer aggregation improves recognition and resolution compared to existing branching and merging schemes. The code is at https://github.com/ucbdrive/dla.

📄 PDF Abstract BibTeX arXiv:1707.06484

Code (5)

ucbdrive/dla 공식 구현 pytorch
PaddlePaddle/PaddleClas paddle
PaddlePaddle/PaddleDetection paddle
osmr/imgclsmob mxnet
rwightman/pytorch-image-models pytorch

Tasks

Image Classification

Methods 이 논문이 사용한 방법론

DLA 설명 없음

Similar Papers 제목 키워드 기반

GA-Net: Guided Aggregation Net for End-to-end Stereo Matching

2019-04-13 · CVPR 2019 6 · Feihu Zhang, Victor Prisacariu, Ruigang Yang, Philip H. S. Torr

In the stereo matching task, matching cost aggregation is crucial in both traditional methods and deep neural network models in order to accurately estimate disparities. We propose two novel neural net layers, aimed at c…

Stereo Depth EstimationStereo Matching

Layer-wise Adaptive Model Aggregation for Scalable Federated Learning

2021-10-19 · Sunwoo Lee, Tuo Zhang, Chaoyang He, Salman Avestimehr

In Federated Learning, a common approach for aggregating local models across clients is periodic averaging of the full model parameters. It is, however, known that different layers of neural networks can have a different…

Federated Learning

Alleviating Over-Smoothing via Aggregation over Compact Manifolds

2024-07-27 · Dongzhuoran Zhou, Hui Yang, Bo Xiong, Yue Ma 외

Graph neural networks (GNNs) have achieved significant success in various applications. Most GNNs learn the node features with information aggregation of its neighbors and feature transformation in each layer. However, t…

Achieving Byzantine-Resilient Federated Learning via Layer-Adaptive Sparsified Model Aggregation

2024-09-02 · Jiahao Xu, Zikai Zhang, Rui Hu

Federated Learning (FL) enables multiple clients to collaboratively train a model without sharing their local data. Yet the FL system is vulnerable to well-designed Byzantine attacks, which aim to disrupt the model train…

Federated Learning

Spectral clustering via adaptive layer aggregation for multi-layer networks

2020-12-07 · Sihan Huang, Haolei Weng, Yang Feng

One of the fundamental problems in network analysis is detecting community structure in multi-layer networks, of which each layer represents one type of edge information among the nodes. We propose integrative spectral c…

ClusteringCommunity Detection