← Search

Alexander Rudikov

5 accepted papers

2026

Deep Learning for Subspace Regression

ICLR 2026poster

It is often possible to perform reduced order modelling by specifying linear subspace which accurately captures the dynamics of the system. This approach becomes especially appealing when linear subspace explicitly depends on parameters of the problem. A practical way to apply such a scheme is to co…

Cited by 0SourceScholar
2026

Locally Subspace-Informed Neural Operators for Efficient Multiscale PDE Solving

ICLR 2026poster

We propose GMsFEM-NO, a novel hybrid framework that combines the robustness of the Generalized Multiscale Finite Element Method (GMsFEM) with the computational speed of neural operators (NOs) to create an efficient method for solving heterogeneous partial differential equations (PDEs). GMsFEM build…

Cited by 0SourceScholar
2024

Neural operators meet conjugate gradients: The FCG-NO method for efficient PDE solving

ICML 2024poster

Deep learning solvers for partial differential equations typically have limited accuracy. We propose to overcome this problem by using them as preconditioners. More specifically, we apply discretization-invariant neural operators to learn preconditioners for the flexible conjugate gradient method (F…

Cited by 9SourcePDFScholar
2024

Quantization of Large Language Models with an Overdetermined Basis

UAI 2024poster

In this paper, we introduce an algorithm for data quantization based on the principles of Kashin representation. This approach hinges on decomposing any given vector, matrix, or tensor into two factors. The first factor maintains a small infinity norm, while the second exhibits a similarly constrain…

Cited by 1SourcePDFScholar
2023

General Covariance Data Augmentation for Neural PDE Solvers

ICML 2023poster

The growing body of research shows how to replace classical partial differential equation (PDE) integrators with neural networks. The popular strategy is to generate the input-output pairs with a PDE solver, train the neural network in the regression setting, and use the trained model as a cheap sur…