期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
Implementation of Rapid Code Transformation Process Using Deep Learning Approaches
1
作者 Bao Rong Chang Hsiu-Fen Tsai Han-Lin Chou 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第7期107-134,共28页
Our previous work has introduced the newly generated program using the code transformation model GPT-2,verifying the generated programming codes through simhash(SH)and longest common subsequence(LCS)algo-rithms.Howeve... Our previous work has introduced the newly generated program using the code transformation model GPT-2,verifying the generated programming codes through simhash(SH)and longest common subsequence(LCS)algo-rithms.However,the entire code transformation process has encountered a time-consuming problem.Therefore,the objective of this study is to speed up the code transformation process signi􀀀cantly.This paper has proposed deep learning approaches for modifying SH using a variational simhash(VSH)algorithm and replacing LCS with a piecewise longest common subsequence(PLCS)algorithm to faster the veri􀀀cation process in the test phase.Besides the code transformation model GPT-2,this study has also introduced MicrosoMASS and Facebook BART for a comparative analysis of their performance.Meanwhile,the explainable AI technique using local interpretable model-agnostic explanations(LIME)can also interpret the decision-making ofAImodels.The experimental results show that VSH can reduce the number of quali􀀀ed programs by 22.11%,and PLCS can reduce the execution time of selected pocket programs by 32.39%.As a result,the proposed approaches can signi􀀀cantly speed up the entire code transformation process by 1.38 times on average compared with our previous work. 展开更多
关键词 code transformation model variational simhash piecewise longest common subsequence explainable AI LIME
下载PDF
Context-Aware Change Pattern for Code Transformation
2
作者 LIU Zhiping 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2018年第4期355-361,共7页
When source code is over-specific to some concrete contexts, developers have to manually change the source code retrieved from the Internet. To solve this problem, we propose the context-aware change pattern(CACP). ... When source code is over-specific to some concrete contexts, developers have to manually change the source code retrieved from the Internet. To solve this problem, we propose the context-aware change pattern(CACP). For a piece of source code, we extract the changes and changes-relevant context from the past code changes, identifying CACP that is the abstract common part of the changes and context. By using CACP, the retrieved source code could be transformed into the suitable one according to different user needs. From the Github we extracted 7 topics, collected 5-6 code snippets per topic and performed 5 different experiments which illustrated that CACP improves code transformation accuracy by 73.84%. 展开更多
关键词 code transformation context-aware change pattern code change
原文传递
Performance of Luby transform coded frequency hopping systems in partial-band jamming
3
作者 卜祥元 邱源 +2 位作者 杨行 周荣花 马园园 《Journal of Beijing Institute of Technology》 EI CAS 2013年第3期367-373,共7页
Luby transform (LT) codes are proposed to suppress the effect of partial band noise jam- ming in frequency hopping (FH) communication systems. A decoding scheme for joint erasures of severely jammed symbols and er... Luby transform (LT) codes are proposed to suppress the effect of partial band noise jam- ming in frequency hopping (FH) communication systems. A decoding scheme for joint erasures of severely jammed symbols and error correction is proposed. If an uncorrectable error is detected, the receiver erases the jammed symbols and uses incremental redundancy to increase the error-correcting capability. The performance of LT codes, under power-oppressive partial band noise jamming ( PB- N J) with the additive white Gaussian noise (AWGN), is evaluated via simulation. Even if the jam- mer spreads its high power over half of the hopping bandwidth, LT codes are shown to achieve a tar- get bit error probability of 10 -5, demonstrating their effectiveness as high-performance codes to im- prove the ability of FH systems to combat varying partial band noise jamming. 展开更多
关键词 Luby transform (LT) codes frequency hopping (FH) erasure-correcting partial bandnoise jamming (PBNJ) anti-jam
下载PDF
Lattice Vector Quantization Applied to Speech and Audio Coding 被引量:1
4
作者 Minjie Xie 《ZTE Communications》 2012年第2期25-33,共9页
Lattice vector quantization (LVQ) has been used for real-time speech and audio coding systems. Compared with conventional vector quantization, LVQ has two main advantages: It has a simple and fast encoding process,... Lattice vector quantization (LVQ) has been used for real-time speech and audio coding systems. Compared with conventional vector quantization, LVQ has two main advantages: It has a simple and fast encoding process, and it significantly reduces the amount of memory required. Therefore, LVQ is suitable for use in low-complexity speech and audio coding. In this paper, we describe the basic concepts of LVQ and its advantages over conventional vector quantization. We also describe some LVQ techniques that have been used in speech and audio coding standards of international standards developing organizations (SDOs). 展开更多
关键词 Vector quantization lattice vector quantization speech and audio coding transform coding
下载PDF
Urban environmental problems transition and environmental education towards sustainable cities in China 被引量:2
5
作者 LI Wei, XUE Ji\|yu (State Key Joint Laboratory of Environmental Simulation and Pollution Control, Institute of Environmental Sciences, Beijing Normal University, Beijing 100875, China. E\|mail:WEILI@BNU.EDU.CN.CHINA) 《Journal of Environmental Sciences》 SCIE EI CAS CSCD 2000年第1期20-23,共4页
With the rapid economic development and the speeding up of urbanization, the urban environmental problems in China are experiencing a progressive transition, which is characterized by steady transferring to the living... With the rapid economic development and the speeding up of urbanization, the urban environmental problems in China are experiencing a progressive transition, which is characterized by steady transferring to the living (or consumption) oriented pollution pattern from the production oriented pollution pattern. Regarding this transition, the environmental education recognized as an important measure for approaching the objective of sustainable development, should transfer its focus correspondingly in urban area, which is to transfer to the habit cultivating pattern on the basis of the traditional knowledge inputting environmental education pattern. In practice, the urban environmental education should emphasize more on developing or cultivating the sustainable living mode of the urban residents, especially the students in elementary and primary schools and women. By this transform, the environmental education may be guided further towards sustainable development, and to serve the achievement of sustainable cities better in China. 展开更多
关键词 environmental education sustainable cities TRANSITION transform CLC number: X22 Document code: A
下载PDF
Efficient Lubytransform encodingalgorithm based on short cycle elimination
6
作者 曹聪哲 费泽松 匡镜明 《Journal of Beijing Institute of Technology》 EI CAS 2014年第3期407-412,共6页
An effective Luby transform (LT) encoding algorithm based on short cycle elimination is proposed to improve decoding probabilities of short length LT codes. By searching the generator ma- trix, some special encoded ... An effective Luby transform (LT) encoding algorithm based on short cycle elimination is proposed to improve decoding probabilities of short length LT codes. By searching the generator ma- trix, some special encoded symbols are generated by the encoder to effectively break the short cycles that have negative effect on the performance of LT codes. Analysis and numerical results show that by employing the proposed algorithm, the encoding complexity decreases and the decoding probabili- ties improve both in binary erasure channels (BECs) and additive white gauss noise (AWGN) chan- nels. 展开更多
关键词 Luby transform (LT) codes short cycle encoding algorithm
下载PDF
Yet Another Intelligent Code-Generating System: A Flexible and Low-Cost Solution
7
作者 Joao Fabricio Filho Luis Gustavo Araujo Rodriguez Anderson Faustino da Silva 《Journal of Computer Science & Technology》 SCIE EI CSCD 2018年第5期940-965,共26页
Modern compilers apply various code transformation algorithms to improve the quality of the target code. However, a complex problem is to determine which transformation algorithms must be utilized. This is difficult b... Modern compilers apply various code transformation algorithms to improve the quality of the target code. However, a complex problem is to determine which transformation algorithms must be utilized. This is difficult because of three reasons: a number of transformation algorithms, various combination possibilities, and several configuration possibil- ities. Over the last few years, various intelligent systems were presented in the literature. The goal of these systems is to search for transformation algorithms and thus apply them to a certain program. This paper proposes a flexible, low-cost and intelligent system capable of identifying transformation algorithms for an input program, considering the program's specific features. This system is flexible for parameterization selection and has a low-computational cost. In addition, it has the capability to maximize the exploration of available computational resources. The system was implemented under the Low Level Virtual Machine infrastructure and the results indicate that it is capable of exceeding, up to 21.36%, performance reached by other systems. In addition, it achieved an average improvement of up to 17.72% over the most aggressive compiler optimization level of the Low Level Virtual Machine infrastructure. 展开更多
关键词 COMPILER code transformation iterative compilation knowledge representation machine learning
原文传递
A Novel Frame Error Concealment Scheme Based on Gain Control for TCX Audio Codec
8
作者 XIANG Kai HU Ruimin 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2016年第2期133-138,共6页
A novel frame error concealment scheme is proposed to improve the decoded audio quality of the receiver for transform coded excitation(TCX)audio codec.This scheme,which is a gain control approach based on the stabil... A novel frame error concealment scheme is proposed to improve the decoded audio quality of the receiver for transform coded excitation(TCX)audio codec.This scheme,which is a gain control approach based on the stability of linear predictive coding(LPC)filter,predicts the lost frames by utilizing the linear spectrum frequency and different continuous attenuation factor of different kinds of lost frames.Signal noise ratio(SNR)test and multiple stimuli with hidden reference and anchor(MUSHRA)test are conducted to evaluate the performance of this approach in adaptive multi-rate wideband plus(AMR-WB+)audio codec.Compared with the original frame error concealment scheme,our scheme achieves better audio recovery quality in AMR-WB+audio codec. 展开更多
关键词 frame error concealment audio codec transform coded excitation (TCX)
原文传递
Hot topic:Review of the current and future technologies for video compression
9
作者 Lu YU Jian-peng WANG 《Journal of Zhejiang University-Science C(Computers and Electronics)》 SCIE EI 2010年第1期1-13,共13页
Many important developments in video compression technologies have occurred during the past two decades. The block-based discrete cosine transform with motion compensation hybrid coding scheme has been widely employed... Many important developments in video compression technologies have occurred during the past two decades. The block-based discrete cosine transform with motion compensation hybrid coding scheme has been widely employed by most available video coding standards, notably the ITU-T H.26x and ISO/IEC MPEG-x families and video part of China audio video coding standard (AVS). The objective of this paper is to provide a review of the developments of the four basic building blocks of hybrid coding scheme, namely predictive coding, transform coding, quantization and entropy coding, and give theoretical analyses and summaries of the technological advancements. We further analyze the development trends and perspectives of video com- pression, highlighting problems and research directions. 展开更多
关键词 Video compression Predictive coding Transform coding Quantization Entropy coding Theoretical analysis
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部