← Search

Qingqing Cao

9 accepted papers

2026

A Durable Machine Unlearning Framework to Nullify Recall of Sensitive Data on Incremental Training

IJCAI 2026

The advancement of data privacy regulations has spurred the development of Machine Unlearning (MU), which is designed to remove the influence of sensitive data from a trained model and results in an unlearned model (ULM). Despite rapid progress in MU techniques, their vulnerabilities remain underexp

Cited by 0Scholar
2025

CtrlSynth: Controllable Image Text Synthesis for Data-Efficient Multimodal Learning

ICML 2025poster

Pretraining robust vision or multimodal foundation models (e.g., CLIP) relies on large-scale datasets that may be noisy, potentially misaligned, and have long-tail distributions. Previous works have shown promising results in augmenting datasets by generating synthetic samples. However, they only su…

Cited by 2SourcePDFScholar
2024

APT: Adaptive Pruning and Tuning Pretrained Language Models for Efficient Training and Inference

ICML 2024oral

Fine-tuning and inference with large Language Models (LM) are generally known to be expensive. Parameter-efficient fine-tuning over pretrained LMs reduces training memory by updating a small number of LM parameters but does not improve inference efficiency. Structured pruning improves LM inference e…

2024

BTR: Binary Token Representations for Efficient Retrieval Augmented Language Models

ICLR 2024spotlight

Retrieval augmentation addresses many critical problems in large language models such as hallucination, staleness, and privacy leaks. However, running retrieval-augmented language models (LMs) is slow and difficult to scale due to processing large amounts of retrieved text. We introduce binary toke…

2023

A Survey for Efficient Open Domain Question Answering

ACL 2023long

Open domain question answering (ODQA) is a longstanding task aimed at answering factual questions from a large knowledge corpus without any explicit evidence in natural language processing (NLP). Recent works have predominantly focused on improving the answering accuracy and have achieved promising…

2023

AdANNS: A Framework for Adaptive Semantic Search

NeurIPS 2023poster

Web-scale search systems learn an encoder to embed a given query which is then hooked into an approximate nearest neighbor search (ANNS) pipeline to retrieve similar data points. To accurately capture tail queries and data points, learned representations typically are _rigid, high-dimensional_ vecto…

2023

PuMer: Pruning and Merging Tokens for Efficient Vision Language Models

ACL 2023long

Large-scale vision language (VL) models use Transformers to perform cross-modal interactions between the input text and image. These cross-modal interactions are computationally expensive and memory-intensive due to the quadratic complexity of processing the input image and text. We present PuMer: a…

2021

IrEne-viz: Visualizing Energy Consumption of Transformer Models

EMNLP 2021system demonstrations

IrEne is an energy prediction system that accurately predicts the interpretable inference energy consumption of a wide range of Transformer-based NLP models. We present the IrEne-viz tool, an online platform for visualizing and exploring energy consumption of various Transformer-based models easily.…

2021

IrEne: Interpretable Energy Prediction for Transformers

ACL 2021long

Existing software-based energy measurements of NLP models are not accurate because they do not consider the complex interactions between energy consumption and model execution. We present IrEne, an interpretable and extensible energy prediction system that accurately predicts the inference energy co…