Pith. sign in

REVIEW 10 cited by

Patches Are All You Need?

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2201.09792 v1 pith:YZW2HQRQ submitted 2022-01-24 cs.CV cs.AIcs.LG

Patches Are All You Need?

classification cs.CV cs.AIcs.LG
keywords convmixerinputpatchessomevisionarchitecturehoweverimage
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Although convolutional networks have been the dominant architecture for vision tasks for many years, recent experiments have shown that Transformer-based models, most notably the Vision Transformer (ViT), may exceed their performance in some settings. However, due to the quadratic runtime of the self-attention layers in Transformers, ViTs require the use of patch embeddings, which group together small regions of the image into single input features, in order to be applied to larger image sizes. This raises a question: Is the performance of ViTs due to the inherently-more-powerful Transformer architecture, or is it at least partly due to using patches as the input representation? In this paper, we present some evidence for the latter: specifically, we propose the ConvMixer, an extremely simple model that is similar in spirit to the ViT and the even-more-basic MLP-Mixer in that it operates directly on patches as input, separates the mixing of spatial and channel dimensions, and maintains equal size and resolution throughout the network. In contrast, however, the ConvMixer uses only standard convolutions to achieve the mixing steps. Despite its simplicity, we show that the ConvMixer outperforms the ViT, MLP-Mixer, and some of their variants for similar parameter counts and data set sizes, in addition to outperforming classical vision models such as the ResNet. Our code is available at https://github.com/locuslab/convmixer.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 10 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. DECKER: Domain-invariant Embedding for Cross-Keyboard Extraction and Recognition

    cs.CR 2026-05 unverdicted novelty 7.0

    DECKER improves cross-keyboard and cross-user keystroke identification from audio using domain-invariant embeddings on the new diverse HEAR dataset, with additional gains from language model sequence correction.

  2. TCD-Arena: Assessing Robustness of Time Series Causal Discovery Methods Against Assumption Violations

    cs.LG 2026-05 unverdicted novelty 7.0

    TCD-Arena is a new customizable testing framework that runs millions of experiments to map how 33 different assumption violations affect time series causal discovery methods and shows ensembles can boost overall robustness.

  3. UltraViT: Latency-Optimized On-device Vision Encoder for Large Vision-Language Models

    cs.CV 2026-07 conditional novelty 6.0

    A heterogeneous pyramidal vision encoder plus two-stage dense-then-generative pre-training yields faster, stronger on-device LVLM vision encoding than FastVLM.

  4. SWIFT: Spatio-temporal Wavelet Integrated Forecasting Framework for Workload Traces

    cs.DC 2026-05 conditional novelty 6.0

    SWIFT forecasts cloud workloads at SOTA accuracy with linear complexity by combining learnable cascaded wavelet convolutions and sequential inter/intra-variable mixing.

  5. DECKER: Domain-invariant Embedding for Cross-Keyboard Extraction and Recognition

    cs.CR 2026-05 unverdicted novelty 6.0

    DECKER is a domain-invariant four-stage framework (keyboard normalization, adversarial disentanglement, cross-keyboard contrastive alignment, acoustic style randomization) plus LLM post-processing that improves keystr...

  6. Towards Real-Time ECG and EMG Modeling on $\mu$NPUs

    cs.LG 2026-04 unverdicted novelty 6.0

    PhysioLite delivers Transformer-comparable ECG/EMG performance using learnable wavelet filters and hardware-aware design at ~370KB quantized size on μNPUs.

  7. Transolver: A Fast Transformer Solver for PDEs on General Geometries

    cs.LG 2024-02 conditional novelty 6.0

    Transolver learns intrinsic physical states from discretized meshes by adaptively splitting domains into flexible learnable slices and computing attention over physics-aware tokens, achieving state-of-the-art PDE solv...

  8. Learning High-Level Decision Making with an Interaction-Aware Attention-Based Network in Autonomous Driving

    cs.RO 2026-06 conditional novelty 5.0

    An attention architecture that bottlenecks traffic agents into fixed latent queries plus a finer discrete action set yields higher simulated speeds and lower early-termination rates than DeepSet and Ego-attention on t...

  9. LALE: Lightweight-Transformer Architecture for Land-Cover Estimation

    eess.IV 2026-06 unverdicted novelty 5.0

    LALE introduces a bifurcated ConvMixer-transformer encoder with an all-MLP decoder for efficient semantic segmentation of remote sensing imagery, achieving near-baseline F1 scores with 4.5x fewer parameters on the ARA...

  10. AI in Agriculture: A Survey of Deep Learning Techniques for Crops, Fisheries and Livestock

    cs.CV 2025-07 unverdicted novelty 3.0

    A systematic survey of over 200 works on deep learning and AI techniques for crops, fisheries, and livestock in agriculture.