首页 > 最新文献

Proceedings of the 4th Symposium on Information and Communication Technology最新文献

英文 中文
On the efficiency of query-subquery nets: an experimental point of view 关于查询-子查询网络的效率:一个实验观点
Pub Date : 2013-12-05 DOI: 10.1145/2542050.2542085
S. Cao
The aim of this paper is to analyze the efficiency of the QSQN method, which was proposed by us and Nguyen in [10] for evaluating queries to Horn knowledge bases. In order to compare QSQN with the well-known methods QSQR and the one based on the Magic-Set transformation, we have implemented all of these methods. We compare them using representative examples that appear in many articles on deductive databases. Our experimental results show that the QSQN method usually outperforms the two other methods. Apart from the experimental results, we also explain the reasons behind the good performance of QSQN.
本文的目的是分析QSQN方法的效率,该方法由我们和Nguyen在[10]中提出,用于评估对Horn知识库的查询。为了将QSQN与已知的QSQR方法和基于Magic-Set变换的QSQR方法进行比较,我们实现了所有这些方法。我们使用许多关于演绎数据库的文章中出现的代表性示例对它们进行比较。我们的实验结果表明,QSQN方法通常优于其他两种方法。除了实验结果外,我们还解释了QSQN具有良好性能的原因。
{"title":"On the efficiency of query-subquery nets: an experimental point of view","authors":"S. Cao","doi":"10.1145/2542050.2542085","DOIUrl":"https://doi.org/10.1145/2542050.2542085","url":null,"abstract":"The aim of this paper is to analyze the efficiency of the QSQN method, which was proposed by us and Nguyen in [10] for evaluating queries to Horn knowledge bases. In order to compare QSQN with the well-known methods QSQR and the one based on the Magic-Set transformation, we have implemented all of these methods. We compare them using representative examples that appear in many articles on deductive databases. Our experimental results show that the QSQN method usually outperforms the two other methods. Apart from the experimental results, we also explain the reasons behind the good performance of QSQN.","PeriodicalId":246033,"journal":{"name":"Proceedings of the 4th Symposium on Information and Communication Technology","volume":"284 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131604489","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}
引用次数: 5
Towards tangent-linear GPU programs using OpenACC 用OpenACC实现切线GPU程序
Pub Date : 2013-12-05 DOI: 10.1145/2542050.2542059
B. T. Minh, Michael Förster, U. Naumann
Recently, Graphics Processing Units(GPUs) have emerged as a very promisingly powerful resource in scientific computing. Algorithmic Differentiation is a technique to numerically evaluate first and higher derivatives of a function specified by a computer program efficiently up to machine precision. Derivative programs which are used to compute derivatives of functions are so-called tangent-linear program and adjoint program. This paper aims to offload any particular independent loop in tangent-linear program to GPUs. The proposed technique is OpenACC APIs for annotating an independent loop to be executed in parallel on GPUs. Our case study for OpenACC tangent-linear code shows an enormous speedup. OpenACC shows its simplicity of accelerating tangent-linear code by hiding the data movement between CPU and GPU memory.
最近,图形处理单元(gpu)已经成为科学计算中非常有前途的强大资源。算法微分是一种对由计算机程序指定的函数的一阶导数和高阶导数进行数值求值的技术,有效地达到机器精度。用于计算函数导数的导数程序是所谓的切线性规划和伴随规划。本文旨在将切线性程序中任何特定的独立环路卸载到gpu上。所建议的技术是用于注释在gpu上并行执行的独立循环的OpenACC api。我们对OpenACC切线代码的案例研究显示了巨大的加速。OpenACC通过隐藏CPU和GPU内存之间的数据移动来显示其加速切线代码的简单性。
{"title":"Towards tangent-linear GPU programs using OpenACC","authors":"B. T. Minh, Michael Förster, U. Naumann","doi":"10.1145/2542050.2542059","DOIUrl":"https://doi.org/10.1145/2542050.2542059","url":null,"abstract":"Recently, Graphics Processing Units(GPUs) have emerged as a very promisingly powerful resource in scientific computing. Algorithmic Differentiation is a technique to numerically evaluate first and higher derivatives of a function specified by a computer program efficiently up to machine precision. Derivative programs which are used to compute derivatives of functions are so-called tangent-linear program and adjoint program. This paper aims to offload any particular independent loop in tangent-linear program to GPUs. The proposed technique is OpenACC APIs for annotating an independent loop to be executed in parallel on GPUs. Our case study for OpenACC tangent-linear code shows an enormous speedup. OpenACC shows its simplicity of accelerating tangent-linear code by hiding the data movement between CPU and GPU memory.","PeriodicalId":246033,"journal":{"name":"Proceedings of the 4th Symposium on Information and Communication Technology","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115628154","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
Demystifying sparse rectified auto-encoders 揭开稀疏整流自编码器的神秘面纱
Pub Date : 2013-12-05 DOI: 10.1145/2542050.2542065
Kien Tran, H. Le
Auto-Encoders can learn features similar to Sparse Coding, but the training can be done efficiently via the back-propagation algorithm as well as the features can be computed quickly for a new input. However, in practice, it is not easy to get Sparse Auto-Encoders working; there are two things that need investigating: sparsity constraint and weight constraint. In this paper, we try to understand the problem of training Sparse Auto-Encoders with L1-norm sparsity penalty, and propose a modified version of Stochastic Gradient Descent algorithm, called Sleep-Wake Stochastic Gradient Descent (SW-SGD), to solve this problem. Here, we focus on Sparse Auto-Encoders with rectified linear units in the hidden layer, called Sparse Rectified Auto-Encoders (SRAEs), because such units compute fast and can produce true sparsity (exact zeros). In addition, we propose a new reasonable way to constrain SRAEs' weights. Experiments on MNIST dataset show that the proposed weight constraint and SW-SGD help SRAEs successfully learn meaningful features that give excellent performance on classification task compared to other Auto-Encoder variants.
自编码器可以学习类似于稀疏编码的特征,但可以通过反向传播算法高效地完成训练,并且可以快速计算新输入的特征。然而,在实践中,稀疏自编码器并不容易工作;有两件事需要研究:稀疏性约束和权重约束。在本文中,我们试图理解具有l1范数稀疏性惩罚的稀疏自编码器的训练问题,并提出了一种改进版本的随机梯度下降算法,称为睡眠-觉醒随机梯度下降(SW-SGD)来解决这个问题。在这里,我们专注于在隐藏层中具有整流线性单元的稀疏自编码器,称为稀疏整流自编码器(SRAEs),因为这种单元计算速度快,并且可以产生真正的稀疏性(精确零)。此外,我们还提出了一种新的合理的约束srae权值的方法。在MNIST数据集上的实验表明,所提出的权重约束和SW-SGD帮助SRAEs成功学习有意义的特征,与其他Auto-Encoder变体相比,SRAEs在分类任务上表现出色。
{"title":"Demystifying sparse rectified auto-encoders","authors":"Kien Tran, H. Le","doi":"10.1145/2542050.2542065","DOIUrl":"https://doi.org/10.1145/2542050.2542065","url":null,"abstract":"Auto-Encoders can learn features similar to Sparse Coding, but the training can be done efficiently via the back-propagation algorithm as well as the features can be computed quickly for a new input. However, in practice, it is not easy to get Sparse Auto-Encoders working; there are two things that need investigating: sparsity constraint and weight constraint. In this paper, we try to understand the problem of training Sparse Auto-Encoders with L1-norm sparsity penalty, and propose a modified version of Stochastic Gradient Descent algorithm, called Sleep-Wake Stochastic Gradient Descent (SW-SGD), to solve this problem. Here, we focus on Sparse Auto-Encoders with rectified linear units in the hidden layer, called Sparse Rectified Auto-Encoders (SRAEs), because such units compute fast and can produce true sparsity (exact zeros). In addition, we propose a new reasonable way to constrain SRAEs' weights. Experiments on MNIST dataset show that the proposed weight constraint and SW-SGD help SRAEs successfully learn meaningful features that give excellent performance on classification task compared to other Auto-Encoder variants.","PeriodicalId":246033,"journal":{"name":"Proceedings of the 4th Symposium on Information and Communication Technology","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130174027","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
Constructing test cases for n-wise testing from tree-based test models 从基于树的测试模型中为n向测试构建测试用例
Pub Date : 2013-12-05 DOI: 10.1145/2542050.2542074
Thi Bich Ngoc Do, Takashi Kitamura, Nguyen Van Tang, G. Hatayama, Shin Sakuragi, H. Ohsaki
In our previous work [17], we proposed a model-based combinatorial testing method, called FOT. It provides a technique to design test-models for combinatorial testing based on extended logic trees. In this paper, we introduce pair-wise testing (and by extension, n-wise testing, where n = 1, 2, ...) to FOT, by developing a technique to construct a test-suite of n-wise strategies from the test models in FOT. We take a "transformation approach" to realize this technique. To construct test suites, this approach first transforms test-models in FOT, represented as extended logic trees, to those in the formats which the existing n-wise testing tools (such as PICT [9], ACTS [30], CIT-BACH [31], etc.) accept to input, and then applies transformed test-models to any of these tools. In this transformation approach, an algorithm, called "flattening algorithm", plays a key role. We prove the correctness of the algorithm, and implement the algorithm to automate such test-suite constructions, providing a tool called FOT-nw (FOT with n-wise). Further, to show the effectiveness of the technique, we conduct a case study, where we apply FOT-nw to design test models and automatically construct test suites of n-wise strategies for an embedded system of stationary services for real-use in industry.
在我们之前的工作[17]中,我们提出了一种基于模型的组合测试方法,称为FOT。它提供了一种基于扩展逻辑树设计组合测试模型的技术。在本文中,我们通过开发一种从FOT中的测试模型构建n-wise策略测试套件的技术,将配对测试(并通过扩展,n-wise测试,其中n = 1,2,…)引入到FOT中。我们采用“转换方法”来实现该技术。为了构建测试套件,该方法首先将ft中的测试模型(表示为扩展逻辑树)转换为现有n-wise测试工具(如PICT[9]、ACTS[30]、CIT-BACH[31]等)接受输入的格式,然后将转换后的测试模型应用于这些工具中的任何一个。在这种转换方法中,一种称为“平坦化算法”的算法起着关键作用。我们证明了该算法的正确性,并实现了该算法来自动构建这样的测试套件,提供了一个名为FOT-nw (n-wise的FOT)的工具。此外,为了显示该技术的有效性,我们进行了一个案例研究,在该案例研究中,我们应用fof -nw来设计测试模型,并自动构建用于工业实际使用的固定服务嵌入式系统的n-明智策略的测试套件。
{"title":"Constructing test cases for n-wise testing from tree-based test models","authors":"Thi Bich Ngoc Do, Takashi Kitamura, Nguyen Van Tang, G. Hatayama, Shin Sakuragi, H. Ohsaki","doi":"10.1145/2542050.2542074","DOIUrl":"https://doi.org/10.1145/2542050.2542074","url":null,"abstract":"In our previous work [17], we proposed a model-based combinatorial testing method, called FOT. It provides a technique to design test-models for combinatorial testing based on extended logic trees. In this paper, we introduce pair-wise testing (and by extension, n-wise testing, where n = 1, 2, ...) to FOT, by developing a technique to construct a test-suite of n-wise strategies from the test models in FOT. We take a \"transformation approach\" to realize this technique. To construct test suites, this approach first transforms test-models in FOT, represented as extended logic trees, to those in the formats which the existing n-wise testing tools (such as PICT [9], ACTS [30], CIT-BACH [31], etc.) accept to input, and then applies transformed test-models to any of these tools. In this transformation approach, an algorithm, called \"flattening algorithm\", plays a key role. We prove the correctness of the algorithm, and implement the algorithm to automate such test-suite constructions, providing a tool called FOT-nw (FOT with n-wise). Further, to show the effectiveness of the technique, we conduct a case study, where we apply FOT-nw to design test models and automatically construct test suites of n-wise strategies for an embedded system of stationary services for real-use in industry.","PeriodicalId":246033,"journal":{"name":"Proceedings of the 4th Symposium on Information and Communication Technology","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129196128","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}
引用次数: 10
A better bit-allocation algorithm for H.264/SVC 一种更好的H.264/SVC位分配算法
Pub Date : 2013-12-05 DOI: 10.1145/2542050.2542067
Vo Phuong Binh, Shih-Hsuan Yang
Bit allocation is an essential issue for the rate-control performance of an H.264 scalable video encoder. In this paper, we propose an efficient bit allocation algorithm at the frame level for H.264 temporal scalable video coding. The bit budget for temporal layers is based on the target bit rate, the hierarchical level, the buffer constraints and the predicted mean absolute difference (MAD) of the current frame. This bit allocation algorithm is also extended to the spatial enhancement layers by considering the inter-layer MAD prediction and the relationship between the inter-layer target bit rates. Experimental results show that the proposed algorithm efficiently prevents the buffer overflow and underflow, achieves the acceptable accurate bitrates (with DBR less than 2%), and better visual quality, as compared to the state-of-the-art approaches in the literature.
位分配是影响H.264可扩展视频编码器速率控制性能的关键问题。在本文中,我们提出了一种有效的帧级位分配算法,用于H.264时间可伸缩视频编码。时间层的比特预算基于目标比特率、分层水平、缓冲区约束和当前帧的预测平均绝对差(MAD)。通过考虑层间MAD预测和层间目标比特率之间的关系,将该位分配算法扩展到空间增强层。实验结果表明,与文献中最先进的方法相比,该算法有效地防止了缓冲区溢出和下溢,达到了可接受的精确比特率(DBR小于2%),并且具有更好的视觉质量。
{"title":"A better bit-allocation algorithm for H.264/SVC","authors":"Vo Phuong Binh, Shih-Hsuan Yang","doi":"10.1145/2542050.2542067","DOIUrl":"https://doi.org/10.1145/2542050.2542067","url":null,"abstract":"Bit allocation is an essential issue for the rate-control performance of an H.264 scalable video encoder. In this paper, we propose an efficient bit allocation algorithm at the frame level for H.264 temporal scalable video coding. The bit budget for temporal layers is based on the target bit rate, the hierarchical level, the buffer constraints and the predicted mean absolute difference (MAD) of the current frame. This bit allocation algorithm is also extended to the spatial enhancement layers by considering the inter-layer MAD prediction and the relationship between the inter-layer target bit rates. Experimental results show that the proposed algorithm efficiently prevents the buffer overflow and underflow, achieves the acceptable accurate bitrates (with DBR less than 2%), and better visual quality, as compared to the state-of-the-art approaches in the literature.","PeriodicalId":246033,"journal":{"name":"Proceedings of the 4th Symposium on Information and Communication Technology","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-12-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116774858","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}
引用次数: 4
期刊
Proceedings of the 4th Symposium on Information and Communication Technology
全部 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