← Search

Albert No

21 accepted papers

2026

A2D: Any-Order, Any-Step Safety Alignment for Diffusion Language Models

ICLR 2026poster

Diffusion large language models (dLLMs) enable any-order generation, but this flexibility enlarges the attack surface: harmful spans may appear at arbitrary positions, and template-based prefilling attacks such as DIJA bypass response-level refusals. We introduce A2D (Any-Order, Any-Step Defense), a…

Cited by 0SourcecodeScholar
2026

An Information Theoretic Evaluation Metric for Strong Unlearning

AAAI 2026technical

Machine unlearning (MU) aims to remove the influence of specific data from trained models, addressing privacy concerns and ensuring compliance with regulations such as the "right to be forgotten." Evaluating strong unlearning, where the unlearned model is indistinguishable from one retrained without

Cited by 0SourcePDFScholar
2026

Preserve-Then-Quantize: Balancing Rank Budgets for Quantization Error Reconstruction in LLMs

ICML 2026poster

Quantization Error Reconstruction (QER) reduces accuracy loss in Post-Training Quantization (PTQ) by approximating weights as $\mathbf{W} \approx \mathbf{Q} + \mathbf{L}\mathbf{R}$, using a rank-$r$ correction to reconstruct quantization error. Prior methods devote the full rank budget to error reco…

Cited by 0SourceScholar
2026

Rainbow Padding: Mitigating Early Termination in Instruction-Tuned Diffusion LLMs

ICLR 2026poster

Diffusion large language models (dLLMs) have emerged as a promising alternative to autoregressive models, offering flexible generation orders and strong performance on complex reasoning tasks. However, instruction-tuned dLLMs exhibit a critical vulnerability we term \<eos\> overflow: as allocated s…

Cited by 0SourceScholar
2026

Rethinking Benign Relearning: Syntax as the Hidden Driver of Unlearning Failures

ICLR 2026poster

Machine unlearning aims to remove specific content from trained models while preserving overall performance. However, the phenomenon of benign relearning, in which forgotten information reemerges even from benign fine-tuning data, reveals that existing unlearning methods remain fundamentally fragile…

Cited by 0SourceScholar
2025

Assigning Distinct Roles to Quantized and Low-Rank Matrices Toward Optimal Weight Decomposition

ACL 2025finding

Decomposing weight matrices into quantization and low-rank components ( W≈ Q+LR) is a widely used technique for compressing large language models (LLMs). Existing joint optimization methods iteratively alternate between quantization and low-rank approximation. However, these methods tend to prioriti…

Cited by 0SourcePDFScholar
2025

SAFEPATH: Preventing Harmful Reasoning in Chain-of-Thought via Early Alignment

NeurIPS 2025poster

Large Reasoning Models (LRMs) have become powerful tools for complex problem solving, but their structured reasoning pathways can lead to unsafe outputs when exposed to harmful prompts. Existing safety alignment methods reduce harmful outputs but can degrade reasoning depth, leading to significant t…

Cited by 0SourceScholar
2025

Understanding and Mitigating Memorization in Generative Models via Sharpness of Probability Landscapes

ICML 2025spotlight

In this paper, we introduce a geometric framework to analyze memorization in diffusion models through the sharpness of the log probability density. We mathematically justify a previously proposed score-difference-based memorization metric by demonstrating its effectiveness in quantifying sharpness.…

Cited by 0SourcePDFScholar
2024

Improved Communication-Privacy Trade-offs in $L_2$ Mean Estimation under Streaming Differential Privacy

ICML 2024poster

We study $L_2$ mean estimation under central differential privacy and communication constraints, and address two key challenges: firstly, existing mean estimation schemes that simultaneously handle both constraints are usually optimized for $L_\infty$ geometry and rely on random rotation or Kashin's…

Cited by 3SourcePDFScholar
2023

Censored Sampling of Diffusion Models Using 3 Minutes of Human Feedback

NeurIPS 2023poster

Diffusion models have recently shown remarkable success in high-quality image generation. Sometimes, however, a pre-trained diffusion model exhibits partial misalignment in the sense that the model can generate good images, but it sometimes outputs undesirable images. If so, we simply need to preven…

2023

Exact Optimality of Communication-Privacy-Utility Tradeoffs in Distributed Mean Estimation

NeurIPS 2023poster

We study the mean estimation problem under communication and local differential privacy constraints. While previous work has proposed order-optimal algorithms for the same problem (i.e., asymptotically optimal as we spend more bits), exact optimality (in the non-asymptotic setting) still has not bee…

2022

Neural Tangent Kernel Analysis of Deep Narrow Neural Networks

ICML 2022spotlight

The tremendous recent progress in analyzing the training dynamics of overparameterized neural networks has primarily focused on wide networks and therefore does not sufficiently address the role of depth in deep learning. In this work, we present the first trainability guarantee of infinitely deep b…

2021

WGAN with an Infinitely Wide Generator Has No Spurious Stationary Points

ICML 2021spotlight

Generative adversarial networks (GAN) are a widely used class of deep generative models, but their minimax training dynamics are not understood very well. In this work, we show that GANs with a 2-layer infinite-width generator and a 2-layer finite-width discriminator trained with stochastic gradient…