
Paper Reading
wuguangbin1230
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tactile intelligence is the future of robotic grasping
The simple task of picking something up is not as easy as it seems. Not for a robot, at least. Roboticists aim to develop a robot that can pick up anything—but today most robots perform “blind graspin转载 2017-12-08 13:44:38 · 565 阅读 · 0 评论 -
Tactile Sensor and Force Torque Sensor: What's the Difference?
A FT Sensor is a device that is placed between the robot flange (wrist) and the robot tool (end-effector). This device is able to detect force that is applied on the robot tool. For example, if forc转载 2017-12-08 14:37:35 · 625 阅读 · 0 评论 -
Tactile sensor lets robots gauge objects’ hardness and manipulate small tools
A GelSight sensor attached to a robot’s gripper enables the robot to determine precisely where it has grasped a small screwdriver, removing it from and inserting it back into a slot, even when the gri转载 2017-12-08 14:50:05 · 436 阅读 · 0 评论 -
简单理解与实验生成对抗网络GAN(2)
引入Discriminative Model的繁荣发展最近,深度学习在很多领域的突破性进展想必不用我多说了。但大家似乎发现了这样的一个现实,即深度学习取得突破性进展的地方貌似都是discriminative的模型。所谓的discriminative可以简单的认为是分类问题,比如给一张图片,判断这张图片上有什么动物;再比如给定一段语音,判断这段语音所对应的文字。在discriminative的模型上...转载 2018-06-17 17:54:50 · 470 阅读 · 0 评论 -
手把手教你用GAN实现半监督学习(1)
引言本文主要介绍如何在tensorflow上仅使用200个带标签的mnist图像,实现在一万张测试图片上99%的测试精度,原理在于使用GAN做半监督学习。前文主要介绍一些原理部分,后文详细介绍代码及其实现原理。前文介绍比较简单,有基础的同学请掠过直接看第二部分,文章末尾给出了代码GitHub链接。对GAN不了解的同学可以查看微信公众号:机器学习算法全栈工程师 的GAN入门文章。本博客中的代码最终以...转载 2018-06-18 11:45:27 · 1503 阅读 · 1 评论 -
SAGAN——Self-Attention Generative Adversarial Networks
原论文下载地址:Self-Attention Generative Adversarial Networks该文章作者为:Han ZhangGitHub代码实现:pytorch实现摘要部分:本文提出了Self-Attention Generative Adversarial Networks,在注意力机制,远距离依赖(long-range dependency)下来实现了图片生成任...转载 2018-11-07 19:01:09 · 3155 阅读 · 0 评论 -
Domain adaptation for object detection
1. Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation出自:CVPR 2018,源代码中深度学习框架用的Chainer(1)数据集:用PASCAL VOC 做 source domain用他们自己建的:Clipark1k,Watercolor2k和Comic2k...原创 2018-11-30 19:26:46 · 1563 阅读 · 0 评论