optflow.bib 2.38 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
@article{Bradski00,
  title={Motion segmentation and pose recognition with motion history gradients},
  author={Bradski, Gary R and Davis, James W},
  journal={Machine Vision and Applications},
  volume={13},
  number={3},
  pages={174--184},
  year={2002},
  publisher={Springer}
}

@inproceedings{Davis97,
  title={The representation and recognition of human movement using temporal templates},
  author={Davis, James W and Bobick, Aaron F},
  booktitle={Computer Vision and Pattern Recognition, 1997. Proceedings., 1997 IEEE Computer Society Conference on},
  pages={928--934},
  year={1997},
  organization={IEEE}
}

@inproceedings{Tao2012,
  title={SimpleFlow: A Non-iterative, Sublinear Optical Flow Algorithm},
  author={Tao, Michael and Bai, Jiamin and Kohli, Pushmeet and Paris, Sylvain},
  booktitle={Computer Graphics Forum},
  volume={31},
  number={2pt1},
  pages={345--353},
  year={2012},
  organization={Wiley Online Library}
}

@inproceedings{Weinzaepfel2013,
  title={DeepFlow: Large displacement optical flow with deep matching},
  author={Weinzaepfel, Philippe and Revaud, Jerome and Harchaoui, Zaid and Schmid, Cordelia},
  booktitle={Computer Vision (ICCV), 2013 IEEE International Conference on},
  pages={1385--1392},
  year={2013},
  organization={IEEE}
}
40

41 42
@inproceedings{Kroeger2016,
  author={Till Kroeger and Radu Timofte and Dengxin Dai and Luc Van Gool},
43
  title={Fast Optical Flow using Dense Inverse Search},
44 45
  booktitle={Proceedings of the European Conference on Computer Vision ({ECCV})},
  year = {2016}
46
}
47 48 49 50 51 52 53 54

@inproceedings{Brox2004,
  title={High accuracy optical flow estimation based on a theory for warping},
  author={Brox, Thomas and Bruhn, Andr{\'e}s and Papenberg, Nils and Weickert, Joachim},
  booktitle={European Conference on Computer Vision (ECCV)},
  pages={25--36},
  year={2004}
}
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70

@inproceedings{Wulff:CVPR:2015,
  title = {Efficient Sparse-to-Dense Optical Flow Estimation using a Learned Basis and Layers},
  author = {Wulff, Jonas and Black, Michael J.},
  booktitle = { IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) 2015},
  month = {June},
  year = {2015}
}

@inproceedings{Wang_2016_CVPR,
  author = {Wang, Shenlong and Ryan Fanello, Sean and Rhemann, Christoph and Izadi, Shahram and Kohli, Pushmeet},
  title = {The Global Patch Collider},
  booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  month = {June},
  year = {2016}
}