贡献点:
Construct CNNs which are capable of solving the optical flow estimation problem as a supervised learning task.
Train CNN end-to-end to learn predicting the optical flow field from a pair of images
Propose and compare two architectures: a genetic architecture and another one including a layer that correlates feature vectors at different image locations.
数据库: KITTI Sintel
算法:
While optical flow estimation needs precise per-pixel localization, it also requires finding correspondences between two input images.
Not only learning image feature representations, but also learn to match them at different locations in the two images.
框架图:
本文探讨了如何利用卷积神经网络(CNN)解决光学流估算问题,通过端到端训练实现从图像对中预测光学流场。文章比较了两种架构,一种为遗传架构,另一种包含相关层用于不同图像位置特征向量的匹配。
621

被折叠的 条评论
为什么被折叠?



