REVIEW 34 cited by
Escaping the Big Data Paradigm with Compact Transformers
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
Signed reviews
read the original abstract
With the rise of Transformers as the standard for language processing, and their advancements in computer vision, there has been a corresponding growth in parameter size and amounts of training data. Many have come to believe that because of this, transformers are not suitable for small sets of data. This trend leads to concerns such as: limited availability of data in certain scientific domains and the exclusion of those with limited resource from research in the field. In this paper, we aim to present an approach for small-scale learning by introducing Compact Transformers. We show for the first time that with the right size, convolutional tokenization, transformers can avoid overfitting and outperform state-of-the-art CNNs on small datasets. Our models are flexible in terms of model size, and can have as little as 0.28M parameters while achieving competitive results. Our best model can reach 98% accuracy when training from scratch on CIFAR-10 with only 3.7M parameters, which is a significant improvement in data-efficiency over previous Transformer based models being over 10x smaller than other transformers and is 15% the size of ResNet50 while achieving similar performance. CCT also outperforms many modern CNN based approaches, and even some recent NAS-based approaches. Additionally, we obtain a new SOTA result on Flowers-102 with 99.76% top-1 accuracy, and improve upon the existing baseline on ImageNet (82.71% accuracy with 29% as many parameters as ViT), as well as NLP tasks. Our simple and compact design for transformers makes them more feasible to study for those with limited computing resources and/or dealing with small datasets, while extending existing research efforts in data efficient transformers. Our code and pre-trained models are publicly available at https://github.com/SHI-Labs/Compact-Transformers.
Forward citations
Cited by 34 Pith papers
-
NAE: Normalizing AutoEncoder
A conditional surrogate loss that always picks the gradient estimate aligned with the reconstruction loss improves flow autoencoder training and reaches state-of-the-art generative performance on molecules, tabular da...
-
Diversity Matters: Distributional Feature Coverage Sample Selection for Data-Efficient Backdoor Attacks
Spread the few poisoned training examples across feature-space clusters: DFCS picks one centroid-nearest sample per cluster and beats six prior selectors in all six low-poisoning settings.
-
Sharpness-Aware Minimization and Muon: Robustness under the Spectral Norm
A spectral-norm inner perturbation combined with a Muon outer update achieves the best ImageNet validation accuracy among the compared SAM variants on both a ViT-Small/16 and a ResNet-50.
-
Pushing the limits of one-dimensional NMR spectroscopy for automated structure elucidation using artificial intelligence
A transformer pretrained to reconstruct molecules from Morgan fingerprints predicts the correct structure within 15 candidates for 55.2% of simulated 1H/13C NMR spectra of molecules up to 40 heavy atoms.
-
Connecting Independently Trained Modes via Layer-Wise Connectivity
LLPF connects independently trained models by moving toward the target, rescaling each layer's weights back to a fixed variance sphere, and retraining; it works on modern architectures and across training hyperparameters.
-
SteelBlastQC: Shot-blasted Steel Surface Dataset with Interpretable Detection of Surface Defects
A new open dataset for shot-blasted steel surface readiness is presented, with supervised baselines reaching about 95% accuracy and an unsupervised baseline at 67%.
-
zkVC: Fast Zero-Knowledge Proof for Private and Verifiable Computing
zkVC reduces ZKP proving time for matrix multiplication by encoding the product as a polynomial evaluation, claiming 12x speedup and enabling verifiable Transformer models.
-
Unified CNNs and transformers underlying learning mechanism reveals multi-head attention modus vivendi
Using a per-node single-nodal performance measure on compact vision transformers, the authors report that transformer nodes and CNN filters share a clustering learning mechanism, that multi-head attention heads specia...
-
Weakly Supervised Segmentation of Hyper-Reflective Foci with Compact Convolutional Transformers and SAM2
A weakly supervised HRF segmentation framework using LRP-prompted SAM2 with iterative inference, where a Compact Convolutional Transformer backbone outperforms attention-based MIL.
-
Chimera: A Block-Based Neural Architecture Search Framework for Event-Based Object Detection
Chimera uses zero-shot NAS proxies and a diversity index to search heterogeneous recurrent backbones for event cameras, reaching PEDRo mAP 64.2 with 4.9M parameters.
-
Online Writer Retrieval with Chinese Handwritten Phrases: A Synergistic Temporal-Frequency Representation Learning Approach
A temporal-frequency attention model and a 674,017-sample benchmark improve online Chinese writer retrieval.
-
CoMiX: Cross-Modal Fusion with Deformable Convolutions for HSI-X Semantic Segmentation
CoMiX, an encoder-decoder with deformable convolutions and cross-modal attention exchange, reports top accuracy for HSI-X semantic segmentation on Houston2013, Berlin, and DFC2018.
-
AutoNorm: Understanding Adaptive Normalization in Transformers through Differentiable Gating
Gate-freezing after warm-up stabilizes differentiable LN/DyT selection in Transformers, helping non-stationary NLP tasks while remaining competitive on vision.
-
Label Smoothing is a Pragmatic Information Bottleneck
Under flexible models and clean labels, the outputs of label-smoothed classifiers trace the optimal trade-off curve of the information bottleneck problem.
-
Low-latency vision transformers via large-scale multi-head attention
Attention heads in compact vision transformers each recognize small label subsets with little noise, which the authors exploit for diverse ensembles and low-latency hybrid architectures on CIFAR-100.
-
Beyond Attention: Toward Machines with Intrinsic Higher Mental States
The Co4 mechanism adds triadic Q-K-V modulation loops before attention, claiming O(N) complexity and much faster learning than standard Transformers on small benchmarks.
-
Compress image to patches for Vision Transformer
Using a frozen learned-compression encoder as the ViT patch embedder yields a 4x token reduction and 63% FLOP savings, with accuracy gains shown only on one small dataset.
-
A Retrospective Systematic Study on Hierarchical Sparse Query Transformer-assisted Ultrasound Screening for Early Hepatocellular Carcinoma
A hybrid CNN-transformer with mixture-of-experts (HSQformer) yields 95.38% AUC for HCC screening on a multi-center ultrasound test set, beating several baselines and matching senior radiologists.
-
Maximizing the Position Embedding for Vision Transformers with Global Average Pooling
Adding the position embedding to the final layer normalization, called MPVG, improves vision transformer top-1 accuracy by 0.27 to 1.37 percentage points across several GAP-based models and tasks.
-
FCL-ViT: Task-Aware Attention Tuning for Continual Learning
A frozen vision transformer plus trainable attention-steering blocks and EWC achieves competitive continual learning accuracy without rehearsal memory.
-
CoMViT: An Efficient Vision Backbone for Supervised Classification in Medical Imaging
A 4.5M-parameter ViT combining convolutional tokenization, diagonal masking, temperature scaling, and sequence pooling matches or beats larger models on MedMNIST.
-
Learning Mechanism Underlying NLP Pre-Training and Fine-Tuning
Masked-token prediction errors in BERT reveal clusters of interchangeable, semantically related tokens, and the average per-token accuracy increases through the transformer layers and correlates with fine-tuning accuracy.
-
Generative Model Unlearning: A Survey through Target Events, Unlearning Operators, and Evaluation Protocols
A survey and framework that categorizes generative model unlearning by point-wise versus concept-wise objectives, parameter-based versus non-parametric methods, and completeness/utility/efficiency evaluation.
-
A Survey of Explainable Reinforcement Learning: Targets, Methods and Needs
A survey of 250+ explainable-reinforcement-learning papers proposes a What/How taxonomy and reports that sequence-level explanations are rare (11 works) compared with policy-level (175) and action-level (89) ones.
-
Comparative Analysis of Vision Transformers and Traditional Deep Learning Approaches for Automated Pneumonia Detection in Chest X-Rays
On a public pediatric chest X-ray dataset, CrossViT achieved 88.25% accuracy and 99.42% recall, outperforming the CNN and other ViT models tested in the paper.
-
Private Transformer Inference in MLaaS: A Survey
A structured survey of private transformer inference, comparing MPC- and HE-based methods and showing non-linear layers dominate overhead.
-
Contrastive Masked Autoencoders for Character-Level Open-Set Writer Identification
A contrastive masked autoencoder achieves 89.7% precision on open-set character-level writer identification on CASIA-OLHWDB, and 81.6% rank-1 on IAM-OnDB.
-
MSCViT: A Small-size ViT architecture with Multi-Scale Self-Attention Mechanism for Tiny Datasets
MSCViT, a small hybrid ViT with multi-scale self-attention and wavelet-based convolutional fusion, reaches 84.68% on CIFAR-100 from scratch with 14.0M parameters.
-
LM-Net: A Light-weight and Multi-scale Network for Medical Image Segmentation
LM-Net reports state-of-the-art medical segmentation results on Kvasir-SEG, LGG, and breast ultrasound datasets with 5.4M parameters, using combined multi-branch convolutions, local window attention, and global featur...
-
Revisiting the Initial Steps in Adaptive Gradient Descent Optimization
Initializing Adam's second-order moment estimate to a non-zero value, rather than the default zero, reduces early training instability and improves generalization across several deep learning tasks.
-
Real-Time Anomaly Detection in Video Streams
A YOLO plus VGG19-GRU system detects fight, gunshot, and fire anomalies on proprietary videos, with no public benchmark or code release.
-
Rethinking the long-range dependency in Mamba/SSM and transformer models
SSM/Mamba long-range dependency decays exponentially with the time gap by construction; a proposed interaction-based hidden state update can break this decay, but its proven stability covers only a restrictive special case.
-
DFYP: A Dynamic Fusion Framework with Spectral Channel Attention and Adaptive Operator learning for Crop Yield Prediction
DFYP is a crop yield prediction framework combining resolution-aware channel attention, validation-driven edge operator selection, and CNN-ViT fusion, but the method's internal contradictions and test-set-tuned evalua...
-
Enhancing compact convolutional transformers with super attention
A compact convolutional transformer replacing SDPA with token mixing attention reports higher CIFAR100 accuracy, but the method is essentially prior token mixing and the comparison lacks error bars, code, and a strong...
Discussion (0). Continue with ORCID to comment.