← Search

Somayeh Sojoudi

27 accepted papers

2026

Breaking the Reversal Curse in Autoregressive Language Models via Identity Bridge

ICML 2026spotlight

Autoregressive large language models (LLMs) have achieved remarkable success in many complex tasks, yet they can still fail in very simple logical reasoning such as the "reversal curse" --- when trained on forward knowledge data of the form "$A \rightarrow B$" (e.g., Alice's husband is Bob), the mod…

Cited by 0SourceScholar
2026

Falsifying Sparse Autoencoder Reasoning Features in Language Models

ICML 2026poster

We study how reliably sparse autoencoders (SAEs) support claims about reasoning-related internal features in large language models. We first give a stylized analysis showing that sparsity-regularized decoding can preferentially retain stable low-dimensional correlates while suppressing high-dimensio…

Cited by 0SourceScholar
2026

Multi-Objective Learning for Diffusion Models: A Statistical Theory under Semi-Supervised Learning

ICML 2026poster

Diffusion models are increasingly used as powerful conditional generators, yet real deployments often involve multiple target distributions arising from different tasks, e.g., diverse prompt domains in text-to-image generation, or multiple environments in robotics with diffusion policies. This natur…

Cited by 0SourceScholar
2025

Certifiable Reachability Learning Using a New Lipschitz Continuous Value Function

RA-L 2025

We propose a new reachability learning framework for high-dimensional nonlinear systems, focusing on <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">reach-avoid problems</i>. These problems require computing the <italic xmlns:mml="http://www.w3.org/1

Cited by 16SourcecodeScholar
2025

Generalization or Hallucination? Understanding Out-of-Context Reasoning in Transformers

NeurIPS 2025poster

Large language models (LLMs) can acquire new knowledge through fine-tuning, but this process exhibits a puzzling duality: models can generalize remarkably from new facts, yet are also prone to hallucinating incorrect information. However, the reasons for this phenomenon remain poorly understood. In…

Cited by 0SourceScholar
2025

OVERT: A Benchmark for Over-Refusal Evaluation on Text-to-Image Models

NeurIPS 2025poster

Text-to-Image (T2I) models have achieved remarkable success in generating visual content from text inputs. Although multiple safety alignment strategies have been proposed to prevent harmful outputs, they often lead to overly cautious behavior ---rejecting even benign prompts---a phenomenon known as…

Cited by 0SourcecodeScholar
2024

Absence of spurious solutions far from ground truth: A low-rank analysis with high-order losses

AISTATS 2024poster

Matrix sensing problems exhibit pervasive non-convexity, plaguing optimization with a proliferation of suboptimal spurious solutions. Avoiding convergence to these critical points poses a major challenge. This work provides new theoretical insights that help demystify the intricacies of the non-conv…

2024

Pausing Policy Learning in Non-stationary Reinforcement Learning

ICML 2024oral

Real-time inference is a challenge of real-world reinforcement learning due to temporal differences in time-varying environments: the system collects data from the past, updates the decision model in the present, and deploys it in the future. We tackle a common belief that continually updating the d…

2024

Ranking Manipulation for Conversational Search Engines

EMNLP 2024main

Major search engine providers are rapidly incorporating Large Language Model (LLM)-generated content in response to user queries. These *conversational search engines* operate by loading retrieved website text into the LLM context for summarization and interpretation. Recent research demonstrates th…

Cited by 8SourcePDFScholar
2024

Transport of Algebraic Structure to Latent Embeddings

ICML 2024spotlight

Machine learning often aims to produce latent embeddings of inputs which lie in a larger, abstract mathematical space. For example, in the field of 3D modeling, subsets of Euclidean space can be embedded as vectors using implicit neural representations. Such subsets also have a natural algebraic str…

2023

Algorithmic Regularization in Tensor Optimization: Towards a Lifted Approach in Matrix Sensing

NeurIPS 2023poster

Gradient descent (GD) is crucial for generalization in machine learning models, as it induces implicit regularization, promoting compact representations. In this work, we examine the role of GD in inducing implicit regularization for tensor optimization, particularly within the context of the lifted…

Cited by 5SourcePDFScholar
2023

Asymmetric Certified Robustness via Feature-Convex Neural Networks

NeurIPS 2023poster

Real-world adversarial attacks on machine learning models often feature an asymmetric structure wherein adversaries only attempt to induce false negatives (e.g., classify a spam email as not spam). We formalize the asymmetric robustness certification problem and correspondingly present the feature-c…

2023

Noisy Low-rank Matrix Optimization: Geometry of Local Minima and Convergence Rate

AISTATS 2023poster

This paper is concerned with low-rank matrix optimization, which has found a wide range of applications in machine learning. This problem in the special case of matrix sensing has been studied extensively through the notion of Restricted Isometry Property (RIP), leading to a wealth of results on the…

2023

Over-parametrization via Lifting for Low-rank Matrix Sensing: Conversion of Spurious Solutions to Strict Saddle Points

ICML 2023oral

This paper studies the role of over-parametrization in solving non-convex optimization problems. The focus is on the important class of low-rank matrix sensing, where we propose an infinite hierarchy of non-convex problems via the lifting technique and the Burer-Monteiro factorization. This contrast…

Cited by 7SourcePDFScholar
2023

Semidefinite Programming versus Burer-Monteiro Factorization for Matrix Sensing

AAAI 2023technical

Many fundamental low-rank optimization problems, such as matrix completion, phase retrieval, and robust PCA, can be formulated as the matrix sensing problem. Two main approaches for solving matrix sensing are based on semidefinite programming (SDP) and Burer-Monteiro (B-M) factorization. The former…

Cited by 12SourcePDFScholar
2023

Tempo Adaptation in Non-stationary Reinforcement Learning

NeurIPS 2023poster

We first raise and tackle a ``time synchronization'' issue between the agent and the environment in non-stationary reinforcement learning (RL), a crucial factor hindering its real-world applications. In reality, environmental changes occur over wall-clock time ($t$) rather than episode progress ($k$…

2022

Factorization Approach for Low-complexity Matrix Completion Problems: Exponential Number of Spurious Solutions and Failure of Gradient Methods

AISTATS 2022poster

Burer-Monteiro (B-M) factorization approach can efficiently solve low-rank matrix optimization problems under the Restricted Isometry Property (RIP) condition. It is natural to ask whether B-M factorization-based methods can succeed on any low-rank matrix optimization problems with low information-t…

Cited by 14SourcePDFScholar
2022

Sharp Restricted Isometry Property Bounds for Low-Rank Matrix Recovery Problems with Corrupted Measurements

AAAI 2022technical

In this paper, we study a general low-rank matrix recovery problem with linear measurements corrupted by some noise. The objective is to understand under what conditions on the restricted isometry property (RIP) of the problem local search methods can find the ground truth with a small error. By ana…

Cited by 16SourcePDFScholar
2021

Improving Fairness and Privacy in Selection Problems

AAAI 2021technical

Supervised learning models have been increasingly used for making decisions about individuals in applications such as hiring, lending, and college admission. These models may inherit pre-existing biases from training datasets and discriminate against protected attributes (e.g., race or gender). In a…

Cited by 37SourcePDFScholar
2021

Power up! Robust Graph Convolutional Network via Graph Powering

AAAI 2021technical

Graph convolutional networks (GCNs) are powerful tools for graph-structured data. However, they have been recently shown to be vulnerable to topological attacks. To enhance adversarial robustness, we go beyond spectral graph theory to robust graph theory. By challenging the classical graph Laplacian…

Cited by 62SourcePDFScholar
2019

A Fog Robotic System for Dynamic Visual Servoing

ICRA 2019poster

Cloud Robotics is a paradigm where multiple robots are connected to cloud services via Internet to access “unlimited” computation power, at the cost of network communication. However, due to limitations such as network latency and variability, it is difficult to control dynamic, human compliant serv…

Cited by 60SourceScholar
2018

A theory on the absence of spurious solutions for nonconvex and nonsmooth optimization

NeurIPS 2018poster

We study the set of continuous functions that admit no spurious local optima (i.e. local minima that are not global minima) which we term global functions. They satisfy various powerful properties for analyzing nonconvex and nonsmooth optimization problems. For instance, they satisfy a theorem akin…

Cited by 54SourcePDFScholar
2018

How Much Restricted Isometry is Needed In Nonconvex Matrix Recovery?

NeurIPS 2018spotlight

When the linear measurements of an instance of low-rank matrix recovery satisfy a restricted isometry property (RIP) --- i.e. they are approximately norm-preserving --- the problem is known to contain no spurious local minima, so exact recovery is guaranteed. In this paper, we show that moderate RIP…

Cited by 51SourcePDFScholar
2018

Large-Scale Sparse Inverse Covariance Estimation via Thresholding and Max-Det Matrix Completion

ICML 2018oral

The sparse inverse covariance estimation problem is commonly solved using an $\ell_{1}$-regularized Gaussian maximum likelihood estimator known as “graphical lasso”, but its computational cost becomes prohibitive for large data sets. A recently line of results showed{–}under mild assumptions{–}that…

Cited by 41SourcePDFScholar