ai人工智能

Welcome to My Week in AI! Each week this blog will have the following parts:

欢迎来到AI的我周! 每个星期,该博客将包含以下部分:

  • What I have done this week in AI我这周在AI所做的工作
  • An overview of an exciting and emerging piece of AI research激动人心的新兴AI研究概述

进度更新 (Progress Update)

交互式可视化数据 (Visualizing Data Interactively)

I’ve spent this week working on a dashboarding project using Plotly and Dash. Dashboarding is new for me, and I have been excited to learn Dash whilst building something with real data. I have found Dash very easy to use and intuitive, mostly due to the fact that it is a declarative and reactive library. Similar to Altair, which I spoke about in Part 3, Dash is an all-Python library, making it very easy for data scientists like myself to develop interactive and aesthetically pleasing dashboards.

我本周已经在使用Plotly和Dash进行仪表板项目上工作。 仪表板对我来说是新的,我很高兴学习Dash,同时使用实际数据构建东西。 我发现Dash非常易于使用和直观,主要是因为Dash是一个声明式和React式库。 与我在第3部分中谈到的Altair相似,Dash是一个全Python库,使像我这样的数据科学家很容易开发交互式且美观的仪表板。

I’ve also spent some time at the Spark + AI Summit by Databricks, which started on Monday and is a conference that I have been greatly looking forward to. I am especially interested in the talks on productionizing machine learning models and on using MLflow, and I’ll be sharing my thoughts and reactions in next week’s blog.

我还在Databricks举办的Spark + AI峰会上度过了一段时间,该峰会于周一开始,是我非常期待的会议。 我对有关生产机器学习模型和使用MLflow的演讲特别感兴趣,我将在下周的博客中分享我的想法和React。

热门AI文章: (Trending AI Articles:)

1. Natural Language Generation:The Commercial State of the Art in 2020

1.自然语言的产生:2020年的商业发展现状

2. This Entire Article Was Written by Open AI’s GPT2

2.此整篇文章由Open AI的GPT2撰写

3. Learning To Classify Images Without Labels

3.学习对没有标签的图像进行分类

4. Becoming a Data Scientist, Data Analyst, Financial Analyst and Research Analyst

4.成为数据科学家,数据分析师,财务分析师和研究分析师

新兴研究 (Emerging Research)

生成模型的模型反转攻击 (Model Inversion Attacks with Generative Models)

The major AI research event that took place over the last week was CVPR 2020 — the pre-eminent computer vision conference. There were many fascinating papers submitted as always, so I decided that the research I would present this week should be from that conference. One paper that caught my eye was ‘The Secret Revealer: Generative Model-Inversion Attacks against Deep Neural Networks’ by Zhang et al., a research team from China and the US¹. In this research, they demonstrated a novel model-inversion attack method, which was able to extract information about training data from a deep neural network.

上周发生的主要AI研究活动是CVPR 2020,这是杰出的计算机视觉会议。 一如既往地提交了许多引人入胜的论文,因此我决定本周要发表的研究应该来自该会议。 来自中国和美国的研究小组Zhang等人的论文《我的秘密揭密者:针对深层神经网络的生成模型逆转攻击》引起了我的注意。 在这项研究中,他们展示了一种新颖的模型反转攻击方法,该方法能够从深度神经网络中提取有关训练数据的信息。

Model-inversion attacks are especially dangerous with models that use sensitive data for training, for example healthcare data, or facial image datasets. The running example used in this research was a white-box attack on a facial recognition classifier, to expose the training data and recover the face images. The researchers’ method involved training GANs on public ‘auxiliary data,’ which in their example was defined as images in which the faces were blurred. This encourages the generator to produce realistic images. The next step was to use the trained generator to then recover the missing sensitive regions in the image; this step was framed as an optimization problem.

对于使用敏感数据进行训练的模型(例如医疗保健数据或面部图像数据集),模型反转攻击尤其危险。 本研究中使用的运行示例是对面部识别分类器的白盒攻击,以暴露训练数据并恢复面部图像。 研究人员的方法涉及对GAN进行有关公共“辅助数据”的训练,在他们的示例中,辅助数据被定义为面部模糊的图像。 这鼓励生成器生成逼真的图像。 下一步是使用训练有素的生成器,然后恢复图像中丢失的敏感区域。 此步骤被视为优化问题。

Proposed attack method¹
建议的攻击方法¹

The researchers found that their method performed favorably in this task when compared with previous state-of-the-art methods. They also made two further empirical observations that I would like to reiterate. First, that models with high predictive power can be attacked with higher accuracy because such models are able to build a strong correlation between features and labels; this characteristic is exactly what is exploited in model inversion attacks. Second, differential privacy could not protect against this method of attack, as it does not aim to conceal the private attributes of the training data — it only obscures them with statistical noise. This raises questions about models that rely on differential privacy for information security.

研究人员发现,与以前的最新方法相比,他们的方法在此任务中表现出色。 他们还提出了另外两个经验性观察,我想重申一下。 首先,具有较高预测能力的模型可以以较高的精度进行攻击,因为此类模型能够在要素和标签之间建立强大的相关性; 此特征正是模型反转攻击中利用的特征。 其次,差异性隐私无法防止这种攻击方法,因为它并不旨在隐藏训练数据的私有属性,只会使统计数据模糊它们。 这就提出了关于依赖差异隐私保护信息安全的模型的问题。

Artificial Intelligence Jobs
人工智能工作

从2D图像无监督学习3D对象 (Unsupervised Learning of 3D Objects from 2D Images)

I also wanted to mention the Best Paper Award winner from CVPR 2020, ‘Unsupervised Learning of Probably Symmetric Deformable 3D Objects from Images in the Wild,’ by Wu et al². They proposed a method of learning 3D objects from single-view images without any external supervision. The researchers centered their method on an autoencoder that draws information based on the depth, albedo, viewpoint and illumination of the input image. Many of the results they presented in their paper were noteworthy, and I highly recommend reading it and trying their demo (which is available on their Github page).

我还想提到CVPR 2020的最佳论文奖获得者,Wu等人的“从野外图像中可能对称对称可变形3D对象的无监督学习”。 他们提出了一种无需任何外部监督即可从单视图图像学习3D对象的方法。 研究人员将他们的方法集中在自动编码器上,该自动编码器根据输入图像的深度,反照率,视点和照明度绘制信息。 他们在论文中提出的许多结果都值得注意,我强烈建议阅读并尝试他们的演示(可在Github页上找到)。

Join me next week for my thoughts on the Spark + AI summit, and an overview of a piece of exciting and emerging research. Thanks for reading and I appreciate any comments/feedback/questions.

下周加入我,对Spark + AI峰会发表看法,并概述一些令人兴奋和新兴的研究。 感谢您的阅读,我非常感谢任何评论/反馈/问题。

翻译自: https://becominghuman.ai/my-week-in-ai-part-5-9543453bfd90

ai人工智能


http://www.taodudu.cc/news/show-1873791.html

相关文章:

  • ai人工智能_AI如何帮助截肢者?
  • 全球100ai顶尖科学家_如何为顶尖学校学习AI撰写成功的目标陈述
  • 颜色 透明度 算法_通过问责制和透明度减少算法偏差
  • ai人工智能的本质和未来_人工智能简介:这就是未来
  • 提高excel生产力_1.提高员工生产力和工作满意度
  • 联合国devnet_联合国人权可能会适用于人工智能,如果是这样,考虑一下自动驾驶汽车的奇怪案例
  • openai-gpt_OpenAI的GPT-3:货物崇拜编程人员的终结
  • ai人工智能_相信AI?
  • 机器学习 数据间的定义_定义数据科学,机器学习和人工智能
  • ai/ml_您应该在本周(7月18日)阅读有趣的AI / ML文章
  • jpl数据下载_火星上的AI:喷气推进实验室(JPL)的Tom Soderstrom访谈
  • 脓毒症观察实践
  • ai人工智能操控什么意思_为什么AI会(永远)接管
  • 深度学习后向算法的直观理解_强化学习的直观介绍
  • 蓝牙hci主要作用是什么_我的“我”是您的“您”:为什么为HCI精调Deixis很困难
  • 误用检测_如何(不)在创业中误用人工智能
  • ai 文案_AI是UX文案的未来吗?
  • 立法者在民权受到侵蚀时忽略了黑匣子算法
  • 回答问题人工智能源码_回答21个最受欢迎的人工智能问题
  • ai面向分析_2020年面向企业的顶级人工智能平台
  • 2060显卡驱动最新版本_堪比显卡界中的小米,价格屠夫,1999的铭瑄RTX2060终结者体验...
  • 多屏互动电脑版_手机、电脑屏幕太小怎么办?这4招秒变大屏
  • theymleaf get数据_C#.NET 实体与数据库表的设计思路 - 独立思考者
  • python秒转换成小时分钟秒_3分钟看完漫画~秒懂脑卒中
  • 苹果系统和安卓系统的区别_Android和iPhone的区别?还不如说安卓系统和IOS系统的差别...
  • java是什么_Java是什么?Java的特点有哪些?
  • 并联串联混合的电压和电流_如何从本质上判断电压表测量谁的电压?
  • case when 效率_采用机械涡轮复合增压系统优化7.8 L柴油机的 稳态效率和排放性能...
  • ffmpeg drawtext 背景_8款电视背景墙:电视背景墙这样装,不仅省钱还作用多!效果大不一样!...
  • div搜索框与按钮不在一行_这款漫画资源搜索软件,堪称二次元迷的必备神器!...

ai人工智能_我的人工智能周:第5部分相关推荐

  1. 人工智能ai 学习_学习代理| 人工智能

    人工智能ai 学习 Learning is an important part of human behavior. It is the first step in the development p ...

  2. python 工业自动化 人工智能_浅谈人工智能神经网络与工业自动化

    过去称为自动化的产品现在更名为人工智能.一些学校甚至将自动化专业直接划分为人工智能神经网络. 共同点:工业自动化表示是知识的应用来解决问题. 区别:知识是人类发现的还是机器本身从数据中提取的. 自动化 ...

  3. ai决策_人工智能时代的决策

    ai决策 Possible consequences of decisions algorithms make on our behalf 决策算法可能代表我们做出的可能后果 Imagine you ...

  4. ai 计算机视觉_人工智能中的计算机视觉

    ai 计算机视觉 While a three-year-old child has a lot to learn about the world, one thing that he is alrea ...

  5. 神码ai人工智能写作机器人_真正的人工智能和机器学习的未来

    神码ai人工智能写作机器人 "Is there a true AI?" This is one question that a lot of experts in the indu ...

  6. 易于使用的人工智能_使AI更易于访问

    易于使用的人工智能 重点 (Top highlight) 人工智能 (Artificial Intelligence) According to McKinsey, a lack of underst ...

  7. 人工智能ai思维_人工智能系统如何学习创造性思维

    人工智能ai思维 In such a hot situation of artificial intelligence, there have been many examples of using ...

  8. 深度学习 对比两张图片的差异_什么是人工智能、机器学习和深度学习,三者之间又有什么差异?...

    深度学习改变了很多产业,吴恩达(Andrew Ng)曾在他的推特上这样描述:Artificial Intelligence is the new electricity!(人工智能犹如新型电力!)电能 ...

  9. python人工智能方向怎么学_如何学习人工智能

    人工智能(Artificial Intelligence),英文缩写为AI它是研究.开发用于模拟.延伸和扩展人的智能的理论.方法.技术及应用系统的一门新的技术科学.现在随着时代的发展,AI的应用也越来 ...

  10. 【AI测试】什么是人工智能, 怎么测试人工智能 (AI)项目

    原文链接:https://blog.csdn.net/lhh08hasee/article/details/81748680 作者:凌晨点点 人工智能测试 什么是人工智能,人工智能是怎么测试的.可能是 ...

最新文章

  1. 自动化测试工具的选择
  2. 高性能HTTP加速器varnish实践
  3. java 时间生成字符串_java随机生成时间字符串的方法
  4. 【渝粤教育】 国家开放大学2020年春季 1013金融统计分析 参考试题
  5. 体验paddle2.0rc版本API-Model--实现Mnist数据集模型训练
  6. OpenHarmony移植案例:如何适配服务启动引导部件bootstrap_lite
  7. 凤凰系统无法更新play服务器,凤凰OS:麦克风设置的问题
  8. java编写一个测试类_java写一个类,并测试它
  9. 数据挖掘 应用案例集
  10. ElasticSearch的REST APIs 之 索引的状态管理
  11. Activiti会签
  12. Google中Gson的巧妙使用 —————— 开开开山怪
  13. 频域法分析系统详解及个人笔记
  14. 14种异常检测方法汇总
  15. 火影忍者“背后的故事”
  16. 07 仿网易严选微信小程序商城
  17. 程序员mac开发环境配置
  18. 装了就不舍得卸载,4款电脑必装软件,功能实用又免费
  19. ECharts Title文字前添加图片
  20. signal 阻塞与屏蔽

热门文章

  1. hasChildNodes()
  2. Golang包管理工具glide简介
  3. unity UI 之text and image
  4. 眼动追踪技术 Eye tracking总结
  5. 目录 1.1. Vue是什么??客户端mvc框架,,功能类似springmvc 1 1.2. Why?为什么使用它?? 1 1.3. 包括哪些组件与内部构成与原理 1 2. Howto 怎么使用 2
  6. Atitit 微服务之道 attilax著 1. 什么是微服务架构? 1 1.1. 、微服务与SOA的关系 :微服务架架构师面向服务架构(SOA)的一种特定实现 2 1.2. 微服务与康威定律 2 1
  7. Atitit 如何工作积极的心态积极起来
  8. Atitit 文档的格式演变attilax总结
  9. Atitit 项目培训与学校的一些思路总结
  10. Atitit USRqc62204 证书管理器标准化规范