博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HumanActivitySystemParameterSetting
阅读量:6899 次
发布时间:2019-06-27

本文共 1767 字,大约阅读时间需要 5 分钟。

1. MSR Action3D AS3:
99.14% Learn sparse dictionary+Basis normalization (
BasisMatrix=NormalizeMatrix(BasisMatrix); in Main_HistFeature_MSRAction3D.m) +direct projection rather than sparse coding (
ProjectCoeff=BasisMatrix*SingleVideo; 
in file Main_HistFeature_MSRAction3D.m)+Coefficient thresholding with thresholding value=0.01. 2.  I accidentally found that the performance was much better when the training subset for dictionary is different from the testing subset. For example, using AS1 as training set for dictionary and AS2 as training and testing set will lead much better performance. 3. Sparse dictionary is better than ICA dictioary. Orthogonal projection is better than sparse coding. 4. parameter setting: segment (f_s): 11 frames for CAD60 (MSRDaily: 23 frame; MSRAction: 13 frame); Num of Words (N_w): 400;  Expansion_Gamma=0.52; SVM_lambda=0.001; Coefficient_Threshold (0.02 for CAD60 and MSRDaily, 0.01 for MSRAction3D).
l0 dictionary+SparseFeature: CAD60 Dataset: Average Accuracy: 88.23; Average Precision: 80.95; Average Recall: 85.71 MSRAction3D: Average Accuracy: 85.59(AS1); 58.04(AS2);85.59(AS3);69.23(overall) MSRDaily Dataset: Average Accuracy: 47.50%
lo dictionary+DirectProjection: CAD60 Dataset: Average Accuracy: 94.12; Average Precision: 89.88; Average Recall: 92.86 MSRAction3D: Average Accuracy: 81.90(AS1); 83.04(AS2);97.30(AS3);86.81(overall) MSRDaily Dataset: Average Accuracy: 68.75% The above results show: sparse feature is not necessary for performance improvement and we know computing sparse feature is highly slow for sparse coding of  thousands of patches in testing phase. As what the paper " " says "over complete dictionary is not necessary for object recognition"

转载于:https://www.cnblogs.com/stoneresearch/p/4336419.html

你可能感兴趣的文章
.user.ini文件权限操作
查看>>
菜鸟学Linux 第097篇笔记 nginx配置文件
查看>>
新浪微博收网捕鱼 免费午餐也需要成本
查看>>
Kickstart无人值守批量部署CentOS6
查看>>
java开发webservice的几种方式
查看>>
我的友情链接
查看>>
ffmpeg常用基本命令
查看>>
我的友情链接
查看>>
JAVA——导出excel表格
查看>>
配置linux用户实现禁止ssh登陆但可用sftp登录
查看>>
当前用户权限赋值给另一个用户
查看>>
MFC_CProgressCtrl进度条
查看>>
linux 安装java jdk8
查看>>
读《冷读术》有感
查看>>
脚本中echo显示内容带颜色显示
查看>>
Android中Parcelable接口的使用
查看>>
我的友情链接
查看>>
java反射简单例子
查看>>
spring-session redis集群配置步骤总结
查看>>
Broadcom 4365(如:Dell vostro 3460)笔记本wifi无法使用解决办法
查看>>