ai 分形艺术_作为艺术家的AI?-程序员宅基地

技术标签: python  

ai 分形艺术

In order to determine whether or not AI can be creative in itself, one must consider the definition and boundaries of “creativity” itself. There are cases where creations made completely by an AI system are treated as examples of a creative process at work, such as paintings and artworks made through a GAN system. There are also cases where an AI system acts as a source of inspiration that leads to creative work, such as the generation of patterns, which can be used within a design of any kind.

为了确定AI本身是否具有创造力,必须考虑“创造力”本身的定义和界限。 在某些情况下,完全由AI系统完成的创作被视为工作中创造性过程的示例,例如通过GAN系统完成的绘画和艺术品。 在某些情况下,人工智能系统会充当灵感来源,从而引发创造性工作,例如可以在任何类型的设计中使用的图案生成。

There are three simple categories to creativity according to Margaret A. Boden from the University of Sussex: combinational, exploratory, and transformational. Combinational creativity can be described as combinational in theory — ideas are formed from familiar concepts and ideas. Exploratory creativity focuses on the generation of new ideas by exploring the boundaries of a certain idea and bring out new potential. The last one, transformational creativity, attempts to transform concepts through a new dimension, resulting in something completely different.

萨塞克斯大学的玛格丽特·博登(Margaret A. Boden)认为,创造力分为三个简单的类别:组合性,探索性和变革性。 组合创造力可以说是理论​​上的组合-想法是由熟悉的概念和想法形成的。 探索性创造力通过探索某个想法的边界并发掘新的潜力来专注于新想法的产生。 最后一个是变革性创造力,它试图通过一个新的维度来转变概念,从而产生完全不同的东西。

It can be seen through these categories that current AI systems usually fall under the first two categories. Data is fed to the system, and something new is created out of the set data that has been received. The third category of creativity, however, can be argued that it requires human effort. The ability to create a concept that reaches outside of its own set dimensions requires human intelligence. In this way, the current state of AI can be creative within a limited boundary. What is most important about this concept is that the AI can be vastly creative in a combinational sense, in that it can achieve faster results compared to humans. Having a creative concept that is created through an AI-assisted process will be significantly greater than one without in terms of produced data sets.

通过这些类别可以看出,当前的AI系统通常属于前两个类别。 数据被馈送到系统,并从已接收的设置数据中创建一些新内容。 但是,可以说第三类创造力需要人类的努力。 创建超出其自身设定范围的概念的能力需要人类的智慧。 这样,AI的当前状态可以在有限的边界内发挥创造力。 这个概念最重要的是,人工智能可以在组合意义上发挥巨大的创造力,因为与人类相比,它可以更快地取得成果。 通过AI辅助流程创建的创意概念将远远大于没有产生的数据集的创意。

In this example below, my group and I created a GAN model using RunwayML that generates an image that mimics Japanese manga covers. These generated images would have been difficult to replicate solely on human effort. On top of that, the generated images mimic the overall color schemes and location of the lettering for the manga titles but do not spell anything out. Although this model could be improved upon by separating various aspects of the manga covers into variables and running a GAN model through each of these variables, the results from this model itself show images that are unlike anything the world has ever seen.

在下面的示例中,我和我的团队使用RunwayML创建了GAN模型,该模型生成的图像模仿日本漫画的封面。 这些生成的图像如果仅靠人工就很难复制。 最重要的是,生成的图像模仿了漫画标题的整体配色方案和刻字位置,但没有说明任何内容。 尽管可以通过将漫画封面的各个方面分成变量并通过每个变量运行GAN模型来改进此模型,但是该模型本身的结果显示的图像与世界上任何事物都不一样。

This video shows how the model is attempting to recreate the lettering for the manga cover on the top and bottom sections. It is also trying to recreate a character model or face in the middle.
该视频显示了模型如何尝试为顶部和底部的漫画封面重新创建字母。 它还尝试在中间重新创建角色模型或面Kong。

Although the GAN model was unsuccessful at creating a “fake” manga cover, it shed light on the aspect of creativeness within AI. Despite the images produced by the GAN model is unique, it is difficult to declare these images as “creative” in nature (at least, in the transformational perspective). If these images were used as, for example, an album cover or a book cover, then perhaps it can be considered creative in the sense that we, as humans, have used the images and placed creative meaning into it.

尽管GAN模型无法成功创建“假”漫画封面,但它揭示了AI内部的创造力。 尽管GAN模型产生的图像是唯一的,但实际上很难将这些图像声明为“创意”(至少从转换角度而言)。 如果将这些图像用作相册封面或书籍封面,那么就我们人类而言,使用这些图像并赋予其创造性意义就可以认为它是创造性的。

A prototype GAN model for this manga cover maker used birds as a base model, resulting in the manga cover images undertaking some bird-like aspects. The colors seem to take on a specific color scheme, with patterns of feathers seen in some of the images. In cases such as these, although unintentional, it can spark new ideas for designs. In this way, humans can take advantage of the boundless nature of AI’s combinational and exploratory creativity and use it to create something transformative in nature.

该漫画封面制造商的GAN模型原型使用鸟类作为基本模型,从而使漫画封面图像具有类似鸟类的特征。 颜色似乎采用特定的配色方案,在某些图像中看到羽毛图案。 在这种情况下,尽管不是故意的,但它可以激发设计的新思路。 这样,人类可以利用AI的组合性和探索性创造力的无限本质,并利用它来创造本质上具有变革性的东西。

Image for post

A more direct example of AI being used as a tool for creativity are programs that revolve around the camera.

AI作为创造力工具的一个更直接的例子是围绕相机的程序。

The website above utilizes the camera to detect what kind of hand gesture is being made. In response, the program would throw out a sign that makes it so that it would lose every time in rock-paper-scissors. The original model was a rock-paper-scissors machine that would always win against the player. Although relatively simple, this website illustrates how beneficial AI can be in creating new and exciting concepts. Although the program itself is not necessarily creative, it can lead to creative creations when combined with human intelligence.

上面的网站利用摄像头来检测正在做出哪种手势。 作为响应,该程序将抛出一个使它消失的信号,从而每次在剪刀石头布中都会丢失。 最初的模型是一台剪刀石头布的机器,总是会与玩家胜出。 尽管相对简单,但该网站说明了AI在创建新的令人兴奋的概念方面有多么有益。 尽管程序本身不一定具有创造力,但与人类智能相结合,它可以带来创造力。

This project, in turn, branched into another interactive page where the camera detects the facial gesture that is made and sends feedback in the form of an emoji. The concept of this program is to show how simple it can be to integrate facial detection and recognition through AI. The creative aspect of this requires human interaction, however.

反过来,该项目又分支到另一个交互式页面,在该页面中,相机检测到所做出的面部手势,并以表情符号的形式发送反馈。 该程序的概念旨在展示通过AI集成面部检测和识别有多么简单。 但是,这种创造力需要人与人之间的互动。

With all of these observations, however, the argument of whether or not AI can be creative in an artistic sense can be traced back to what creativity is in the first place, and what art is in itself. Seeing AI designs by itself is different from seeing a design that is AI-assisted. Does art require a deep and meaningful background for it to be considered valuable? By that logic, AI designs can never be considered creative. Although the topic of “art” can be subjective, modern-day AI technology is similar to a pen, in that by adding a human aspect to it, the tool becomes a means to creative output. The bigger question lies in the future of AI, however. As AI develops into something that is more and more difficult to distinguish between human creation, the question of whether or not AI can be considered an artist must be reevaluated.

但是,通过所有这些观察,关于AI是否可以在艺术意义上发挥创造力的争论可以追溯到首先创造力是什么,以及艺术本身是什么。 单独看到AI设计与看到AI辅助设计是不同的。 艺术是否需要深厚且有意义的背景才能被视为有价值? 按照这种逻辑,永远不能认为AI设计具有创造力。 尽管“艺术”的主题可能是主观的,但现代的AI技术类似于笔,因为它通过增加人性化的方式,使该工具成为创造性输出的一种手段。 然而,更大的问题在于人工智能的未来。 随着AI发展成为越来越难以区分人类创造的事物,必须重新评估是否可以将AI视为艺术家的问题。

翻译自: https://medium.com/sfc-interaction-design-class-2020-spring/ai-as-an-artist-b94439bf529a

ai 分形艺术

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/weixin_26752075/article/details/108498797

智能推荐

大象机器人开源六轴协作机械臂myCobot 320 手机摄影技术!

这些问题标志着我后续研究的重点方向,需要我继续深入学习AVFoundation框架的使用,特别是其控制摄像头的具体方法,并探索如何将这些控制整合到机械臂的运动调整中,以确保最终拍摄出的视频质量符合预期。尽管目前市场上有许多稳定设备如平衡环架(gimbal)来辅助拍摄,以求达到稳定和多角度的拍摄效果,但在此篇文章中,我将探索一种独特的解决方案:通过将手机安装在机械臂的末端来进行拍摄,以实现那些传统方法难以捕捉的特殊视角。随着人工智能技术的不断进步和普及,AI与机器人的结合无疑将成为未来技术发展的重要趋势。

【计算机毕业设计】springboot党员之家服务系统小程序-程序员宅基地

文章浏览阅读342次,点赞6次,收藏8次。党员之家服务系统小程序的功能已基本实现,主要包括首页、个人中心、学生管理、教师管理、任务信息管理、报名信息管理、任务排名管理、学习资料管理、每日打卡管理、交流信息管理、回复信息管理、积极分子管理、党员信息管理、交流论坛、系统管理等。论文主要从系统的分析与设计 、数据库设计和系统的详细设计等几个方面来进行论述,系统分析与设计部分主要论述了系统的功能分析、系统的设计思路,数据库设计主要论述了数据库的设计,系统的详细设计部分主要论述了几个主要模块的详细设计过程。

Failed to discover available identity versions when contacting http://controller:35357/v3. 错误解决方式_caused by newconnectionerror('<urllib3.connection.-程序员宅基地

文章浏览阅读8.3k次,点赞5次,收藏12次。作为 admin 用户,请求认证令牌,输入如下命令openstack --os-auth-url http://controller:35357/v3 --os-project-domain-name default --os-user-domain-name default --os-project-name admin --os-username admin token issue报错Failed to discover available identity versions whe._caused by newconnectionerror('

学校机房统一批量安装软件的方法来了_教室电脑 一起装软件-程序员宅基地

文章浏览阅读4.5k次。​可以在桌面安装云顷还原系统软件,利用软件中的网络对拷功能部署批量对拷环境,进行电脑教室软件的批量对拷安装与增量对拷安装。​_教室电脑 一起装软件

消息队列(kafka/nsq等)与任务队列(celery/ytask等)到底有什么不同?_任务队列和消息队列-程序员宅基地

文章浏览阅读3.1k次,点赞5次,收藏7次。原文链接:https://www.ikaze.cn/article/43写这篇博文的起因是,我在论坛宣传我开源的新项目YTask(go语言异步任务队列)时,有小伙伴在下面回了一句“为什么不用nsq?”。这使我想起,我在和同事介绍celery时同事说了一句“这不就是kafka吗?”。那么YTask和nsq,celery和kafka?他们之间到底有什么不同呢?下面我结合自己的理解。简单的分析一..._任务队列和消息队列

Java调KT类_java 调用kt 对象-程序员宅基地

文章浏览阅读1.5k次。1,MyUtuils.kt将被调用的文件class MyUtils { fun show(info:String){ println(info) }}fun show(info:String){ println(info)}2,Java文件调用该类,ClientJava.javapublic class ClientJava { public static void main(String[] args) { /** _java 调用kt 对象

随便推点

论文阅读--Search to Distill

标准的知识蒸馏(KD)方法将笨重的教师模型的知识蒸馏到具有预定义架构的学生模型的参数中。然而,神经网络的知识,即网络在给定输入条件下的输出分布,不仅取决于其参数,还取决于其架构。因此,对于KD的一种更广义的方法是将教师的知识蒸馏到学生的参数和架构中。为了实现这一点,我们提出了一种新的基于架构的知识蒸馏(AKD)方法,该方法找到最适合蒸馏给定教师模型的学生模型(对于教师来说是珍珠)。具体来说,我们利用带有我们的KD引导奖励的神经架构搜索(NAS)来搜索最适合给定教师模型的学生架构。

Docker知识点汇总表格总结

Docker知识比较全面的总结,使用表格总结结合示例,一目了然,运维参考以及面试参考皆可

Matplotlib.pyplot库引入失败?_如何导入 matplotlib.pyplot 导入失败-程序员宅基地

文章浏览阅读174次。用Python的人总少不了与Matplotlib接触,可是我们在引入时Python少不了报错。此时,我们就需要在错误中寻找线索。_如何导入 matplotlib.pyplot 导入失败

uni-app,uni-table表格操作_uniapp table-程序员宅基地

文章浏览阅读8.5k次,点赞2次,收藏11次。使用uni-ui UI框架实现表格加分页功能,uni-table 和uni-pagination 组件的使用示例加完整代码。_uniapp table

HTML5本地存储账号密码

【代码】HTML5本地存储账号密码。

vue.js知识点-transition的钩子函数应用(实例展示)_transition 钩子-程序员宅基地

文章浏览阅读1.6k次。本小结通过transition的钩子函数实现小球半场动画头条-静敏的编程秘诀-vue教程合集知识点1:入场、出厂方法beforeEnter表示动画入场之前,此时,动画尚未开始,可以在beforeEnter中设置元素开始动画之前的起始样式enter表示动画开始之后的样式,这里可是设置小球完成动画之后的,结束状态enter(el,done)el:动画钩子函数的第一个参数:el,..._transition 钩子

推荐文章

热门文章

相关标签