← Search

Yingqi Liu

15 accepted papers

2025

Understanding the Stability-based Generalization of Personalized Federated Learning

ICLR 2025poster

Despite great achievements in algorithm design for Personalized Federated Learning (PFL), research on the theoretical analysis of generalization is still in its early stages. Some theoretical results have investigated the generalization performance of personalized models under the problem setting an…

2025

Unveiling the Power of Multiple Gossip Steps: A Stability-Based Generalization Analysis in Decentralized Training

NeurIPS 2025spotlight

Decentralized training removes the centralized server, making it a communication-efficient approach that can significantly improve training efficiency, but it often suffers from degraded performance compared to centralized training. Multi-Gossip Steps (MGS) serve as a simple yet effective bridge bet…

Cited by 0SourceScholar
2024

Decentralized Directed Collaboration for Personalized Federated Learning

CVPR 2024poster

Personalized Federated Learning (PFL) is proposed to find the greatest personalized models for each client. To avoid the central failure and communication bottleneck in the server-based FL we concentrate on the Decentralized Personalized Federated Learning (DPFL) that performs distributed model trai…

Cited by 8SourcePDFScholar
2024

LOTUS: Evasive and Resilient Backdoor Attacks through Sub-Partitioning

CVPR 2024poster

Backdoor attack poses a significant security threat to Deep Learning applications. Existing attacks are often not evasive to established backdoor detection techniques. This susceptibility primarily stems from the fact that these attacks typically leverage a universal trigger pattern or transformatio…

2023

Detecting Backdoors in Pre-Trained Encoders

CVPR 2023poster

Self-supervised learning in computer vision trains on unlabeled data, such as images or (image, text) pairs, to obtain an image encoder that learns high-quality embeddings for input data. Emerging backdoor attacks towards encoders expose crucial vulnerabilities of self-supervised learning, since dow…

2023

Django: Detecting Trojans in Object Detection Models via Gaussian Focus Calibration

NeurIPS 2023poster

Object detection models are vulnerable to backdoor or trojan attacks, where an attacker can inject malicious triggers into the model, leading to altered behavior during inference. As a defense mechanism, trigger inversion leverages optimization to reverse-engineer triggers and identify compromised m…

2023

FLIP: A Provable Defense Framework for Backdoor Mitigation in Federated Learning

ICLR 2023poster

Federated Learning (FL) is a distributed learning paradigm that enables different parties to train a model together for high quality and strong privacy protection. In this scenario, individual participants may get compromised and perform backdoor attacks by poisoning the data (or gradients). Existin…

2023

MEDIC: Remove Model Backdoors via Importance Driven Cloning

CVPR 2023poster

We develop a novel method to remove injected backdoors in deep learning models. It works by cloning the benign behaviors of a trojaned model to a new model of the same structure. It trains the clone model from scratch on a very small subset of samples and aims to minimize a cloning loss that denotes…

Cited by 7SourcePDFScholar
2023

Make Landscape Flatter in Differentially Private Federated Learning

CVPR 2023poster

To defend the inference attacks and mitigate the sensitive information leakages in Federated Learning (FL), client-level Differentially Private FL (DPFL) is the de-facto standard for privacy protection by clipping local updates and adding random noise. However, existing DPFL methods tend to make a s…

2022

Better Trigger Inversion Optimization in Backdoor Scanning

CVPR 2022oral

Backdoor attacks aim to cause misclassification of a subject model by stamping a trigger to inputs. Backdoors could be injected through malicious training and naturally exist. Deriving backdoor trigger for a subject model is critical to both attack and defense. A popular trigger inversion method is…

Cited by 104PDFScholar
2022

Complex Backdoor Detection by Symmetric Feature Differencing

CVPR 2022poster

Many existing backdoor scanners work by finding a small and fixed trigger. However, advanced attacks have large and pervasive triggers, rendering existing scanners less effective. We develop a new detection method. It first uses a trigger inversion technique to generate triggers, namely, universal i…

Cited by 64PDFcodeScholar
2022

Constrained Optimization with Dynamic Bound-scaling for Effective NLP Backdoor Defense

ICML 2022spotlight

Modern language models are vulnerable to backdoor attacks. An injected malicious token sequence (i.e., a trigger) can cause the compromised model to misbehave, raising security concerns. Trigger inversion is a widely-used technique for scanning backdoors in vision models. It can- not be directly app…

2021

Backdoor Scanning for Deep Neural Networks through K-Arm Optimization

ICML 2021spotlight

Back-door attack poses a severe threat to deep learning systems. It injects hidden malicious behaviors to a model such that any input stamped with a special pattern can trigger such behaviors. Detecting back-door is hence of pressing need. Many existing defense techniques use optimization to generat…

2021

Deep Feature Space Trojan Attack of Neural Networks by Controlled Detoxification

AAAI 2021technical

Trojan (backdoor) attack is a form of adversarial attack on deep neural networks where the attacker provides victims with a model trained/retrained on malicious data. The backdoor can be activated when a normal input is stamped with a certain pattern called trigger, causing misclassification. Many e…

2018

Attacks Meet Interpretability: Attribute-steered Detection of Adversarial Samples

NeurIPS 2018spotlight

Adversarial sample attacks perturb benign inputs to induce DNN misbehaviors. Recent research has demonstrated the widespread presence and the devastating consequences of such attacks. Existing defense techniques either assume prior knowledge of specific attacks or may not work well on complex models…