摘要: 这是一个一年三篇IF大于7的牛人当我问道他怎么这么强的时候,他给我看的院士导师传授的发文章秘笈。看了实在是心中有一种感觉,特奉献出来一、研究生必备四本俗话说好记性不如烂笔头,所以一定要首先养成做笔记的好习惯!作为研究生下面这几个本子是必不可少的1,实验记录本(包括试验准备本),这当然首当其冲必不可少... 阅读全文
posted @ 2014-09-28 23:47 DeepVL 阅读(263) 评论(0) 推荐(0) 编辑
摘要: "Two monks were on a pilgrimage. One day, they came to a deep river. At the edge of the river, a young woman sat weeping because she was afraid to cro... 阅读全文
posted @ 2014-09-28 23:47 DeepVL 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 1、吕雉 汉王朝创始人汉高祖刘邦的正配夫人。是中国历史上三大女性统治者(吕后,武则天,慈禧太后)的第一个。 她为人有谋略而性残忍,在刘邦翦除异姓诸侯王的过程中起了很大作用。 她虽为女流,但不乏政治家的风度,不管是帮助刘邦打天下还是把持政事,每每从容不迫,识破奸人计谋,化险为夷... 阅读全文
posted @ 2014-09-28 23:47 DeepVL 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1.写文章,多发表个人见解,增加个人思考机会;2.大量看书,自学,但一定要选好书;3.多和圈里高手交流,听君一席话,胜读十年书,遇到不懂的多请教;4.建立个人文件管理系统,不断整理自己的原创;5.参加系统学习,找到短板,快速学习;6.实践,大量实践! 阅读全文
posted @ 2014-09-28 23:47 DeepVL 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1. 两个定义协同显著性:在一组相似的图像中发现unique object (D. Jacobs 2010)// 从多幅图像中发现共有的显著性协同分割:将两张或是多张图像中相似的对象分割感出来2. co-saliency与co-segmentation之间的区别在非监督的co-segmentatio... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 1.Borji, A., Sihite, D.N., Itti, L.: Quantitative analysis of human-model agreementin visual saliency modeling: a comparative study. IEEE Trans. Image... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(191) 评论(0) 推荐(0) 编辑
摘要: CVPR2013Tutorial: Visual Saliency Modeling:http://techtalks.tv/events/315/603/ECCV2008http://www.cse.yorku.ca/~albertlr/attention_tutorial_eccv2008.ht... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1 :: Because You Have Not Failed EnoughBecause you are comfortable in your mediocrity; because you choose not to try.Because it is easier to talk abou... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(153) 评论(0) 推荐(0) 编辑
摘要: http://gnumex.sourceforge.net/ 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 在进行windows下的mex时(用VC),会出现这种莫名的错误,原因:Visual Studio only supports C89. That means that all of your variables must be declared before anything else at th... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Fill image regions and holes. BW2 = imfill(BW1,LOCATIONS) performs a flood-fill operation on background pixels of the input binary image BW1, starti... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(768) 评论(0) 推荐(0) 编辑
摘要: 基于梯度下降的方法(Gradient descent based algorithms):1. Watershed,1991.Luc Vincent and Pierre Soille. Watersheds in digital spaces: An ef?cient algorithm base... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(742) 评论(0) 推荐(0) 编辑
摘要: 一般情况下,x=a\b是方程a*x =b的解,而x=b/a是方程x*a=b的解。例:a=[123; 426; 749]b=[4; 1; 2];x=a\b则显示:x= -1.5000 2.0000 0.5000如果a为非奇异矩阵,则a\b和b/a可通过a的逆矩阵与b阵得到: a\b ... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 一件事,某个人,你若放弃,可以找到万千理由,但你要真的放下,过后别回头,别懊悔,别无端的折磨自己。如果放不下,那就再咬牙坚持,在绝望中寻求生机,在卑微中强健身心,潜心笃行者终尝所愿,坚忍不拔者多能功成。要经常对自己说:我想得到,我一定行,我能撑住,我不服输,我不后悔。 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1. Python/C++/R/Java - you will probably want to learn all of these languages at some point if you want a job in machine-learning. Python's Numpy and ... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(165) 评论(0) 推荐(0) 编辑
摘要: On Being a Successful Graduate Student in the Sciences? John N. ThompsonDepartment of Ecology and Evolutionary BiologyUniversity of California, Santa ... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(205) 评论(0) 推荐(0) 编辑
摘要: AbstractThis paper attempts to raise some issues that are importantfor graduate students to be successful and to get as muchout of the process as poss... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 4 Becoming Part of the Research CommunityOne of the most important things a graduate student should do is to become established as part of the researc... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 1. 本文实在10年的ACM MM会议论文的基础上进行扩展的2. 显著性计算过程:用adaptive mean shift进行超像素分割用平均颜色表示超像素将超像素集合做为GMM的输入,得到K个cluster计算每一个cluster的compatness,并作为cluster的显著性 (假设:背景区... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 针对已有的方法中存在的问题:Itti模型,针对Itti模型进行的扩展的显著性检测方法,以及光谱剩余假说系列的方法过分强调小的,局部特征,对对象级别的应用不适合;对图像的全局属性进行建模的方法,虽然能够将整个对象较好地检测出来,但是计算复杂度高;综上找到一种compact并且有效的表示方法很有必要。这... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(166) 评论(0) 推荐(0) 编辑