码迷,mamicode.com
首页 >  
搜索关键字:论文笔记    ( 169个结果
论文笔记-RCNN
CAFFE玩了也有段时间了,现在开始准备研究一下物体检测,现在知道的有RCNN、spp-net、Fast-RCNN和Faster-RCNN,作为菜鸟我还是从头学习,决定先看RCNN,因为有项目要做还要上课,可能得用一段时间才能看完,慢慢写,开始以翻译为主,以后有自己的想法了再慢慢更新,如果有理解错误...
分类:其他好文   时间:2015-11-16 19:34:57    阅读次数:198
论文笔记《Fully Convolutional Networks for Semantic Segmentation》
《Fully Convolutional Networks for Semantic Segmentation》,CVPR 2015 best paper,pixel level, fully supervised。 主要思路是把CNN改为FCN,输入一幅图像后直接在输出端得到dense prediction,也就是每个像素所属的class,从而得到一个end-to-end的方法来实现ima...
分类:Web程序   时间:2015-08-02 13:46:28    阅读次数:524
论文笔记《Feedforward semantic segmentation with zoom-out features》
《Feedforward semantic segmentation with zoom-out features》,CVPR 2015 这篇文章的方法是superpixel-level的,主要是基于CNN实现,是fully supervised。 首先对输入图像以superpixel为单位提取CNN特征(使用VGG16),然后把这些特征作为CNN classifier(使用image...
分类:其他好文   时间:2015-08-01 23:32:35    阅读次数:304
PCA(principal component analysis)主成分分析法
《Aggregating local descriptors into a compact image representation》论文笔记 在论文中,提取到VLAD特征后,要对特征向量进行PCA降维,就是用一个大小为D’ * D的矩阵M,对VLAD特征向量x做变换,降维后的vector是x’ = Mx,x’的大小是D’维。矩阵M是由原样本的协方差矩阵的D’个特征向量构成。 为什么M要是特征...
分类:其他好文   时间:2015-07-25 23:02:41    阅读次数:220
VLAD特征(vector of locally aggregated descriptors)
《Aggregating local descriptors into a compact image representation》论文笔记 这篇论文中提出了一种新的图片表示方法,也就是VLAD特征,并把它用于大规模图片检索中,得到了很好的实验结果。 目前,BOF在图片检索和分类中应用广泛,首先是因为BOF是基于比较powerful的local特征(如SIFT)得来的,所以表达能力很强;其次是...
分类:其他好文   时间:2015-07-25 12:25:56    阅读次数:885
ADC方法(asymmetric distance computation)
《Aggregating local descriptors into a compact image representation》论文笔记提取到VLAD特征后,要先用PCA降维,然后再用ADC方法对每一幅图像建立索引,这里先介绍ADC方法。ADC方法是对图片库中,除query vector x之外的所有图的vector Y=y1,y2...ynY={y_1,y_2...y_n},做kmeans产...
分类:其他好文   时间:2015-07-25 12:23:20    阅读次数:173
论文笔记:Chaotic Invariants of Lagrangian Particle Trajectories for Anomaly Detection in Crowded Scenes
【原创】Liu_LongPo 转载请注明出处 【CSDN】http://blog.csdn.net/llp1992最近在关注 crowd scene方面的东西,因为某些原因需要在crowd scene上实现 anomaly detection,所以看到了这篇论文,该论文是目前在crowd scene中进行abnormal detection做的最好的,记录下笔记当做学习资料。传统的 anomal...
分类:其他好文   时间:2015-07-23 17:50:20    阅读次数:246
Online Object Tracking: A Benchmark 论文笔记(转)
转自:http://blog.csdn.net/lanbing510/article/details/40411877Factors that affect the performance of a tracing algorithm1 Illumination variation2 Occlusi...
分类:其他好文   时间:2015-07-20 15:54:34    阅读次数:160
隐性反馈行为数据的协同过滤推荐算法
隐性反馈行为数据的协同过滤推荐算法 《Collaborative Filtering for Implicit Feedback Datasets》论文笔记 本文是我阅读《CollaborativeFiltering for Implicit Feedback Datasets》论文的笔记,介绍的是对于隐性反馈行为数据协同过滤算法,采取的是隐语义模型(LFM),求解方式是ALS...
分类:编程语言   时间:2015-07-16 22:11:37    阅读次数:250
论文笔记:Faster R-CNN:Towards Real-Time Object Detection with Region Proposal Networks
论文笔记:Faster R-CNN:Towards Real-Time Object Detection with Region Proposal Networks文章: http://arxiv.org/abs/1506.01497 源码:坐等。。。。目录:论文笔记 Faster R-CNNTowards Real-Time Object Detection with Region Propo...
分类:Web程序   时间:2015-06-17 09:48:32    阅读次数:13336
169条   上一页 1 ... 12 13 14 15 16 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!