Evgeny Frolov

dblp:177/9352 · DBLP profile ↗
← Back
14ranked-venue papers in the field
3as first author
11since 2021 · last 2026
0000-0003-3679-5311ORCID · verified

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 14 (3 first)
YearPublicationVenuePosition
2026 SplitLight: An Exploratory Toolkit for Recommender Systems Datasets and Splits
Anna Volodkevich, Dmitry Anikin, Danil Gusak, Anton Klenitskiy, Evgeny Frolov, Alexey Vasilev
SIGIR5
2026 Revisiting IPS-based Algorithms for Off-Policy Evaluation of Contextual Bandits
abstract
Off-policy evaluation (OPE) is widely used to compare contextual bandit policies in recommender systems. While there a lot of recent methodological developments, suggesting novel OPE schemes, they are typically validated in the synthetic environments, which not necessarily possess the structure of the real-world datasets. In this paper, we consider the inverse propensity score (IPS) method and its modifications, and study how empirical conclusions inferred from the data depend on evaluation pipelines. We show, that even in the synthetic environments, rankings of different estimators are sensitive to random seeds, log generators, and sample size. Using the popular benchmark, the Open Bandit Dataset, we analyze logging behavior and data characteristics that may violate the i.i.d. assumptions of the log generation.
Daria Korovaitceva, Marina Sheshukova, Evgeny Frolov, Sergey Samsonov
WWW3
2025 Ultra Fast Warm Start Solution for Graph Recommendations
abstract
In this work, we present a fast and effective Linear approach for updating recommendations in a scalable graph-based recommender system UltraGCN. Solving this task is extremely important to maintain the relevance of the recommendations under the conditions of a large amount of new data and changing user preferences. To address this issue, we adapt the simple yet effective low-rank approximation approach to the graph-based model. Our method delivers instantaneous recommendations that are up to 30 times faster than conventional methods, with gains in recommendation quality, and demonstrates high scalability even on the large catalogue datasets.
Viacheslav Yusupov, Maksim Rakhuba, Evgeny Frolov
CIKM3
2025 Recommendation Is a Dish Better Served Warm
abstract
In modern recommender systems, experimental settings typically include filtering out cold users and items based on a minimum interaction threshold.However, these thresholds are often chosen arbitrarily and vary widely across studies, leading to inconsistencies that can significantly affect the comparability and reliability of evaluation results.In this paper, we systematically explore the cold-start boundary by examining the criteria used to determine whether a user or an item should be considered cold.Our experiments incrementally vary the number of interactions for different items during training, and gradually update the length of user interaction histories during inference.We investigate the thresholds across several widely used datasets, commonly represented in recent papers from top-tier conferences, and on multiple established recommender baselines.Our findings show that inconsistent selection of cold-start thresholds can either result in the unnecessary removal of valuable data or lead to the misclassification of cold instances as warm, introducing more noise into the system.
Danil Gusak, Nikita Sukhorukov, Evgeny Frolov
RecSys3
2025 Time to Split: Exploring Data Splitting Strategies for Offline Evaluation of Sequential Recommenders
abstract
Train & Test sequences Test target Valid target
Danil Gusak, Anna Volodkevich, Anton Klenitskiy, Alexey Vasilev, Evgeny Frolov
RecSys5
2025 Benefiting from Negative yet Informative Feedback by Contrasting Opposing Sequential Patterns
Veronika Ivanova, Evgeny Frolov, Alexey Vasilev
RecSys2
2025 Leveraging Geometric Insights in Hyperbolic Triplet Loss for Improved Recommendations
Viacheslav Yusupov, Maksim Rakhuba, Evgeny Frolov
RecSys3
2024 RECE: Reduced Cross-Entropy Loss for Large-Catalogue Sequential Recommenders
abstract
Scalability is a major challenge in modern recommender systems. In sequential recommendations, full Cross-Entropy (CE) loss achieves state-of-the-art recommendation quality but consumes excessive GPU memory with large item catalogs, limiting its practicality. Using a GPU-efficient locality-sensitive hashing-like algorithm for approximating large tensor of logits, this paper introduces a novel RECE (REduced Cross-Entropy) loss. RECE significantly reduces memory consumption while allowing one to enjoy the state-of-the-art performance of full CE loss. Experimental results on various datasets show that RECE cuts training peak memory usage by up to 12 times compared to existing methods while retaining or exceeding performance metrics of CE loss. The approach also opens up new possibilities for large-scale applications in other domains.
Danil Gusak, Gleb Mezentsev, Ivan V. Oseledets, Evgeny Frolov
CIKM4
2024 Self-Attentive Sequential Recommendations with Hyperbolic Representations
abstract
In recent years, self-attentive sequential learning models have surpassed conventional collaborative filtering techniques in next-item recommendation tasks. However, Euclidean geometry utilized in these models may not be optimal for capturing a complex structure of behavioral data. Building on recent advances in the application of hyperbolic geometry to collaborative filtering tasks, we propose a novel approach that leverages hyperbolic geometry in the sequential learning setting. Our approach replaces final output of the Euclidean models with a linear predictor in the non-linear hyperbolic space, which increases the representational capacity and improves recommendation quality.
Evgeny Frolov, Tatyana Matveeva, Leyla Mirvakhabova, Ivan V. Oseledets
RecSys1
2024 Scalable Cross-Entropy Loss for Sequential Recommendations with Large Item Catalogs
abstract
Scalability issue plays a crucial role in productionizing modern recommender systems. Even lightweight architectures may suffer from high computational overload due to intermediate calculations, limiting their practicality in real-world applications. Specifically, applying full Cross-Entropy (CE) loss often yields state-of-the-art performance in terms of recommendations quality. Still, it suffers from excessive GPU memory utilization when dealing with large item catalogs. This paper introduces a novel Scalable Cross-Entropy (SCE) loss function in the sequential learning setup. It approximates the CE loss for datasets with large-size catalogs, enhancing both time efficiency and memory usage without compromising recommendations quality. Unlike traditional negative sampling methods, our approach utilizes a selective GPU-efficient computation strategy, focusing on the most informative elements of the catalog, particularly those most likely to be false positives. This is achieved by approximating the softmax distribution over a subset of the model outputs through the maximum inner product search. Experimental results on multiple datasets demonstrate the effectiveness of SCE in reducing peak memory usage by a factor of up to 100 compared to the alternatives, retaining or even exceeding their metrics values. The proposed approach also opens new perspectives for large-scale developments in different domains, such as large language models.
Gleb Mezentsev, Danil Gusak, Ivan V. Oseledets, Evgeny Frolov
RecSys4
2024 Cross-Domain Latent Factors Sharing via Implicit Matrix Factorization
abstract
Data sparsity has been one of the long-standing problems for recommender systems. One of the solutions to mitigate this issue is to exploit knowledge available in other source domains. However, many cross-domain recommender systems introduce a complex architecture that makes them less scalable in practice. On the other hand, matrix factorization methods are still considered to be strong baselines for single-domain recommendations. In this paper, we introduce the CDIMF, a model that extends the standard implicit matrix factorization with ALS to cross-domain scenarios. We apply the Alternating Direction Method of Multipliers to learn shared latent factors for overlapped users while factorizing the interaction matrix. In a dual-domain setting, experiments on industrial datasets demonstrate a competing performance of CDIMF for both cold-start and warm-start. The proposed model can outperform most other recent cross-domain and single-domain models. We also provide the code to reproduce experiments on GitHub.
Abdulaziz Samra, Evgeny Frolov, Alexey Vasilev, Alexander Grigorevskiy, Anton Vakhrushev
RecSys2
2020 Performance of Hyperbolic Geometry Models on Top-N Recommendation Tasks
abstract
We introduce a simple autoencoder based on hyperbolic geometry for solving standard collaborative filtering problem. In contrast to many modern deep learning techniques, we build our solution using only a single hidden layer. Remarkably, even with such a minimalistic approach, we not only outperform the Euclidean counterpart but also achieve a competitive performance with respect to the current state-of-the-art. We additionally explore the effects of space curvature on the quality of hyperbolic models and propose an efficient data-driven method for estimating its optimal value.
Leyla Mirvakhabova, Evgeny Frolov, Valentin Khrulkov, Ivan V. Oseledets, Alexander Tuzhilin
RecSys2
2019 HybridSVD: when collaborative information is not enough
abstract
We propose a new hybrid algorithm that allows incorporating both user and item side information within the standard collaborative filtering technique. One of its key features is that it naturally extends a simple PureSVD approach and inherits its unique advantages, such as highly efficient Lanczos-based optimization procedure, simplified hyper-parameter tuning and a quick folding-in computation for generating recommendations instantly even in highly dynamic online environments. The algorithm utilizes a generalized formulation of the singular value decomposition, which adds flexibility to the solution and allows imposing the desired structure on its latent space. Conveniently, the resulting model also admits an efficient and straightforward solution for the cold start scenario. We evaluate our approach on a diverse set of datasets and show its superiority over similar classes of hybrid models.
Evgeny Frolov, Ivan V. Oseledets
RecSys1
2016 Fifty Shades of Ratings: How to Benefit from a Negative Feedback in Top-N Recommendations Tasks
abstract
Conventional collaborative filtering techniques treat a top-n recommendations problem as a task of generating a list of the most relevant items. This formulation, however, disregards an opposite -- avoiding recommendations with completely irrelevant items. Due to that bias, standard algorithms, as well as commonly used evaluation metrics, become insensitive to negative feedback. In order to resolve this problem we propose to treat user feedback as a categorical variable and model it with users and items in a ternary way. We employ a third-order tensor factorization technique and implement a higher order folding-in method to support online recommendations. The method is equally sensitive to entire spectrum of user ratings and is able to accurately predict relevant items even from a negative only feedback. Our method may partially eliminate the need for complicated rating elicitation process as it provides means for personalized recommendations from the very beginning of an interaction with a recommender system. We also propose a modification of standard metrics which helps to reveal unwanted biases and account for sensitivity to a negative feedback. Our model achieves state-of-the-art quality in standard recommendation tasks while significantly outperforming other methods in the cold-start "no-positive-feedback" scenarios.
Evgeny Frolov, Ivan V. Oseledets
RecSys1