← Search

Songzhu Zheng

8 accepted papers

2024

Task-Agnostic Detector for Insertion-Based Backdoor Attacks

NAACL 2024findings

Textual backdoor attacks pose significant security threats. Current detection approaches, typically relying on intermediate feature representation or reconstructing potential triggers, are task-specific and less effective beyond sentence classification, struggling with tasks like question answering…

2023

Attention-Enhancing Backdoor Attacks Against BERT-based Models

EMNLP 2023long findings

Recent studies have revealed that Backdoor Attacks can threaten the safety of natural language processing (NLP) models. Investigating the strategies of backdoor attacks will help to understand the model's vulnerability. Most existing textual backdoor attacks focus on generating stealthy triggers or…

Cited by 0SourceScholar
2023

Learning to Segment from Noisy Annotations: A Spatial Correction Approach

ICLR 2023poster

Noisy labels can significantly affect the performance of deep neural networks (DNNs). In medical image segmentation tasks, annotations are error-prone due to the high demand in annotation time and in the annotators' expertise. Existing methods mostly tackle label noise in classification tasks. Their…

2021

Learning with Feature-Dependent Label Noise: A Progressive Approach

ICLR 2021spotlight

Label noise is frequently observed in real-world large-scale datasets. The noise is introduced due to a variety of reasons; it is heterogeneous and feature-dependent. Most existing approaches to handling noisy labels fall into two categories: they either assume an ideal feature-independent noise, or…

2021

Topological Detection of Trojaned Neural Networks

NeurIPS 2021poster

Deep neural networks are known to have security issues. One particular threat is the Trojan attack. It occurs when the attackers stealthily manipulate the model's behavior through Trojaned training samples, which can later be exploited. Guided by basic neuroscientific principles, we discover subtle…

Cited by 58SourcePDFScholar
2020

A Topological Filter for Learning with Label Noise

NeurIPS 2020poster

Noisy labels can impair the performance of deep neural networks. To tackle this problem, in this paper, we propose a new method for filtering label noise. Unlike most existing methods relying on the posterior probability of a noisy classifier, we focus on the much richer spatial behavior of data in…

2020

Error-Bounded Correction of Noisy Labels

ICML 2020poster

To collect large scale annotated data, it is inevitable to introduce label noise, i.e., incorrect class labels. To be robust against label noise, many successful methods rely on the noisy classifiers (i.e., models trained on the noisy training data) to determine whether a label is trustworthy. Howev…