← Search

Gennady Pekhimenko

8 accepted papers

2026

BHCast: Unlocking Black Hole Plasma Dynamics from a Single Blurry Image with Long-Term Forecasting

CVPR 2026

The Event Horizon Telescope (EHT) delivered the first image of a black hole by capturing the light from its surrounding accretion flow, revealing structure but not dynamics. Simulations of black hole accretion dynamics are essential for interpreting EHT images but costly to generate and impractical

Cited by 0SourceScholar
2026

DPQuant: Efficient and Private Model Training via Dynamic Quantization Scheduling

ICLR 2026poster

Differentially-Private SGD (DP-SGD) is a powerful technique to protect user privacy when using sensitive data to train neural networks. During training, converting model weights and activations into low-precision formats, i.e., quantization, can drastically reduce training times, energy consumption,…

Cited by 0SourceScholar
2025

APPL: A Prompt Programming Language for Harmonious Integration of Programs and Large Language Model Prompts

ACL 2025long

Large Language Models (LLMs) have become increasingly capable of handling diverse tasks with the aid of well-crafted prompts and integration of external tools, but as task complexity rises, the workflow involving LLMs can be complicated and thus challenging to implement and maintain. To address this…

2025

TypyBench: Evaluating LLM Type Inference for Untyped Python Repositories

ICML 2025poster

Type inference for dynamic languages like Python is a persistent challenge in software engineering. While large language models (LLMs) have shown promise in code understanding, their type inference capabilities remain underexplored. We introduce `TypyBench`, a benchmark designed to evaluate LLMs' ty…

2024

Guaranteed Approximation Bounds for Mixed-Precision Neural Operators

ICLR 2024poster

Neural operators, such as Fourier Neural Operators (FNO), form a principled approach for learning solution operators for partial differential equations (PDE) and other mappings between function spaces. However, many real-world problems require high-resolution training data, and the training time and…

2022

Tempo: Accelerating Transformer-Based Model Training through Memory Footprint Reduction

NeurIPS 2022accept

Training deep learning models can be computationally expensive. Prior works have shown that increasing the batch size can potentially lead to better overall throughput. However, the batch size is frequently limited by the accelerator memory capacity due to the activations/feature maps stored for the…

2021

Distributed Deep Learning In Open Collaborations

NeurIPS 2021poster

Modern deep learning applications require increasingly more compute to train state-of-the-art models. To address this demand, large corporations and institutions use dedicated High-Performance Computing clusters, whose construction and maintenance are both environmentally costly and well beyond the…

Cited by 62SourcePDFScholar
2021

Moshpit SGD: Communication-Efficient Decentralized Training on Heterogeneous Unreliable Devices

NeurIPS 2021poster

Training deep neural networks on large datasets can often be accelerated by using multiple compute nodes. This approach, known as distributed training, can utilize hundreds of computers via specialized message-passing protocols such as Ring All-Reduce. However, running these protocols at scale requ…