Steffen Rendle

ORCID: 0009-0004-6389-2509
Publications
Citations
Views
---
Saved
---
About
Contact & Profiles
Research Areas
  • Recommender Systems and Techniques
  • Advanced Bandit Algorithms Research
  • Advanced Graph Neural Networks
  • Tensor decomposition and applications
  • Topic Modeling
  • Image Retrieval and Classification Techniques
  • Stochastic Gradient Optimization Techniques
  • Domain Adaptation and Few-Shot Learning
  • Text and Document Classification Technologies
  • Data Management and Algorithms
  • Data Mining Algorithms and Applications
  • Data Stream Mining Techniques
  • Machine Learning and Algorithms
  • Neural Networks and Applications
  • Data Quality and Management
  • Algorithms and Data Compression
  • Consumer Market Behavior and Pricing
  • Semantic Web and Ontologies
  • Privacy-Preserving Technologies in Data
  • Machine Learning and ELM
  • Face and Expression Recognition
  • Matrix Theory and Algorithms
  • Advanced Image and Video Retrieval Techniques
  • Video Analysis and Summarization
  • Natural Language Processing Techniques

Google (United States)
2016-2024

University of Konstanz
2011-2015

University of Hildesheim
2008-2012

Osaka University
2010

Osaka Research Institute of Industrial Science and Technology
2010

University of Freiburg
2006

Item recommendation is the task of predicting a personalized ranking on set items (e.g. websites, movies, products). In this paper, we investigate most common scenario with implicit feedback clicks, purchases). There are many methods for item from like matrix factorization (MF) or adaptive knearest-neighbor (kNN). Even though these designed prediction ranking, none them directly optimized ranking. paper present generic optimization criterion BPR-Opt that maximum posterior estimator derived...

10.48550/arxiv.1205.2618 preprint EN other-oa arXiv (Cornell University) 2012-01-01

In this paper, we introduce Factorization Machines (FM) which are a new model class that combines the advantages of Support Vector (SVM) with factorization models. Like SVMs, FMs general predictor working any real valued feature vector. contrast to all interactions between variables using factorized parameters. Thus they able estimate even in problems huge sparsity (like recommender systems) where SVMs fail. We show equation can be calculated linear time and thus optimized directly. So...

10.1109/icdm.2010.127 article EN 2010-12-01

Recommender systems are an important component of many websites. Two the most popular approaches based on matrix factorization (MF) and Markov chains (MC). MF methods learn general taste a user by factorizing over observed user-item preferences. On other hand, MC model sequential behavior learning transition graph items that is used to predict next action recent actions user. In this paper, we present method bringing both together. Our personalized graphs underlying chains. That means for...

10.1145/1772690.1772773 article EN 2010-04-26

Factorization approaches provide high accuracy in several important prediction problems, for example, recommender systems. However, applying factorization to a new problem is nontrivial task and requires lot of expert knowledge. Typically, model developed, learning algorithm derived, the approach has be implemented. machines (FM) are generic since they can mimic most models just by feature engineering. This way, combine generality engineering with superiority estimating interactions between...

10.1145/2168752.2168771 article EN ACM Transactions on Intelligent Systems and Technology 2012-05-01

Tagging plays an important role in many recent websites. Recommender systems can help to suggest a user the tags he might want use for tagging specific item. Factorization models based on Tucker Decomposition (TD) model have been shown provide high quality tag recommendations outperforming other approaches like PageRank, FolkRank, collaborative filtering, etc. The problem with TD is cubic core tensor resulting runtime factorization dimension prediction and learning.

10.1145/1718487.1718498 article EN 2010-02-04

The situation in which a choice is made an important information for recommender systems. Context-aware recommenders take this into account to make predictions. So far, the best performing method context-aware rating prediction terms of predictive accuracy Multiverse Recommendation based on Tucker tensor factorization model. However has two drawbacks: (1) its model complexity exponential number context variables and polynomial size (2) it only works categorical variables. On other hand there...

10.1145/2009916.2010002 article EN Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval 2011-07-24

Tag recommendation is the task of predicting a personalized list tags for user given an item. This important many websites with tagging capabilities like last.fm or delicious. In this paper, we propose method tag based on tensor factorization (TF). contrast to other TF methods higher order singular value decomposition (HOSVD), our RTF ('ranking factorization') directly optimizes model best ranking. handles missing values and learns from pairwise ranking constraints. Our optimization...

10.1145/1557019.1557100 article EN 2009-06-28

MyMediaLite is a fast and scalable, multi-purpose library of recommender system algorithms, aimed both at researchers practitioners. It addresses two common scenarios in collaborative filtering: rating prediction (e.g. on scale 1 to 5 stars) item from positive-only implicit feedback clicks or purchase actions). The offers state-of-the-art algorithms for those tasks. Programs that expose most the library's functionality, plus GUI demo, are included package. Efficient data structures API used...

10.1145/2043932.2043989 article EN 2011-10-23

Pairwise algorithms are popular for learning recommender systems from implicit feedback. For each user, or more generally context, they try to discriminate between a small set of selected items and the large remaining (irrelevant) items. Learning is typically based on stochastic gradient descent (SGD) with uniformly drawn pairs. In this work, we show that convergence such SGD slows down considerably if item popularity has tailed distribution. We propose non-uniform sampler overcome problem....

10.1145/2556195.2556248 article EN 2014-02-18

Embedding based models have been the state of art in collaborative filtering for over a decade. Traditionally, dot product or higher order equivalents used to combine two more embeddings, e.g., most notably matrix factorization. In recent years, it was suggested replace with learned similarity e.g. using multilayer perceptron (MLP). This approach is often referred as neural (NCF). this work, we revisit experiments NCF paper that popularized similarities MLPs. First, show proper...

10.1145/3383313.3412488 article EN 2020-09-19

The task of item recommendation requires ranking a large catalogue items given context. Item algorithms are evaluated using metrics that depend on the positions relevant items. To speed up computation metrics, recent work often uses sampled where only smaller set random and ranked. This paper investigates in more detail shows they inconsistent with their exact version, sense do not persist relative statements, e.g., recommender A is better than B, even expectation. Moreover, sampling size,...

10.1145/3394486.3403226 article EN 2020-08-20

Cold-start scenarios in recommender systems are situations which no prior events, like ratings or clicks, known for certain users items. To compute predictions such cases, additional information about (user attributes, e.g. gender, age, geographical location, occupation) and items (item genres, product categories, keywords) must be used. We describe a method that maps entity (e.g. user item) attributes to the latent features of matrix (or higher-dimensional) factorization model. With...

10.1109/icdm.2010.129 article EN 2010-12-01

In recent years, interest in recommender research has shifted from explicit feedback towards implicit data. A diversity of complex models been proposed for a wide variety applications. Despite this, learning is still computationally challenging. So far, most work relies on stochastic gradient descent (SGD) solvers which are easy to derive, but practice challenging apply, especially tasks with many items. For the simple matrix factorization model, an efficient coordinate (CD) solver...

10.1145/3038912.3052694 article EN 2017-04-03

Regularized matrix factorization models are known to generate high quality rating predictions for recommender systems. One of the major drawbacks is that once computed, model static. For real-world applications dynamic updating a one most important tasks. Especially when ratings on new users or items come in, feature matrices crucial.

10.1145/1454008.1454047 article EN 2008-10-23

The most common approach in predictive modeling is to describe cases with feature vectors (aka design matrix). Many machine learning methods such as linear regression or support vector machines rely on this representation. However, when the underlying data has strong relational patterns, especially relations high cardinality, matrix can get very large which make and prediction slow even infeasible. This work solves issue by making use of repeating patterns stem from structure data. It shown...

10.14778/2535573.2488340 article EN Proceedings of the VLDB Endowment 2013-03-01

Numerical evaluations with comparisons to baselines play a central role when judging research in recommender systems. In this paper, we show that running properly is difficult. We demonstrate issue on two extensively studied datasets. First, results for have been used numerous publications over the past five years Movielens 10M benchmark are suboptimal. With careful setup of vanilla matrix factorization baseline, not only able improve upon reported baseline but even outperform any newly...

10.48550/arxiv.1905.01395 preprint EN other-oa arXiv (Cornell University) 2019-01-01

Recommender systems personalize content by recommending items to users. Item recommendation algorithms are evaluated metrics that compare the positions of truly relevant among recommended items. To speed up computation metrics, recent work often uses sampled where only a smaller set random and ranked. This paper investigates such in more detail shows they inconsistent with their exact counterpart, sense do not persist relative statements, for example, recommender A is better than B , even...

10.1145/3535335 article EN Communications of the ACM 2022-06-21

Matrix factorization learned by implicit alternating least squares (iALS) is a popular baseline in recommender system research publications. iALS known to be one of the most computationally efficient and scalable collaborative filtering methods. However, recent studies suggest that its prediction quality not competitive with current state art, particular autoencoders other item-based In this work, we revisit four well-studied benchmarks where was reported perform poorly show proper tuning,...

10.1145/3523227.3548486 article EN cc-by 2022-09-13

In the scope of Challenge on Context-aware Movie Recommendation (CAMRa2010), context can mean temporal (Task 1), mood 2), or social 3).

10.1145/1869652.1869654 article EN 2010-09-30

On RDF datasets, the truth values of triples are known when they either explicitly stated or can be inferred using logical entailment. Due to open world semantics RDF, nothing said about that neither in dataset nor logically inferred. By estimating such triples, one could discover new information from database thus enabling broaden scope queries an base answered, support knowledge engineers maintaining bases recommend users resources worth looking into for instance. In this paper, we present...

10.1145/2245276.2245341 article EN 2012-03-26

Many factorization models like matrix or tensor have been proposed for the important application of recommender systems. The success such depends largely on choice good values regularization parameters. Without a careful selection they result in poor prediction quality as either underfit overfit data. Regularization are typically determined by an expensive search that requires learning model parameters several times: once each tuple candidate In this paper, we present new method adapts...

10.1145/2124295.2124313 article EN 2012-02-08
Coming Soon ...