← Search

Anastasios Kyrillidis

33 accepted papers

2026

A Catalyst Framework for the Quantum Linear System Problem via the Proximal Point Algorithm

AAAI 2026technical

Solving systems of linear equations is a fundamental problem, but it can be computationally intensive for classical algorithms in high dimensions. Existing quantum algorithms can achieve exponential speedups for the quantum linear system problem (QLSP) in terms of the problem dimension, but the adva

Cited by 0SourcePDFScholar
2026

GHOST: Unmasking Phantom States in Mamba2 via Grouped Hidden-state Output-aware Selection & Truncation

ICML 2026poster

While Mamba2's expanded state dimension enhances temporal modeling, it incurs substantial inference overhead that saturates bandwidth during autoregressive generation. Standard pruning methods fail to address this bottleneck: unstructured sparsity leaves activations dense, magnitude-based selection …

Cited by 0SourceScholar
2025

Learning to Specialize: Joint Gating-Expert Training for Adaptive MoEs in Decentralized Settings

NeurIPS 2025poster

Mixture-of-Experts (MoEs) achieve scalability by dynamically activating subsets of their components. Yet, understanding how expertise emerges through joint training of gating mechanisms and experts remains incomplete, especially in scenarios without clear task partitions. Motivated by inference cost…

Cited by 0SourceScholar
2025

Sweeping Heterogeneity with Smart MoPs: Mixture of Prompts for LLM Task Adaptation

AAAI 2025technical

Prompt instruction tuning is a popular approach to better adjust pretrained LLMs for specific downstream tasks. How to extend this approach to simultaneously handle multiple tasks and data distributions is an interesting question. We propose Mixture of Prompts (MoPs) with smart gating functionality.…

Cited by 5SourcePDFScholar
2024

Adaptive Federated Learning with Auto-Tuned Clients

ICLR 2024poster

Federated learning (FL) is a distributed machine learning framework where the global model of a central server is trained via multiple collaborative steps by participating clients without sharing their data. While being a flexible framework, where the distribution of local data, participation rate,…

2024

On the Error-Propagation of Inexact Hotelling's Deflation for Principal Component Analysis

ICML 2024poster

Principal Component Analysis (PCA) aims to find subspaces spanned by the so-called *principal components* that best represent the variance in the dataset. The deflation method is a popular meta-algorithm that sequentially finds individual principal components, starting from the most important ones a…

Cited by 2SourcePDFScholar
2024

Stochastic Implicit Neural Signed Distance Functions for Safe Motion Planning under Sensing Uncertainty

ICRA 2024poster

Motion planning under sensing uncertainty is critical for robots in unstructured environments, to guarantee safety for both the robot and any nearby humans. Most work on planning under uncertainty does not scale to high-dimensional robots such as manipulators, assumes simplified geometry of the robo…

Cited by 9SourceScholar
2023

Efficient and Light-Weight Federated Learning via Asynchronous Distributed Dropout

AISTATS 2023poster

Asynchronous learning protocols have regained attention lately, especially in the Federated Learning (FL) setup, where slower clients can severely impede the learning process. Herein, we propose AsyncDrop, a novel asynchronous FL framework that utilizes dropout regularization to handle device hetero…

Cited by 31SourcePDFScholar
2023

Federated Learning Over Images: Vertical Decompositions and Pre-Trained Backbones Are Difficult to Beat

ICCV 2023poster

We carefully evaluate a number of algorithms for learning in a federated environment, and test their utility for a variety of image classification tasks. We consider many issues that have not been adequately considered before: whether learning over data sets that do not have diverse sets of images a…

Cited by 10PDFScholar
2023

LOFT: Finding Lottery Tickets through Filter-wise Training

AISTATS 2023poster

Recent work on the Lottery Ticket Hypothesis (LTH) shows that there exist “winning tickets” in large neural networks. These tickets represent “sparse” versions of the full model that can be trained independently to achieve comparable accuracy with respect to the full model. However, finding the winn…

Cited by 4SourcePDFScholar
2023

Optimal Grasps and Placements for Task and Motion Planning in Clutter

ICRA 2023poster

Many methods that solve robot planning problems, such as task and motion planners, employ discrete symbolic search to find sequences of valid symbolic actions that are grounded with motion planning. Much of the efficacy of these planners lies in this grounding-bad placement and grasp choices can lea…

Cited by 5SourceScholar
2023

Scissorhands: Exploiting the Persistence of Importance Hypothesis for LLM KV Cache Compression at Test Time

NeurIPS 2023poster

Large language models(LLMs) have sparked a new wave of exciting AI applications. Hosting these models at scale requires significant memory resources. One crucial memory bottleneck for the deployment stems from the context window. It is commonly recognized that model weights are memory hungry; howeve…

Cited by 200SourcePDFScholar
2023

Strong Lottery Ticket Hypothesis with $\varepsilon$–perturbation

AISTATS 2023poster

The strong Lottery Ticket Hypothesis (LTH) (Ramanujan et al., 2019; Zhou et al., 2019) claims the existence of a subnetwork in a sufficiently large, randomly initialized neural network that approximates some target neural network without the need of training. We extend the theoretical guarantee of t…

Cited by 0SourcePDFScholar
2022

Demon: Improved Neural Network Training With Momentum Decay

ICASSP 2022accepted

Momentum is a widely used technique for gradient-based optimizers in deep learning. Here, we propose a decaying momentum (DEMON) hyperparameter rule. We conduct large-scale empirical analysis of momentum decay methods for modern neural network optimization and compare to the most popular learning ra…

Cited by 0SourceScholar
2022

No More Than 6ft Apart: Robust K-Means via Radius Upper Bounds

ICASSP 2022accepted

Centroid based clustering methods such as k-means, k-medoids and k-centers are heavily applied as a go-to tool in exploratory data analysis. In many cases, those methods are used to obtain representative centroids of the data manifold for visualization or summarization of a dataset. Real world datas…

Cited by 0SourceScholar
2022

PipeGCN: Efficient Full-Graph Training of Graph Convolutional Networks with Pipelined Feature Communication

ICLR 2022poster

Graph Convolutional Networks (GCNs) is the state-of-the-art method for learning graph-structured data, and training large-scale GCNs requires distributed training across multiple accelerators such that each accelerator is able to hold a partitioned subgraph. However, distributed GCN training incurs…

2022

ResIST: Layer-wise decomposition of ResNets for distributed training

UAI 2022poster

We propose ResIST, a novel distributed training protocol for Residual Networks (ResNets). ResIST randomly decomposes a global ResNet into several shallow sub-ResNets that are trained independently in a distributed manner for several local iterations, before having their updates synchronized and aggr…

Cited by 28SourcePDFScholar
2021

Bayesian Coresets: Revisiting the Nonconvex Optimization Perspective

AISTATS 2021poster

Bayesian coresets have emerged as a promising approach for implementing scalable Bayesian inference. The Bayesian coreset problem involves selecting a (weighted) subset of the data samples, such that the posterior inference using the selected subset closely approximates the posterior inference using…

2021

On Continuous Local BDD-Based Search for Hybrid SAT Solving

AAAI 2021technical

We explore the potential of continuous local search (CLS) in SAT solving by proposing a novel approach for finding a solution of a hybrid system of Boolean constraints. The algorithm is based on CLS combined with belief propagation on binary decision diagrams (BDDs). Our framework accepts all Boolea…

2021

Robust Optimization-based Motion Planning for high-DOF Robots under Sensing Uncertainty

ICRA 2021poster

Motion planning for high degree-of-freedom (DOF) robots is challenging, especially when acting in complex environments under sensing uncertainty. While there is significant work on how to plan under state uncertainty for low-DOF robots, existing methods cannot be easily translated into the high-DOF…

Cited by 16SourceScholar
2020

Low-rank regularization and solution uniqueness in over-parameterized matrix sensing

AISTATS 2020poster

We consider the question whether algorithmic choices in over-parameterized linear matrix factorization introduce implicit low-rank regularization.We focus on the noiseless matrix sensing scenario over low-rank positive semi-definite (PSD) matrices over the reals, with a sensing mechanism that satisf…

Cited by 21SourcePDFScholar
2019

Compressing Gradient Optimizers via Count-Sketches

ICML 2019oral

Many popular first-order optimization methods accelerate the convergence rate of deep learning models. However, these algorithms require auxiliary variables, which cost additional memory proportional to the number of parameters in the model. The problem is becoming more severe as models grow larger…

2019

Learning Sparse Distributions using Iterative Hard Thresholding

NeurIPS 2019poster

Iterative hard thresholding (IHT) is a projected gradient descent algorithm, known to achieve state of the art performance for a wide range of structured estimation problems, such as sparse inference. In this work, we consider IHT as a solution to the problem of learning sparse discrete distribution…

Cited by 5SourcePDFScholar
2017

Non-square matrix sensing without spurious local minima via the Burer-Monteiro approach

AISTATS 2017poster

We consider the non-square matrix sensing problem, under restricted isometry property (RIP) assumptions. We focus on the non-convex formulation, where any rank-r matrix $X ∈R^m x n$ is represented as $UV^T$, where $U ∈R^m x r$ and $V ∈R^n x r$. In this paper, we complement recent findings on the no…

Cited by 207SourcePDFScholar
2016

A Simple and Provable Algorithm for Sparse Diagonal CCA

ICML 2016poster

Given two sets of variables, derived from a common set of samples, sparse Canonical Correlation Analysis (CCA) seeks linear combinations of a small number of variables in each set, such that the induced \emphcanonical variables are maximally correlated. Sparse CCA is NP-hard. We propose a novel comb…

Cited by 15SourcePDFScholar
2016

Bipartite Correlation Clustering: Maximizing Agreements

AISTATS 2016poster

In Bipartite Correlation Clustering (BCC) we are given a complete bipartite graph G with ’+’ and ’-’ edges, and we seek a vertex clustering that maximizes the number of agreements: the number of all ’+’ edges within clusters plus all ’-’ edges cut across clusters. BCC is known to be NP-hard [5]. W…

Cited by 11SourcePDFScholar
2016

Convex Block-sparse Linear Regression with Expanders – Provably

AISTATS 2016poster

Sparse matrices are favorable objects in machine learning and optimization. When such matrices are used, in place of dense ones, the overall complexity requirements in optimization can be significantly reduced in practice, both in terms of space and run-time. Prompted by this observation, we study…

Cited by 2SourcePDFScholar
2016

Learning Sparse Additive Models with Interactions in High Dimensions

AISTATS 2016poster

A function f: \mathbbR^d →\mathbbR is referred to as a Sparse Additive Model (SPAM), if it is of the form f(x) = \sum_l ∈S \phi_l(x_l), where S ⊂[d], |S| ≪d. Assuming \phi_l’s and S to be unknown, the problem of estimating f from its samples has been studied extensively. In this work, we consider a…

Cited by 12SourcePDFScholar
2015

Sparse PCA via Bipartite Matchings

NeurIPS 2015poster

We consider the following multi-component sparse PCA problem:given a set of data points, we seek to extract a small number of sparse components with \emph{disjoint} supports that jointly capture the maximum possible variance.Such components can be computed one by one, repeatedly solving the single-c…

Cited by 38SourcePDFScholar
2015

Stay on path: PCA along graph paths

ICML 2015poster

We introduce a variant of (sparse) PCA in which the set of feasible support sets is determined by a graph. In particular, we consider the following setting: given a directed acyclic graph G on p vertices corresponding to variables, the non-zero entries of the extracted principal component must coinc…

Cited by 8SourcePDFScholar