← Search

Lue Tao

12 accepted papers

2025

Enabling Optimal Decisions in Rehearsal Learning under CARE Condition

ICML 2025poster

In the field of machine learning (ML), an essential type of decision-related problem is known as AUF (Avoiding Undesired Future): if an ML model predicts an undesired outcome, how can decisions be made to prevent it? Recently, a novel framework called *rehearsal learning* has been proposed to addres…

Cited by 0SourcePDFScholar
2024

Deciphering Raw Data in Neuro-Symbolic Learning with Provable Guarantees

AAAI 2024technical

Neuro-symbolic hybrid systems are promising for integrating machine learning and symbolic reasoning, where perception models are facilitated with information inferred from a symbolic knowledge base through logical reasoning. Despite empirical evidence showing the ability of hybrid systems to learn a…

2024

On the Vulnerability of Adversarially Trained Models Against Two-faced Attacks

ICLR 2024poster

Adversarial robustness is an important standard for measuring the quality of learned models, and adversarial training is an effective strategy for improving the adversarial robustness of models. In this paper, we disclose that adversarially trained models are vulnerable to two-faced attacks, where s…

Cited by 0SourcePDFScholar
2022

Can Adversarial Training Be Manipulated By Non-Robust Features?

NeurIPS 2022accept

Adversarial training, originally designed to resist test-time adversarial examples, has shown to be promising in mitigating training-time availability attacks. This defense ability, however, is challenged in this paper. We identify a novel threat model named stability attack, which aims to hinder ro…

2022

Open-Sampling: Exploring Out-of-Distribution data for Re-balancing Long-tailed datasets

ICML 2022spotlight

Deep neural networks usually perform poorly when the training dataset suffers from extreme class imbalance. Recent studies found that directly training with out-of-distribution data (i.e., open-set samples) in a semi-supervised manner would harm the generalization performance. In this work, we theor…

Cited by 45SourcePDFScholar
2021

Better Safe Than Sorry: Preventing Delusive Adversaries with Adversarial Training

NeurIPS 2021poster

Delusive attacks aim to substantially deteriorate the test accuracy of the learning model by slightly perturbing the features of correctly labeled training examples. By formalizing this malicious attack as finding the worst-case training data within a specific $\infty$-Wasserstein ball, we show that…

2021

Improving Model Robustness by Adaptively Correcting Perturbation Levels with Active Queries

AAAI 2021technical

In addition to high accuracy, robustness is becoming increasingly important for machine learning models in various applications. Recently, much research has been devoted to improving the model robustness by training with noise perturbations. Most existing studies assume a fixed perturbation level fo…

Cited by 13SourcePDFScholar
2021

Open-set Label Noise Can Improve Robustness Against Inherent Label Noise

NeurIPS 2021poster

Learning with noisy labels is a practically challenging problem in weakly supervised learning. In the existing literature, open-set noises are always considered to be poisonous for generalization, similar to closed-set noises. In this paper, we empirically show that open-set noisy labels can be non-…