← Search

Yiwen Guo

33 accepted papers

2026

DualOptim+: Bridging Shared and Decoupled Optimizer States for Better Machine Unlearning in Large Language Models

ICML 2026poster

We propose **DualOptim+**, a novel optimization framework for improving machine unlearning in large language models. It introduces a base state to capture common representations shared by forgetting and retaining objectives and delta states to preserve objective-specific residuals. This architecture…

Cited by 0SourceScholar
2025

Enabling Beam Search for Language Model-Based Text-to-Speech Synthesis

ICASSP 2025accepted

Tokenising continuous speech into sequences of discrete tokens and modelling them with language models (LMs) has led to significant success in text-to-speech (TTS) synthesis. Despite these models can generate speech with high quality and naturalness, their synthesised samples can still suffer from a…

Cited by 0SourceScholar
2025

Enhancing Expressive Voice Conversion with Discrete Pitch-Conditioned Flow Matching Model

ICASSP 2025accepted

This paper introduces PFlow-VC, a conditional flow matching voice conversion model that leverages fine-grained discrete pitch tokens and target speaker prompt information for expressive voice conversion (VC). Previous VC works primarily focus on speaker conversion, with further exploration needed in…

Cited by 11SourceScholar
2024

Code Representation Pre-training with Complements from Program Executions

EMNLP 2024industry

Language models for natural language processing have been grafted onto programming language modeling for advancing code intelligence. Although it can be represented in the text format, code is syntactically more rigorous, as it is designed to be properly compiled or interpreted to perform a set of b…

Cited by 6SourcePDFScholar
2024

Improved Generation of Adversarial Examples Against Safety-aligned LLMs

NeurIPS 2024poster

Adversarial prompts (or say, adversarial examples) generated using gradient-based methods exhibit outstanding performance in performing automatic jailbreak attacks against safety-aligned LLMs. Nevertheless, due to the discrete nature of texts, the input gradient of LLMs struggles to precisely reflec…

2024

Learned ISTA with Error-Based Thresholding for Adaptive Sparse Coding

ICASSP 2024accepted

Drawing on theoretical insights, we advocate an error-based thresholding (EBT) mechanism for learned ISTA (LISTA), which utilizes a function of the layer-wise reconstruction error to suggest a specific threshold for each observation in the shrinkage function of each layer. We show that the proposed…

Cited by 0SourceScholar
2024

Unveiling and Consulting Core Experts in Retrieval-Augmented MoE-based LLMs

EMNLP 2024main

Retrieval-Augmented Generation (RAG) significantly improved the ability of Large Language Models (LLMs) to solve knowledge-intensive tasks. While existing research seeks to enhance RAG performance by retrieving higher-quality documents or designing RAG-specific LLMs, the internal mechanisms within L…

2023

Black-Box Tuning of Vision-Language Models with Effective Gradient Approximation

EMNLP 2023long findings

Parameter-efficient fine-tuning (PEFT) methods have provided an effective way for adapting large vision-language models to specific tasks or scenarios. Typically, they learn a very small scale of parameters for pre-trained models in a white-box formulation, which assumes model architectures to be kn…

Cited by 0SourcecodeScholar
2023

Improving Adversarial Transferability via Intermediate-level Perturbation Decay

NeurIPS 2023poster

Intermediate-level attacks that attempt to perturb feature representations following an adversarial direction drastically have shown favorable performance in crafting transferable adversarial examples. Existing methods in this category are normally formulated with two separate stages, where a direct…

2023

MHCN: A Hyperbolic Neural Network Model for Multi-view Hierarchical Clustering

ICCV 2023poster

Multi-view hierarchical clustering (MCHC) plays a pivotal role in comprehending the structures within multi-view data, which hinges on the skillful interaction between hierarchical feature learning and comprehensive representation learning across multiple views. However, existing methods often overl…

Cited by 9PDFScholar
2023

Making Substitute Models More Bayesian Can Enhance Transferability of Adversarial Examples

ICLR 2023poster

The transferability of adversarial examples across deep neural networks (DNNs) is the crux of many black-box attacks. Many prior efforts have been devoted to improving the transferability via increasing the diversity in inputs of some substitute models. In this paper, by contrast, we opt for the div…

2023

Texts as Images in Prompt Tuning for Multi-Label Image Recognition

CVPR 2023poster

Prompt tuning has been employed as an efficient way to adapt large vision-language pre-trained models (e.g. CLIP) to various downstream tasks in data-limited or label-limited settings. Nonetheless, visual data (e.g., images) is by default prerequisite for learning prompts in existing methods. In thi…

2023

Towards Evaluating Transfer-based Attacks Systematically, Practically, and Fairly

NeurIPS 2023poster

The adversarial vulnerability of deep neural networks (DNNs) has drawn great attention due to the security risk of applying these models in real-world applications. Based on transferability of adversarial examples, an increasing number of transfer-based methods have been developed to fool black-box…

Cited by 3SourcePDFScholar
2023

Understanding Programs by Exploiting (Fuzzing) Test Cases

ACL 2023findings

Semantic understanding of programs has attracted great attention in the community. Inspired by recent successes of large language models (LLMs) in natural language understanding, tremendous progress has been made by treating programming language as another sort of natural language and training LLMs…

2022

When Adversarial Training Meets Vision Transformers: Recipes from Training to Architecture

NeurIPS 2022accept

Vision Transformers (ViTs) have recently achieved competitive performance in broad vision tasks. Unfortunately, on popular threat models, naturally trained ViTs are shown to provide no more adversarial robustness than convolutional neural networks (CNNs). Adversarial training is still required for V…

2021

Policy-Driven Attack: Learning to Query for Hard-label Black-box Adversarial Examples

ICLR 2021poster

To craft black-box adversarial examples, adversaries need to query the victim model and take proper advantage of its feedback. Existing black-box attacks generally suffer from high query complexity, especially when only the top-1 decision (i.e., the hard-label prediction) of the victim model is avai…

2021

Robust and Fully-Dynamic Coreset for Continuous-and-Bounded Learning (With Outliers) Problems

NeurIPS 2021spotlight

In many machine learning tasks, a common approach for dealing with large-scale data is to build a small summary, {\em e.g.,} coreset, that can efficiently represent the original input. However, real-world datasets usually contain outliers and most existing coreset construction methods are not resil…

Cited by 7SourcePDFScholar
2020

Backpropagating Linearly Improves Transferability of Adversarial Examples

NeurIPS 2020poster

The vulnerability of deep neural networks (DNNs) to adversarial examples has drawn great attention from the community. In this paper, we study the transferability of such examples, which lays the foundation of many black-box attacks on DNNs. We revisit a not so new but definitely noteworthy hypothes…

2019

DATA: Differentiable ArchiTecture Approximation

NeurIPS 2019poster

Neural architecture search (NAS) is inherently subject to the gap of architectures during searching and validating. To bridge this gap, we develop Differentiable ArchiTecture Approximation (DATA) with an Ensemble Gumbel-Softmax (EGS) estimator to automatically approximate architectures during search…

2019

Subspace Attack: Exploiting Promising Subspaces for Query-Efficient Black-box Attacks

NeurIPS 2019poster

Unlike the white-box counterparts that are widely studied and readily accessible, adversarial examples in black-box settings are generally more Herculean on account of the difficulty of estimating gradients. Many methods achieve the task by issuing numerous queries to target classification systems,…

2018

Deep Defense: Training DNNs with Improved Adversarial Robustness

NeurIPS 2018poster

Despite the efficacy on a variety of computer vision tasks, deep neural networks (DNNs) are vulnerable to adversarial attacks, limiting their applications in security-critical systems. Recent works have shown the possibility of generating imperceptibly perturbed image inputs (a.k.a., adversarial exa…

2017

Incremental Network Quantization: Towards Lossless CNNs with Low-precision Weights

ICLR 2017poster

This paper presents incremental network quantization (INQ), a novel method, targeting to efficiently convert any pre-trained full-precision convolutional neural network (CNN) model into a low-precision version whose weights are constrained to be either powers of two or zero. Unlike existing methods…

Cited by 1390SourcecodeScholar
2017

Physics Inspired Optimization on Semantic Transfer Features: An Alternative Method for Room Layout Estimation

CVPR 2017poster

In this paper, we propose an alternative method to estimate room layouts of cluttered indoor scenes. This method enjoys the benefits of two novel techniques. The first one is semantic transfer (ST), which is: (1) a formulation to integrate the relationship between scene clutter and room layout into…

Cited by 87PDFScholar