paper-with-me

홈 › Papers

Adaptive Split-Fusion Transformer

2022-04-26 · Zixuan Su, Hao Zhang, Jingjing Chen, Lei Pang, Chong-Wah Ngo, Yu-Gang Jiang

Neural networks for visual content understanding have recently evolved from convolutional ones (CNNs) to transformers. The prior (CNN) relies on small-windowed kernels to capture the regional clues, demonstrating solid local expressiveness. On the contrary, the latter (transformer) establishes long-range global connections between localities for holistic learning. Inspired by this complementary nature, there is a growing interest in designing hybrid models to best utilize each technique. Current hybrids merely replace convolutions as simple approximations of linear projection or juxtapose a convolution branch with attention, without concerning the importance of local/global modeling. To tackle this, we propose a new hybrid named Adaptive Split-Fusion Transformer (ASF-former) to treat convolutional and attention branches differently with adaptive weights. Specifically, an ASF-former encoder equally splits feature channels into half to fit dual-path inputs. Then, the outputs of dual-path are fused with weighting scalars calculated from visual cues. We also design the convolutional path compactly for efficiency concerns. Extensive experiments on standard benchmarks, such as ImageNet-1K, CIFAR-10, and CIFAR-100, show that our ASF-former outperforms its CNN, transformer counterparts, and hybrid pilots in terms of accuracy (83.9% on ImageNet-1K), under similar conditions (12.9G MACs/56.7M Params, without large-scale pre-training). The code is available at: https://github.com/szx503045266/ASF-former.

📄 PDF Abstract BibTeX arXiv:2204.12196

Code (1)

szx503045266/asf-former 공식 구현 pytorch

Tasks

Image Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

ReflexSplit: Single Image Reflection Separation via Layer Fusion-Separation

2026-01-24 · Chia-Ming Lee, Yu-Fan Lin, Jin-Hui Jiang, Yu-Jou Hsiao 외 arxiv

Single Image Reflection Separation (SIRS) disentangles mixed images into transmission and reflection layers. Existing methods suffer from transmission-reflection confusion under nonlinear mixing, particularly in deep dec…

Enhancing Text-to-Image Diffusion Transformer via Split-Text Conditioning

2025-05-25 · Yu Zhang, Jialei Zhou, Xinchen Li, Qi Zhang 외

Current text-to-image diffusion generation typically employs complete-text conditioning. Due to the intricate syntax, diffusion transformers (DiTs) inherently suffer from a comprehension defect of complete-text captions.…

DenoisingReading ComprehensionRepresentation Learning

FuseFormer: Fusing Fine-Grained Information in Transformers for Video Inpainting

2021-09-07 · ICCV 2021 10 · Rui Liu, Hanming Deng, Yangyi Huang, Xiaoyu Shi 외

Transformer, as a strong and flexible architecture for modelling long-range relations, has been widely explored in vision tasks. However, when used in video inpainting that requires fine-grained representation, existed m…

Seeing Beyond the VisibleVideo Inpainting

Understanding and Improving Transformer From a Multi-Particle Dynamic System Point of View.

2020-02-26 · ICLR Workshop DeepDiffEq 2019 12 · Yiping Lu*, Zhuohan Li*, Di He, Zhiqing Sun 외

The Transformer architecture is widely used in natural language processing. Despite its success, the design principle of the Transformer remains elusive. In this paper, we provide a novel perspective towards understandin…

Sentence

Bilateral Network with Channel Splitting Network and Transformer for Thermal Image Super-Resolution

2022-06-24 · Bo Yan, Leilei Cao, Fengliang Qi, Hongbin Wang

In recent years, the Thermal Image Super-Resolution (TISR) problem has become an attractive research topic. TISR would been used in a wide range of fields, including military, medical, agricultural and animal ecology. Du…

Image Super-ResolutionSSIMSuper-Resolution