paper-with-me

Papers

Global Filter Networks for Image Classification

2021-07-01 · NeurIPS 2021 12 · Yongming Rao, Wenliang Zhao, Zheng Zhu, Jiwen Lu, Jie zhou

Recent advances in self-attention and pure multi-layer perceptrons (MLP) models for vision have shown great potential in achieving promising performance with fewer inductive biases. These models are generally based on learning interaction among spatial locations from raw data. The complexity of self-attention and MLP grows quadratically as the image size increases, which makes these models hard to scale up when high-resolution features are required. In this paper, we present the Global Filter Network (GFNet), a conceptually simple yet computationally efficient architecture, that learns long-term spatial dependencies in the frequency domain with log-linear complexity. Our architecture replaces the self-attention layer in vision transformers with three key operations: a 2D discrete Fourier transform, an element-wise multiplication between frequency-domain features and learnable global filters, and a 2D inverse Fourier transform. We exhibit favorable accuracy/complexity trade-offs of our models on both ImageNet and downstream tasks. Our results demonstrate that GFNet can be a very competitive alternative to transformer-style models and CNNs in efficiency, generalization ability and robustness. Code is available at https://github.com/raoyongming/GFNet

📄 PDF Abstract BibTeX arXiv:2107.00645

Code (4)

raoyongming/GFNet 공식 구현 pytorch
dslisleedh/MLP_based_models-tensorflow2/blob/master/gfnet.py tf
liuruiyang98/Jittor-MLP jax
mindspore-courses/External-Attention-MindSpore/blob/main/model/attention/gfnet.py mindspore

Tasks

ClassificationDomain Generalizationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Hierarchical Attention and Parallel Filter Fusion Network for Multi-Source Data Classification

2024-08-22 · Han Luo, Feng Gao, Junyu Dong, Lin Qi

Hyperspectral image (HSI) and synthetic aperture radar (SAR) data joint classification is a crucial and yet challenging task in the field of remote sensing image interpretation. However, feature modeling in existing meth…

Classification

Generating a Training Dataset for Land Cover Classification to Advance Global Development

2018-11-14 · Nachmany Yoni, Alemohammad Hamed

Semantic segmentation of land cover classes is fundamental for agricultural and economic development work, from sustainable forestry to urban planning, yet existing training datasets have significant limitations. To gene…

General ClassificationLand Cover ClassificationSemantic Segmentationvalid

Learning to Filter Outlier Edges in Global SfM

2025-01-01 · CVPR 2025 1 · Nicole Damblon, Marc Pollefeys, Daniel Barath

We present a novel approach to enhance camera pose estimation in global Structure-from-Motion (SfM) frameworks by filtering inaccurate pose graph edges - representing relative translation estimates - before applying …

Binary ClassificationCamera Pose EstimationPose EstimationTranslation

Oriented Response Networks

2017-01-07 · CVPR 2017 7 · Yanzhao Zhou, Qixiang Ye, Qiang Qiu, Jianbin Jiao

Deep Convolution Neural Networks (DCNNs) are capable of learning unprecedentedly effective image representations. However, their ability in handling significant local and global image rotations remains limited. In this p…

General ClassificationImage Classification

Node-wise Filtering in Graph Neural Networks: A Mixture of Experts Approach

2024-06-05 · Haoyu Han, Juanhui Li, Wei Huang, Xianfeng Tang 외

Graph Neural Networks (GNNs) have proven to be highly effective for node classification tasks across diverse graph structural patterns. Traditionally, GNNs employ a uniform global filter, typically a low-pass filter for …

Mixture-of-ExpertsNode Classification