← Search

Xitong Gao

17 accepted papers

2026

Flash-Searcher: Fast and Effective Web Agents via DAG-Based Parallel Execution

ICLR 2026poster

Large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks when equipped with external tools. However, current frameworks predominantly rely on sequential processing, leading to inefficient execution particularly for tasks requiring extensive tool interaction.…

Cited by 0SourcecodeScholar
2025

A3: Few-shot Prompt Learning of Unlearnable Examples with Cross-Modal Adversarial Feature Alignment

CVPR 2025poster

In the age of pervasive machine learning applications, protecting digital content from unauthorized use has become a pressing concern. Unlearnable examples (UEs)--data modified with imperceptible perturbations to inhibit model training while preserving human usability--have emerged as a promising ap…

Cited by 0SourcePDFScholar
2025

FLiP: Towards Comprehensive and Reliable Evaluation of Federated Prompt Learning

NeurIPS 2025poster

The increasing emphasis on privacy and data security has driven the adoption of federated learning (FL). Prompt learning (PL), which fine-tunes prompt embeddings of pretrained models, has gained a surge of interest in FL community, marked by the emergence of an influx of federated prompt learning (F…

Cited by 0SourcecodeScholar
2025

Lie Detector: Unified Backdoor Detection via Cross-Examination Framework

NeurIPS 2025poster

Institutions with limited data and computing resources often outsource model training to third-party providers in a semi-honest setting, assuming adherence to prescribed training protocols with pre-defined learning paradigm (e.g., supervised or semi-supervised learning). However, this practice can i…

Cited by 0SourceScholar
2025

Mixture of Weight-shared Heterogeneous Group Attention Experts for Dynamic Token-wise KV Optimization

EMNLP 2025

Transformer models face scalability challenges in causal language modeling (CLM) due to inefficient memory allocation for growing key-value (KV) caches, which strains compute and storage resources. Existing methods like Grouped Query Attention (GQA) and token-level KV optimization improve efficiency

Cited by 0SourcePDFScholar
2025

OAgents: An Empirical Study of Building Effective Agents

EMNLP 2025

Recently, Agentic AI has become an increasingly popular field of research. However, we argue that current practices on agent research are far from standard, rigorous scientific research, which makes it hard to conduct apples-to-apples comparisons among and against existing methods. As a result, it i

2025

Progressive Distribution Matching for Federated Semi-Supervised Learning

AAAI 2025technical

Federated Learning (FL) enables collaborative learning from distributed data while preserving the privacy of participating clients. While supervised federated learning with labeled data has made notable strides and achieved success, federated semi-supervised learning (FSSL) lags in its progress. Exi…

Cited by 0SourcePDFScholar
2025

Refining Salience-Aware Sparse Fine-Tuning Strategies for Language Models

ACL 2025long

Parameter-Efficient Fine-Tuning (PEFT) has gained prominence through low-rank adaptation methods like LoRA. In this paper, we focus on sparsity-based PEFT (SPEFT), which introduces trainable sparse adaptations to the weight matrices in the model, offering greater flexibility in selecting fine-tuned…

2024

Impartial Adversarial Distillation: Addressing Biased Data-Free Knowledge Distillation via Adaptive Constrained Optimization

AAAI 2024technical

Data-Free Knowledge Distillation (DFKD) enables knowledge transfer from a pretrained teacher to a light-weighted student without original training data. Existing works are limited by a strong assumption that samples used to pretrain the teacher model are balanced, which is, however, unrealistic for…

2023

Adaptive Channel Sparsity for Federated Learning Under System Heterogeneity

CVPR 2023poster

Owing to the non-i.i.d. nature of client data, channel neurons in federated-learned models may specialize to distinct features for different clients. Yet, existing channel-sparse federated learning (FL) algorithms prescribe fixed sparsity strategies for client models, and may thus prevent clients fr…

Cited by 20SourcePDFScholar
2023

AdvDiffuser: Natural Adversarial Example Synthesis with Diffusion Models

ICCV 2023poster

Previous work on adversarial examples typically involves a fixed norm perturbation budget, which fails to capture the way humans perceive perturbations. Recent work has shifted towards investigating natural unrestricted adversarial examples (UAEs) that breaks l_p perturbation bounds but nonetheless…

Cited by 62PDFcodeScholar
2022

MORA: Improving Ensemble Robustness Evaluation with Model Reweighing Attack

NeurIPS 2022accept

Adversarial attacks can deceive neural networks by adding tiny perturbations to their input data. Ensemble defenses, which are trained to minimize attack transferability among sub-models, offer a promising research direction to improve robustness against such attacks while maintaining a high accura…

2022

Rapid Model Architecture Adaption for Meta-Learning

NeurIPS 2022accept

Network Architecture Search (NAS) methods have recently gathered much attention. They design networks with better performance and use a much shorter search time compared to traditional manual tuning. Despite their efficiency in model deployments, most NAS algorithms target a single task on a fixed h…

Cited by 6SourcePDFScholar
2020

Pay Attention to Features, Transfer Learn Faster CNNs

ICLR 2020poster

Deep convolutional neural networks are now widely deployed in vision applications, but a limited size of training data can restrict their task performance. Transfer learning offers the chance for CNNs to learn with limited data samples by transferring knowledge from models pretrained on large datase…

Cited by 132SourceScholar
2019

Dynamic Channel Pruning: Feature Boosting and Suppression

ICLR 2019poster

Making deep convolutional neural networks more accurate typically comes at the cost of increased computational and memory resources. In this paper, we reduce this cost by exploiting the fact that the importance of features computed by convolutional layers is highly input-dependent, and propose featu…

2019

Focused Quantization for Sparse CNNs

NeurIPS 2019poster

Deep convolutional neural networks (CNNs) are powerful tools for a wide range of vision tasks, but the enormous amount of memory and compute resources required by CNNs poses a challenge in deploying them on constrained devices. Existing compression techniques, while excelling at reducing model sizes…