Code Monkey home page Code Monkey logo

Comments (2)

tmp-iclr avatar tmp-iclr commented on September 7, 2024

The models trained on CIFAR-10 that we discuss in the appendix actually do this, but that's because the patch size itself is 1.

For the ImageNet experiments, stride = 1 would result in a very large "internal resolution", which would make the model computationally infeasible.

And this wouldn't really result in a model like MobileNet -- our model is actually quite a bit more simple than MobileNet.

The fact that our model uses the patch embedding layer is a key aspect of our work -- achieving the highest possible accuracy was not our goal. Specifically, we intended to investigate the effect of using patches as the input representation, in the context of recent work on ViT and MLP-Mixer and their variants. If you remove the patch embedding stem, you would ultimately build a very different model.

There are definitely various ways you could tweak the architecture to increase performance (in terms of accuracy or throughput) while decreasing its simplicity, but the patch embedding stem itself would not be the first choice. :) This is definitely important future work, but it's secondary to the point of the paper.

from convmixer.

tmp-iclr avatar tmp-iclr commented on September 7, 2024

I'm going to close this issue, but feel free to reopen it or open a new issue if you have more questions.

from convmixer.

Related Issues (16)

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.