Deep Neural Networks (DNNs) have shown significant advantages in a wide variety of domains. However, DNNs are becoming computationally intensive and energy hungry at an exponential pace, while at the same time, there ...
详细信息
Navigation safety is critical for many autonomous systems such as self-driving vehicles in an urban environment. It requires an explicit consideration of boundary constraints that describe the borders of any infeasibl...
详细信息
The primary objective of university education is to provide students with the required information and skills to enable them to make a successful contribution to the national development effort. In order to evaluate t...
The primary objective of university education is to provide students with the required information and skills to enable them to make a successful contribution to the national development effort. In order to evaluate the level of expertise and skill of students, this preparation includes frequent examination and appraisal in the form of tests. Manual exams are carried out by most universities; Post Graduate and Under Graduate in India. Due to multiple uses made of the outcomes of the students, these examinations have high stakes. Consequently, the experiments became subject to different types of malpractice. Test malpractice affects the success of students in exams and leaves the scores/grades earned inaccurate, hence a challenge to examination bodies and the nation's education system (India). These are all disturbing signs that pose a danger to the nation. Examination malpractice has eaten deep into the Indian culture of education. Therefore, the object of this paper is to explore the problem of examination malpractice in India. The paper covered relevant measures, procedure setting/implementation and suggestions for this action. And finally, a model is proposed to stop malpractices in the examination. This IoT based model is used for detecting any metallic object or object in a range more than normal IR proximity sensor range. The block diagram of proposed model and circuit diagram for that model discussed in detail. This proposed model may be used for any investigation in the universities examinations.
Causal Structure Discovery (CSD) is the task of learning the set of underlying causal relationships from observational data. Due to their computational scalability and flexibility, a recently developed class of CSD me...
Causal Structure Discovery (CSD) is the task of learning the set of underlying causal relationships from observational data. Due to their computational scalability and flexibility, a recently developed class of CSD methods, NOTEARS, based on a formulation allowing for continuous optimization, is gaining popularity. However, this formulation can lead to incorrect edge orientations when little/no likelihood advantage is conferred upon any edge orientation, e.g., a → b → c versus c → b → a. In longitudinal data, like electronic health records (EHRs), temporal relationships are observable among many pairs of variables. Such temporal relationship is imperfect but still suggest an orientation since causal effects cannot travel backwards in time. Following this idea, we propose methods to incorporate precedence constraints into continuous optimization-based CSD methods. Experiments on both a synthetic and two real-world datasets validate the effectiveness of the proposed precedence constraints.
With the new technology of 3D light field (LF) imaging, fundus photography can be expanded to provide depth information. This increases the diagnostic possibilities and additionally improves image quality by digitally...
详细信息
Numerous applications for music listeners, educators, DJs, and musicians have been created over the past decade as the field of Music Deep Learning has expanded. Evidently, the majority of works rely on training their...
详细信息
The development of data processing technologies, microelectronics and sensor systems allows for high-precision multiparametric analysis of biosignals in real time. The paper considers the problem of automating medical...
详细信息
ISBN:
(数字)9798331510886
ISBN:
(纸本)9798331510893
The development of data processing technologies, microelectronics and sensor systems allows for high-precision multiparametric analysis of biosignals in real time. The paper considers the problem of automating medical processes to reduce the influence of the human factor and increase the accuracy of diagnostics. An improved method of multiparametric analysis of biosignals is proposed for long-term monitoring of the state of the cardiovascular system using modern sensor devices, data processing algorithms and artificial intelligence technologies. The research is aimed at improving the methods of collecting, transmitting and analyzing biosignals, which contributes to the creation of personalized medical devices and effective prediction of cardiovascular pathologies. The issues of classification of devices and biosignals, as well as their mathematical modeling to increase the accuracy of diagnostics, are considered.
A stroke is a serious medical emergency that happens when bleeding or blood clots cut off the blood flow to a part of the brain. With a mortality rate of 5.5 million per year, it ranks as the second leading cause of d...
详细信息
ISBN:
(数字)9798350305449
ISBN:
(纸本)9798350305456
A stroke is a serious medical emergency that happens when bleeding or blood clots cut off the blood flow to a part of the brain. With a mortality rate of 5.5 million per year, it ranks as the second leading cause of death globally. Over 15 million individuals experience a stroke each year, and one person dies from one every four minutes. According to the World Health Organization, stroke is the main cause of death and disability worldwide (WHO). Identifying the many stroke warning signs helps lessen the severity of the stroke. A stroke can be avoided in up to 80% of instances because it is typically the result of a poor lifestyle. As a result, stroke prediction becomes important and should be employed to stop it from causing long-term harm. The current study uses a variety of machine learning models, including Gaussian Naive Bayes, Logistic Regression, Support Vector Machine (SVM), KNN and Random Forest to predict stroke. The paper presents the comparison among all machine learning algorithms. Analysis of results revealed that KNN had the least accuracy of 76.32% and Random Forest had the highest accuracy of 94.81%.
Vision-based human action recognition (HAR) is a hot topic of research from the decade due to a few popular applications such as visual surveillance and robotics. For correct action recognition, various local and glob...
详细信息
Vision-based human action recognition (HAR) is a hot topic of research from the decade due to a few popular applications such as visual surveillance and robotics. For correct action recognition, various local and global points are requires known as features. These features modified during the variation in human movement. But due to a bit change in several human actions, the features of these actions are mixed that degrade the recognition performance. In this article, we design a new 26-layered Convolutional Neural Network (CNN) architecture for accurate complex action recognition. The features are extracted from the global average pooling layer and fully connected (FC) layer, and fused by a proposed high entropy-based approach. Further, we propose a feature selection method name Poisson distribution along with Univariate Measures (PDaUM). Few of fused CNN features are irrelevant, and few of them are redundant that makes the incorrect prediction among complex human actions. Therefore, the proposed PDaUM based approach selects only the strongest features that later passed to the Extreme Learning Machine (ELM) and Softmax for final recognition. Four datasets are using for experimental analysis - HMDB51 (51 classes), UCF Sports (10 classes), KTH (6 classes), and Weizmann (10 classes). On these datasets, the ELM classifier gives an improved performance as compared to a Softmax classifier. The achieved accuracy on each dataset is 81.4%, 99.2%, 98.3%, and 98.7%, respectively. Comparison with existing techniques, it is shown that the proposed architecture gives better performance in terms of accuracy and testing time.
Scalable deep Super-Resolution (SR) models are increasingly in demand, whose memory can be customized and tuned to the computational recourse of the platform. The existing dynamic scalable SR methods are not memory-fr...
Scalable deep Super-Resolution (SR) models are increasingly in demand, whose memory can be customized and tuned to the computational recourse of the platform. The existing dynamic scalable SR methods are not memory-friendly enough because multi-scale models have to be saved with a fixed size for each model. Inspired by the success of Lottery Tickets Hypothesis (LTH) on image classification, we explore the existence of unstructured scalable SR deep models, that is, we find gradual shrinkage subnetworks of extreme sparsity named winning tickets. In this paper, we propose a Memory-friendly Scalable SR framework (MSSR). The advantage is that only a single scalable model covers multiple SR models with different sizes, instead of reloading SR models of different sizes. Concretely, MSSR consists of the forward and backward stages, the former for model compression and the latter for model expansion. In the forward stage, we take advantage of LTH with rewinding weights to progressively shrink the SR model and the pruning-out masks that form nested sets. Moreover, stochastic self-distillation (SSD) is conducted to boost the performance of sub-networks. By stochastically selecting multiple depths, the current model inputs the selected features into the corresponding parts in the larger model and improves the performance of the current model based on the feedback results of the larger model. In the backward stage, the smaller SR model could be expanded by recovering and fine-tuning the pruned parameters according to the pruning-out masks obtained in the forward. Extensive experiments show the effectiveness of MMSR. The smallest-scale sub-network could achieve the sparsity of 94% and outperforms the compared lightweight SR methods.
暂无评论