basic blocks
Recently Published Documents


TOTAL DOCUMENTS

85
(FIVE YEARS 29)

H-INDEX

9
(FIVE YEARS 2)

Author(s):  
Pragya Shukla

Abstract Based on a description of an amorphous solid as a collection of coupled nanosize molecular clusters referred as basic blocks, we analyse the statistical properties of its Hamiltonian. The information is then used to derive the ensemble averaged density of the vibrational states (nonphonon) which turns out to be a Gaussian in the bulk of the spectrum and an Airy function in the low frequency regime. A comparison with experimental data for five glasses confirms validity of our theoretical predictions.


2021 ◽  
Vol 14 (4) ◽  
pp. 1-15
Author(s):  
Zhenghua Gu ◽  
Wenqing Wan ◽  
Jundong Xie ◽  
Chang Wu

Performance optimization is an important goal for High-level Synthesis (HLS). Existing HLS scheduling algorithms are all based on Control and Data Flow Graph (CDFG) and will schedule basic blocks in sequential order. Our study shows that the sequential scheduling order of basic blocks is a big limiting factor for achievable circuit performance. In this article, we propose a Dependency Graph (DG) with two important properties for scheduling. First, DG is a directed acyclic graph. Thus, no loop breaking heuristic is needed for scheduling. Second, DG can be used to identify the exact instruction parallelism. Our experiment shows that DG can lead to 76% instruction parallelism increase over CDFG. Based on DG, we propose a bottom-up scheduling algorithm to achieve much higher instruction parallelism than existing algorithms. Hierarchical state transition graph with guard conditions is proposed for efficient implementation of such high parallelism scheduling. Our experimental results show that our DG-based HLS algorithm can outperform the CDFG-based LegUp and the state-of-the-art industrial tool Vivado HLS by 2.88× and 1.29× on circuit latency, respectively.


Author(s):  
Peng Song ◽  
Zhufeng Hou ◽  
Pedro Baptista de Castro ◽  
Kousuke Nakano ◽  
Kenta Hongo ◽  
...  
Keyword(s):  
High Tc ◽  

Author(s):  
Pu Zhang ◽  
Shuyao Liu ◽  
Aihua Tao ◽  
Jingjing Cheng ◽  
Peng Gao

Abstract In this paper, a fault diagnosis method for casing cutter was proposed, a vibration signal acquisition circuit used at high temperature environment was designed, and a casing cutter measurement model was established, including the model of the casing cutter in a trouble-free state and two other common fault states, the vibration characteristics of the model was analyzed. A fault feature enhancement model based on SNR enhancement and sparse representation, which effectively solves the fault diagnosis problem caused by the limited installation location and the limited performance of the vibration measurement at high-temperature was also designed. The MobieNet-V3- Small convolutional neural network (CNN) model is improved by reducing the basic blocks of the continuous homogeneous structure in the original model, the Squeeze and Excitation-SE structure is expanded to the global level to obtain a lightweight CNN fault recognition model. The effectiveness and efficiency of the proposed method are validated by various experiments.


2021 ◽  
Vol 5 (1) ◽  
pp. 9-14
Author(s):  
Emmanuel Himawan Saptaputra ◽  
Arsa Widitiarsa Utoyo ◽  
Nia Karlna

Advances in personal computing and information technology have been updated and published online or via mobile devices. Consequently, we must consider interaction as a fundamental complement of representation in cartography and visualization. The user interface (UI) / UX (user experience) describes a series of concepts, guidelines and workflows to critically reflect on the design and use of an interactive, map- based or other product. This entry presents the basic concepts of UI / UX design that is important for cartography and visualization, focusing on issues related to visual design. First, a fundamental distinction is made between the use of an interface as a tool and the broader experience of an interaction, a distinction that separates UI design and UX design. The phases of the Norman interaction framework are not a different form of interaction structure. Finally, three dimensions of the user interface design are described: the fundamental interaction operators that form the basic blocks of the interfaces, the interface styles that these primitive operators implement and the recommendations for the visual design of an interface.


2021 ◽  
Vol 2021 ◽  
pp. 1-15
Author(s):  
Jiageng Yang ◽  
Xinguo Zhang ◽  
Hui Lu ◽  
Muhammad Shafiq ◽  
Zhihong Tian

The root cause of the insecurity for smart devices is the potential vulnerabilities in smart devices. There are many approaches to find the potential bugs in smart devices. Fuzzing is the most effective vulnerability finding technique, especially the coverage-guided fuzzing. The coverage-guided fuzzing identifies the high-quality seeds according to the corresponding code coverage triggered by these seeds. Existing coverage-guided fuzzers consider that the higher the code coverage of seeds, the greater the probability of triggering potential bugs. However, in real-world applications running on smart devices or the operation system of the smart device, the logic of these programs is very complex. Basic blocks of these programs play a different role in the process of application exploration. This observation is ignored by existing seed selection strategies, which reduces the efficiency of bug discovery on smart devices. In this paper, we propose a contribution-aware coverage-guided fuzzing, which estimates the contributions of basic blocks for the process of smart device exploration. According to the control flow of the target on any smart device and the runtime information during the fuzzing process, we propose the static contribution of a basic block and the dynamic contribution built on the execution frequency of each block. The contribution-aware optimization approach does not require any prior knowledge of the target device, which ensures our optimization adapting gray-box fuzzing and white-box fuzzing. We designed and implemented a contribution-aware coverage-guided fuzzer for smart devices, called StFuzzer. We evaluated StFuzzer on four real-world applications that are often applied on smart devices to demonstrate the efficiency of our contribution-aware optimization. The result of our trials shows that the contribution-aware approach significantly improves the capability of bug discovery and obtains better execution speed than state-of-the-art fuzzers.


2021 ◽  
pp. 1-13
Author(s):  
Jingfei Chang ◽  
Yang Lu ◽  
Ping Xue ◽  
Xing Wei ◽  
Zhen Wei

Deep convolutional neural network (CNN) is difficult to deploy to mobile and portable devices due to its large number of parameters and floating-point operations (FLOPs). To tackle this problem, we propose a novel channel pruning method. We use the modified squeeze-and-excitation blocks (MSEB) to measure the importance of the channels in the convolutional layers. The unimportant channels, including convolutional kernels related to them, are pruned directly, which greatly reduces the storage cost and the number of calculations. For ResNet with basic blocks, we propose an approach to consistently prune all residual blocks in the same stage to ensure that the compact network structure is dimensionally correct. After pruning we retrain the compact network from scratch to restore the accuracy. Finally, we verify our method on CIFAR-10, CIFAR-100 and ILSVRC-2012. The results indicate that the performance of the compact network is better than the original network when the pruning rate is small. Even when the pruning amplitude is large, the accuracy can also be maintained or decreased slightly. On the CIFAR-100, when reducing the parameters and FLOPs up to 82% and 62% respectively, the accuracy of VGG-19 even improve by 0.54% after retraining. The source code is available at https://github.com/JingfeiChang/UCP.


Author(s):  
Saeedeh Sadat Sajjadi Ghaemmaghami ◽  
James Miller

Webpage analysis is carried out for various purposes such as webpage segmentation. The goal of webpage segmentation is to divide a page into blocks that have similar elements. A fusion approach that combines different analyses is required in order to obtain high segmentation accuracy. In this paper, we propose a new fusion model for webpage segmentation, where we (1) merge webpage content into basic-blocks by simulating human perception; and, (2) identify similar blocks using semantic text similarity and regroup these similar blocks as fusion blocks. This approach is applied to three public datasets and evaluated by comparing with state-of-the-art algorithms. The results characterize that our proposed approach outperforms other existing webpage segmentation methods, in terms of accuracy.


2021 ◽  
Author(s):  
Morteza Janfaza ◽  
Mohammad Ali Mansouri-Birjandi ◽  
Alireza Tavousi

Abstract In this work, different structures are designed based on graphene square-nanoring resonator (GSNR) and simulated by the three-dimensional finite-difference time-domain (3D-FDTD) method. Depending on the location and number of graphene nanoribbons (GNR), the proposed structures can be utilized as a band-pass filter, wavelength demultiplexer, or power splitter in the mid-infrared (MIR) wavelengths. The tunability of the suggested assemblies is easily controlled by changing the dimensions and/or the chemical potential of the GSNRs. Benefiting from the nanoscale and ultra-compact GNRs, these structures can be proposed as basic blocks for optical computing and signal processing in the MIR region.


2021 ◽  
Vol 9 (2) ◽  
pp. 12-17

Science is the study of nature and extensionally to the study of man. Unani System of Medicine covers the nature and human body both, as it was evolved in the environment wherein entire of the scholars were pre-owned of philosophical approach. Then their philosophy was holistic and transcendentalist based. The basic blocks of Umoor Tabiya (Basic Principles) interact at many levels and manifest into Kaifiyyat (Mizaj), Akhlat (Humour), Arwah (Pneuma), Quwa (Potentiality for action) and Tabiyat (Physis, the regulatory faculty) which need to be comprehend for proper understanding of discharge of normal function in the state of health. Since, the predominance of metaphysics in understanding of physiological mechanism of human body needs reasoning and logic for their proper comprehension. Quwa are one of them. How it was perceived? What is the function? Why it is necessary? Which corporeal forms provide its existence? What is the relationship in between Quwa, Nafs and Hararat Ghariziya? So, the present paper strives to comprehend the concepts of metaphysics in contemporary learning mode and its application for understanding of mysteries of actions as performed by human body.


Sign in / Sign up

Export Citation Format

Share Document