MatlabCode
星zai
2013更加专业
展开
-
两个Multi-task learning(多任务学习)的代码
在多任务学习中,当这些任务是相关的,联合的任务学习应该比单独学习每个任务的效果好,特别当每个任务的数据相当少的时候,在这种情况下,独自学习是很不成功的。Convex Multi-task Feature Learning 是一篇比较经典的文章,代码点击这里可以下载。还有一篇是Multi-Task Feature Learning Via Efficient l2-1 Nor原创 2013-03-31 00:18:43 · 5324 阅读 · 0 评论 -
Machine Learning Open Source Software
JMLR上面的开源软件To support the open source software movement, JMLR MLOSS publishes contributions related to implementations of non-trivial machine learning algorithms, toolboxes or even languages f原创 2013-03-31 00:21:14 · 1459 阅读 · 0 评论 -
[CODE]牛津一美女写的一个PHOG代码
PHOG descriptorCodeDownload the PHOG code. It computes the PHOG descriptor over a Region Of Interest (ROI). If you want to compute the descriptor for the whole image the ROI is the i原创 2013-03-31 00:10:12 · 2239 阅读 · 0 评论 -
几个视频中行为识别的底层特征及代码
1. 比较出名的是Ivan Laptev的 3D Harris,这是一个可执行文件,用起来比较方便,是Harris在3维空间的扩展,检测到特征点之后是用HOG和HOF进行表示。一共的特征维数是162维。点击这里进入下载界面。2. P. Dollar的cuboids角点检测,方法大致是用1D的gabor进行滤波。检测到角点之后,作者的实验表明直接用cuboids里面的梯度原创 2013-03-31 00:17:36 · 3490 阅读 · 2 评论 -
manifold learning matlab code 一个流行学习的matlab代码
一个流行学习demo,并且有源代码里面实现的代码有一下文章:MDS Michael Lee's MDS codeISOMAP J.B. Tenenbaum, V. de Silva and J. C. Langford. A global geometric framework for nonlinear dimensionality reducti原创 2013-03-31 00:19:30 · 3754 阅读 · 0 评论 -
sparse coding在线学习及其代码
一个在线的sparse coding学习算法,最近很多应用类的文章都用这个算法。The SPArse Modelling Software (SPAMS) can be downloaded here. It includes fast implementations of LARS, OMP, a dictionary learning algorithm and its原创 2013-03-31 00:21:56 · 3078 阅读 · 0 评论 -
快速边缘检测及代码
2011年CVPR,MIT的Jason Chang发表了一篇文章:Efficient MCMC Sampling with Implicit Shape Representations 主要用于边缘检测。速度是普通方法的50,000倍(In contrast to previous methods, BFPS easily and efficiently handles topological原创 2013-03-31 00:23:04 · 2905 阅读 · 1 评论 -
David G. Lowe课题组 Fully Automatic Multi-target Tracking System
这个多目标跟踪系统是由SIFT提出者David G. Lowe课题组完成的,所对应的论文:A Boosted Particle Filter: Multitarget Detection and Tracking 获得Best Paper prize in Cognitive Vision,代码可以从项目主页上面下载.原创 2013-03-31 00:15:50 · 2132 阅读 · 1 评论 -
图像运动去模糊代码Efficient Deblurring for Shaken and Partially Saturated Images
作者主页:http://www.di.ens.fr/~whyte/论文:Efficient Deblurring for Shaken and Partially Saturated Images http://www.di.ens.fr/willow/research/saturation/Non-uniform Deblurring for Shaken Ima原创 2013-04-03 10:37:42 · 5373 阅读 · 1 评论