| Year | Name | Area | model | description | drawback |
|---|---|---|---|---|---|
| 2021 ICML | Clip (Contrastive Language-Image Pre-training) | contrastive learning、zero-shot learing、mutimodel | ![]() |
用文本作为监督信号来训练可迁移的视觉模型 | CLIP's zero-shot performance, although comparable to supervised ResNet50, is not yet SOTA, and the authors estimate that to achieve SOTA, CLIP would need to add 1000x more computation, which is unimaginable;CLIP's zero-shot performs poorly on certain datasets, such as fine-grained classification, abstraction tasks, etc; CLIP performs robustly on natural distribution drift, but still suffers from out-of-domain generalisation, i.e., if the distribution of the test dataset differs significantly from the training set, CLIP will perform poorly; CLIP does not address the data inefficiency challenges of deep learning, and training CLIP requires a large amount of data; |
| 2021 ICLR | ViT (VisionTransformer) | ![]() |
将Transformer应用到vision中:simple, efficient,scalable | 当拥有足够多的数据进行预训练的时候,ViT的表现就会超过CNN,突破transformer缺少归纳偏置的限制,可以在下游任务中获得较好的迁移效果 | |
| 2022 | DALL-E | 基于文本来生成模型 | |||
| 2021 ICCV | Swin Transformer | ![]() |
使用滑窗和层级式的结构,解决transformer计算量大的问题;披着Transformer皮的CNN | ||
| 2021 | MAE(Masked Autoencoders) | self-supervised | ![]() |
CV版的bert | scalablel;very high-capacity models that generalize well |
| TransMed: Transformers Advance Multi-modal Medical Image Classification | ![]() |
||||
| I3D | |||||
| 2021 | Pathway | ||||
| 2021 ICML | VILT | 视觉文本多模态Transformer | 性能不高 推理时间快 训练时间特别慢 | ||
| 2021 NeurIPS | ALBEF | align before fusion 为了清理noisy data 提出用一个momentum model生成pseudo target |
CV论文阅读大合集
幸运的小菜鸟2023-11-02 22:12
相关推荐
大模型最新论文速读9 小时前
06-11 · LLM 最新论文速览Biomamba生信基地2 天前
空间图谱+注释工具= 《ADVANCED SCIENCE》c7692 天前
【文献笔记】Learn to Relax with LLMs: Solving COPs via Bidirectional CoevolutionStfinnWu3 天前
论文阅读:Spatial Frequency Modulation Network for EfficientImage DehazingRocky Ding*4 天前
Token Merging for Fast Stable Diffusion:一篇读懂 Stable Diffusion 的免训练加速机制大模型最新论文速读4 天前
小红书提出 RedKnot:分头处理 kv 缓存,延时降低 60%效果还提升传说故事4 天前
【论文阅读】DATA SCALING LAWS IN IMITATION LEARNING FOR ROBOTIC MANIPULATION小马哥crazymxm5 天前
Arxiv论文周选 (2026-W23)大模型最新论文速读5 天前
06-10 · LLM 最新论文速览传说故事5 天前
【论文阅读】WorldArena 2.0:扩展具身世界模型在模态性、功能性与平台上的基准测试



