Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

3196379561,274 · Jun 202019922001200920182026
48 results for Support Vector Data Description

Support Vector Data Description (SVDD) is a popular outlier detection technique which constructs a flexible description of the input data. SVDD computation time is high for large training datasets which limits its use in big-data process-monitoring applications. We propose a new iterative sampling-based method for SVDD…

2016-06-16abs ↗pdf ↗

A new method for projecting multimodal data to a common subspace for one-class classification.

problem Classifying data from multiple sources with varying features.
method Iterative transformation to a common subspace, separate transformations for each modality, regularization strategies.
result Outperforms competing methods across multiple datasets.

Paper proposes a new method to automatically select Gaussian kernel bandwidth for SVDD.

problem Selecting optimal Gaussian kernel bandwidth for SVDD is crucial but challenging.
method Automatic unsupervised method for selecting Gaussian kernel bandwidth.
result The selected bandwidth is competitive with existing methods and can be computed quickly.

An incremental SVDD algorithm for online data using Gaussian kernel.

problem Efficiently handling online or large data for SVDD.
method Incremental learning algorithm using Gaussian kernel, focusing on existing support vectors and new data points.
result Significant gains in efficiency with almost no loss in outlier detection accuracy or objective function value.

New results on risk estimation for SVM and related methods.

problem Estimating risk in support vector machine applications.
method Expanding relaxation theory to support vector methods and analyzing their generalization ability.
result Risk approaches ratio of complexity to data sample size as sample size increases.

Proposes LAMA for principled SVDD hyperparameter estimation.

problem Estimating SVDD hyperparameters is difficult and heuristic methods are unreliable.
method LAMA (Local Active Min-Max Alignment) using active learning and kernel alignment.
result LAMA provides evidence-based estimates for SVDD hyperparameters with quality scores.

Improves anomaly detection with contaminated unlabeled data.

problem Weakness in existing semi-supervised anomaly detection methods when unlabeled data contain anomalies.
method Integrates positive-unlabeled learning with deep anomaly detection models.
result Achieves better detection performance on various datasets.

Detects and explains anomalies in non-i.i.d data with latent-class dependencies.

problem Detecting and explaining anomalies in data with latent-class dependencies.
method Derives SVDD method to handle latent-class dependency structure, provides probabilistic interpretation.
result Demonstrates effectiveness on real-world offshore data.

Morse neural networks improve uncertainty quantification and detection.

problem Uncertainty quantification and out-of-distribution detection.
method Generalizes unnormalized Gaussian densities to high-dimensional submanifolds using KL-divergence loss.
result Unified approach for OOD detection, anomaly detection, and continuous learning.

We discuss a general technique that can be used to form a differentiable bound on the optima of non-differentiable or discrete objective functions. We form a unified description of these methods and consider under which circumstances the bound is concave. In particular we consider two concrete applications of the metho…

2012-12-18abs ↗pdf ↗

Support spinor machine extends SVM to handle spinor fields in time series data.

problem Handling nonstationary and nonlinear time series data for classification.
method Using wedge product to extend vector fields to spinor fields, extending SVM to support spinor machine.
result Support spinor machine outperforms SVM in one class classification of physiological time series data.

A new method for support vector regression using a data-driven insensitive parameter.

problem Determining an optimal insensitive parameter in support vector regression.
method A data-driven approach to approximate the insensitive parameter by minimizing a generalized loss function based on the likelihood principle.
result The proposed method outperforms traditional support vector regression methods and has lower computational costs.

Quantum algorithm solves SOCP and SVM problems faster than classical methods.

problem Quantum algorithms for solving SOCP and SVM problems.
method Quantum interior-point method (IPM) for SOCP, scaling as O(n^k).
result Quantum algorithm exhibits polynomial speedup over classical methods.

New process capability index for non-normal data.

problem Measuring process capability when data does not follow normal distributions.
method Developed a new multivariate non-parametric PCI using Support Vector Data Description (SVDD).
result Demonstrated improved accuracy in process capability measurement for non-normal data.

New algorithms reduce computational burden for principal support vector machines.

problem High computational cost of principal support vector machines for large datasets.
method Two distributed estimation algorithms for principal support vector machines.
result Statistical efficiency is maintained with distributed algorithms.

Solving different types of optimization models (including parameters fitting) for support vector machines on large-scale training data is often an expensive computational task. This paper proposes a multilevel algorithmic framework that scales efficiently to very large data sets. Instead of solving the whole training s…

2014-10-13abs ↗pdf ↗

A new SVM method for predicting time series labels.

problem Learning to predict labels from high-dimensional time series data.
method Extended SVM concept to continuous time series data, formulated as a convex optimization problem.
result Empirical results show the algorithm's effectiveness for analyzing long-term multivariate data.

Paper proposes DMGD for integrating outlier and community detection in graph embedding.

problem Outlier nodes affect graph embedding of regular nodes, especially in networks with multiple communities.
method DMGD integrates outlier and community detection with node embedding using multiclass graph description.
result DMGD detects outliers relative to their communities and achieves better node embedding compared to state-of-the-arts.

This paper speeds up SVC clustering by compressing data while preserving key properties.

problem Efficiently clustering large-scale real-world data sets.
method Spectrum-preserving data compression for fast support vector clustering.
result Achieved 100X and 115X speedups on real-world data sets while maintaining clustering quality.

Predict road friction levels using connected vehicle data and weather parameters.

problem Predict road friction levels for connected vehicles.
method Proposes a framework using supervised machine learning (logistic regression, SVM, neural networks) to classify road friction levels.
result Neural networks model performs best across different prediction horizons and conditions.

Deep-learning model detects ASD from MRI data with high accuracy.

problem Challenges in diagnosing ASD due to subjective behavioral assessments and informant biases.
method Integrates deep-learning and SVM techniques to classify ASD brain scans.
result Highly accurate classification of ASD brain scans from neurotypical scans.

Statistical learning theory explains SVMs for data-driven decision making.

problem Decision making and model construction from data.
method Statistical learning theory, focusing on empirical and structural risk minimization.
result Support Vector Machines (SVMs) are a prominent implementation of structural risk minimization.

Distributed SVM algorithm improves performance in real-world applications.

problem Improving SVM performance in distributed computing environments.
method Proposes HPSVM, a distributed SVM algorithm that minimizes inter-machine communications.
result HPSVM achieves similar or better results than state-of-the-art SVM techniques.

The support vector machine (SVM) is a widely used method for classification. Although many efforts have been devoted to develop efficient solvers, it remains challenging to apply SVM to large-scale problems. A nice property of SVM is that the non-support vectors have no effect on the resulting classifier. Motivated by …

2013-10-25abs ↗pdf ↗

SVM generalizes well even with many support vectors in high dimensions.

problem Generalization of SVM in high-dimensional spaces with many support vectors.
method Identified new deterministic equivalences and proved conditions for support vector proliferation.
result Broadened conditions for SVM generalization in high-dimensional settings and proved converse result.