CV论文阅读大合集

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
相关推荐
m4Rk_14 小时前
【论文阅读】Agent 记忆机制(34):MemoryBank——用遗忘曲线管理可强化的长期对话记忆
论文阅读·人工智能·学习·开源·github
zzm6283 天前
安全嵌套子博弈求解与非完美信息博弈——NIPS 2017 最佳论文阅读笔记
论文阅读·笔记·nips·博弈论
张继雁4 天前
夏季切削液发臭不用瞎换液
论文阅读·机器学习·创业创新·学习方法·业界资讯·远程工作
m4Rk_4 天前
【论文阅读】Agent 记忆机制(31):MemAgent——通过强化学习让固定长度记忆处理百万级长文本
论文阅读·人工智能·学习·开源·github
森诺Alyson4 天前
前沿技术借鉴研讨-2026.8.6(影响中国育龄妇女生育偏好的因素/分孕周血压与不良妊娠结局的风险)
论文阅读·经验分享·学习·论文笔记
张小泡泡5 天前
AUTO_EVAL:面向大语言模型的多层次自动化评测框架
论文阅读·人工智能·语言模型·自然语言处理·自动化·微调
m4Rk_7 天前
【论文阅读】Agent 记忆机制(28):MEM1——将记忆压缩融入推理,实现近似恒定上下文的长程智能体
论文阅读·人工智能·学习·开源·github
m4Rk_8 天前
【论文阅读】Agent 记忆机制(27):MemRefine——用 LLM 事实判断将长期记忆压缩到固定预算
论文阅读·人工智能·学习
DuHz9 天前
论文解读:用于数据分析的极值点对称模态分解方法 (Extreme-point Symmetric Mode Decomposition,ESMD)
论文阅读·算法·信息与通信·信号处理
EQUINOX19 天前
GPT1-GPT3技术综述
论文阅读·人工智能·python·深度学习·gpt-3