paper-with-me

홈 › Papers

TransXNet: Learning Both Global and Local Dynamics with a Dual Dynamic Token Mixer for Visual Recognition

2023-10-30 · Meng Lou, Shu Zhang, Hong-Yu Zhou, Sibei Yang, Chuan Wu, Yizhou Yu

Recent studies have integrated convolutions into transformers to introduce inductive bias and improve generalization performance. However, the static nature of conventional convolution prevents it from dynamically adapting to input variations, resulting in a representation discrepancy between convolution and self-attention as the latter computes attention maps dynamically. Furthermore, when stacking token mixers that consist of convolution and self-attention to form a deep network, the static nature of convolution hinders the fusion of features previously generated by self-attention into convolution kernels. These two limitations result in a sub-optimal representation capacity of the entire network. To find a solution, we propose a lightweight Dual Dynamic Token Mixer (D-Mixer) to simultaneously learn global and local dynamics via computing input-dependent global and local aggregation weights. D-Mixer works by applying an efficient global attention module and an input-dependent depthwise convolution separately on evenly split feature segments, endowing the network with strong inductive bias and an enlarged receptive field. We use D-Mixer as the basic building block to design TransXNet, a novel hybrid CNN-Transformer vision backbone network that delivers compelling performance. In the ImageNet-1K classification, TransXNet-T surpasses Swin-T by 0.3% in top-1 accuracy while requiring less than half of the computational cost. Furthermore, TransXNet-S and TransXNet-B exhibit excellent model scalability, achieving top-1 accuracy of 83.8% and 84.6% respectively, with reasonable computational costs. Additionally, our proposed network architecture demonstrates strong generalization capabilities in various dense prediction tasks, outperforming other state-of-the-art networks while having lower computational costs. Code is publicly available at https://github.com/LMMMEng/TransXNet.

📄 PDF Abstract BibTeX arXiv:2310.19380

Code (1)

lmmmeng/transxnet 공식 구현 pytorch

Tasks

Image ClassificationObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Unifying Local and Global Change Detection in Dynamic Networks

2017-10-09 · Wenzhe Li, Dong Guo, Greg Ver Steeg, Aram Galstyan

Many real-world networks are complex dynamical systems, where both local (e.g., changing node attributes) and global (e.g., changing network topology) processes unfold over time. Local dynamics may provoke global changes…

Change Detection

SoMoFormer: Social-Aware Motion Transformer for Multi-Person Motion Prediction

2022-08-19 · Xiaogang Peng, Yaodi Shen, Haoran Wang, Binling Nie 외

Multi-person motion prediction remains a challenging problem, especially in the joint representation learning of individual motion and social interactions. Most prior methods only involve learning local pose dynamics for…

motion predictionRepresentation Learning

Multiple Granularity Group Interaction Prediction

2018-06-01 · CVPR 2018 6 · Taiping Yao, Minsi Wang, Bingbing Ni, Huawei Wei 외

Most human activity analysis works (i.e., recognition or prediction) only focus on a single granularity, i.e., either modelling global motion based on the coarse level movement such as human trajectories or forecas…

Prediction

MeshPriorDiT: Hierarchical Modeling for Action-Conditioned Cloth Dynamics

2026-08-27 · Zihang Wang, Jianming Hu, Shang Su, Hao Huang 외 arxiv

Action-conditioned cloth dynamics prediction requires both locally plausible deformation and long-range coordination. Existing approaches largely follow two paradigms. Mesh-based GNNs capture local physical responses thr…

Data-driven brain network models predict individual variability in behavior

2018-02-23

The relationship between brain structure and function has been probed using a variety of approaches, but how the underlying structural connectivity of the human brain drives behavior is far from understood. To investigat…