菜鸟实习日记~day21(ILSVRC2016之MCG-ICT-CAS)

一、MCG-ICT-CAS Object Detection

1、获得成绩

2、overview

3、主要的创新点

(1)在建立tubelet时,提出了基于detection的检测方式

a.Adjacent Checking–By optical-flow for precise tubelet

   If IoU (Red, Green) > a given threshold: same tubelet 

    else: a new tubelet

b.Detection Box Sequentialization

c.Coherent reclassification–Use majority voting to get coherent categories

   throughout a given tubelet

但是发现效果不够好,会出现目标消失和轨迹离散的情况,于是想到将基于检测的tubelet与基于track的tubelet相结合


tracking based tubelet:(作者发现会出现位置漂移)

a.Anchor Frame Selection–Select the frame with highest detection score object(其他方法大部分都是用的这个方法)

b.Anchor Target Selection–Exploit the adjacent information with optical flow [5]to determine     the reliable anchor targets

c.Anchor Target Selection: remove the unreliable去掉一些不可相信的检测框(通过bbox         match)

d.Multi-target tracking with detection recall


(2)tubelet fusion:

有两种方式:

Union Fusion——Merge overlapping tubelets(有重叠部分)

Union Fusion

Concatenation Fusion——Merge successive tubelets(连接的)

4、其他结构配置

still image detection:

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容