1 |
Kernel methods and their application to systems idenitification and signal processingDrezet, Pierre M. L. January 2001 (has links)
No description available.
|
2 |
Support Vector Machines in RHornik, Kurt, Meyer, David, Karatzoglou, Alexandros 04 1900 (has links) (PDF)
Being among the most popular and efficient classification and regression methods
currently available, implementations of support vector machines exist in almost every
popular programming language. Currently four R packages contain SVM related software.
The purpose of this paper is to present and compare these implementations. (authors' abstract)
|
3 |
Support Vector Machines in RKaratzoglou, Alexandros, Meyer, David, Hornik, Kurt January 2005 (has links) (PDF)
Being among the most popular and efficient classification and regression methods currently available, implementations of support vector machines exist in almost every popular programming language. Currently four R packages contain SVM related software. The purpose of this paper is to present and compare these implementations. (author's abstract) / Series: Research Report Series / Department of Statistics and Mathematics
|
4 |
Statistical enhancement of support vector machines /Taylor, Aimee Elizabeth. January 1900 (has links)
Thesis (Ph. D.)--Oregon State University, 2009. / Printout. Includes bibliographical references (leaves 132-137). Also available on the World Wide Web.
|
5 |
Support vector classification for geostatistical modeling of categorical variablesVizcaino, Enrique Carlos Gallardo. January 2009 (has links)
Thesis (M. Sc.)--University of Alberta, 2009. / Title from pdf file main screen (viewed on Sept. 10, 2009). "A thesis submitted to the Faculty of Graduate Studies and Research in partial fulfillment of the requirements for the degree of Master of Science in Mining Engineering, Department of Civil and Environmental Engineering, University of Alberta." Includes bibliographical references.
|
6 |
Ramp Loss SVM with L1-Norm RegularizaionHess, Eric 01 January 2014 (has links)
The Support Vector Machine (SVM) classification method has recently gained popularity due to the ease of implementing non-linear separating surfaces. SVM is an optimization problem with the two competing goals, minimizing misclassification on training data and maximizing a margin defined by the normal vector of a learned separating surface. We develop and implement new SVM models based on previously conceived SVM with L_1-Norm regularization with ramp loss error terms. The goal being a new SVM model that is both robust to outliers due to ramp loss, while also easy to implement in open source and off the shelf mathematical programming solvers and relatively efficient in finding solutions due to the mixed linear-integer form of the model. To show the effectiveness of the models we compare results of ramp loss SVM with L_1-Norm and L_2-Norm regularization on human organ microbial data and simulated data sets with outliers.
|
7 |
Pedestrian Detection and Recognition System Using Support Vector MachinesWang, Sz-bo 03 September 2010 (has links)
This study considers the dynamic pedestrian detection system and the static pedestrian detection system with a single camera. In the static detection system, this study reconstructs the static database. As to feature extraction, HOG combining with SVM classifier is used in this study. Experimental results show the database can detect people by this algorithm in several scenes. In the dynamic detection system, because the population of older persons and disabled persons increases gradually nowadays, cross the intersection is a challenge for older persons and disabled persons, so this study researches in dynamic pedestrian detection system by a single camera for assisting autonomous transport robots, and this system detects people at the intersection for assisting older persons and disabled persons when they cross the intersection. As to the algorithm this study uses the foot detection algorithm to detect dynamic pedestrians. According to the experimental results, the light and clothes effect on the experimental results both in the dynamic pedestrian system and the static pedestrian system. The dynamic pedestrian system still shows real-time performance not only in the longitudinal direction but also in the lateral direction.
|
8 |
Learning structural SVMs and its applications in computer visionKuang, Zhanghui, 旷章辉 January 2014 (has links)
Many computer vision problems involve building automatic systems by extracting complex high-level information from visual data. Such problems can often be modeled using structural models, which relate raw input variables to structural high-level output variables. Structural support vector machine is a discriminative method for learning structural models. It allows a flexible feature construction with good robustness against overfitting, and thus provides state-of-the-art prediction accuracies for structural prediction tasks in computer vision.
This thesis first studies the application of structural SVMs in interactive image segmentation. A novel interactive image segmentation technique that automatically learns segmentation parameters tailored for each and every image is proposed. Unlike existing work, the proposed method does not require any offline parameter tuning or training stage, and is capable of determining image-specific parameters according to some simple user interactions with the target image. The segmentation problem is modeled as an inference of a conditional random field (CRF) over a segmentation mask and the target image.
This CRF is parametrized by the weights for different terms (e.g., color, texture and smoothing). These weight parameters are learned via a one-slack structural SVM, which is solved using a constraint approximation scheme and the cutting plane algorithm. Experimental results show that the proposed method, by learning image-specific parameters automatically, outperforms other state-of-the-art interactive
image segmentation techniques.
This thesis then uses structural SVMs to speed up large scale relatively-paired space analysis. A new multi-modality analysis technique based on relatively-paired observations from multiple modalities is proposed. Relative-pairing information is encoded using relative proximities of observations in a latent common space. By building a discriminative model and maximizing a distance margin, a projection function that maps observations into the latent common space is learned for each modality. However, training based on large scale relatively-paired observations could be extremely time consuming. To this end, the training is reformulated as learning a structural model, which can be optimized by the cutting plane algorithm where only a few training samples are involved in each iteration. Experimental results validate the effectiveness and efficiency of the proposed technique. / published_or_final_version / Computer Science / Doctoral / Doctor of Philosophy
|
9 |
Active learning with support vector machines for imbalanced datasets and a method for stopping active learning based on stabilizing predictionsBloodgood, Michael. January 2009 (has links)
Thesis (Ph.D.)--University of Delaware, 2009. / Principal faculty advisor: Vijay K. Shanker, Dept. of Computer & Information Sciences. Includes bibliographical references.
|
10 |
Fast pattern matching and its applications. / CUHK electronic theses & dissertations collectionJanuary 2011 (has links)
After that, strip sum and orthogonal Haar transform are proposed. The sum of pixels in a rectangle can be computed by one addition using the strip sum. Then this thesis proposes to use the orthogonal Haar transform (OHT) for pattern matching. Applied for pattern matching, the fast OHT algorithm using strip sum requires O(log u) additions per pixel to project input data of size N1 x N2 onto u 2-D OHT bases. Experimental results show the efficiency of pattern matching using OHT. / Firstly, this thesis proposes a fast algorithm for Walsh Hadamard Transform (WHT) on sliding windows which can be used to implement pattern matching efficiently. / Support vector machine (SVM) is a widely used classification approach. Direct computation of SVM is not desirable in applications requiring computationally efficient classification. To relieve the burden of high computational time required for computing SVM, this thesis proposes a transform domain SVM (TDSVM) using pruning that computes SVM much faster. Experimental results show the efficiency in applying the proposed method for human detection. / Then this thesis analyzes and compares state-of-the-art algorithms for full search equivalent pattern matching. Inspired by the analysis, this thesis develops a new family of transforms called the Kronecker-Hadamard Transform (KHT) of which the GCK family is a subset and WHT is a member. Thus, KHT provides more choices of transforms for representing images. Then this thesis proposes a new fast algorithm that is more efficient than the GCK algorithm. All KHTs can be computed efficiently using the fast KHT algorithm. Based on the KHT, this thesis then proposes the segmented KHT (SegKHT). By segmenting input data into Ls parts, the SegKHT requires 1/Ls the computation required by the KHT algorithm in computing basis vectors. Experimental results show that the proposed algorithm can significantly accelerate the pattern matching process and outperforms state-of-the-art methods. / This thesis aims at improving the computational efficiency in pattern matching. / Ouyang, Wanli. / Adviser: Wai Kuen Cham. / Source: Dissertation Abstracts International, Volume: 73-04, Section: B, page: . / Thesis (Ph.D.)--Chinese University of Hong Kong, 2011. / Includes bibliographical references (leaves 143-147). / Electronic reproduction. Hong Kong : Chinese University of Hong Kong, [2012] System requirements: Adobe Acrobat Reader. Available via World Wide Web. / Electronic reproduction. [Ann Arbor, MI] : ProQuest Information and Learning, [201-] System requirements: Adobe Acrobat Reader. Available via World Wide Web. / Abstract also in Chinese.
|
Page generated in 0.016 seconds