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

Trend · papers per month

1.7%3.4%5.1%6.8% · Feb 201719922001200920182026
48 results for MovieLens data-set

Paper develops a learning algorithm for relational logistic regression.

problem Learning multi-relational data models.
method Structure learning with Schmidt and Murphy's hierarchical assumption and parameter learning using logistic regression.
result The learning algorithm improves RLR model performance compared to other methods.

This project compares MCMC and VI for Bayesian PMF on MovieLens.

problem Intractable posterior distribution in PMF.
method Employed MCMC and VI for Bayesian inference on MovieLens.
result VI converges faster, MCMC provides more accurate estimates.

Variational inference improves neural network matrix factorization for stochastic blockmodels.

problem Improving predictive performance of neural network matrix factorization for stochastic blockmodels.
method Construct Bayesian neural networks and fit with variational inference.
result Variational inference can achieve equivalent performance to neural networks on Movielens data.

The article applies empirical Bayes to improve initial parameter choices in collaborative filtering models.

problem Improving initial parameter choices in collaborative filtering models.
method Formulated and implemented empirical Bayes to tune hyperparameters in a Bayesian collaborative filtering setup.
result Empirical Bayes can provide good initial parameter choices, especially for datasets where MCMC struggles.

Double autoencoder Ae2IAe^2I improves missing value imputation in recommender systems.

problem Imputing missing values in tables using row-row and column-column relationships.
method Simultaneously uses row-row and column-column relationships through a double autoencoder.
result Ae2IAe^2I outperforms state-of-the-art models in recommender systems.

A new neural model improves collaborative filtering performance.

problem Improving recommendation systems for better user satisfaction.
method Integrates neural autoregressive distribution estimation with collaborative filtering, sharing parameters, and considering ordinal preferences.
result CF-NADE outperforms previous methods on various datasets.

Algorithm extracts meaningful projections from bipartite networks.

problem Devising projections that preserve bipartite network structure.
method Entropy-based approach using four null models for statistical significance.
result Validated projections reveal non-trivial communities in real-world networks.

Enhanced recommender system using ensemble learning and graph embedding.

problem Challenges in selecting relevant data for users from large datasets.
method Group classification, ensemble learning, fuzzy rules, decision tree, graph embedding.
result High efficiency of the presented method on MovieLens datasets.

FlexEncoder analyzes DAE parameters' impact on recommender systems.

problem Varying parameter settings lead to different performance in DAE-based recommender systems.
method Built FlexEncoder with configurable parameters to analyze parameter influences.
result DAE parameters significantly affect prediction accuracy across datasets.

Top-N-Rank improves top N item recommendations in scalable recommender systems.

problem Improving top N item recommendations in scalable recommender systems.
method Proposes a novel list-wise Learning-to-Rank model optimizing a variant of DCG objective function, incorporating weights for implicit feedback.
result Significant improvement in ranking quality for top N recommendations.

Unified approach translates classic bandit algorithms to structured settings.

problem Finite-armed structured bandit problem with unknown reward functions.
method Gradual estimation of hidden parameter θ* and use in mean reward functions.
result Structured bandit versions of UCB achieve bounded regret in practical scenarios.

We propose a new approach for Collaborative Filtering which is based on Boolean Matrix Factorisation (BMF) and Formal Concept Analysis. In a series of experiments on real data (Movielens dataset) we compare the approach with the SVD- and NMF-based algorithms in terms of Mean Average Error (MAE). One of the experimental…

2013-10-16abs ↗pdf ↗

Study develops a smart contract framework for efficient and fair resource allocation.

problem Lack of rigorous economic foundation in decentralized coordination and smart contract implementations.
method Mechanism design framework with provable convergence guarantees for decentralized price adjustment.
result Proves stability and robustness of the proposed mechanism under various perturbations.

New method for probabilistic clustering using matrix norm couplings.

problem Probabilistic clustering of discrete random variables.
method Local information theoretic approach with convex maximization problem solved via gradient ascent and alternating maximization.
result Our approach is competitive with existing techniques and worthy of further investigation.

Singular Value Decomposition (SVD) has been used successfully in recent years in the area of recommender systems. In this paper we present how this model can be extended to consider both user ratings and information from Wikipedia. By mapping items to Wikipedia pages and quantifying their similarity, we are able to use…

2012-12-05abs ↗pdf ↗

This paper improves prediction uncertainty estimation by inferring variation from neuron activation strength.

problem Estimating prediction uncertainty from ensemble methods is expensive and inaccurate.
method Introduced randomness into model training and inferred prediction variation from neuron activation strength.
result Average R squared on MovieLens is 0.56 and on Criteo is 0.81, with strong performance in variation detection.

The paper proposes a new method for user-movie recommendation systems.

problem Improving recommendation accuracy in collaborative filtering.
method Uses Empirical Bayes with Reversible Jump Markov Chain in a Bayesian setup.
result Demonstrates improved hyper-parameter tuning and recommendation accuracy.

We introduce a new family of matrix norms, the "local max" norms, generalizing existing methods such as the max norm, the trace norm (nuclear norm), and the weighted or smoothed weighted trace norms, which have been extensively used in the literature as regularizers for matrix reconstruction problems. We show that this…

2012-10-18abs ↗pdf ↗

Auto-Surprise automates recommender system selection and optimization.

problem Finding the best algorithm and hyperparameters for recommender systems.
method Extends Surprise library with TPE optimization for algorithm selection and hyperparameter tuning.
result Significantly faster in finding optimal hyperparameters compared to grid search.

The paper tackles matrix completion in ultra-sparse sampling, improving imputation accuracy.

problem Matrix completion in ultra-sparse sampling, where each row has only a few entries.
method Estimate row span of matrix or averaged second-moment matrix, normalize and impute missing entries.
result Gradient descent method normalizes and imputes missing entries, achieving low variance and unbiased estimation.

Exponential Machines models all feature interactions in a compact format.

problem Improving machine learning performance through modeling feature interactions.
method Tensor Train format to represent interactions, stochastic Riemannian optimization for training.
result Exponential Machines achieves state-of-the-art performance on synthetic data with high-order interactions.

Proposes a method to improve probabilistic models by reweighting data to correct for model assumptions.

problem Data mismatches between model assumptions and reality undermine probabilistic model inference and prediction quality.
method Bayesian data reweighting to identify and down-weight observations that do not match model assumptions.
result Improves predictive accuracy and robustness of probabilistic models through systematic detection and mitigation of data mismatches.

We present the collaborative Kalman filter (CKF), a dynamic model for collaborative filtering and related factorization models. Using the matrix factorization approach to collaborative filtering, the CKF accounts for time evolution by modeling each low-dimensional latent embedding as a multidimensional Brownian motion.…

2015-01-22abs ↗pdf ↗

We propose the convex factorization machine (CFM), which is a convex variant of the widely used Factorization Machines (FMs). Specifically, we employ a linear+quadratic model and regularize the linear term with the 2\ell_2-regularizer and the quadratic term with the trace norm regularizer. Then, we formulate the CFM o…

2015-07-04abs ↗pdf ↗

Study finds open data sets favor Western locales, impacting classifier performance.

problem Impact of biased open data sets on classifier performance in the developing world.
method Analysis of two large, publicly available image data sets and classifiers trained on them.
result Open data sets exhibit a bias towards Western locales, affecting classifier performance.

Low-rank matrix estimation from incomplete measurements recently received increased attention due to the emergence of several challenging applications, such as recommender systems; see in particular the famous Netflix challenge. While the behaviour of algorithms based on nuclear norm minimization is now well understood…

2014-06-05abs ↗pdf ↗