861 resultados para Support vectors machine
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
The problem of dynamic camera calibration considering moving objects in close range environments using straight lines as references is addressed. A mathematical model for the correspondence of a straight line in the object and image spaces is discussed. This model is based on the equivalence between the vector normal to the interpretation plane in the image space and the vector normal to the rotated interpretation plane in the object space. In order to solve the dynamic camera calibration, Kalman Filtering is applied; an iterative process based on the recursive property of the Kalman Filter is defined, using the sequentially estimated camera orientation parameters to feedback the feature extraction process in the image. For the dynamic case, e.g. an image sequence of a moving object, a state prediction and a covariance matrix for the next instant is obtained using the available estimates and the system model. Filtered state estimates can be computed from these predicted estimates using the Kalman Filtering approach and based on the system model parameters with good quality, for each instant of an image sequence. The proposed approach was tested with simulated and real data. Experiments with real data were carried out in a controlled environment, considering a sequence of images of a moving cube in a linear trajectory over a flat surface.
Resumo:
The presence of precipitates in metallic materials affects its durability, resistance and mechanical properties. Hence, its automatic identification by image processing and machine learning techniques may lead to reliable and efficient assessments on the materials. In this paper, we introduce four widely used supervised pattern recognition techniques to accomplish metallic precipitates segmentation in scanning electron microscope images from dissimilar welding on a Hastelloy C-276 alloy: Support Vector Machines, Optimum-Path Forest, Self Organizing Maps and a Bayesian classifier. Experimental results demonstrated that all classifiers achieved similar recognition rates with good results validated by an expert in metallographic image analysis. © 2011 Springer-Verlag Berlin Heidelberg.
Resumo:
In the pattern recognition research field, Support Vector Machines (SVM) have been an effectiveness tool for classification purposes, being successively employed in many applications. The SVM input data is transformed into a high dimensional space using some kernel functions where linear separation is more likely. However, there are some computational drawbacks associated to SVM. One of them is the computational burden required to find out the more adequate parameters for the kernel mapping considering each non-linearly separable input data space, which reflects the performance of SVM. This paper introduces the Polynomial Powers of Sigmoid for SVM kernel mapping, and it shows their advantages over well-known kernel functions using real and synthetic datasets.
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Hundreds of Terabytes of CMS (Compact Muon Solenoid) data are being accumulated for storage day by day at the University of Nebraska-Lincoln, which is one of the eight US CMS Tier-2 sites. Managing this data includes retaining useful CMS data sets and clearing storage space for newly arriving data by deleting less useful data sets. This is an important task that is currently being done manually and it requires a large amount of time. The overall objective of this study was to develop a methodology to help identify the data sets to be deleted when there is a requirement for storage space. CMS data is stored using HDFS (Hadoop Distributed File System). HDFS logs give information regarding file access operations. Hadoop MapReduce was used to feed information in these logs to Support Vector Machines (SVMs), a machine learning algorithm applicable to classification and regression which is used in this Thesis to develop a classifier. Time elapsed in data set classification by this method is dependent on the size of the input HDFS log file since the algorithmic complexities of Hadoop MapReduce algorithms here are O(n). The SVM methodology produces a list of data sets for deletion along with their respective sizes. This methodology was also compared with a heuristic called Retention Cost which was calculated using size of the data set and the time since its last access to help decide how useful a data set is. Accuracies of both were compared by calculating the percentage of data sets predicted for deletion which were accessed at a later instance of time. Our methodology using SVMs proved to be more accurate than using the Retention Cost heuristic. This methodology could be used to solve similar problems involving other large data sets.
Resumo:
Infectious diseases result from the interactions of host, pathogens, and, in the case of vector-borne diseases, also vectors. The interactions involve physiological and ecological mechanisms and they have evolved under a given set of environmental conditions. Environmental change, therefore, will alter host-pathogen-vector interactions and, consequently, the distribution, intensity, and dynamics of infectious diseases. Here, we review how climate change may impact infectious diseases of aquatic and terrestrial wildlife. Climate change can have direct impacts on distribution, life cycle, and physiological status of hosts, pathogens and vectors. While a change in either host, pathogen or vector does not necessarily translate into an alteration of the disease, it is the impact of climate change on the interactions between the disease components which is particularly critical for altered disease risks. Finally, climate factors can modulate disease through modifying the ecological networks host-pathogen-vector systems are belonging to, and climate change can combine with other environmental stressors to induce cumulative effects on infectious diseases. Overall, the influence of climate change on infectious diseases involves different mechanisms, it can be modulated by phenotypic acclimation and/or genotypic adaptation, it depends on the ecological context of the host-pathogen-vector interactions, and it can be modulated by impacts of other stressors. As a consequence of this complexity, non-linear responses of disease systems under climate change are to be expected. To improve predictions on climate change impacts on infectious disease, we suggest that more emphasis should be given to the integration of biomedical and ecological research for studying both the physiological and ecological mechanisms which mediate climate change impacts on disease, and to the development of harmonized methods and approaches to obtain more comparable results, as this would support the discrimination of case-specific versus general mechanisms
Resumo:
Although the sequential execution speed of logic programs has been greatly improved by the concepts introduced in the Warren Abstract Machine (WAM), parallel execution represents the only way to increase this speed beyond the natural limits of sequential systems. However, most proposed parallel logic programming execution models lack the performance optimizations and storage efficiency of sequential systems. This paper presents a parallel abstract machine which is an extension of the WAM and is thus capable of supporting ANDParallelism without giving up the optimizations present in sequential implementations. A suitable instruction set, which can be used as a target by a variety of logic programming languages, is also included. Special instructions are provided to support a generalized version of "Restricted AND-Parallelism" (RAP), a technique which reduces the overhead traditionally associated with the run-time management of variable binding conflicts to a series of simple run-time checks, which select one out of a series of compiled execution graphs.
Resumo:
The mobile apps market is a tremendous success, with millions of apps downloaded and used every day by users spread all around the world. For apps’ developers, having their apps published on one of the major app stores (e.g. Google Play market) is just the beginning of the apps lifecycle. Indeed, in order to successfully compete with the other apps in the market, an app has to be updated frequently by adding new attractive features and by fixing existing bugs. Clearly, any developer interested in increasing the success of her app should try to implement features desired by the app’s users and to fix bugs affecting the user experience of many of them. A precious source of information to decide how to collect users’ opinions and wishes is represented by the reviews left by users on the store from which they downloaded the app. However, to exploit such information the app’s developer should manually read each user review and verify if it contains useful information (e.g. suggestions for new features). This is something not doable if the app receives hundreds of reviews per day, as happens for the very popular apps on the market. In this work, our aim is to provide support to mobile apps developers by proposing a novel approach exploiting data mining, natural language processing, machine learning, and clustering techniques in order to classify the user reviews on the basis of the information they contain (e.g. useless, suggestion for new features, bugs reporting). Such an approach has been empirically evaluated and made available in a web-‐based tool publicly available to all apps’ developers. The achieved results showed that the developed tool: (i) is able to correctly categorise user reviews on the basis of their content (e.g. isolating those reporting bugs) with 78% of accuracy, (ii) produces clusters of reviews (e.g. groups together reviews indicating exactly the same bug to be fixed) that are meaningful from a developer’s point-‐of-‐view, and (iii) is considered useful by a software company working in the mobile apps’ development market.
Resumo:
The deployment of systems for human-to-machine communication by voice requires overcoming a variety of obstacles that affect the speech-processing technologies. Problems encountered in the field might include variation in speaking style, acoustic noise, ambiguity of language, or confusion on the part of the speaker. The diversity of these practical problems encountered in the "real world" leads to the perceived gap between laboratory and "real-world" performance. To answer the question "What applications can speech technology support today?" the concept of the "degree of difficulty" of an application is introduced. The degree of difficulty depends not only on the demands placed on the speech recognition and speech synthesis technologies but also on the expectations of the user of the system. Experience has shown that deployment of effective speech communication systems requires an iterative process. This paper discusses general deployment principles, which are illustrated by several examples of human-machine communication systems.
Resumo:
We used a novel system of three continuous wave Doppler radars to successfully record the directivity of i) Strombolian explosions from the active lava lake of Erebus volcano, Antarctica, ii) eruptions at Stromboli volcano, Italy, and iii) a man-made explosion in a quarry. Erebus volcano contains a convecting phonolite lava lake, presumably connected to a magma chamber at depth. It is one of the few open vent volcanoes that allow a direct observation of source processes during explosions. Its lava lake is the source of frequent violent Strombolian explosions, caused by large gas bubbles bursting at the lake surface. The exact mechanism of these bubble bursts is unclear, as is the mechanism of the creation of the infrasound signal accompanying the explosions. We use the Doppler radar data to calculate the directivity of Strombolian eruptions at Erebus. This allows us to derive information about the expected type of infrasound source pattern (i.e. the role of a dipole in addition to the monopole signature) and the physical structure of the volcano. We recorded 10 large explosions simultaneously with three radars, enabling us to calculate time series of 3D directivity vectors (i.e. effectively 4D), which describe the direction of preferred expansion of the gas bubble during an explosion. Such directivity information allows a comparison to dipole infrasound radiation patterns recorded during similar explosions only a few weeks later. Video observations of explosions support our interpretation of the measurements. We conclude that at Erebus, the directivity of explosions is mainly controlled by random processes. Since the geometry of the uppermost conduit is assumed to have a large effect on the directivity of explosions, the results suggest a largely symmetrical uppermost conduit with a vertical axis of symmetry. For infrasound recordings, a significant dipole signature can be expected in addition to the predominant monopole signature.
Resumo:
"February 1972."
Resumo:
Includes index.
Resumo:
"1 May 1981."