paper-with-me

홈 › Papers

A Battle of Network Structures: An Empirical Study of CNN, Transformer, and MLP

2021-08-30 · Yucheng Zhao, Guangting Wang, Chuanxin Tang, Chong Luo, Wenjun Zeng, Zheng-Jun Zha

Convolutional neural networks (CNN) are the dominant deep neural network (DNN) architecture for computer vision. Recently, Transformer and multi-layer perceptron (MLP)-based models, such as Vision Transformer and MLP-Mixer, started to lead new trends as they showed promising results in the ImageNet classification task. In this paper, we conduct empirical studies on these DNN structures and try to understand their respective pros and cons. To ensure a fair comparison, we first develop a unified framework called SPACH which adopts separate modules for spatial and channel processing. Our experiments under the SPACH framework reveal that all structures can achieve competitive performance at a moderate scale. However, they demonstrate distinctive behaviors when the network size scales up. Based on our findings, we propose two hybrid models using convolution and Transformer modules. The resulting Hybrid-MS-S+ model achieves 83.9% top-1 accuracy with 63M parameters and 12.3G FLOPS. It is already on par with the SOTA models with sophisticated designs. The code and models are publicly available at https://github.com/microsoft/SPACH.

📄 PDF Abstract BibTeX arXiv:2108.13002

Code (1)

microsoft/SPACH 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Average Pooling 설명 없음
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…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

BattleAgent: Multi-modal Dynamic Emulation on Historical Battles to Complement Historical Analysis

2024-04-23 · Shuhang Lin, Wenyue Hua, Lingyao Li, Che-Jui Chang 외

This paper presents BattleAgent, an emulation system that combines the Large Vision-Language Model and Multi-agent System. This novel system aims to simulate complex dynamic interactions among multiple agents, as well as…

Decision MakingLanguage Modelling

Effort Discrimination and Curvature of Contest Technology in Conflict Networks

2023-02-20 · Xiang Sun, Jin Xu, Junjie Zhou

In a model of interconnected conflicts on a network, we compare the equilibrium effort profiles and payoffs under two scenarios: uniform effort (UE) in which each contestant is restricted to exert the same effort across …

Form

PokeLLMon: A Human-Parity Agent for Pokemon Battles with Large Language Models

2024-02-02 · Sihao Hu, Tiansheng Huang, Ling Liu

We introduce PokeLLMon, the first LLM-embodied agent that achieves human-parity performance in tactical battle games, as demonstrated in Pokemon battles. The design of PokeLLMon incorporates three key strategies: (i) In-…

Action GenerationDecision MakingHallucinationIn-Context Reinforcement Learning

A real-time battle situation intelligent awareness system based on Meta-learning & RNN

2025-01-23 · Yuchun Li, Zihan Lin, Xize Wang, Chunyang Liu 외

In modern warfare, real-time and accurate battle situation analysis is crucial for making strategic and tactical decisions. The proposed real-time battle situation intelligent awareness system (BSIAS) aims at meta-learni…

Meta-Learning

Three-dimensional attention Transformer for state evaluation in real-time strategy games

2025-01-07 · Yanqing Ye, Weilong Yang, Kai Qiu, Jie Zhang

Situation assessment in Real-Time Strategy (RTS) games is crucial for understanding decision-making in complex adversarial environments. However, existing methods remain limited in processing multi-dimensional feature in…

Decision MakingReal-Time Strategy Games