期刊文献+

基于最长公共子序列的人体运动序列检索 被引量:2

Retrieval of Human Motion Capture Data Based on Longest Common Subsequence Model
下载PDF
导出
摘要 在计算机仿真领域,运用重新组合等相关技术,可以对已经捕捉的人体运动数据实现重用,以较低的成本产生新的运动。但是,由于运动库的数据庞大,对其实施有效检索成为一个重要问题。以倒排表数据结构为基础,设计出一套针对人体运动的检索算法。不同于传统的最长公共子序列(Longest Common Subsequence,LCSS)的度量算法,提出了一种限制最小匹配率ρmin的有限最长公共子序列(Limited-LCSS)算法,并在此基础上针对倒排表的数据结构特点对算法进行了优化,显著的提高了算法的效率。实验表明提出的检索方法具有较好的速度和准确性。 In the field of the Computer Emulation, the captured human sports data can be reused with the recombination, which can generate new sports with lower cost. However, it is important to research on efficiency of retrieval method due to huge data. A method of researching in the human sports data was advanced with the inverted index as data structure and Limited-LCSS as the measure, which improved the original LCSS algorithm by define Pmin as the minimal matching rate and using characteristic of inverted index model The experiment shows that the method is accurate and efficient.
出处 《系统仿真学报》 CAS CSCD 北大核心 2009年第22期7164-7167,共4页 Journal of System Simulation
基金 国家自然科学基金(60773213) 辽宁省自然科学基金(20071092)
关键词 运动捕捉 检索 最长公共序列 倒排表 motion capture motion retrieval longest common sub-sequence inverted index.
  • 相关文献

参考文献10

  • 1Homas B. Moeslund and Erik Granum. A Survey of Computer Vision-Based Human Motion Capture [J]. Computer Vision and Image Understanding (S1077-3142), 2001, 81(33): 231-268.
  • 2M Muller, T Roder, M Clausen. Efficient content-based retrieval of motion capture data [C]// Proceedings of ACM SIGGRAPH, Vienna, Austria, 2005. USA: ACM, 2005: 677-685.
  • 3Faloutsos C, Ranganathan M, Manolopoulos Y. Fast subsequence matching in time-series databases [C]//Proc. ACM SIGMOD Conf., Minneapolis, USA, 1994. USA: ACM, 1994: 419-429.
  • 4Korn F, Jagadish H, Faloutsos C. Efficiently supporting ad hoc queries in large datasets of time sequences [C]// Proceedings of SIGMOD '97. USA: ACM, 1997: 289-300.
  • 5Berndt D, Clifford J. Using dynamic time warping to find patterns in time series [C]// AAAI-94 Workshop on Knowledge Discovery in Databases. Seattle, Washington, USA: KDD-94 Workshop, 1994: 229-248.
  • 6Keogh E. Exact indexing of dynamic time warping [C]// Proceedings of VLDB (S1066-8888), 2002: 406-417.
  • 7Michail Vlachos, Marios Hadjieleftheriou, Dimitrios Gunopulos, Eamonn Keogh. Indexing Multidimensional Time-Series [J]. The VLDB Journal (S1066-888), 2006, 15(1): 1-20.
  • 8Vlachos M, Kollios G, Gunopulos D. Discovering similarmul~dimertsional trajectories[C]//Proc, of IEEE ICDE. USA: IEEE, 2002: 673-684.
  • 9Feng Liu, Yueting Zhuang, Fei Wu, Yunhe Pan. 3D motion retrieval with motion index tree [J]. Computer Vision and Image Understanding (S 1077-3142), 2003, 92(2-3): 265-284.
  • 10杨涛,肖俊,吴飞,庄越挺.基于分层曲线简化的运动捕获数据关键帧提取[J].计算机辅助设计与图形学学报,2006,18(11):1691-1697. 被引量:27

二级参考文献9

  • 1沈军行,孙守迁,潘云鹤.从运动捕获数据中提取关键帧[J].计算机辅助设计与图形学学报,2004,16(5):719-723. 被引量:44
  • 2Wolf W.Key frame selection by motion analysis[C] //Proceedings of the 1996 IEEE International Conference on Acoustics,Speech and Signal Processing (ICASSP),Atlanta,1996:1228-1231
  • 3Zhuang Yueting,Rui Yong,Huang Thomas S.Adaptive key Frame extraction using unsupervised clustering[C] //Proceedings of IEEE International Conference on Image Processing(ICIP'98),Chicago,1998:866-870
  • 4Liu F,Zhuang Y,Wu F,et al.3D motion retrieval with motion index tree[J].Computer Vision and Image Understanding,2003,92(2/3):265-284
  • 5Lim I S,Thalmann D.Key-posture extraction out of human motion data by curve simplification[C] //Proceedings of the 23rd Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC),Istanbul,2001,2:1167-1169
  • 6Lee Jehee,Chai Jinxiang,Reitsma Paul S A,et al.Interactive control of avatars animated with human motion data[C] //Computer Graphics Proceedings,Annual Conference Series,ACM SIGGRAPH,San Antonio,2002:491-500
  • 7Chui Chih-Yi,Chao Shih-Pin,Wu Ming-Yang,et al.Content-based retrieval for human motion data[J].Journal of Visual Communication and Image Representation,2004,15(3):446-466
  • 8Mueller Meinard,Roeder Tido,Clausen Michael.Efficient content-based retrieval of motion capture data[J].ACM Transactions on Graphics,2005,24(3):677-685
  • 9Rosin P L.Techniques for assessing polygonal approximations of curve[J].IEEE Transactions on Pattern Recognition and Machine Intelligence,1997,19(6):659-666

共引文献26

同被引文献27

  • 1刘维,陈崚.最长公共子序列的快速算法及其并行实现[J].计算机应用,2006,26(6):1422-1424. 被引量:6
  • 2王映龙,杨炳儒,宋泽锋,陈卓,唐建军.基因序列相似程度的LCS算法研究[J].计算机工程与应用,2007,43(31):45-47. 被引量:14
  • 3Aho A V,Hirschberg D S,Ullman J D.Bounds on the Complexity of the Longest Common Subsequence Problem[J].Journal of the ACM (JACM),1976,23 (1):1-12.
  • 4王秋芬,吕聪颖,周春光.算法设计与分析[M].北京:清华大学出版社,2011.
  • 5Hirschberg D S.Algorithms for the longest common subsequence problem[J].Journal of the ACM (JACM),1977,24(4):664-675.
  • 6Nakatsu N,Kambayashi Y,Yajima S.A longest common subsequence algorithm suitable for similar text strings[J].Acta Informatica,1982,18(2):171-179.
  • 7李俊奎,王元珍.可重写循环滑动窗口:面向高效的在线数据流处理[J].计算机科学,2007,34(12):51-55. 被引量:6
  • 8Zhou Mi, Wong Manhon. Efficient online subsequence searching in data streams under dynamic time warping distance [C] //Proc of ICDE'08. Piseataway, NJ: IEEE, 2008:686-695.
  • 9Sang S K, Hee K A. An improved data stream algorithm for clustering [G] //LNCS 8392: Proe of LATIN'14. Berlin: Springer, 2014:273-284.
  • 10Chan T M, Pathak V. Streaming and dynamic algorithms for minimum enclosing balls in high dimensions [J]. Computational Geometry: Theory and Applications, 2014, 47(2) : 240-247.

引证文献2

二级引证文献8

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部