← Search

Burak Bartan

10 accepted papers

2023

Moccasin: Efficient Tensor Rematerialization for Neural Networks

ICML 2023poster

The deployment and training of neural networks on edge computing devices pose many challenges. The low memory nature of edge devices is often one of the biggest limiting factors encountered in the deployment of large neural network models. Tensor rematerialization or recompute is a way to address hi…

2023

Neural DAG Scheduling via One-Shot Priority Sampling

ICLR 2023poster

We consider the problem of scheduling operations/nodes, the dependency among which is characterized by a Directed Acyclic Graph (DAG). Due to its NP-hard nature, heuristic algorithms were traditionally used to acquire reasonably good solutions, and more recent works have proposed Machine Learning (M…

Cited by 3SourcePDFScholar
2022

Hidden Convexity of Wasserstein GANs: Interpretable Generative Models with Closed-Form Solutions

ICLR 2022poster

Generative Adversarial Networks (GANs) are commonly used for modeling complex distributions of data. Both the generators and discriminators of GANs are often modeled by neural networks, posing a non-transparent optimization problem which is non-convex and non-concave over the generator and discrimin…

2022

Neural Fisher Discriminant Analysis: Optimal Neural Network Embeddings in Polynomial Time

ICML 2022spotlight

Fisher’s Linear Discriminant Analysis (FLDA) is a statistical analysis method that linearly embeds data points to a lower dimensional space to maximize a discrimination criterion such that the variance between classes is maximized while the variance within classes is minimized. We introduce a natura…

Cited by 5SourcePDFScholar
2021

Convex Neural Autoregressive Models: Towards Tractable, Expressive, and Theoretically-Backed Models for Sequential Forecasting and Generation

ICASSP 2021accepted

Three features are crucial for sequential forecasting and generation models: tractability, expressiveness, and theoretical backing. While neural autoregressive models are relatively tractable and offer powerful predictive and generative capabilities, they often have complex optimization landscapes,…

Cited by 0SourceScholar
2021

Training Quantized Neural Networks to Global Optimality via Semidefinite Programming

ICML 2021spotlight

Neural networks (NNs) have been extremely successful across many tasks in machine learning. Quantization of NN weights has become an important topic due to its impact on their energy efficiency, inference time and deployment on hardware. Although post-training quantization is well-studied, training…

2020

Debiasing Distributed Second Order Optimization with Surrogate Sketching and Scaled Regularization

NeurIPS 2020poster

In distributed second order optimization, a standard strategy is to average many local estimates, each of which is based on a small sketch or batch of the data. However, the local estimates on each machine are typically biased, relative to the full solution on all of the data, and this can limit th…

Cited by 34SourcePDFScholar
2019

Adaptive Hashing for Model Counting

UAI 2019poster

Randomized hashing algorithms have seen recent success in providing bounds on the model count of a propositional formula. These methods repeatedly check the satisfiability of a formula subject to increasingly stringent random constraints. Key to these approaches is the choice of a fixed family of…