码迷,mamicode.com
首页 > Web开发 > 详细

ICCV2017: SubUNets from Oscar Koller team

时间:2019-11-04 15:53:08      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:team   osc   ESS   info   arc   oss   概览   nec   ref   

论文链接:http://openaccess.thecvf.com/content_ICCV_2017/papers/Camgoz_SubUNets_End-To-End_Hand_ICCV_2017_paper.pdf

源代码:https://github.com/neccam/SubUNets

一、网络结构概览

技术图片

二、网络各模块简介

1. CNN

CaffeNet, use the weights that were pre-trained on ImageNet.

2. Hand SubUNet

技术图片

We use the One-Million Hands dataset for training the Hand SubUNet.

It has over 1.2 million hand images, from which 1 million images were labelled with one of 60 hand shape classes.

3. Word SubUNet

 技术图片

 

三、各模块联合

技术图片

 两种训练策略

1. Fixed

We pre-train two SubUNets depicted in Figure4, blue blocks are pre-trained and fixed, green blocks are removed, while white block are trained for the task.

2. Not Fixed

All weights are trained using the gradients produced by all three loss layers.

技术图片

 最终选用 Not Fixed 训练策略

四、解码策略

 1. Beam search - Full Sum VS. Greedy - Viterbi

技术图片

 2. Different topologies

技术图片

 [26] is CVIU2015 from Koller, [27] is CVPR2016 from Koller

ICCV2017: SubUNets from Oscar Koller team

标签:team   osc   ESS   info   arc   oss   概览   nec   ref   

原文地址:https://www.cnblogs.com/august-en/p/11791975.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!