Search results for "machine"
showing 10 items of 2592 documents
Three-dimensional Fuzzy Kernel Regression framework for registration of medical volume data
2013
Abstract In this work a general framework for non-rigid 3D medical image registration is presented. It relies on two pattern recognition techniques: kernel regression and fuzzy c-means clustering. The paper provides theoretic explanation, details the framework, and illustrates its application to implement three registration algorithms for CT/MR volumes as well as single 2D slices. The first two algorithms are landmark-based approaches, while the third one is an area-based technique. The last approach is based on iterative hierarchical volume subdivision, and maximization of mutual information. Moreover, a high performance Nvidia CUDA based implementation of the algorithm is presented. The f…
Applying Wavelet Packet Decomposition and One-Class Support Vector Machine on Vehicle Acceleration Traces for Road Anomaly Detection
2013
Road condition monitoring through real-time intelligent systems has become more and more significant due to heavy road transportation. Road conditions can be roughly divided into normal and anomaly segments. The number of former should be much larger than the latter for a useable road. Based on the nature of road condition monitoring, anomaly detection is applied, especially for pothole detection in this study, using accelerometer data of a riding car. Accelerometer data were first labeled and segmented, after which features were extracted by wavelet packet decomposition. A classification model was built using one-class support vector machine. For the classifier, the data of some normal seg…
Review of machine to machine communication in smart grid
2016
Machine to machine communication (M2M) is a communication architecture that enables heterogeneous devices to interact with each other without human intervention. Smart Grid (SG) is one of the many applications areas in the M2M communication. Smart Grid demands advanced communication infrastructure for two-way communications between devices deployed at various locations in energy generation, transmission, distribution and consumption. The billions of electronic devices connected to the Smart Grid pose a big challenge to grid communication. Therefore, a feasible solution to efficient M2M has to overcome challenges of energy efficiency of connected devices, interoperability, coverage area, int…
A kernel support vector machine based technique for Crohnâs disease classification in human patients
2017
In this paper a new technique for classification of patients affected by Crohnâs disease (CD) is proposed. The proposed technique is based on a Kernel Support Vector Machine (KSVM) and it adopts a Stratified K-Fold Cross-Validation strategy to enhance the KSVM classifier reliability. Traditional manual classification methods require radiological expertise and they usually are very time-consuming. Accordingly to three expert radiologists, a dataset composed of 300 patients has been selected for KSVM training and validation. Each patient was codified by 22 extracted qualitative features and classified as Positive or Negative as the related histological specimen result showed the CD. The eff…
2021
Strength training exercises are essential for rehabilitation, improving our health as well as in sports. For optimal and safe training, educators and trainers in the industry should comprehend exercise form or technique. Currently, there is a lack of tools measuring in-depth skills of strength training experts. In this study, we investigate how data mining methods can be used to identify novel and useful skill patterns from a binary multiple choice questionnaire test designed to measure the knowledge level of strength training experts. A skill test assessing exercise technique expertise and comprehension was answered by 507 fitness professionals with varying backgrounds. A triangulated appr…
Biologically Inspired Vision Architectures: a Software/Hardware Perspective
2007
Even tough the field of computer vision has seen huge improvement in the last few decades, computer vision systems still lack, in most cases, the efficiency of biological vision systems. In fact biological vision systems routinely accomplish complex visual tasks such as object recognition, obstacle avoidance, and target tracking, which continue to challenge artificial systems. The study of biological vision system remains a strong cue for the design of devices exhibiting intelligent behaviour in visually sensed environments but current artificial systems are vastly different from biological ones for various reasons. First of all, biologically inspired vision architectures, which are continu…
Improved locally adaptive least-squares detection of differences in images
2007
We introduce a method for change detection under nonuniform changes of intensity using an improved least-squares method. A locally adaptive normalizing window is correlated with the two images, and a morphological postprocessing is then applied to isolate objects that have been added or removed from the scene. We use a modification of the least-squares solution to get rid of clutter caused by intensity changes that do not satisfy the model assumed for the least-squares solution.
Real-time characterization of aspect flaws on warped surface by artificial vision
1997
Artificial vision is an efficient means of assuring the quality of a certain class of products. The vision system must respect the industrial constraints, in particular, the production rate. The geometrical features of flaws are pertinent information used for the acceptance of the controlled product. This article presents a real-time algorithm for the geometrical characterization of defects located on warped objects. The algorithms described enable the characterization of defects by their size and their 2-D shape. Both parameters are calculated in real time by simple reference to a look-up table. The 2-D shape is obtained by a geometrical transform and an interpolation. The efficiency of th…
Metrics in method engineering
1995
So many software development methods have been introduced in the last decade, that one can talk about a “methodology jungle”. To aid the method developers and evaluators in fighting their way through this jungle we propose a systematic approach for measuring properties of methods. We describe two sets of metrics, which measure the complexity of diagrammatic specification techniques on the one hand, and of complete systems development methods on the other hand. Proposed metrics provide a relatively fast and simple way to analyse the technique (or method) properties, and when accompanied with other selection criteria, can be used for estimating the cost of learning the technique and the relat…
A Windowing strategy for Distributed Data Mining optimized through GPUs
2017
Abstract This paper introduces an optimized Windowing based strategy for inducing decision trees in Distributed Data Mining scenarios. Windowing consists in selecting a sample of the available training examples (the window) to induce a decision tree with an usual algorithm, e.g., J48; finding instances not covered by this tree (counter examples) in the remaining training examples, adding them to the window to induce a new tree; and repeating until a termination criterion is met. In this way, the number of training examples required to induce the tree is reduced considerably, while maintaining the expected accuracy levels; which is paid in terms of time performance. Our proposed enhancements…