← Search

Yingwen Wu

5 accepted papers

2026

Remaining-data-free Machine Unlearning by Suppressing Sample Contribution

ICLR 2026poster

Machine unlearning (MU) aims to remove the influence of specific training samples from a well-trained model, a task of growing importance due to the ``right to be forgotten.” The unlearned model should approach the retrained model, where forgetting data do not contribute to the training process. The…

Cited by 0SourceScholar
2025

Pursuing Feature Separation based on Neural Collapse for Out-of-Distribution Detection

ICLR 2025poster

In the open world, detecting out-of-distribution (OOD) data, whose labels are disjoint with those of in-distribution (ID) samples, is important for reliable deep neural networks (DNNs). To achieve better detection performance, one type of approach proposes to fine-tune the model with auxiliary OOD d…

2023

Trainable Weight Averaging: Efficient Training by Optimizing Historical Solutions

ICLR 2023poster

Stochastic gradient descent (SGD) and its variants are considered as the de-facto methods to train deep neural networks (DNNs). While recent improvements to SGD mainly focus on the descent algorithm itself, few works pay attention to utilizing the historical solutions---as an iterative method, SGD h…

Cited by 14SourcePDFScholar
2022

Adversarial Attack on Attackers: Post-Process to Mitigate Black-Box Score-Based Query Attacks

NeurIPS 2022accept

The score-based query attacks (SQAs) pose practical threats to deep neural networks by crafting adversarial perturbations within dozens of queries, only using the model's output scores. Nonetheless, we note that if the loss trend of the outputs is slightly perturbed, SQAs could be easily misled and…