Views
No views yet
| Model | Params | Val OA | Val F1-macro | Reversibility |
|---|---|---|---|---|
| CET-ViT (ours, with EI) | 33M | 73.32% | 73.12% | 0.9162 |
| CET-ViT ablation (no EI) | 33M | TBD | TBD | ~0.35-0.45 |
1make_model_config(
2 scale="base", img_size=32, patch_size=2, num_classes=100,
3 drop_path_rate=0.3, drop_rate=0.1, attn_drop_rate=0.1,
4 k_candidates=[4, 8, 16, 32],
5)
6# lambda_ei_end=0.05, warmup_epochs=50-200 cosine
7# lr=5e-4, weight_decay=0.1, AdamW1@article{cetvit2026,
2 title={CET-ViT: Causal Emergence Transformer for Vision},
3 author={Dhruv Jyoti Das},
4 year={2026}
5}