← Search

Gleb Gusev

10 accepted papers

2025

PyTorch-Lifestream: Learning Embeddings on Discrete Event Sequences

IJCAI 2025

The domain of event sequences is widely applied in various industrial tasks in banking, healthcare, etc., where temporal tabular data processing is required. This paper introduces PyTorch-Lifestream, the first open-source library specially designed to handle event sequences. It supports scenarios wi

2022

Towards Computationally Feasible Deep Active Learning

NAACL 2022findings

Active learning (AL) is a prominent technique for reducing the annotation effort required for training machine learning models. Deep learning offers a solution for several essential obstacles to deploying AL in practice but introduces many others. One of such problems is the excessive computational…

2022

Uncertainty Estimation of Transformer Predictions for Misclassification Detection

ACL 2022long

Uncertainty estimation (UE) of model predictions is a crucial step for a variety of tasks such as active learning, misclassification detection, adversarial attack detection, out-of-distribution detection, etc. Most of the works on modeling the uncertainty of deep neural networks evaluate these metho…

2020

3d Deformation Signature for Dynamic Face Recognition

ICASSP 2020accepted

This work proposes a novel 3D Deformation Signature (3DS) to represent a 3D deformation signal for 3D Dynamic Face Recognition. 3DS is computed given a non-linear 6D-space representation which guarantees physically plausible 3D deformations. A unique deformation indicator is computed per triangle in…

Cited by 0SourceScholar
2019

Learning to select for a predefined ranking

ICML 2019oral

In this paper, we formulate a novel problem of learning to select a set of items maximizing the quality of their ordered list, where the order is predefined by some explicit rule. Unlike the classic information retrieval problem, in our setting, the predefined order of items in the list may not corr…

2018

CatBoost: unbiased boosting with categorical features

NeurIPS 2018poster

This paper presents the key algorithmic techniques behind CatBoost, a new gradient boosting toolkit. Their combination leads to CatBoost outperforming other publicly available boosting implementations in terms of quality on a variety of datasets. Two critical algorithmic advances introduced in CatBo…

2016

Efficient High-Order Interaction-Aware Feature Selection Based on Conditional Mutual Information

NeurIPS 2016poster

This study introduces a novel feature selection approach CMICOT, which is a further evolution of filter methods with sequential forward selection (SFS) whose scoring functions are based on conditional mutual information (MI). We state and study a novel saddle point (max-min) optimization problem to…

2016

Learning Supervised PageRank with Gradient-Based and Gradient-Free Optimization Methods

NeurIPS 2016poster

In this paper, we consider a non-convex loss-minimization problem of learning Supervised PageRank models, which can account for features of nodes and edges. We propose gradient-based and random gradient-free methods to solve this problem. Our algorithms are based on the concept of an inexact oracle…

Cited by 90SourcePDFScholar
2016

Meta–Gradient Boosted Decision Tree Model for Weight and Target Learning

ICML 2016poster

Labeled training data is an essential part of any supervised machine learning framework. In practice, there is a trade-off between the quality of a label and its cost. In this paper, we consider a problem of learning to rank on a large-scale dataset with low-quality relevance labels aiming at maximi…