← Search

Salman Avestimehr

37 accepted papers

2026

GEM: A Scale-Aware and Distribution-Sensitive Sparse Fine-Tuning Framework for Effective Downstream Adaptation

AAAI 2026technical

Parameter-efficient fine-tuning (PEFT) has become a popular way to adapt large pre-trained models to new tasks. Most PEFT methods update only a small subset of parameters while freezing the rest, avoiding redundant computation. As they maximize the absolute size of the updates without regard to the

Cited by 0SourcePDFScholar
2026

Hair-Trigger Alignment: Black-Box Evaluation Cannot Guarantee Post-Update Alignment

ICML 2026poster

Large Language Models (LLMs) are rarely static and are frequently updated in practice. A growing body of alignment research has shown that models initially deemed ``aligned'' can exhibit misaligned behavior after fine-tuning, such as forgetting jailbreak safety features or re-surfacing knowledge tha…

Cited by 0SourceScholar
2026

Uncertainty as Feature Gaps: Epistemic Uncertainty Quantification of LLMs in Contextual Question-Answering

ICLR 2026poster

Uncertainty Quantification (UQ) research has primarily focused on closed-book factual question answering (QA), while contextual QA remains unexplored, despite its importance in real-world applications. In this work, we focus on UQ for the contextual QA task and propose a theoretically grounded appro…

Cited by 0SourcecodeScholar
2025

Creating a Lens of Chinese Culture: A Multimodal Dataset for Chinese Pun Rebus Art Understanding

ACL 2025finding

Large vision-language models (VLMs) have demonstrated remarkable abilities in understanding everyday content. However, their performance in the domain of art, particularly culturally rich art forms, remains less explored. As a pearl of human wisdom and creativity, art encapsulates complex cultural n…

2025

Do Not Design, Learn: A Trainable Scoring Function for Uncertainty Estimation in Generative LLMs

NAACL 2025findings

Uncertainty estimation (UE) of generative large language models (LLMs) is crucial for evaluating the reliability of generated sequences. A significant subset of UE methods utilize token probabilities to assess uncertainty, aggregating multiple token probabilities into a single UE score using a scori…

Cited by 1SourcePDFScholar
2025

FALCON: An ML Framework for Fully Automated Layout-Constrained Analog Circuit Design

NeurIPS 2025poster

Designing analog circuits from performance specifications is a complex, multi-stage process encompassing topology selection, parameter inference, and layout feasibility. We introduce FALCON, a unified machine learning framework that enables fully automated, specification-driven analog circuit synthe…

Cited by 0SourcecodeScholar
2025

MobiZO: Enabling Efficient LLM Fine-Tuning at the Edge via Inference Engines

EMNLP 2025

Large Language Models (LLMs) are currently pre-trained and fine-tuned on large cloud servers. The next frontier is LLM personalization, where a foundation model can be fine-tuned with user/task-specific data. Given the sensitive nature of such private data, it is desirable to fine-tune these models

2025

Reconsidering LLM Uncertainty Estimation Methods in the Wild

ACL 2025long

Large Language Model (LLM) Uncertainty Estimation (UE) methods have become a crucial tool for detecting hallucinations in recent years. While numerous UE methods have been proposed, most existing studies evaluate them in isolated short-form QA settings using threshold-independent metrics such as AUR…

2024

All Rivers Run to the Sea: Private Learning with Asymmetric Flows

CVPR 2024poster

Data privacy is of great concern in cloud machine-learning service platforms when sensitive data are exposed to service providers. While private computing environments (e.g. secure enclaves) and cryptographic approaches (e.g. homomorphic encryption) provide strong privacy protection their computing…

Cited by 1SourcePDFScholar
2024

CroMo-Mixup: Augmenting Cross-Model Representations for Continual Self-Supervised Learning

ECCV 2024poster

"Continual self-supervised learning (CSSL) learns a series of tasks sequentially on the unlabeled data. Two main challenges of continual learning are catastrophic forgetting and task confusion. While CSSL problem has been studied to address the catastrophic forgetting challenge, little work has been…

2024

Ethos: Rectifying Language Models in Orthogonal Parameter Space

NAACL 2024findings

Language models (LMs) have greatly propelled the research on natural language processing. However, LMs also raise concerns regarding the generation of biased or toxic content and the potential disclosure of private information from the training dataset. In this work, we present a new efficient appro…

2024

Federated Orthogonal Training: Mitigating Global Catastrophic Forgetting in Continual Federated Learning

ICLR 2024poster

Federated Learning (FL) has gained significant attraction due to its ability to enable privacy-preserving training over decentralized data. Current literature in FL mostly focuses on single-task learning. However, over time, new tasks may appear in the clients and the global model should learn these…

2024

MARS: Meaning-Aware Response Scoring for Uncertainty Estimation in Generative LLMs

ACL 2024long

Generative Large Language Models (LLMs) are widely utilized for their excellence in various tasks. However, their tendency to produce inaccurate or misleading outputs poses a potential risk, particularly in high-stakes environments. Therefore, estimating the correctness of generative LLM outputs is…

2024

ScaleLLM: A Resource-Frugal LLM Serving Framework by Optimizing End-to-End Efficiency

EMNLP 2024industry

Large language models (LLMs) have surged in popularity and are extensively used in commercial applications, where the efficiency of model serving is crucial for the user experience. Most current research focuses on optimizing individual sub-procedures, e.g. local inference and communication, however…

Cited by 7SourcePDFScholar
2024

TensorOpera Router: A Multi-Model Router for Efficient LLM Inference

EMNLP 2024industry

With the rapid growth of Large Language Models (LLMs) across various domains, numerous new LLMs have emerged, each possessing domain-specific expertise. This proliferation has highlighted the need for quick, high-quality, and cost-effective LLM query response methods. Yet, no single LLM exists to ef…

Cited by 10SourcePDFScholar
2023

A Data-Free Approach to Mitigate Catastrophic Forgetting in Federated Class Incremental Learning for Vision Tasks

NeurIPS 2023poster

Deep learning models often suffer from forgetting previously learned information when trained on new data. This problem is exacerbated in federated learning (FL), where the data is distributed and can change independently for each user. Many solutions are proposed to resolve this catastrophic forget…

Cited by 37SourcePDFScholar
2023

FedAudio: A Federated Learning Benchmark for Audio Tasks

ICASSP 2023accepted

Federated learning (FL) has gained substantial attention in recent years due to data privacy concerns related to the pervasiveness of consumer devices that continuously collect data from users. While a number of FL benchmarks have been developed to facilitate FL research, none of them include audio…

Cited by 0SourceScholar
2023

Quantifying Catastrophic Forgetting in Continual Federated Learning

ICASSP 2023accepted

The deployment of Federated Learning (FL) systems poses various challenges such as data heterogeneity and communication efficiency. We focus on a practical FL setup that has recently drawn attention, where the data distribution on each device is not static but dynamically evolves over time. This set…

Cited by 0SourceScholar
2023

The Resource Problem of Using Linear Layer Leakage Attack in Federated Learning

CVPR 2023poster

Secure aggregation promises a heightened level of privacy in federated learning, maintaining that a server only has access to a decrypted aggregate update. Within this setting, linear layer leakage methods are the only data reconstruction attacks able to scale and achieve a high leakage rate regardl…

Cited by 18SourcePDFScholar
2022

FLamby: Datasets and Benchmarks for Cross-Silo Federated Learning in Realistic Healthcare Settings

NeurIPS 2022accept

Federated Learning (FL) is a novel approach enabling several clients holding sensitive data to collaboratively train machine learning models, without centralizing data. The cross-silo FL setting corresponds to the case of few ($2$--$50$) reliable clients, each holding medium to large datasets, and i…

2022

FedNLP: Benchmarking Federated Learning Methods for Natural Language Processing Tasks

NAACL 2022findings

Increasing concerns and regulations about data privacy and sparsity necessitate the study of privacy-preserving, decentralized learning methods for natural language processing (NLP) tasks. Federated learning (FL) provides promising approaches for a large number of clients (e.g., personal devices or…

2022

Federated Learning Challenges and Opportunities: An Outlook

ICASSP 2022accepted

Federated learning (FL) has been developed as a promising framework to leverage the resources of edge devices, enhance customers’ privacy, comply with regulations, and reduce development costs. Although many methods and applications have been developed for FL, several critical challenges for practic…

Cited by 0SourceScholar
2022

Federated Learning with Noisy User Feedback

NAACL 2022long

Machine Learning (ML) systems are getting increasingly popular, and drive more and more applications and services in our daily life. Thishas led to growing concerns over user privacy, since human interaction data typically needs to be transmitted to the cloud in order to trainand improve such system…

Cited by 14SourcePDFScholar
2022

Learnings from Federated Learning in The Real World

ICASSP 2022accepted

Federated Learning (FL) applied to real world data may suffer from several idiosyncrasies. One such idiosyncrasy is the data distribution across devices. Data across devices could be distributed such that there are some "heavy devices" with large amounts of data while there are many "light users" wi…

Cited by 0SourceScholar
2022

On The Effectiveness of Active Learning by Uncertainty Sampling in Classification of High-Dimensional Gaussian Mixture Data

ICASSP 2022accepted

Active learning aims to reduce the cost of labeling through selective sampling. Despite reported empirical success over passive learning, many popular active learning heuristics such as uncertainty sampling still lack satisfying theoretical guarantees. Towards closing the gap between practical use a…

Cited by 0SourceScholar
2022

Self-Aware Personalized Federated Learning

NeurIPS 2022accept

In the context of personalized federated learning (FL), the critical challenge is to balance local model improvement and global model tuning when the personal and global objectives may not be exactly aligned. Inspired by Bayesian hierarchical models, we develop a self-aware personalized FL method wh…

Cited by 28SourcePDFScholar
2022

SpreadGNN: Decentralized Multi-Task Federated Learning for Graph Neural Networks on Molecular Data

AAAI 2022technical

Graph Neural Networks (GNNs) are the first choice methods for graph machine learning problems thanks to their ability to learn state-of-the-art level representations from graph-structured data. However, centralizing a massive amount of real-world graph data for GNN training is prohibitive due to use…

Cited by 52SourcePDFScholar
2021

PipeTransformer: Automated Elastic Pipelining for Distributed Training of Large-scale Models

ICML 2021spotlight

The size of Transformer models is growing at an unprecedented rate. It has taken less than one year to reach trillion-level parameters since the release of GPT-3 (175B). Training such models requires both substantial engineering efforts and enormous computing resources, which are luxuries most resea…

Cited by 36SourcePDFScholar
2020

A Scalable Approach for Privacy-Preserving Collaborative Machine Learning

NeurIPS 2020poster

We consider a collaborative learning scenario in which multiple data-owners wish to jointly train a logistic regression model, while keeping their individual datasets private from the other parties. We propose COPML, a fully-decentralized training framework that achieves scalability and privacy-prot…

Cited by 58SourcePDFScholar
2020

Group Knowledge Transfer: Federated Learning of Large CNNs at the Edge

NeurIPS 2020poster

Scaling up the convolutional neural network (CNN) size (e.g., width, depth, etc.) is known to effectively improve model accuracy. However, the large model size impedes training on resource-constrained edge devices. For instance, federated learning (FL) may place undue burden on the compute capabilit…

2020

Minimax Lower Bounds for Transfer Learning with Linear and One-hidden Layer Neural Networks

NeurIPS 2020poster

Transfer learning has emerged as a powerful technique for improving the performance of machine learning models on new domains where labeled training data may be scarce. In this approach a model trained for a source task, where plenty of labeled training data is available, is used as a starting point…

2018

Distributed Solution of Large-Scale Linear Systems Via Accelerated Projection-Based Consensus

ICASSP 2018accepted

Solving a large-scale system of linear equations is a key step at the heart of many algorithms in scientific computing, machine learning, and beyond. When the problem dimension is large, computational and/or memory constraints make it desirable, or even necessary, to perform the task in a distribute…

Cited by 27SourceScholar
2018

GradiVeQ: Vector Quantization for Bandwidth-Efficient Gradient Aggregation in Distributed CNN Training

NeurIPS 2018poster

Data parallelism can boost the training speed of convolutional neural networks (CNN), but could suffer from significant communication costs caused by gradient aggregation. To alleviate this problem, several scalar quantization techniques have been developed to compress the gradients. But these techn…

Cited by 84SourcePDFScholar
2018

Pipe-SGD: A Decentralized Pipelined SGD Framework for Distributed Deep Net Training

NeurIPS 2018poster

Distributed training of deep nets is an important technique to address some of the present day computing challenges like memory consumption and computational demands. Classical distributed approaches, synchronous or asynchronous, are based on the parameter server architecture, i.e., worker nodes com…

Cited by 130SourcePDFScholar
2017

Polynomial Codes: an Optimal Design for High-Dimensional Coded Matrix Multiplication

NeurIPS 2017poster

We consider a large-scale matrix multiplication problem where the computation is carried out using a distributed system with a master node and multiple worker nodes, where each worker can store parts of the input matrices. We propose a computation strategy that leverages ideas from coding theory to…

Cited by 548SourcePDFScholar
2015

Asymptotic justification of bandlimited interpolation of graph signals for semi-supervised learning

ICASSP 2015accepted

Graph-based methods play an important role in unsupervised and semi-supervised learning tasks by taking into account the underlying geometry of the data set. In this paper, we consider a statistical setting for semi-supervised learning and provide a formal justification of the recently introduced fr…

Cited by 0SourceScholar