首页 > 最新文献

2020 Second International Conference on Transdisciplinary AI (TransAI)最新文献

英文 中文
Play it again IMuCo! Music Composition to Match your Mood 再放一遍!适合你心情的音乐作品
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00008
Tsung-Min Huang, Hunter Hsieh, Jiaqi Qin, Hsien-Fung Liu, M. Eirinaki
Relating sounds to visuals, like photographs, is something humans do subconsciously every day. Deep learning has allowed for several image-related applications, with some focusing on generating labels for images, or synthesize images from a text description. Similarly, it has been employed to create new music scores from existing ones, or add lyrics to a song. In this work, we bring sight and sound together and present IMuCo, an intelligent music composer that creates original music for any given image, taking into consideration what its implied mood is. Our music augmentation and composing methodology attempts to translate image “linguistics” into music “linguistics” without any intermediate natural language translation steps. We propose an encoder-decoder architecture to translate an image into music, first classifying it into one of predefined moods, then generating music to match it. We discuss in detail how we created the training dataset, including several feature engineering decisions in terms of representing music. We also introduce an evaluation classifier framework used for validation and evaluation of the system, and present experimental results of IMuCo’s prototype for two moods: happy and sad. IMuCo can be the core component of a framework that composes the soundtrack for longer video clips, used in advertising, art, and entertainment industries.
将声音与图像(如照片)联系起来,是人类每天下意识地做的事情。深度学习允许一些与图像相关的应用,其中一些专注于为图像生成标签,或者从文本描述合成图像。同样,它也被用于根据现有乐谱创作新的乐谱,或者为歌曲添加歌词。在这个作品中,我们将视觉和声音结合在一起,呈现IMuCo,一个智能的音乐作曲家,可以为任何给定的图像创作原创音乐,并考虑其隐含的情绪。我们的音乐增强和作曲方法试图将图像“语言学”转化为音乐“语言学”,而不需要任何中间的自然语言翻译步骤。我们提出了一种编码器-解码器架构来将图像转换为音乐,首先将其分类为预定义的情绪之一,然后生成与之匹配的音乐。我们详细讨论了如何创建训练数据集,包括在表示音乐方面的几个特征工程决策。我们还介绍了一个评估分类器框架,用于系统的验证和评估,并给出了IMuCo原型对快乐和悲伤两种情绪的实验结果。IMuCo可以成为一个框架的核心组成部分,为广告、艺术和娱乐行业使用的较长的视频剪辑制作配乐。
{"title":"Play it again IMuCo! Music Composition to Match your Mood","authors":"Tsung-Min Huang, Hunter Hsieh, Jiaqi Qin, Hsien-Fung Liu, M. Eirinaki","doi":"10.1109/TransAI49837.2020.00008","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00008","url":null,"abstract":"Relating sounds to visuals, like photographs, is something humans do subconsciously every day. Deep learning has allowed for several image-related applications, with some focusing on generating labels for images, or synthesize images from a text description. Similarly, it has been employed to create new music scores from existing ones, or add lyrics to a song. In this work, we bring sight and sound together and present IMuCo, an intelligent music composer that creates original music for any given image, taking into consideration what its implied mood is. Our music augmentation and composing methodology attempts to translate image “linguistics” into music “linguistics” without any intermediate natural language translation steps. We propose an encoder-decoder architecture to translate an image into music, first classifying it into one of predefined moods, then generating music to match it. We discuss in detail how we created the training dataset, including several feature engineering decisions in terms of representing music. We also introduce an evaluation classifier framework used for validation and evaluation of the system, and present experimental results of IMuCo’s prototype for two moods: happy and sad. IMuCo can be the core component of a framework that composes the soundtrack for longer video clips, used in advertising, art, and entertainment industries.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"159 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123382365","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Combinatorial Code Classification & Vulnerability Rating 组合代码分类与漏洞评级
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00017
Joseph R. Barr, Peter Shaw, F. Abu-Khzam, Sheng Yu, Heng Yin, Tyler Thatcher
Empirical analysis of source code of Android Fluoride Bluetooth stack demonstrates a novel approach of classification of source code and rating for vulnerability. A workflow that combines deep learning and combinatorial techniques with a straightforward random forest regression is presented. Two kinds of embedding are used: code2vec and LSTM, resulting in a distance matrix that is interpreted as a (combinatorial) graph whose vertices represent code components, functions and methods. Cluster Editing is then applied to partition the vertex set of the graph into subsets representing nearly complete subgraphs. Finally, the vectors representing the components are used as features to model the components for vulnerability risk.
通过对Android氟化物蓝牙堆栈源代码的实证分析,提出了一种新的源代码分类和漏洞评级方法。提出了一种将深度学习和组合技术与简单的随机森林回归相结合的工作流。使用了两种嵌入:code2vec和LSTM,产生一个距离矩阵,该矩阵被解释为一个(组合)图,其顶点表示代码组件、函数和方法。然后应用聚类编辑将图的顶点集划分为代表几乎完全子图的子集。最后,利用表示组件的向量作为特征对组件进行脆弱性风险建模。
{"title":"Combinatorial Code Classification & Vulnerability Rating","authors":"Joseph R. Barr, Peter Shaw, F. Abu-Khzam, Sheng Yu, Heng Yin, Tyler Thatcher","doi":"10.1109/TransAI49837.2020.00017","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00017","url":null,"abstract":"Empirical analysis of source code of Android Fluoride Bluetooth stack demonstrates a novel approach of classification of source code and rating for vulnerability. A workflow that combines deep learning and combinatorial techniques with a straightforward random forest regression is presented. Two kinds of embedding are used: code2vec and LSTM, resulting in a distance matrix that is interpreted as a (combinatorial) graph whose vertices represent code components, functions and methods. Cluster Editing is then applied to partition the vertex set of the graph into subsets representing nearly complete subgraphs. Finally, the vectors representing the components are used as features to model the components for vulnerability risk.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121173260","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Precision HIV Health App, Positive Peers, Powered by Data Harnessing, AI, and Learning 精准艾滋病毒健康应用程序,积极的同伴,由数据利用,人工智能和学习驱动
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00024
Golnoush Asaeikheybari, Cory Hughart, Devansh Gupta, A. Avery, Mary M. Step, Jennifer McMillen Smith, Joshua Kratz, Julia Briggs, Ming-chun Huang
Mobile phone applications provide a new and easy-access platform for delivering tailored human immunodeficiency virus (HIV) and sexually transmitted disease (STD) prevention and care. Recent researches have shown that mobile interventions have positive effects in adhesive to care program, antiretroviral therapy (ART), self-management of disease, and are also critical in decreasing the HIV pandemic, and stigmatization. In this paper, a precision health app, Positive Peers (PP), has been developed collaboratively while enabled by data harnessing, Artificial Intelligence (Al), and learning. Positive Peers is an Android/iOS-based social media app for providing support and information to a young adult subgroup living with HIV who are in strong need of support and motivation. We apply an intervention approach combined with Natural Language Processing (NLP) to help the targeted youth to engage more with the app. Using NLP facilitates the flow of information that has a critical role in decreasing the uncertainty of patients by being injected to useful related information. It further improves the interaction of users of the app while providing a compact platform for users to better find the answers to their questions and concerns. The NLP system has been evaluated in an alpha test.
移动电话应用程序为提供量身定制的人类免疫缺陷病毒(HIV)和性传播疾病(STD)预防和护理提供了一个新的、易于访问的平台。最近的研究表明,流动干预措施在护理方案、抗逆转录病毒治疗(ART)、疾病自我管理方面具有积极作用,并且在减少艾滋病毒流行和污名化方面也至关重要。在本文中,通过数据利用、人工智能(Al)和学习,协作开发了一款精确健康应用程序Positive Peers (PP)。Positive Peers是一款基于Android/ ios的社交媒体应用程序,为强烈需要支持和激励的年轻成年艾滋病毒感染者亚群提供支持和信息。我们采用结合自然语言处理(NLP)的干预方法来帮助目标青少年更多地参与应用程序。使用NLP促进信息流动,通过注入有用的相关信息,在减少患者的不确定性方面发挥关键作用。它进一步提高了应用程序用户的交互性,同时为用户提供了一个紧凑的平台,以便更好地找到他们的问题和关注点的答案。NLP系统已经在alpha测试中进行了评估。
{"title":"Precision HIV Health App, Positive Peers, Powered by Data Harnessing, AI, and Learning","authors":"Golnoush Asaeikheybari, Cory Hughart, Devansh Gupta, A. Avery, Mary M. Step, Jennifer McMillen Smith, Joshua Kratz, Julia Briggs, Ming-chun Huang","doi":"10.1109/TransAI49837.2020.00024","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00024","url":null,"abstract":"Mobile phone applications provide a new and easy-access platform for delivering tailored human immunodeficiency virus (HIV) and sexually transmitted disease (STD) prevention and care. Recent researches have shown that mobile interventions have positive effects in adhesive to care program, antiretroviral therapy (ART), self-management of disease, and are also critical in decreasing the HIV pandemic, and stigmatization. In this paper, a precision health app, Positive Peers (PP), has been developed collaboratively while enabled by data harnessing, Artificial Intelligence (Al), and learning. Positive Peers is an Android/iOS-based social media app for providing support and information to a young adult subgroup living with HIV who are in strong need of support and motivation. We apply an intervention approach combined with Natural Language Processing (NLP) to help the targeted youth to engage more with the app. Using NLP facilitates the flow of information that has a critical role in decreasing the uncertainty of patients by being injected to useful related information. It further improves the interaction of users of the app while providing a compact platform for users to better find the answers to their questions and concerns. The NLP system has been evaluated in an alpha test.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"166 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116304303","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Semi-Exact Exponential-Time Algorithms: an Experimental Study 半精确指数时间算法的实验研究
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00021
M. A. El-Wahab, F. Abu-Khzam, Kai Wang, Peter Shaw
The last decade witnessed an increased interest in exact and parameterized exponential-time algorithms for NP - hard problems. The hardness of polynomial-time approximation of many intractable problems motivated the work on fixed-parameter approximation where polynomial-time is relaxed into FPT -time as long as improved approximation is obtained, most often requiring constant ratio bounds. In this paper we move a step further by investigating the practicality of exponential time approximation (versus FPT-time) as long as obtained solutions are within an additive parameter. The running time of such algorithm would be reduced by some function (factor) of the same parameter. The objective is to obtain a cost-effective trade-off between reduced running time and quality of approximation while providing provably near optimal solutions. We present experimental studies of two problems: Dominating Set and Vertex Cover. Our experiments show that semi-exact algorithms are indeed very promising.
过去十年见证了对NP困难问题的精确和参数化指数时间算法的兴趣增加。许多棘手问题的多项式时间逼近的困难促使了固定参数逼近的工作,只要得到改进的逼近,多项式时间就被放宽为FPT时间,大多数情况下需要常数比界。在本文中,我们进一步研究了指数时间近似(相对于fft时间)的实用性,只要得到的解在一个可加参数内。这种算法的运行时间会被一些相同参数的函数(因子)所缩短。目标是在提供可证明的接近最优解的同时,在减少运行时间和近似质量之间获得经济有效的权衡。我们给出了两个问题的实验研究:支配集和顶点覆盖。我们的实验表明,半精确算法确实非常有前途。
{"title":"Semi-Exact Exponential-Time Algorithms: an Experimental Study","authors":"M. A. El-Wahab, F. Abu-Khzam, Kai Wang, Peter Shaw","doi":"10.1109/TransAI49837.2020.00021","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00021","url":null,"abstract":"The last decade witnessed an increased interest in exact and parameterized exponential-time algorithms for NP - hard problems. The hardness of polynomial-time approximation of many intractable problems motivated the work on fixed-parameter approximation where polynomial-time is relaxed into FPT -time as long as improved approximation is obtained, most often requiring constant ratio bounds. In this paper we move a step further by investigating the practicality of exponential time approximation (versus FPT-time) as long as obtained solutions are within an additive parameter. The running time of such algorithm would be reduced by some function (factor) of the same parameter. The objective is to obtain a cost-effective trade-off between reduced running time and quality of approximation while providing provably near optimal solutions. We present experimental studies of two problems: Dominating Set and Vertex Cover. Our experiments show that semi-exact algorithms are indeed very promising.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"111 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131951193","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimally Balanced Orientation of Graphs 图的最佳平衡方向
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00022
Joseph R. Barr, Peter Shaw, F. Abu-Khzam
Every graph has orientation $delta$ with the property that the indegree and outdegree of each vertex differ by no more than a unity. For a subset A of vertices of a digraph D the indegree of A is the number of arcs pointing into A and the outdegree of A is the number of arcs pointing out of A. The flux at A is the difference of the two (‘in’ minus ‘out’.) For a fixed graph G consider the set $triangle$ of all orientations of G. We calculate “worstcase” flux as the “min-max” flux: the maximum flux over all subsets of vertices and the minimum over all orientations. The min-max flux over A with respect to orientation $delta$ is the “flux” of the graph $phi_{delta}(A)$ wherebegin{equation*}min_{deltaindelta A}max_{subset V}phi(A;delta). tag{1}end{equation*}An orientation $delta$ of G achieving the min-max is said to be optimally-balanced. In this paper we characterize optimally-balanced graphs.
每个图都有方向$delta$,其属性是每个顶点的度数和出度数相差不超过一个单位。对于有向图D的顶点子集a, a的度数是指向a的弧的数量,a的出度数是指向a的弧的数量。a处的通量是两者之差(in - out)。对于固定图G,考虑G的所有方向的集合$triangle$。我们将“最坏情况”通量计算为“最小-最大”通量:所有顶点子集上的最大通量和所有方向上的最小通量。A上相对于方向$delta$的最小-最大通量是图形$phi_{delta}(A)$的“通量”,其中begin{equation*}min_{deltaindelta A}max_{subset V}phi(A;delta). tag{1}end{equation*} G的方向$delta$达到最小-最大被称为最优平衡。在本文中,我们刻画了最优平衡图。
{"title":"Optimally Balanced Orientation of Graphs","authors":"Joseph R. Barr, Peter Shaw, F. Abu-Khzam","doi":"10.1109/TransAI49837.2020.00022","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00022","url":null,"abstract":"Every graph has orientation $delta$ with the property that the indegree and outdegree of each vertex differ by no more than a unity. For a subset A of vertices of a digraph D the indegree of A is the number of arcs pointing into A and the outdegree of A is the number of arcs pointing out of A. The flux at A is the difference of the two (‘in’ minus ‘out’.) For a fixed graph G consider the set $triangle$ of all orientations of G. We calculate “worstcase” flux as the “min-max” flux: the maximum flux over all subsets of vertices and the minimum over all orientations. The min-max flux over A with respect to orientation $delta$ is the “flux” of the graph $phi_{delta}(A)$ wherebegin{equation*}min_{deltaindelta A}max_{subset V}phi(A;delta). tag{1}end{equation*}An orientation $delta$ of G achieving the min-max is said to be optimally-balanced. In this paper we characterize optimally-balanced graphs.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132967982","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A-HRNet: Attention Based High Resolution Network for Human pose estimation A-HRNet:基于注意力的人体姿态估计高分辨率网络
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00016
Ying Li, Chenxi Wang, Yu Cao, Benyuan Liu, Yan Luo, Honggang Zhang
Recently, human pose estimation has received much attention in the research community due to its broad range of application scenarios. Most architectures for human pose estimation use multiple resolution networks, such as Hourglass, CPN, HRNet, etc. High Resolution Network (HRNet) is the latest SOTA architecture improved from Hourglass. In this paper, we propose a novel attention block that leverages a special Channel-Attention branch. We use this attention block as the building block and adopt the architecture of HRNet to build our Attention Based HRNet (A-HRNet). Experiments show that our model can consistently outperform HRNet on different datasets. Moreover, our model achieves the state-of-the-art performance on the COCO keypoint detection val2017 dataset (77.7 AP)1.
人体姿态估计由于其广泛的应用场景,近年来受到了研究界的广泛关注。大多数人体姿态估计架构使用多分辨率网络,如沙漏、CPN、HRNet等。高分辨率网络(HRNet)是在沙漏基础上改进的最新SOTA架构。在本文中,我们提出了一种新的注意块,它利用了一个特殊的通道-注意分支。我们以该注意力块为构建块,采用HRNet的架构构建了基于注意力的HRNet (A-HRNet)。实验表明,我们的模型在不同的数据集上都能持续优于HRNet。此外,我们的模型在COCO关键点检测值2017数据集(77.7 AP)上达到了最先进的性能1。
{"title":"A-HRNet: Attention Based High Resolution Network for Human pose estimation","authors":"Ying Li, Chenxi Wang, Yu Cao, Benyuan Liu, Yan Luo, Honggang Zhang","doi":"10.1109/TransAI49837.2020.00016","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00016","url":null,"abstract":"Recently, human pose estimation has received much attention in the research community due to its broad range of application scenarios. Most architectures for human pose estimation use multiple resolution networks, such as Hourglass, CPN, HRNet, etc. High Resolution Network (HRNet) is the latest SOTA architecture improved from Hourglass. In this paper, we propose a novel attention block that leverages a special Channel-Attention branch. We use this attention block as the building block and adopt the architecture of HRNet to build our Attention Based HRNet (A-HRNet). Experiments show that our model can consistently outperform HRNet on different datasets. Moreover, our model achieves the state-of-the-art performance on the COCO keypoint detection val2017 dataset (77.7 AP)1.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114935002","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
[Copyright nnotice] [Copyright nnotice)]
Pub Date : 2020-09-01 DOI: 10.1109/transai49837.2020.00003
{"title":"[Copyright nnotice]","authors":"","doi":"10.1109/transai49837.2020.00003","DOIUrl":"https://doi.org/10.1109/transai49837.2020.00003","url":null,"abstract":"","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121469312","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Edge Betweenness Centrality on Trees 树的边间中心性
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00023
Julian Vu, Katerina Potika
Computing the edge betweenness centrality is an important step in a great deal of the analysis tasks of community structures in complex networks. It mostly serves as a measure for the traffic or flow of a particular edge in connecting various parts or communities together. Various algorithms that compute the edge betweenness centrality in general graphs exist but they are expensive. In this paper, we design an algorithm that takes advantage of the structure of tree graphs to compute the edge betweenness centrality more efficiently in such graphs and perform experiments on random graphs.
边缘中间度中心性的计算是复杂网络中大量社团结构分析任务的重要步骤。它主要是作为一种衡量交通或流量的特定边缘连接各个部分或社区在一起。计算一般图的边间中心性的算法有很多,但都比较昂贵。本文设计了一种利用树状图结构更有效地计算树状图边缘间中心性的算法,并在随机图上进行了实验。
{"title":"Edge Betweenness Centrality on Trees","authors":"Julian Vu, Katerina Potika","doi":"10.1109/TransAI49837.2020.00023","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00023","url":null,"abstract":"Computing the edge betweenness centrality is an important step in a great deal of the analysis tasks of community structures in complex networks. It mostly serves as a measure for the traffic or flow of a particular edge in connecting various parts or communities together. Various algorithms that compute the edge betweenness centrality in general graphs exist but they are expensive. In this paper, we design an algorithm that takes advantage of the structure of tree graphs to compute the edge betweenness centrality more efficiently in such graphs and perform experiments on random graphs.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134244900","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Essential Question: ‘Equal or Equivalent Entities?’ About Two Things as Same, Similar, or Different 基本问题:“相等还是相等的实体?”关于两件事相同、相似或不同
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00028
Anousha Athreya, S. K. Taswell, Sohyb Mashkoor, C. Taswell
We discuss definitions of entities, equality, and equivalence as used by a transdisciplinary diversity of research fields including mathematics, statistics, computational linguistics, computer programming, knowledge engineering, and music theory. Declaring definitions for these concepts in the situational context of each domain specific field supports the essential question ‘Equal or equivalent entities?’ about two things as same, similar, related, or different for that field. Pattern recognition performed by artificial intelligence applications can be described as the automated process of answering this fundamental question about the similarity or difference between two things.
我们讨论了实体的定义,相等和等价,作为一个跨学科的多样性的研究领域,包括数学,统计学,计算语言学,计算机编程,知识工程和音乐理论使用。在每个领域特定领域的情景上下文中声明这些概念的定义支持基本问题“相等还是相等的实体?”在这个领域中,两件事是相同的、相似的、相关的或不同的。人工智能应用程序执行的模式识别可以被描述为回答关于两个事物之间相似或不同的基本问题的自动化过程。
{"title":"Essential Question: ‘Equal or Equivalent Entities?’ About Two Things as Same, Similar, or Different","authors":"Anousha Athreya, S. K. Taswell, Sohyb Mashkoor, C. Taswell","doi":"10.1109/TransAI49837.2020.00028","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00028","url":null,"abstract":"We discuss definitions of entities, equality, and equivalence as used by a transdisciplinary diversity of research fields including mathematics, statistics, computational linguistics, computer programming, knowledge engineering, and music theory. Declaring definitions for these concepts in the situational context of each domain specific field supports the essential question ‘Equal or equivalent entities?’ about two things as same, similar, related, or different for that field. Pattern recognition performed by artificial intelligence applications can be described as the automated process of answering this fundamental question about the similarity or difference between two things.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130781817","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Spatial Data Management in IoT systems: A study of available storage and indexing solutions 物联网系统中的空间数据管理:可用存储和索引解决方案的研究
Pub Date : 2020-09-01 DOI: 10.1109/TransAI49837.2020.00033
Maria Krommyda, Verena Kantere
As the Internet of Things (IoT) systems gain in popularity, an increasing number of Big Data sources are available. Ranging from small sensor networks designed for household use to large fully automated industrial environments, the Internet of Things systems create billions of measurements each second making traditional storage and indexing solutions obsolete. While research around Big Data has focused on scalable solutions that can support the datasets produced by these systems, the focus has been mainly on managing the volume and velocity of these data, rather than providing efficient solutions for their retrieval and analysis. A key characteristic of these data, which is, more often than not, overlooked, is the spatial information that can be used to integrate data from multiple sources and conduct multidimensional analysis of the collected information. We present here the solutions currently available for the storage and indexing of spatial datasets produced by the IoT systems and we discuss their applicability in real world scenarios.
随着物联网(IoT)系统的普及,越来越多的大数据源可用。从为家庭使用而设计的小型传感器网络到大型全自动工业环境,物联网系统每秒产生数十亿次测量,使传统的存储和索引解决方案过时。虽然围绕大数据的研究主要集中在可扩展的解决方案上,这些解决方案可以支持这些系统产生的数据集,但重点主要集中在管理这些数据的数量和速度上,而不是为它们的检索和分析提供有效的解决方案。这些数据的一个往往被忽视的关键特征是空间信息,可用于整合来自多个来源的数据并对收集到的信息进行多维分析。我们在这里介绍了目前可用于存储和索引物联网系统产生的空间数据集的解决方案,并讨论了它们在现实世界场景中的适用性。
{"title":"Spatial Data Management in IoT systems: A study of available storage and indexing solutions","authors":"Maria Krommyda, Verena Kantere","doi":"10.1109/TransAI49837.2020.00033","DOIUrl":"https://doi.org/10.1109/TransAI49837.2020.00033","url":null,"abstract":"As the Internet of Things (IoT) systems gain in popularity, an increasing number of Big Data sources are available. Ranging from small sensor networks designed for household use to large fully automated industrial environments, the Internet of Things systems create billions of measurements each second making traditional storage and indexing solutions obsolete. While research around Big Data has focused on scalable solutions that can support the datasets produced by these systems, the focus has been mainly on managing the volume and velocity of these data, rather than providing efficient solutions for their retrieval and analysis. A key characteristic of these data, which is, more often than not, overlooked, is the spatial information that can be used to integrate data from multiple sources and conduct multidimensional analysis of the collected information. We present here the solutions currently available for the storage and indexing of spatial datasets produced by the IoT systems and we discuss their applicability in real world scenarios.","PeriodicalId":151527,"journal":{"name":"2020 Second International Conference on Transdisciplinary AI (TransAI)","volume":"61 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116021700","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
期刊
2020 Second International Conference on Transdisciplinary AI (TransAI)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1