Giter VIP home page Giter VIP logo

fnet2d's Introduction

FNet 2D: Scaling Fourier Transform Token Mixing To Vision

License: MIT

This repository implements a 2D version of the FNet [1] by Lee-Thorp et al. for image classification (CIFAR-10). The original FNet replaces costly self-attention layers with simple but effective Fourier transforms. The resulting FNet model achieves competitive results on the GLUE benchmark while being highly more computationally efficient than BERT.

This repository scales the FNet encoder to images. The resulting FNet 2D utilizes an FFT over the feature dimension as well as over the spatial dimensions. The performance of the FNet 2D is evaluated on the CIFAR-10 dataset for image classification.

Installation

This implementation uses PyTorch 1.8.1 and is tested on an Ubuntu system. To install all required packages run:

pip install -r requirements.txt

Results

Using Fourier transforms for token mixing does not improve classification accuracy over, using the same model without Fourier transforms.

References

[1] @article{Lee2021,
        title={{FNet: Mixing Tokens with Fourier Transforms}},
        author={Lee-Thorp, James and Ainslie, Joshua and Eckstein, Ilya and Ontanon, Santiago},
        journal={arXiv preprint arXiv:2105.03824},
        year={2021}
}

fnet2d's People

Contributors

christophreich1996 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.