paper-with-me

홈 › Papers

MogaNet: Multi-order Gated Aggregation Network

2022-11-07 · Siyuan Li, Zedong Wang, Zicheng Liu, Cheng Tan, Haitao Lin, Di wu, ZhiYuan Chen, Jiangbin Zheng, Stan Z. Li

By contextualizing the kernel as global as possible, Modern ConvNets have shown great potential in computer vision tasks. However, recent progress on \textit{multi-order game-theoretic interaction} within deep neural networks (DNNs) reveals the representation bottleneck of modern ConvNets, where the expressive interactions have not been effectively encoded with the increased kernel size. To tackle this challenge, we propose a new family of modern ConvNets, dubbed MogaNet, for discriminative visual representation learning in pure ConvNet-based models with favorable complexity-performance trade-offs. MogaNet encapsulates conceptually simple yet effective convolutions and gated aggregation into a compact module, where discriminative features are efficiently gathered and contextualized adaptively. MogaNet exhibits great scalability, impressive efficiency of parameters, and competitive performance compared to state-of-the-art ViTs and ConvNets on ImageNet and various downstream vision benchmarks, including COCO object detection, ADE20K semantic segmentation, 2D\&3D human pose estimation, and video prediction. Notably, MogaNet hits 80.0\% and 87.8\% accuracy with 5.2M and 181M parameters on ImageNet-1K, outperforming ParC-Net and ConvNeXt-L, while saving 59\% FLOPs and 17M parameters, respectively. The source code is available at \url{https://github.com/Westlake-AI/MogaNet}.

📄 PDF Abstract BibTeX arXiv:2211.03295

Code (7)

Westlake-AI/MogaNet 공식 구현 pytorch
Westlake-AI/openmixup 공식 구현 pytorch
chengtan9907/OpenSTL 공식 구현 pytorch
chengtan9907/simvpv2 pytorch
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/moganet tf
shanglianlm0525/CvPytorch pytorch
https://gitlab.com/birder/birder pytorch

Tasks

3D Human Pose EstimationImage ClassificationInstance Segmentationobject-detectionObject DetectionPose EstimationRepresentation LearningSemantic SegmentationVideo Prediction

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Gated Convolution 설명 없음

Similar Papers 제목 키워드 기반

Social Choice Methods for Database Aggregation

2019-07-22 · Francesco Belardinelli, Umberto Grandi

Knowledge can be represented compactly in multiple ways, from a set of propositional formulas, to a Kripke model, to a database. In this paper we study the aggregation of information coming from multiple sources, each so…

GRATE: Granular Recovery of Aggregated Tensor Data by Example

2020-03-27 · Ahmed S. Zamzam, Bo Yang, Nicholas D. Sidiropoulos

In this paper, we address the challenge of recovering an accurate breakdown of aggregated tensor data using disaggregation examples. This problem is motivated by several applications. For example, given the breakdown of …

Monotone Retargeting for Unsupervised Rank Aggregation with Object Features

2016-05-14 · Avradeep Bhowmik, Joydeep Ghosh

Learning the true ordering between objects by aggregating a set of expert opinion rank order lists is an important and ubiquitous problem in many applications ranging from social choice theory to natural language process…

Object

Weight Set Decomposition for Weighted Rank Aggregation: An interpretable and visual decision support tool

2022-05-31 · Tyler Perini, Amy Langville, Glenn Kramer, Jeff Shrager 외

The problem of interpreting or aggregating multiple rankings is common to many real-world applications. Perhaps the simplest and most common approach is a weighted rank aggregation, wherein a (convex) weight is applied t…

A Deeper Look into Second-Order Feature Aggregation for LiDAR Place Recognition

2024-09-24 · Saimunur Rahman, Peyman Moghadam

Efficient LiDAR Place Recognition (LPR) compresses dense pointwise features into compact global descriptors. While first-order aggregators such as GeM and NetVLAD are widely used, they overlook inter-feature correlations…