← Search

Boris Knyazev

14 accepted papers

2026

$\mu$LO: Compute-Efficient Meta-Generalization of Learned Optimizers

ICLR 2026poster

Learned optimizers (LOs) have the potential to significantly reduce the wall-clock training time of neural networks. However, they can struggle to optimize unseen tasks (*meta-generalize*), especially when training networks wider than those seen during meta-training. To address this, we derive the M…

Cited by 0SourcecodeScholar
2025

(Almost) Free Modality Stitching of Foundation Models

EMNLP 2025

Foundation multi-modal models are often designed by stitching of multiple existing pretrained uni-modal models: for example, an image classifier with a text model. This stitching process is performed by training a connector module that aims to align the representation spaces of these uni-modal model

2025

Accelerating Training with Neuron Interaction and Nowcasting Networks

ICLR 2025poster

Neural network training can be accelerated when a learnable update rule is used in lieu of classic adaptive optimizers (e.g. Adam). However, learnable update rules can be costly and unstable to train and use. Recently, Jang et al. (2023) proposed a simpler approach to accelerate training based on we…

2024

Graph Neural Networks for Learning Equivariant Representations of Neural Networks

ICLR 2024oral

Neural networks that process the parameters of other neural networks find applications in domains as diverse as classifying implicit neural representations, generating neural network weights, and predicting generalization errors. However, existing approaches either overlook the inherent permutation…

2023

Can We Scale Transformers to Predict Parameters of Diverse ImageNet Models?

ICML 2023poster

Pretraining a neural network on a large dataset is becoming a cornerstone in machine learning that is within the reach of only a few communities with large-resources. We aim at an ambitious goal of democratizing pretraining. Towards that goal, we train and release a single neural network that can pr…

2022

Hyper-Representations as Generative Models: Sampling Unseen Neural Network Weights

NeurIPS 2022accept

Learning representations of neural network weights given a model zoo is an emerg- ing and challenging area with many potential applications from model inspection, to neural architecture search or knowledge distillation. Recently, an autoencoder trained on a model zoo was able to learn a hyper-repres…

2022

Model Zoos: A Dataset of Diverse Populations of Neural Network Models

NeurIPS 2022accept

In the last years, neural networks (NN) have evolved from laboratory environments to the state-of-the-art for many real-world problems. It was shown that NN models (i.e., their weights and biases) evolve on unique trajectories in weight space during training. Following, a population of such neural n…

2022

On Evaluation Metrics for Graph Generative Models

ICLR 2022poster

In image generation, generative models can be evaluated naturally by visually inspecting model outputs. However, this is not always the case for graph generative models (GGMs), making their evaluation challenging. Currently, the standard process for evaluating GGMs suffers from three critical limita…

2021

Brick-by-Brick: Combinatorial Construction with Deep Reinforcement Learning

NeurIPS 2021poster

Discovering a solution in a combinatorial space is prevalent in many real-world problems but it is also challenging due to diverse complex constraints and the vast number of possible combinations. To address such a problem, we introduce a novel formulation, combinatorial construction, which requires…

Cited by 22SourcePDFScholar
2021

Context-Aware Scene Graph Generation With Seq2Seq Transformers

ICCV 2021poster

Scene graph generation is an important task in computer vision aimed at improving the semantic understand- ing of the visual world. In this task, the model needs to detect objects and predict visual relationships between them. Most of the existing models predict relationships in parallel assuming th…

Cited by 98PDFcodeScholar
2021

Generative Compositional Augmentations for Scene Graph Prediction

ICCV 2021poster

Inferring objects and their relationships from an image in the form of a scene graph is useful in many applications at the intersection of vision and language. We consider a challenging problem of compositional generalization that emerges in this task due to a long tail data distribution. Current sc…

Cited by 26PDFcodeScholar
2021

Parameter Prediction for Unseen Deep Architectures

NeurIPS 2021poster

Deep learning has been successful in automating the design of features in machine learning pipelines. However, the algorithms optimizing neural network parameters remain largely hand-designed and computationally inefficient. We study if we can use deep learning to directly predict these parameters b…

2019

Understanding Attention and Generalization in Graph Neural Networks

NeurIPS 2019poster

We aim to better understand attention over nodes in graph neural networks (GNNs) and identify factors influencing its effectiveness. We particularly focus on the ability of attention GNNs to generalize to larger, more complex or noisy graphs. Motivated by insights from the work on Graph Isomorphism…