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,051 papers · 148 categories

Trend · papers per month

1345 · Feb 201919922001200920172026
48 results for feature-weighted SVR

This paper improves stock price forecasting using grey correlation analysis and feature-weighted SVR.

problem Improving accuracy of stock price forecasting.
method Divided factors affecting stock price movement into behavioral and technical. Used grey correlation analysis to measure relationships and transform into characteristic weights. Applied feature-weighted SVR.
result Significantly improved forecast accuracy compared to unmodified data.

A new HL-SVR approach handles unequal sample sizes in SVR for engineering data modeling.

problem SVR assumes equal sample sizes, but unequal sizes are common in engineering.
method HL-SVR combines low-level SVR for larger samples and high-level SVR for smaller samples.
result HL-SVR produces more accurate predictions than conventional SVR.

BOA-SVR model improves SVR performance in stock market forecasting.

problem Optimizing SVR parameters for better stock market forecasting accuracy.
method A novel BOA-SVR model using Butterfly Optimization Algorithm.
result The BOA-SVR model outperforms other meta-heuristic algorithms in stock market forecasting.

This paper proposes MMD-SVR to improve SVR's margin distribution for better generalization.

problem Improving SVR's generalization performance by maximizing the margin distribution of the whole dataset.
method Introducing MMD-SVR with coupled constraints to convert a non-convex optimization problem into a convex one.
result MMD-SVR significantly improves prediction accuracy and generalization compared to classic SVR.

Improved genetic algorithm optimizes SVR for robust long-term stock index forecasting.

problem Inaccurate long-term stock price predictions.
method Adaptive Weighted Genetic Algorithm-Optimized SVR (IGA-SVR).
result Reduction in MAPE by 19.87% compared to LSTM and 50.03% compared to OGA-SVR.

A novel SVR parameter optimization method using GSA outperforms other meta-heuristics in stock market forecasting.

problem Optimizing SVR parameters for reliable regression performance on small sample sizes.
method Golden Sine Algorithm (GSA) for parameter tuning of SVR.
result The GSA-based SVR outperforms eleven other meta-heuristics in terms of accuracy and computing time.

Paper proposes a hybrid model for VaR forecasting using SVR, GARCH, and KDE.

problem Inaccurate VaR estimates due to time-varying volatility and distributional characteristics.
method SVR-GARCH-KDE hybrid model combining nonlinear and nonparametric approaches.
result The SVR-GARCH-KDE hybrid outperforms benchmark models in VaR forecasting, especially for longer horizons.

A new fuzzy k-means algorithm for high-dimensional data with variable feature weights.

problem Clustering high-dimensional data with varying feature significance.
method Proposes a modified fuzzy k-means algorithm using two entropy terms to weight features.
result Improved clustering performance on various datasets compared to state-of-the-art methods.

Paper explains DRL strategies for portfolio management using linear models.

problem Difficulty in understanding DRL-based trading strategies.
method Empirical approach using linear models and integrated gradients.
result DRL agents show stronger multi-step prediction power than machine learning methods.

DCA algorithm applied to SVR with RBF kernel for nonconvex optimization.

problem Nonconvex optimization of SVR with Gaussian RBF kernel.
method DC algorithm with analytical DC decomposition of SVR objective.
result Convergence properties of DCA on RBF-SVR can be assessed through CαρC_αρ.

New model improves volatility forecasting by reducing overestimation and underestimation.

problem SVR-GARCH model overestimates or underestimates volatility, hindering peak or trough behaviors.
method Proposes blending ARCH and augmented blending-ARCH models to improve volatility forecasting.
result Empirical results show improved volatility forecasting ability.

Paper tackles multi-label learning by improving SVR for positive semidefinite metrics.

problem Learning positive semidefinite metrics for multi-label and label distribution learning.
method Proposes two methods to overcome SVR's limitation in learning positive semidefinite metrics.
result Demonstrates new methods achieve favorable performance in multi-label and label distribution learning.

A feature-weighted mean shift algorithm improves clustering in high-dimensional data.

problem Clustering high-dimensional data with traditional mean shift algorithms.
method Feature-weighted mean shift algorithm.
result The algorithm outperforms conventional mean shift and preserves computational simplicity.

Algorithm optimizes ε-SVR with MAPE loss and sample-dependent constraints.

problem Optimizing ε-SVR with MAPE loss and sample-dependent constraints.
method Sequential Minimal Optimization (SMO) for ε-SVR with MAPE loss and sample-dependent box constraints.
result Algorithm achieves lowest median runtime on every tested configuration.

Improved robustness in kernel-based regression via novel loss function and IRLS.

problem Noise sensitivity in kernel-based regression methods.
method Proposed s\ell_s-loss function and iteratively reweighted least squares (IRLS) optimization.
result Improved noise robustness in kernel-based regression methods.

Study proposes a hybrid method for medium-term load forecasting.

problem Accurate medium-term load forecasting for power system operation and planning.
method Support Vector Regression (SVR) combined with Symbiotic Organism Search Optimization (SOSO) for parameter optimization and feature selection.
result The proposed method outperformed previous methods in the EUNITE competition dataset.

The paper improves SVR with linear constraints for better model properties.

problem Improving Support Vector Regression with linear constraints.
method Generalized SMO algorithm for solving optimization with linear constraints.
result The proposed method shows better practical performance on various datasets.

This paper uses SVM to predict stock market trends from financial news.

problem Predicting stock market trends using text mining and sentiment analysis.
method Text mining, sentiment analysis, support vector machine (SVM), parameter optimization.
result SVM models show significant influence of news on stock market, with parameter G having the main effect.

Improved gas demand forecasting using ensemble methods.

problem Short-term prediction of gas demand components.
method Nine base forecasters (Ridge Regression, GP, NN, ANN, Torus, LASSO, Elastic Net, RF, SVR) and four ensemble predictors (simple, weighted, subset, SVR aggregation) were evaluated.
result Ensemble predictors outperformed individual base forecasters and TSO predictions.

New algorithms improve distributed optimization under specific conditions.

problem Distributed optimization problems with high communication costs.
method SVRS and AccSVRS algorithms combining gradient sliding and variance reduction.
result Achieved better communication complexity in distributed optimization.

Study shows how feature weighting affects neural network regularization.

problem Understanding how feature weighting influences neural network regularization.
method Derived equivalence paths connecting different weighting matrices and ridge regularization levels.
result Ridge estimators trained on weighted features are asymptotically equivalent when evaluated against test vectors.

Proposes a method for multi-view clustering that considers local structures and feature weights.

problem Challenges in effectively exploiting complementary information across multiple views.
method Simultaneously assigns weights to different features and captures local information in view-specific feature spaces.
result Achieves state-of-the-art performance on benchmark datasets.

A fusion approach combines audio and video features for emotion recognition.

problem Continuous emotion recognition using both visual and auditory modalities.
method Pre-trained CNN features from video frames and minimalistic auditory descriptors. Fusion at feature or prediction level. SVR for prediction.
result Improves CCCs of 0.749 and 0.565 for arousal and valence respectively.

EMAP finds minimal perturbations to change model predictions, combining feature weighting and counterfactuals.

problem Improving model explanations for black box classifiers.
method Neural network approach that returns minimal adversarial perturbations.
result EMAP provides more interpretable explanations and faster than sampling-based methods.