paper-with-me

홈 › Papers

Wave-ViT: Unifying Wavelet and Transformers for Visual Representation Learning

2022-07-11 · Ting Yao, Yingwei Pan, Yehao Li, Chong-Wah Ngo, Tao Mei

Multi-scale Vision Transformer (ViT) has emerged as a powerful backbone for computer vision tasks, while the self-attention computation in Transformer scales quadratically w.r.t. the input patch number. Thus, existing solutions commonly employ down-sampling operations (e.g., average pooling) over keys/values to dramatically reduce the computational cost. In this work, we argue that such over-aggressive down-sampling design is not invertible and inevitably causes information dropping especially for high-frequency components in objects (e.g., texture details). Motivated by the wavelet theory, we construct a new Wavelet Vision Transformer (\textbf{Wave-ViT}) that formulates the invertible down-sampling with wavelet transforms and self-attention learning in a unified way. This proposal enables self-attention learning with lossless down-sampling over keys/values, facilitating the pursuing of a better efficiency-vs-accuracy trade-off. Furthermore, inverse wavelet transforms are leveraged to strengthen self-attention outputs by aggregating local contexts with enlarged receptive field. We validate the superiority of Wave-ViT through extensive experiments over multiple vision tasks (e.g., image recognition, object detection and instance segmentation). Its performances surpass state-of-the-art ViT backbones with comparable FLOPs. Source code is available at \url{https://github.com/YehLi/ImageNetModel}.

📄 PDF Abstract BibTeX arXiv:2207.04978

Code (3)

yehli/imagenetmodel 공식 구현 pytorch
MindSpore-scientific-2/code-3/tree/main/WaveCRN-master mindspore
towhee-io/towhee pytorch

Tasks

Image ClassificationInstance Segmentationobject-detectionObject DetectionRepresentation LearningSemantic Segmentation

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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음

Similar Papers 제목 키워드 기반

WavSpA: Wavelet Space Attention for Boosting Transformers' Long Sequence Learning Ability

2022-10-05 · Yufan Zhuang, Zihan Wang, Fangbo Tao, Jingbo Shang

Transformer and its variants are fundamental neural architectures in deep learning. Recent works show that learning attention in the Fourier space can improve the long sequence learning capability of Transformers. We arg…

Spiking Wavelet Transformer

2024-03-17 · Yuetong Fang, Ziqing Wang, Lingfeng Zhang, Jiahang Cao 외

Spiking neural networks (SNNs) offer an energy-efficient alternative to conventional deep learning by emulating the event-driven processing manner of the brain. Incorporating Transformers with SNNs has shown promise for …

WIPES: Wavelet-based Visual Primitives

2025-08-18 · Wenhao Zhang, Hao Zhu, Delong Wu, Di Kang 외 arxiv

Pursuing a continuous visual representation that offers flexible frequency modulation and fast rendering speed has recently garnered increasing attention in the fields of 3D vision and graphics. However, existing represe…

Novel View Synthesis

Adaptive Wavelet Transformer Network for 3D Shape Representation Learning

2021-09-29 · ICLR 2022 4 · Hao Huang, Yi Fang

We present a novel method for 3D shape representation learning using multi-scale wavelet decomposition. Distinct from previous works that either decompose 3D shapes into complimentary components at a single scale, or nai…

3D Shape Classification3D Shape RepresentationRepresentation Learning

Generalized Rectifier Wavelet Covariance Models For Texture Synthesis

2022-03-14 · ICLR 2022 4 · Antoine Brochard, Sixin Zhang, Stéphane Mallat

State-of-the-art maximum entropy models for texture synthesis are built from statistics relying on image representations defined by convolutional neural networks (CNN). Such representations capture rich structures in tex…

Texture Synthesis