From N to N+1: Multiclass Transfer Incremental Learning 代码分析(1)

首先推荐大家看文章:From N to N+1: Multiclass Transfer Incremental Learning

核心细想就是Transfer Incremental Learning

原理图如下:Transfer learning的任务就是检测出小狗,并且系统已经学习到了几种动物(小猫、马)。从有n个类别学习第n+1个类别。

代码组成部分:

Contents
--------

data/                               -- demo data
tmp/                                -- temporary files (e.g. source classifiers)
lib/                                -- algorithm implementations
lib/util                            -- utilities
lib/dogma                           -- parts from DOGMA library
lib/mktl                            -- Multi-Kernel Transfer Learning implementation files
lib/multikt                         -- MultiKT implementation files
lib/tl_baselines/                   -- baseline TL algorithm implementation files
lib/GenericClassifier.m             -- abstract base class for classifiers (kernel computation and generic evaluation routines)
lib/HyperSearch.m                   -- hyperparameter grid search utility class
lib/MulticlassOneVsRest.m           -- multiclass OVA classifier, where binary classfiers can be plugged in
lib/MulticlassRLS.m                 -- multiclass LSSVM classifier
lib/SimpleNplusOne.m                -- Source+1 baseline implementation
lib/SourcePlusOneHingeL.m           -- Source+1 (hinge) baseline implementation
lib/MTKL.m                          -- interface to MKTL (compatibe with generic evaluation framework)
lib/MultiKT.m                       -- interface to MultiKT (compatibe with generic evaluation framework)
lib/PmtSvm.m                        -- interface to PmtSvm (Tabula Rasa) (compatibe with generic evaluation framework)
lib/MultisourceTrAdaBoost.m         -- interface to MultisourceTrAdaBoost (compatibe with generic evaluation framework)
lib/MULTIpLE.m                      -- The MULTIpLE algorithm implementation
NplusoneBenchmark.m                 -- main experiment file; preamble contains its description
时间: 2024-08-29 15:24:41

From N to N+1: Multiclass Transfer Incremental Learning 代码分析(1)的相关文章

201904Online Human Action Recognition Based on Incremental Learning of Weighted Covariance Descriptors

论文标题:Online Human Action Recognition Based on Incremental Learning of Weighted Covariance Descriptors 来源/作者机构情况: 卧龙岗大学,第一次听说这个学校.竟然是在澳大利亚的一个学校.好吧,华人果然全球了 解决问题/主要思想贡献: 使用一个加权协方差因子,来积累前几帧的信息,使用增强学习来实现online learning,可以不用使用分好段的视频来预测动作 成果/优点: 缺点: 反思改进/灵感

Transfer learning & The art of using Pre-trained Models in Deep Learning

原文网址:  https://www.analyticsvidhya.com/blog/2017/06/transfer-learning-the-art-of-fine-tuning-a-pre-trained-model/ Introduction Neural networks are a different breed of models compared to the supervised machine learning algorithms. Why do I say so? Th

笔记:Deep transfer network: unsupervised domain adaptation

这篇文章里提出了一种用MMD来同时对两个域上的marginal distribution和conditional distribution进行约束的迁移网络. 具体而言,用MMD来对两个域(源域和目标域)上的提取到的特征分布进行约束,从而使两个域上的特征分布尽可能相同,这个分布叫做marginal distribution:同时对两个域上的softmax分类结果用MMD来进行约束,使得两个分类结果的分布尽可能相同,这个分布叫做conditional distribution.这两个方面应该和这篇

总结一些机器视觉库

通用库/General Library OpenCV   无需多言. RAVL  Recognition And Vision Library. 线程安全.强大的IO机制.包含AAM. CImg  很酷的一个图像处理包.整个库只有一个头文件.包含一个基于PDE的光流算法. 图像,视频IO/Image, Video IO FreeImage DevIL ImageMagick FFMPEG VideoInput portVideo AR相关/Augmented Reality ARToolKit 

[转]计算机视觉、机器学习相关领域论文和源代码大集合

计算机视觉.机器学习相关领域论文和源代码大集合--持续更新…… [email protected] http://blog.csdn.net/zouxy09 注:下面有project网站的大部分都有paper和相应的code.Code一般是C/C++或者Matlab代码. 最近一次更新:2013-3-17 一.特征提取Feature Extraction: ·         SIFT [1] [Demo program][SIFT Library] [VLFeat] ·         PCA

转载:2013计算机视觉代码合集

转载,原文地址http://blog.csdn.net/daoqinglin/article/details/23607079 -------------------------------------------------------------------------- 来源: http://www.yuanyong.org/cv/cv-code-one.html http://www.yuanyong.org/cv/cv-code-two.html http://www.yuanyong

机器视觉开源代码集合

来源:http://xilinx.eetrend.com/article/8919 一.特征提取Feature Extraction: SIFT [1] [Demo program][SIFT Library] [VLFeat] PCA-SIFT [2] [Project] Affine-SIFT [3] [Project] SURF [4] [OpenSURF] [Matlab Wrapper] Affine Covariant Features [5] [Oxford project] MS

CVPR 2015 papers

CVPR2015 Papers震撼来袭! CVPR 2015的文章可以下载了,如果链接无法下载,可以在Google上通过搜索paper名字下载(友情提示:可以使用filetype:pdf命令). Going Deeper With ConvolutionsChristian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke

[转]机器视觉开源代码集合

一.特征提取Feature Extraction: l  SIFT [1] [Demo program][SIFT Library] [VLFeat] l  PCA-SIFT [2] [Project] l  Affine-SIFT [3] [Project] l  SURF [4] [OpenSURF] [Matlab Wrapper] l  Affine Covariant Features [5] [Oxford project] l  MSER [6] [Oxford project]