← Search

Zhao Song

110 accepted papers

2025

A Fast Optimization View: Reformulating Single Layer Attention in LLM Based on Tensor and SVM Trick, and Solving It in Matrix Multiplication Time

UAI 2025

Large language models (LLMs) have played a pivotal role in revolutionizing various facets of our daily existence. Solving attention regression is a fundamental task in optimizing LLMs. In this work, we focus on providing a provable guarantee for the one-layer attention network objective function: gi

Cited by 0SourcePDFScholar
2025

Attention Mechanism, Max-Affine Partition, and Universal Approximation

NeurIPS 2025poster

We establish the universal approximation capability of single-layer, single-head self- and cross-attention mechanisms with minimal attached structures. Our key insight is to interpret single-head attention as an input domain-partition mechanism that assigns distinct values to subregions. This allo…

Cited by 0SourceScholar
2025

Beyond Linear Approximations: A Novel Pruning Approach for Attention Matrix

ICLR 2025poster

Large Language Models (LLMs) have shown immense potential in enhancing various aspects of our daily lives, from conversational AI to search and AI assistants. However, their growing capabilities come at the cost of extremely large model sizes, making deployment on edge devices challenging due to mem…

Cited by 4SourcePDFScholar
2025

Bypassing the Exponential Dependency: Looped Transformers Efficiently Learn In-context by Multi-step Gradient Descent

AISTATS 2025poster

In-context learning has been recognized as a key factor in the success of Large Language Models (LLMs). It refers to the model's ability to learn patterns on the fly from provided in-context examples in the prompt during inference. Previous studies have demonstrated that the Transformer architecture…

Cited by 0SourceScholar
2025

Circuit Complexity Bounds for RoPE-based Transformer Architecture

EMNLP 2025

Characterizing the expressive power of the Transformer architecture is critical to understanding its capacity limits and scaling law. Recent works provide the circuit complexity bounds to Transformer-like architecture. On the other hand, position embedding has emerged as a crucial technique in moder

Cited by 0SourcePDFScholar
2025

Computational Limits of Low-Rank Adaptation (LoRA) Fine-Tuning for Transformer Models

ICLR 2025poster

We study the computational limits of Low-Rank Adaptation (LoRA) for finetuning transformer-based models using fine-grained complexity theory. Our key observation is that the existence of low-rank decompositions within the gradient computation of LoRA adaptation leads to possible algorithmic speedup.…

Cited by 0SourcePDFScholar
2025

Conv-Basis: A New Paradigm for Efficient Attention Inference and Gradient Computation in Transformers

EMNLP 2025

The self-attention mechanism is key to the success of transformers in recent large language models (LLMs). However, the quadratic computational cost, O(n 2 ) , with respect to the input sequence length n poses a significant obstacle to further improvement and scalability in longer contexts.In this w

Cited by 0SourcePDFScholar
2025

Deterministic Sparse Fourier Transform for Continuous Signals with Frequency Gap

ICML 2025poster

The Fourier transform is a fundamental tool in computer science and signal processing. In particular, when the signal is sparse in the frequency domain---having only $k$ distinct frequencies---sparse Fourier transform (SFT) algorithms can recover the signal in a sublinear time (proportional to the s…

Cited by 0SourcePDFScholar
2025

Differential Privacy for Euclidean Jordan Algebra with Applications to Private Symmetric Cone Programming

NeurIPS 2025poster

In this paper, we study differentially private mechanisms for functions whose outputs lie in a Euclidean Jordan algebra. Euclidean Jordan algebras capture many important mathematical structures and form the foundation of linear programming, second-order cone programming, and semidefinite programming…

Cited by 0SourceScholar
2025

Dissecting Submission Limit in Desk-Rejections: A Mathematical Analysis of Fairness in AI Conference Policies

ICML 2025poster

As AI research surges in both impact and volume, conferences have imposed submission limits to maintain paper quality and alleviate organizational pressure. In this work, we examine the fairness of desk-rejection systems under submission limits and reveal that existing practices can result in subst…

Cited by 5SourcePDFScholar
2025

Dynamic Maintenance of Kernel Density Estimation Data Structure: From Practice to Theory

UAI 2025

Kernel density estimation (KDE) stands out as a challenging task in machine learning. The problem is defined in the following way: given a kernel function $f(x,y)$ and a set of points $\{x_1, x_2, \cdots, x_n \} \subset \mathbb{R}^d$, we would like to compute $\frac{1}{n}\sum_{i=1}^{n} f(x_i,y)$ for

Cited by 0SourcePDFScholar
2025

Efficient $k$-Sparse Band–Limited Interpolation with Improved Approximation Ratio

NeurIPS 2025poster

We consider the task of interpolating a $k$-sparse band–limited signal from a small collection of noisy time-domain samples. Exploiting a new analytic framework for hierarchical frequency decomposition that performs systematic noise cancellation, we give the first polynomial-time algorithm with a pr…

Cited by 0SourceScholar
2025

Efficient Alternating Minimization with Applications to Weighted Low Rank Approximation

ICLR 2025poster

Weighted low rank approximation is a fundamental problem in numerical linear algebra, and it has many applications in machine learning. Given a matrix $M \in \mathbb{R}^{n \times n}$, a non-negative weight matrix $W \in \mathbb{R}_{\geq 0}^{n \times n}$, a parameter $k$, the goal is to output two ma…

Cited by 10SourcePDFScholar
2025

Fourier Circuits in Neural Networks and Transformers: A Case Study of Modular Arithmetic with Multiple Inputs

AISTATS 2025poster

In the evolving landscape of machine learning, a pivotal challenge lies in deciphering the internal representations harnessed by neural networks and Transformers. Building on recent progress toward comprehending how networks execute distinct target functions, our study embarks on an exploration of t…

Cited by 0SourceScholar
2025

Fundamental Limits of Prompt Tuning Transformers: Universality, Capacity and Efficiency

ICLR 2025poster

We investigate the statistical and computational limits of prompt tuning for transformer-based foundation models. Our key contributions are that prompt tuning on *single-head* transformers with only a *single* self-attention layer: (i) is universal, and (ii) supports efficient (even almost-linear…

Cited by 14SourcePDFScholar
2025

Fundamental Limits of Visual Autoregressive Transformers: Universal Approximation Abilities

ICML 2025poster

We investigate the fundamental limits of transformer-based foundation models, extending our analysis to include Visual Autoregressive (VAR) transformers. VAR represents a big step toward generating images using a novel, scalable, coarse-to-fine ``next-scale prediction'' framework. These models set a…

Cited by 0SourcePDFScholar
2025

High-Order Flow Matching: Unified Framework and Sharp Statistical Rates

NeurIPS 2025poster

Flow matching is an emerging generative modeling framework that learns continuous-time dynamics to map noise into data. To enhance expressiveness and sampling efficiency, recent works have explored incorporating high-order trajectory information. Despite the empirical success, a holistic theoretica…

Cited by 0SourceScholar
2025

LazyDiT: Lazy Learning for the Acceleration of Diffusion Transformers

AAAI 2025technical

Diffusion Transformers have emerged as the preeminent models for a wide array of generative tasks, demonstrating superior performance and efficacy across various applications. The promising results come at the cost of slow inference, as each denoising step requires running the whole transformer mode…

2025

Looped ReLU MLPs May Be All You Need as Practical Programmable Computers

AISTATS 2025poster

Previous work has demonstrated that attention mechanisms are Turing complete. More recently, it has been shown that a looped 9-layer Transformer can function as a universal programmable computer. In contrast, the multi-layer perceptrons with $\mathsf{ReLU}$ activation ($\mathsf{ReLU}$-$\mathsf{MLP}$…

Cited by 0SourceScholar
2025

NRFlow: Towards Noise-Robust Generative Modeling via High-Order Mechanism

UAI 2025

Flow-based generative models have shown promise in various machine learning applications, but they often face challenges in handling noise and ensuring robustness in trajectory estimation. In this work, we propose NRFlow, a novel extension to flow-based generative modeling that incorporates second-o

Cited by 0SourcePDFScholar
2025

Numerical Pruning for Efficient Autoregressive Models

AAAI 2025technical

Transformers have emerged as the leading architecture in deep learning, proving to be versatile and highly effective across diverse domains beyond language and image processing. However, their impressive performance often incurs high computational costs due to their substantial model size. This pape…

Cited by 10SourcePDFScholar
2025

On Differential Privacy for Adaptively Solving Search Problems via Sketching

ICML 2025oral

Recently differential privacy has been used for a number of streaming, data structure, and dynamic graph problems as a means of hiding the internal randomness of the data structure, so that multiple possibly adaptive queries can be made without sacrificing the correctness of the responses. Although…

Cited by 0SourcePDFScholar
2025

Unraveling the Smoothness Properties of Diffusion Models: A Gaussian Mixture Perspective

ICCV 2025poster

Diffusion models have made rapid progress in generating high-quality samples across various domains. However, a theoretical understanding of the Lipschitz continuity and second momentum properties of the diffusion process is still lacking. In this paper, we bridge this gap by providing a detailed ex…

Cited by 0SourcePDFScholar
2025

When Can We Solve the Weighted Low Rank Approximation Problem in Truly Subquadratic Time?

AISTATS 2025poster

The weighted low-rank approximation problem is a fundamental numerical linear algebra problem and has many applications in machine learning. Given a $n \times n$ weight matrix $W$ and a $n \times n$ matrix $A$, the goal is to find two low-rank matrices $U, V \in \mathbb{R}^{n \times k}$ such that th…

Cited by 0SourceScholar
2024

Algorithm and Hardness for Dynamic Attention Maintenance in Large Language Models

ICML 2024poster

The attention scheme is one of the key components over all the LLMs, such as BERT, GPT-1, Transformers, GPT-2, 3, 3.5 and 4. Inspired by previous theoretical study of static version of the attention multiplication problem [Zandieh, Han, Daliri, and Karbasi ICML 2023, Alman and Song NeurIPS 2023], we…

Cited by 37SourcePDFScholar
2024

How to Capture Higher-order Correlations? Generalizing Matrix Softmax Attention to Kronecker Computation

ICLR 2024spotlight

In the classical transformer attention scheme, we are given three $n \times d$ size matrices $Q, K, V$ (the query, key, and value tokens), and the goal is to compute a new $n \times d$ size matrix $D^{-1} \exp(QK^\top) V$ where $D = \mathrm{diag}( \exp(QK^\top) {\bf 1}_n )$. Here, $\exp()$ is applie…

Cited by 48SourcePDFScholar
2024

How to Protect Copyright Data in Optimization of Large Language Models?

AAAI 2024technical

Large language models (LLMs) and generative AI have played a transformative role in computer research and applications. Controversy has arisen as to whether these models output copyrighted data, which can occur if the data the models are trained on is copyrighted. LLMs are built on the transformer n…

2024

Log-concave Sampling from a Convex Body with a Barrier: a Robust and Unified Dikin Walk

NeurIPS 2024poster

We consider the problem of sampling from a $d$-dimensional log-concave distribution $\pi(\theta) \propto \exp(-f(\theta))$ for $L$-Lipschitz $f$, constrained to a convex body (described by $n$ hyperplanes) equipped with a barrier function, contained in a ball of radius $R$ with a $w$-warm start. W…

Cited by 0SourcePDFScholar
2024

Low Rank Matrix Completion via Robust Alternating Minimization in Nearly Linear Time

ICLR 2024poster

Given a matrix $M\in \mathbb{R}^{m\times n}$, the low rank matrix completion problem asks us to find a rank-$k$ approximation of $M$ as $UV^\top$ for $U\in \mathbb{R}^{m\times k}$ and $V\in \mathbb{R}^{n\times k}$ by only observing a few entries specified by a set of entries $\Omega\subseteq [m]\tim…

Cited by 30SourcePDFScholar
2024

Metric Transforms and Low Rank Representations of Kernels for Fast Attention

NeurIPS 2024spotlight

We introduce a new linear-algebraic tool based on group representation theory, and use it to address three key problems in machine learning. 1. Past researchers have proposed fast attention algorithms for LLMs by approximating or replace softmax attention with other functions, such as low-degree po…

Cited by 1SourcePDFScholar
2024

On Computational Limits of Modern Hopfield Models: A Fine-Grained Complexity Analysis

ICML 2024poster

We investigate the computational limits of the memory retrieval dynamics of modern Hopfield models from the fine-grained complexity analysis. Our key contribution is the characterization of a phase transition behavior in the efficiency of all possible modern Hopfield models based on the norm of patt…

Cited by 44SourcePDFScholar
2024

On Socially Fair Low-Rank Approximation and Column Subset Selection

NeurIPS 2024poster

Low-rank approximation and column subset selection are two fundamental and related problems that are applied across a wealth of machine learning applications. In this paper, we study the question of socially fair low-rank approximation and socially fair column subset selection, where the goal is to…

Cited by 2SourcePDFScholar
2024

On Statistical Rates and Provably Efficient Criteria of Latent Diffusion Transformers (DiTs)

NeurIPS 2024poster

We investigate the statistical and computational limits of latent **Di**ffusion **T**ransformers (**DiTs**) under the low-dimensional linear latent space assumption. Statistically, we study the universal approximation and sample complexity of the DiTs score function, as well as the distribution reco…

Cited by 29SourcePDFScholar
2024

The Closeness of In-Context Learning and Weight Shifting for Softmax Regression

NeurIPS 2024poster

Large language models (LLMs) are known for their exceptional performance in natural language processing, making them highly effective in many human life-related tasks. The attention mechanism in the Transformer architecture is a critical component of LLMs, as it allows the model to selectively focus…

Cited by 43SourcePDFScholar
2023

A Nearly-Optimal Bound for Fast Regression with $\ell_\infty$ Guarantee

ICML 2023poster

Given a matrix $A\in \mathbb{R}^{n\times d}$ and a vector $b\in \mathbb{R}^n$, we consider the regression problem with $\ell_\infty$ guarantees: finding a vector $x'\in \mathbb{R}^d$ such that $||x'-x^* ||_\infty \leq \frac{\epsilon}{\sqrt{d}}\cdot ||Ax^*-b||_2\cdot ||A^\dagger||$ with $x^*$ being t…

Cited by 0SourcePDFScholar
2023

A Tale of Two Efficient Value Iteration Algorithms for Solving Linear MDPs with Large Action Space

AISTATS 2023poster

Markov Decision Process (MDP) with large action space naturally occurs in many applications such as language processing, information retrieval, and recommendation system. There have been various approaches to solve these MDPs through value iteration (VI). Unfortunately, all VI algorithms require exp…

Cited by 8SourcePDFScholar
2023

An Online and Unified Algorithm for Projection Matrix Vector Multiplication with Application to Empirical Risk Minimization

AISTATS 2023poster

Online matrix vector multiplication is a fundamental step and bottleneck in many machine learning algorithms. It is defined as follows: given a matrix at the pre-processing phase, at each iteration one receives a query vector and needs to form the matrix-vector product (approximately) before observi…

Cited by 53SourcePDFScholar
2023

Bypass Exponential Time Preprocessing: Fast Neural Network Training via Weight-Data Correlation Preprocessing

NeurIPS 2023poster

Over the last decade, deep neural networks have transformed our society, and they are already widely applied in various machine learning applications. State-of-the-art deep neural networks are becoming larger in size every year to deliver increasing model accuracy, and as a result, model training co…

Cited by 37SourcePDFScholar
2023

Deja Vu: Contextual Sparsity for Efficient LLMs at Inference Time

ICML 2023oral

Large language models (LLMs) with hundreds of billions of parameters have sparked a new wave of exciting AI applications. However, they are computationally expensive at inference time. Sparsity is a natural approach to reduce this cost, but existing methods either require costly retraining, have to…

2023

Emergence of Punishment in Social Dilemma with Environmental Feedback

AAAI 2023technical

Altruistic punishment (or punishment) has been extensively shown as an important mechanism for promoting cooperation in human societies. In AI, the emergence of punishment has received much recent interest. In this paper, we contribute with a novel evolutionary game theoretic model to study the impa…

2023

Exact Representation of Sparse Networks with Symmetric Nonnegative Embeddings

NeurIPS 2023poster

Graph models based on factorization of the adjacency matrix often fail to capture network structures related to links between dissimilar nodes (heterophily). We introduce a novel graph factorization model that leverages two nonnegative vectors per node to interpretably account for links between both…

Cited by 5SourcePDFScholar
2023

H2O: Heavy-Hitter Oracle for Efficient Generative Inference of Large Language Models

NeurIPS 2023poster

Large Language Models (LLMs), despite their recent impressive accomplishments, are notably cost-prohibitive to deploy, particularly for applications involving long-content generation, such as dialogue systems and story writing. Often, a large amount of transient state information, referred to as the…

2023

InfoPrompt: Information-Theoretic Soft Prompt Tuning for Natural Language Understanding

NeurIPS 2023poster

Soft prompt tuning achieves superior performances across a wide range of few-shot tasks. However, the performances of prompt tuning can be highly sensitive to the initialization of the prompts. We have also empirically observed that conventional prompt tuning methods cannot encode and learn sufficie…

Cited by 31SourcePDFScholar
2023

Sketching Meets Differential Privacy: Fast Algorithm for Dynamic Kronecker Projection Maintenance

ICML 2023poster

Projection maintenance is one of the core data structure tasks. Efficient data structures for projection maintenance have led to recent breakthroughs in many convex programming algorithms. In this work, we further extend this framework to the Kronecker product structure. Given a constraint matrix ${…

Cited by 31SourcePDFScholar
2023

Sketching for First Order Method: Efficient Algorithm for Low-Bandwidth Channel and Vulnerability

ICML 2023poster

Sketching is one of the most fundamental tools in large-scale machine learning. It enables runtime and memory saving via randomly compressing the original large problem into lower dimensions. In this paper, we propose a novel sketching scheme for the first order method in large-scale distributed lea…

Cited by 33SourcePDFScholar
2023

Smoothed Online Combinatorial Optimization Using Imperfect Predictions

AAAI 2023technical

Smoothed online combinatorial optimization considers a learner who repeatedly chooses a combinatorial decision to minimize an unknown changing cost function with a penalty on switching decisions in consecutive rounds. We study smoothed online combinatorial optimization problems when an imperfect pre…

Cited by 2SourcePDFScholar
2023

VPPT: Visual Pre-Trained Prompt Tuning Framework for Few-Shot Image Classification

ICASSP 2023accepted

Large-scale pre-trained transformers have recently achieved remarkable success in several computer vision tasks. However, it remains highly challenging to fully fine-tune models for downstream tasks, due to the expensive computational and storage cost. Recently, Parameter-Efficient Tuning (PETuning)…

Cited by 0SourceScholar
2022

Bounding the Width of Neural Networks via Coupled Initialization A Worst Case Analysis

ICML 2022spotlight

A common method in training neural networks is to initialize all the weights to be independent Gaussian vectors. We observe that by instead initializing the weights into independent pairs, where each pair consists of two identical Gaussian vectors, we can significantly improve the convergence analys…

Cited by 26SourcePDFScholar
2022

FITNESS: (Fine Tune on New and Similar Samples) to detect anomalies in streams with drift and outliers

ICML 2022spotlight

Technology improvements have made it easier than ever to collect diverse telemetry at high resolution from any cyber or physical system, for both monitoring and control. In the domain of monitoring, anomaly detection has become an important problem in many research areas ranging from IoT and sensor…

2022

Fast Graph Neural Tangent Kernel via Kronecker Sketching

AAAI 2022technical

Many deep learning tasks need to deal with graph data (e.g., social networks, protein structures, code ASTs). Due to the importance of these tasks, people turned to Graph Neural Networks (GNNs) as the de facto method for machine learning on graph data. GNNs have become widely applied due to their co…

Cited by 8SourcePDFScholar
2022

One-Pass Algorithms for MAP Inference of Nonsymmetric Determinantal Point Processes

ICML 2022spotlight

In this paper, we initiate the study of one-pass algorithms for solving the maximum-a-posteriori (MAP) inference problem for Non-symmetric Determinantal Point Processes (NDPPs). In particular, we formulate streaming and online versions of the problem and provide one-pass algorithms for solving these…

Cited by 4SourcePDFScholar
2022

Perfectly Balanced: Improving Transfer and Robustness of Supervised Contrastive Learning

ICML 2022spotlight

An ideal learned representation should display transferability and robustness. Supervised contrastive learning (SupCon) is a promising method for training accurate models, but produces representations that do not capture these properties due to class collapse—when all points in a class map to the sa…

2022

Pixelated Butterfly: Simple and Efficient Sparse training for Neural Network Models

ICLR 2022spotlight

Overparameterized neural networks generalize well but are expensive to train. Ideally one would like to reduce their computational cost while retaining their generalization benefits. Sparse model training is a simple and promising approach to achieve this, but there remain challenges as existing met…

2021

Breaking the Linear Iteration Cost Barrier for Some Well-known Conditional Gradient Methods Using MaxIP Data-structures

NeurIPS 2021poster

Conditional gradient methods (CGM) are widely used in modern machine learning. CGM's overall running time usually consists of two parts: the number of iterations and the cost of each iteration. Most efforts focus on reducing the number of iterations as a means to reduce the overall running time. In…

Cited by 36SourcePDFScholar
2021

Evaluating Gradient Inversion Attacks and Defenses in Federated Learning

NeurIPS 2021oral

Gradient inversion attack (or input recovery from gradient) is an emerging threat to the security and privacy preservation of Federated learning, whereby malicious eavesdroppers or participants in the protocol can recover (partially) the clients' private data. This paper evaluates existing attacks a…

2021

FL-NTK: A Neural Tangent Kernel-based Framework for Federated Learning Analysis

ICML 2021spotlight

Federated Learning (FL) is an emerging learning scheme that allows different distributed clients to train deep neural networks together without data sharing. Neural networks have become popular due to their unprecedented success. To the best of our knowledge, the theoretical guarantees of FL concern…

Cited by 77SourcePDFScholar
2021

MONGOOSE: A Learnable LSH Framework for Efficient Neural Network Training

ICLR 2021oral

Recent advances by practitioners in the deep learning community have breathed new life into Locality Sensitive Hashing (LSH), using it to reduce memory and time bottlenecks in neural network (NN) training. However, while LSH has sub-linear guarantees for approximate near-neighbor search in theory, i…

Cited by 88SourcePDFScholar
2021

Scatterbrain: Unifying Sparse and Low-rank Attention

NeurIPS 2021poster

Recent advances in efficient Transformers have exploited either the sparsity or low-rank properties of attention matrices to reduce the computational and memory bottlenecks of modeling long sequences. However, it is still challenging to balance the trade-off between model quality and efficiency to p…

2021

When is particle filtering efficient for planning in partially observed linear dynamical systems?

UAI 2021poster

Particle filtering is a popular method for inferring latent states in stochastic dynamical systems, whose theoretical properties have been well studied in machine learning and statistics communities. In many control problems, e.g., partially observed linear dynamical systems (POLDS), oftentimes the…

Cited by 1SourcePDFScholar
2020

Generalized Leverage Score Sampling for Neural Networks

NeurIPS 2020poster

Leverage score sampling is a powerful technique that originates from theoretical computer science, which can be used to speed up a large number of fundamental questions, e.g. linear regression, linear programming, semi-definite programming, cutting plane method, graph sparsification, maximum matchin…

Cited by 50SourcePDFScholar
2020

InstaHide: Instance-hiding Schemes for Private Distributed Learning

ICML 2020poster

How can multiple distributed entities train a shared deep net on their private data while protecting data privacy? This paper introduces InstaHide, a simple encryption of training images. Encrypted images can be used in standard deep learning pipelines (PyTorch, Federated Learning etc.) with no addi…

2020

Over-parameterized Adversarial Training: An Analysis Overcoming the Curse of Dimensionality

NeurIPS 2020poster

Adversarial training is a popular method to give neural nets robustness against adversarial perturbations. In practice adversarial training leads to low robust training loss. However, a rigorous explanation for why this happens under natural conditions is still missing. Recently a convergence theory…

Cited by 59SourcePDFScholar
2020

Sketching Transformed Matrices with Applications to Natural Language Processing

AISTATS 2020poster

Suppose we are given a large matrix $A=(a_{i,j})$ that cannot be stored in memory but is in a disk or is presented in a data stream. However, we need to compute a matrix decomposition of the entry-wisely transformed matrix, $f(A):=(f(a_{i,j}))$ for some function $f$. Is it possible to do it in a spa…

Cited by 7SourcePDFScholar
2019

Average Case Column Subset Selection for Entrywise $\ell_1$-Norm Loss

NeurIPS 2019poster

We study the column subset selection problem with respect to the entrywise $\ell_1$-norm loss. It is known that in the worst case, to obtain a good rank-$k$ approximation to a matrix, one needs an arbitrarily large $n^{\Omega(1)}$ number of columns to obtain a $(1+\epsilon)$-approximation to an $n \…

2019

Efficient Symmetric Norm Regression via Linear Sketching

NeurIPS 2019poster

We provide efficient algorithms for overconstrained linear regression problems with size $n \times d$ when the loss function is a symmetric norm (a norm invariant under sign-flips and coordinate-permutations). An important class of symmetric norms are Orlicz norms, where for a function $G$ and a ve…

Cited by 29SourcePDFScholar
2019

Optimal Sketching for Kronecker Product Regression and Low Rank Approximation

NeurIPS 2019poster

We study the Kronecker product regression problem, in which the design matrix is a Kronecker product of two or more matrices. Formally, given $A_i \in \R^{n_i \times d_i}$ for $i=1,2,\dots,q$ where $n_i \gg d_i$ for each $i$, and $b \in \R^{n_1 n_2 \cdots n_q}$, let $\mathcal{A} = A_i \otimes A_2 \…

Cited by 63SourcePDFScholar
2019

Revisiting the Softmax Bellman Operator: New Benefits and New Perspective

ICML 2019oral

The impact of softmax on the value function itself in reinforcement learning (RL) is often viewed as problematic because it leads to sub-optimal value (or Q) functions and interferes with the contraction properties of the Bellman operator. Surprisingly, despite these concerns, and independent of its…

2019

The Limitations of Adversarial Training and the Blind-Spot Attack

ICLR 2019poster

The adversarial training procedure proposed by Madry et al. (2018) is one of the most effective methods to defend against adversarial examples in deep neural net- works (DNNs). In our paper, we shed some lights on the practicality and the hardness of adversarial training by showing that the effectiv…

Cited by 194SourcePDFScholar
2019

Total Least Squares Regression in Input Sparsity Time

NeurIPS 2019poster

In the total least squares problem, one is given an $m \times n$ matrix $A$, and an $m \times d$ matrix $B$, and one seeks to ``correct'' both $A$ and $B$, obtaining matrices $\hat{A}$ and $\hat{B}$, so that there exists an $X$ satisfying the equation $\hat{A}X = \hat{B}$. Typically the problem is o…

2018

Learning Long Term Dependencies via Fourier Recurrent Units

ICML 2018oral

It is a known fact that training recurrent neural networks for tasks that have long term dependencies is challenging. One of the main reasons is the vanishing or exploding gradient problem, which prevents gradient information from propagating to early layers. In this paper we propose a simple recurr…

2018

Towards Fast Computation of Certified Robustness for ReLU Networks

ICML 2018oral

Verifying the robustness property of a general Rectified Linear Unit (ReLU) network is an NP-complete problem. Although finding the exact minimum adversarial distortion is hard, giving a certified lower bound of the minimum distortion is possible. Current available methods of computing such a bound…

2016

Learning Sigmoid Belief Networks via Monte Carlo Expectation Maximization

AISTATS 2016poster

Belief networks are commonly used generative models of data, but require expensive posterior estimation to train and test the model. Learning typically proceeds by posterior sampling, variational approximations, or recognition networks, combined with stochastic optimization. We propose using an onli…

Cited by 15SourcePDFScholar