当前位置:网站首页>CVPR 2022 | greatly reduce the manual annotation required for zero sample learning. Mapuosuo and Beiyou proposed category semantic embedding rich in visual information
CVPR 2022 | greatly reduce the manual annotation required for zero sample learning. Mapuosuo and Beiyou proposed category semantic embedding rich in visual information
2022-06-29 15:53:00 【Zhiyuan community】
Zero sample learning aims to imitate human reasoning process , Using knowledge of visible categories , Identify invisible categories without training samples . Category embedding (class embeddings) It is a vector that describes category semantics and visual features , It can realize the transfer of knowledge between categories , Therefore, it plays an irreplaceable role in zero sample learning .

Zero sample classification diagram
As shown in the figure above , Because of attributes (attributes) Can be shared by different categories , Promote the transfer of knowledge between categories , Therefore, it is the most widely used category embedding . And in other computer vision tasks ( Such as face recognition 、 Fine grained classification 、 Fashion trend forecast ) Is widely used as auxiliary information .
However, the process of attribute annotation requires a lot of manpower input and expert knowledge , It limits the expansion of zero sample learning on new data sets . Besides , Limited by human cognitive limitations , Its labeled attributes cannot traverse the visual space , Therefore, some distinguishing features in the image cannot be captured by attributes , Result in poor learning effect of zero samples .
For the above problems , From Beijing University of Posts and telecommunications 、 Researchers from Mapu Institute and other institutions have proposed category embedding mining network (Visually-Grounded Semantic Embedding Network, VGSE), This article mainly answers two questions :(1) How to automatically discover category embedding with semantic and visual features from visible class images ;(2) How to... Without training samples , Forecast category embedding for invisible categories .
Thesis link : https://arxiv.org/abs/2203.10444
Code link : https://github.com/wenjiaXu/VGSE

VGSE Model structure
边栏推荐
- 13.TCP-bite
- BFD principle and configuration
- 动作捕捉系统用于苹果采摘机器人
- Deeply understand promise's hand and teach you to write a version
- MySQL 数据库命名规范.PDF
- Scroll, do you understand?
- 墨天轮“高可用架构”干货文档分享(含Oracle、MySQL、PG资料124篇)
- Huawei cloud AOM version 2.0 release
- PWM to 0-5v/0-10v/1-5v linear signal transmitter
- postgresql源码学习(23)—— 事务日志④-日志组装
猜你喜欢
随机推荐
如何用好数据科学?
华为云AOM 2.0版本发布
Deeply understand promise's hand and teach you to write a version
NFT链游开发应用:2022年值得关注的6大NFT趋势
绑定证券账户到同花顺安全吗?哪家券商开户后可以绑定同花顺
Leetcode notes: biweekly contest 81
Kotlin annotation Statement and use
File common tool class, stream related application (record)
kotlin 注解聲明與使用
12.udp protocol -bite
微信公告号自动回复使用图灵机器人实现智能回复
Flink SQL任务TaskManager内存设置
Introduction to radar antenna
C語言大作業——匹配系統
kotlin 注解声明与使用
欧标插头EN50075测试项目
postgresql源码学习(25)—— 事务日志⑥-等待日志写入完成
Summary of recent work
《网络是怎么样连接的》读书笔记 - 服务器端的局域网中(四)
C language big job - Matching System









