← Search

Mert Pilanci

58 accepted papers

2026

ASMIL: Attention-Stabilized Multiple Instance Learning for Whole-Slide Imaging

ICLR 2026poster

Attention-based multiple instance learning (MIL) has emerged as a powerful framework for whole slide image (WSI) diagnosis, leveraging attention to aggregate instance-level features into bag-level predictions. Despite this success, we find that such methods exhibit a new failure mode: unstable atte…

Cited by 0SourcecodeScholar
2026

CL-DPS: A Contrastive Learning Approach to Blind Nonlinear Inverse Problem Solving via Diffusion Posterior Sampling

ICLR 2026poster

Diffusion models (DMs) have recently become powerful priors for solving inverse problems. However, most work focuses on non-blind settings with known measurement operators, and existing DM-based blind solvers largely assume linear measurements, which limits practical applicability where operators ar…

Cited by 0SourcecodeScholar
2026

FlashSketch: Sketch-Kernel Co-Design for Fast Sparse Sketching on GPUs

ICML 2026oral

Sparse sketches such as the sparse Johnson–Lindenstrauss transform are a core primitive in randomized numerical linear algebra because they leverage random sparsity to reduce the arithmetic cost of sketching, while still offering strong approximation guarantees. Their random sparsity, however, is at…

Cited by 0SourceScholar
2025

Active Learning of Deep Neural Networks via Gradient-Free Cutting Planes

ICML 2025poster

Active learning methods aim to improve sample complexity in machine learning. In this work, we investigate an active learning scheme via a novel gradient-free cutting-plane training method for ReLU networks of arbitrary depth and develop a convergence theory. We demonstrate, for the first time, tha…

Cited by 1SourcePDFScholar
2025

ConvexECG: Lightweight and Explainable Neural Networks for Personalized, Continuous Cardiac Monitoring

ICASSP 2025accepted

We present ConvexECG, an explainable and resource-efficient method for reconstructing six-lead electrocardiograms (ECG) from single-lead data, aimed at advancing personalized and continuous cardiac monitoring. ConvexECG leverages a convex reformulation of a two-layer ReLU neural network, enabling th…

Cited by 0SourceScholar
2025

Exploring The Loss Landscape Of Regularized Neural Networks Via Convex Duality

ICLR 2025oral

We discuss several aspects of the loss landscape of regularized neural networks: the structure of stationary points, connectivity of optimal solutions, path with non-increasing loss to arbitrary global optimum, and the nonuniqueness of optimal solutions, by casting the problem into an equivalent con…

Cited by 1SourcePDFScholar
2025

Geometric Algebra Planes: Convex Implicit Neural Volumes

ICML 2025poster

Volume parameterizations abound in recent literature, encompassing methods from classic voxel grids to implicit neural representations. While implicit representations offer impressive capacity and improved memory efficiency compared to voxel grids, they traditionally require training through noncon…

Cited by 5SourcePDFScholar
2025

Newton Meets Marchenko-Pastur: Massively Parallel Second-Order Optimization with Hessian Sketching and Debiasing

ICLR 2025poster

Motivated by recent advances in serverless cloud computing, in particular the ``function as a service'' (FaaS) model, we consider the problem of minimizing a convex function in a massively parallel fashion, where communication between workers is limited. Focusing on the case of a twice-differentiab…

Cited by 0SourcePDFScholar
2025

Spectral-Aware Low-Rank Adaptation for Speaker Verification

ICASSP 2025accepted

Previous research has shown that the principal singular vectors of a pre-trained model’s weight matrices capture critical knowledge. In contrast, those associated with small singular values may contain noise or less reliable information. As a result, the LoRA-based parameter-efficient fine-tuning (P…

Cited by 0SourceScholar
2025

Subtractive Training for Music Stem Insertion Using Latent Diffusion Models

ICASSP 2025accepted

We present Subtractive Training<sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">1</sup>, a simple and novel method for synthesizing individual musical instrument stems given other instruments as context. This method pairs a dataset of complete music mixe…

Cited by 0SourceScholar
2024

Adaptive Sampling for Efficient Softmax Approximation

NeurIPS 2024poster

The softmax function is ubiquitous in machine learning and optimization applications. Computing the full softmax evaluation of a matrix-vector product can be computationally expensive in high-dimensional settings. In many applications, however, it is sufficient to calculate only the top few outputs…

Cited by 0SourcePDFScholar
2024

CRONOS: Enhancing Deep Learning with Scalable GPU Accelerated Convex Neural Networks

NeurIPS 2024poster

We introduce the CRONOS algorithm for convex optimization of two-layer neural networks. CRONOS is the first algorithm capable of scaling to high-dimensional datasets such as ImageNet, which are ubiquitous in modern deep learning. This significantly improves upon prior work, which has been restrict…

Cited by 1SourcePDFScholar
2024

Compressing Large Language Models using Low Rank and Low Precision Decomposition

NeurIPS 2024poster

The prohibitive sizes of Large Language Models (LLMs) today make it difficult to deploy them on memory-constrained edge devices. This work introduces $\rm CALDERA$ -- a new post-training LLM compression algorithm that harnesses the inherent low-rank structure of a weight matrix $\mathbf{W}$ by appro…

2024

Convex Relaxations of ReLU Neural Networks Approximate Global Optima in Polynomial Time

ICML 2024spotlight

In this paper, we study the optimality gap between two-layer ReLU networks regularized with weight decay and their convex relaxations. We show that when the training data is random, the relative optimality gap between the original problem and its relaxation can be bounded by a factor of O(√log n), w…

Cited by 8SourcePDFScholar
2024

Scaling Convex Neural Networks with Burer-Monteiro Factorization

ICLR 2024poster

It has been demonstrated that the training problem for a variety of (non) linear two-layer neural networks (such as two-layer perceptrons, convolutional networks, and self-attention) can be posed as equivalent convex optimization problems, with an induced regularizer which encourages low rank. Howev…

Cited by 2SourcePDFScholar
2023

Fixing the NTK: From Neural Network Linearizations to Exact Convex Programs

NeurIPS 2023poster

Recently, theoretical analyses of deep neural networks have broadly focused on two directions: 1) Providing insight into neural network training by SGD in the limit of infinite hidden-layer width and infinitesimally small learning rate (also known as gradient flow) via the Neural Tangent Kernel (NTK…

Cited by 0SourcePDFScholar
2023

Globally Optimal Training of Neural Networks with Threshold Activation Functions

ICLR 2023poster

Threshold activation functions are highly preferable in neural networks due to their efficiency in hardware implementations. Moreover, their mode of operation is more interpretable and resembles that of biological neurons. However, traditional gradient based algorithms such as Gradient Descent canno…

Cited by 12SourcePDFScholar
2023

Matrix Compression via Randomized Low Rank and Low Precision Factorization

NeurIPS 2023poster

Matrices are exceptionally useful in various fields of study as they provide a convenient framework to organize and manipulate data in a structured manner. However, modern matrices can involve billions of elements, making their storage and processing quite demanding in terms of computational resour…

2023

Path Regularization: A Convexity and Sparsity Inducing Regularization for Parallel ReLU Networks

NeurIPS 2023poster

Understanding the fundamental principles behind the success of deep neural networks is one of the most important open questions in the current literature. To this end, we study the training problem of deep neural networks and introduce an analytic approach to unveil hidden convexity in the optimizat…

Cited by 20SourcePDFScholar
2022

Demystifying Batch Normalization in ReLU Networks: Equivalent Convex Optimization Models and Implicit Regularization

ICLR 2022poster

Batch Normalization (BN) is a commonly used technique to accelerate and stabilize training of deep neural networks. Despite its empirical success, a full theoretical understanding of BN is yet to be developed. In this work, we analyze BN through the lens of convex optimization. We introduce an analy…

Cited by 40SourcePDFScholar
2022

Fast Convex Optimization for Two-Layer ReLU Networks: Equivalent Model Classes and Cone Decompositions

ICML 2022spotlight

We develop fast algorithms and robust software for convex optimization of two-layer neural networks with ReLU activation functions. Our work leverages a convex re-formulation of the standard weight-decay penalized training problem as a set of group-l1-regularized data-local models, where locality is…

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
2022

The Convex Geometry of Backpropagation: Neural Network Gradient Flows Converge to Extreme Points of the Dual Convex Program

ICLR 2022poster

We study non-convex subgradient flows for training two-layer ReLU neural networks from a convex geometry and duality perspective. We characterize the implicit bias of unregularized non-convex gradient flow as convex regularization of an equivalent convex model. We then show that the limit points of…

Cited by 14SourcePDFScholar
2022

The Hidden Convex Optimization Landscape of Regularized Two-Layer ReLU Networks: an Exact Characterization of Optimal Solutions

ICLR 2022oral

We prove that finding all globally optimal two-layer ReLU neural networks can be performed by solving a convex optimization program with cone constraints. Our analysis is novel, characterizes all optimal solutions, and does not leverage duality-based analysis which was recently used to lift neural n…

Cited by 39SourcePDFScholar
2022

Unraveling Attention via Convex Duality: Analysis and Interpretations of Vision Transformers

ICML 2022spotlight

Vision transformers using self-attention or its proposed alternatives have demonstrated promising results in many image related tasks. However, the underpinning inductive bias of attention is not well understood. To address this issue, this paper analyzes attention through the lens of convex duality…

Cited by 38SourcePDFScholar
2021

Adaptive Newton Sketch: Linear-time Optimization with Quadratic Convergence and Effective Hessian Dimensionality

ICML 2021spotlight

We propose a randomized algorithm with quadratic convergence rate for convex optimization problems with a self-concordant, composite, strongly convex objective function. Our method is based on performing an approximate Newton step using a random projection of the Hessian. Our first contribution is t…

Cited by 24SourcePDFScholar
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

Convex Regularization behind Neural Reconstruction

ICLR 2021poster

Neural networks have shown tremendous potential for reconstructing high-resolution images in inverse problems. The non-convex and opaque nature of neural networks, however, hinders their utility in sensitive applications such as medical imaging. To cope with this challenge, this paper advocates a co…

Cited by 31SourcePDFScholar
2021

Global Optimality Beyond Two Layers: Training Deep ReLU Networks via Convex Programs

ICML 2021spotlight

Understanding the fundamental mechanism behind the success of deep neural networks is one of the key challenges in the modern machine learning literature. Despite numerous attempts, a solid theoretical analysis is yet to be developed. In this paper, we develop a novel unified framework to reveal a h…

Cited by 45SourcePDFScholar
2021

Implicit Convex Regularizers of CNN Architectures: Convex Optimization of Two- and Three-Layer Networks in Polynomial Time

ICLR 2021spotlight

We study training of Convolutional Neural Networks (CNNs) with ReLU activations and introduce exact convex optimization formulations with a polynomial complexity with respect to the number of data samples, the number of neurons, and data dimension. More specifically, we develop a convex analytic fra…

Cited by 54SourcePDFScholar
2021

Newton-LESS: Sparsification without Trade-offs for the Sketched Newton Update

NeurIPS 2021spotlight

In second-order optimization, a potential bottleneck can be computing the Hessian matrix of the optimized function at every iteration. Randomized sketching has emerged as a powerful technique for constructing estimates of the Hessian which can be used to perform approximate Newton steps. This involv…

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…

2021

Vector-output ReLU Neural Network Problems are Copositive Programs: Convex Analysis of Two Layer Networks and Polynomial-time Algorithms

ICLR 2021poster

We describe the convex semi-infinite dual of the two-layer vector-output ReLU neural network training problem. This semi-infinite dual admits a finite dimensional representation, but its support is over a convex set which is difficult to characterize. In particular, we demonstrate that the non-conve…

Cited by 47SourcePDFScholar
2020

Convex Geometry of Two-Layer ReLU Networks: Implicit Autoencoding and Interpretable Models

AISTATS 2020poster

We develop a convex analytic framework for ReLU neural networks which elucidates the inner workings of hidden neurons and their function space characteristics. We show that rectified linear units in neural networks act as convex regularizers, where simple solutions are encouraged via extreme points…

Cited by 36SourcePDFScholar
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
2020

Effective Dimension Adaptive Sketching Methods for Faster Regularized Least-Squares Optimization

NeurIPS 2020oral

We propose a new randomized algorithm for solving L2-regularized least-squares problems based on sketching. We consider two of the most popular random embeddings, namely, Gaussian embeddings and the Subsampled Randomized Hadamard Transform (SRHT). While current randomized solvers for least-squares o…

2020

Neural Networks are Convex Regularizers: Exact Polynomial-time Convex Optimization Formulations for Two-layer Networks

ICML 2020poster

We develop exact representations of training two-layer neural networks with rectified linear units (ReLUs) in terms of a single convex program with number of variables polynomial in the number of training samples and the number of hidden neurons. Our theory utilizes semi-infinite duality and minimum…

Cited by 125SourcePDFScholar
2020

Optimal Iterative Sketching Methods with the Subsampled Randomized Hadamard Transform

NeurIPS 2020poster

Random projections or sketching are widely used in many algorithmic and learning contexts. Here we study the performance of iterative Hessian sketch for least-squares problems. By leveraging and extending recent results from random matrix theory on the limiting spectrum of matrices randomly projecte…

Cited by 20SourcePDFScholar