← Search

Li Shen

191 accepted papers

2026

AdaGC: Enhancing LLM Pretraining Stability via Adaptive Gradient Clipping

ICML 2026poster

Loss spikes remain a persistent obstacle in large-scale language model pretraining. While previous research has attempted to identify the root cause of loss spikes by investigating individual factors, we observe that, in practice, such spikes are typically triggered by the confluence of heterogeneou…

Cited by 0SourceScholar
2026

Break the Trade-off Between Watermark Strength and Speculative Sampling Efficiency for Language Models

ICLR 2026poster

Watermarking is a principled approach for tracing the provenance of large language model (LLM) outputs, but its deployment in practice is hindered by inference inefficiency. Speculative sampling accelerates inference, with efficiency improving as the acceptance rate between draft and target models i…

Cited by 0SourceScholar
2026

Compactness and Consistency: A Conjoint Framework for Deep Graph Clustering

ICLR 2026oral

Graph clustering is a fundamental task in data analysis, aiming at grouping nodes with similar characteristics in the graph into clusters. This problem has been widely explored using graph neural networks (GNNs) due to their ability to leverage node attributes and graph topology for effective cluste…

Cited by 0SourcecodeScholar
2026

Diffusion Language Model Knows the Answer Before It Decodes

ICLR 2026oral

Diffusion language models (DLMs) have recently emerged as an alternative to autoregressive approaches, offering parallel sequence generation and flexible token orders. However, their inference remains slower than that of autoregressive models, primarily due to the cost of bidirectional attention and…

Cited by 0SourcecodeScholar
2026

Efficient Bilevel Optimization for CKA-Guided MoE Upcycling

ICML 2026poster

Upcycling, a strategy that initializes Mixture-of-Experts (MoE) by replicating pre-trained feed-forward or MoE networks to expand model capacity, has become a popular method in continual learning due to its effectiveness in mitigating catastrophic forgetting. However, existing paradigms rely on indi…

Cited by 0SourceScholar
2026

FACET: A Fragment-Aware Conformer Ensemble Transformer

ICLR 2026poster

Accurately predicting molecular properties requires effective integration of structural information from both 2D molecular graphs and their corresponding equilibrium conformer ensembles. In this work, we propose FACET, a scalable Structure-Aware Graph Transformer that efficiently aggregates features…

Cited by 0SourceScholar
2026

FRISM: Fine-Grained Reasoning Injection via Subspace-Level Model Merging for Vision–Language Models

ICML 2026poster

Efficiently enhancing the reasoning capabilities of Vision-Language Models (VLMs) by merging them with Large Reasoning Models (LRMs) has emerged as a promising direction. However, existing methods typically operate at a coarse-grained layer level, which often leads to a trade-off between injecting r…

Cited by 0SourceScholar
2026

GPTailor: Large Language Model Pruning Through Layer Cutting and Stitching

ICLR 2026poster

Large language models (LLMs) have shown remarkable capabilities in language understanding and generation. However, such impressive capability typically comes with a substantial model size, which presents significant challenges in deployment and inference. While structured pruning of model parameters…

Cited by 0SourcecodeScholar
2026

GradientStabilizer: Fix the Norm, Not the Gradient

ICML 2026poster

Training instability in modern deep learning systems is frequently triggered by rare but extreme gradient-norm spikes, which can induce oversized parameter updates, corrupt optimizer state, and lead to slow recovery or divergence. Widely used safeguards such as gradient clipping mitigate these failu…

Cited by 0SourceScholar
2026

HTAC: Hierarchical Task-Aware Composition for Continual Offline Reinforcement Learning

ICML 2026poster

Continual Offline Reinforcement Learning (CORL) enables building long-term autonomous agents from static datasets. However, it faces heterogeneity in environment dynamics, reward functions, and behavior policies across tasks. Combined with the inherent distribution shift in offline learning, this re…

Cited by 0SourceScholar
2026

Joint Selection for Large-Scale Pre-Training Data via Policy Gradient-based Mask Learning

ICLR 2026poster

A fine-grained data recipe is crucial for pre-training large language models (LLMs), as it can significantly enhance training efficiency and model performance. One important ingredient in the recipe is to select samples based on scores produced by defined rules, LLM judgment, or statistical informat…

Cited by 0SourcecodeScholar
2026

Language-based Trial and Error Falls Behind in the Era of Experience

ICML 2026poster

While Large Language Models (LLMs) excel in language-based agentic tasks, their applicability to unseen, nonlinguistic environments (e.g., symbolic or spatial tasks) remains limited. Previous work attributes this performance gap to the mismatch between the pretraining distribution and the testing di…

Cited by 0SourceScholar
2026

Learning Useful Supervision for Reinforcement Learning in Reasoning Models

ICML 2026poster

Supervised fine-tuning (SFT) and reinforcement learning with verifiable rewards (RLVR) are two widely used post-training paradigms for improving the reasoning ability of large language models (LLMs). Recent methods attempt to integrate SFT and RLVR in a single stage by reweighting or scheduling thei…

Cited by 0SourceScholar
2026

MaskPro: Linear-Space Probabilistic Learning for Strict (N:M)-Sparsity on LLMs

ICLR 2026poster

The rapid scaling of large language models(LLMs) has made inference efficiency a primary bottleneck in the practical deployment. To address this, semi-structured sparsity offers a promising solution by strategically retaining $N$ elements out of every $M$ weights, thereby enabling hardware-friendly…

Cited by 0SourceScholar
2026

MergOPT: A Merge-Aware Optimizer for Robust Model Merging

ICLR 2026poster

Model merging aims to integrate multiple independently fine-tuned expert models into a single model while preserving the knowledge of all experts. However, existing approaches mainly address parameter conflicts at the merging stage and overlook the role of the fine-tuning process, which often leads…

Cited by 0SourceScholar
2026

Merge to Remember: Sharpness-Aware Isotropic Merging for Continual Learning

ICML 2026poster

Continual learning with large pre-trained models offers significant potential for cross-task knowledge accumulation, but faces critical challenges such as catastrophic forgetting and parameter interference, especially when historical data is unavailable. Existing approaches typically rely on sequent…

Cited by 0SourceScholar
2026

Occlusion-Aware SORT: Observing Occlusion for Robust Multi-Object Tracking

CVPR 2026

Multi-object tracking (MOT) involves analyzing object trajectories and counting the number of objects in video sequences. However, 2D MOT faces challenges due to positional cost confusion arising from partial occlusion. To address this issue, we present the novel Occlusion-Aware SORT (OA-SORT) frame

Cited by 0SourceScholar
2026

OptMerge: Unifying Multimodal LLM Capabilities and Modalities via Model Merging

ICLR 2026poster

Foundation models update slowly due to resource-intensive training, whereas domain-specific models evolve rapidly between releases. Model merging seeks to combine multiple expert models into a single, more capable model, reducing storage and serving costs while supporting decentralized development.…

Cited by 0SourceScholar
2026

Plasticity Activation via Polar Operator: A Plug-in Method for Balancing Stability and Plasticity

ICML 2026poster

Continual learning (CL) seeks models that acquire new knowledge while avoiding catastrophic forgetting. However, many methods that mitigate forgetting constrain parameter updates and thereby reduce model plasticity. We revisit the singular value spectrum of gradients in representative CL methods and…

Cited by 0SourceScholar
2026

Refining Few-Step Text-to-Multiview Diffusion via Reinforcement Learning

CVPR 2026

Text-to-multiview (T2MV) diffusion models have shown great promise in generating multiple views of a scene from a single text prompt. While few-step backbones enable real-time T2MV generation, they often compromise key aspects of generation quality, such as per-view fidelity and cross-view consisten

Cited by 0SourcecodeScholar
2026

Reliable Poisoned Sample Detection against Backdoor Attacks Enhanced by Sharpness Aware Minimization

ICLR 2026poster

This work investigates Poisoned Sample Detection (PSD), a promising defense approach against backdoor attacks. However, we observe that the effectiveness of many advanced PSD methods degrades significantly under weak backdoor attacks (\eg, low poisoning ratios or weak trigger patterns). To substanti…

Cited by 0SourceScholar
2026

Revealing Modular Gradient Noise Imbalance in LLMs: Calibrating Adam via Signal-to-Noise Ratio

IJCAI 2026

The impressive performance of large language models (LLMs) arises from their massive scale and heterogeneous module composition. However, this structural heterogeneity poses significant optimization challenges. While adaptive optimizers such as Adam(W) provide per-parameter adaptivity, they do not e

Cited by 0Scholar
2026

Rewiring Experts on the Fly: Continuous Rerouting for Better Online Adaptation in Mixture-of-Expert models

ICML 2026poster

Mixture-of-Experts (MoE) models achieve efficient scaling through sparse expert activation, but often suffer from suboptimal routing decisions due to distribution shifts in deployment. While existing test-time adaptation methods could potentially address these issues, they primarily focus on dense m…

Cited by 0SourceScholar
2026

SCNS: Continual Personalization of Diffusion Models via Submodular Concept Neuron Selection

ICML 2026poster

Custom diffusion models (CDMs) have demonstrated impressive success in visual personalization tasks by enabling the generation of user-specific concepts. However, existing CDMs typically assume that personalized concepts are static and rely on costly model merging or sequential updates that are pron…

Cited by 0SourceScholar
2026

Surgery: Mitigating Harmful Fine-Tuning for Large Language Models via Attention Sink

ICML 2026spotlight

Harmful fine-tuning can invalidate safety alignment of large language models, exposing significant safety risks. In this paper, we utilize the attention sink mechanism to mitigate harmful fine-tuning. Specifically, we first measure a statistic named *sink divergence* for each attention head and obse…

Cited by 0SourceScholar
2026

The State of Reinforcement Finetuning for Transformer-based Generative Agents

ICLR 2026poster

Reinforcement finetuning (RFT) has garnered significant attention in recent years, particularly for enhancing large reasoning models such as OpenAI o1 and Deepseek R1. The appeal of RFT largely stems from its ability to refine model knowledge, better align outputs with user intent, and address chall…

Cited by 0SourceScholar
2026

TrojanTO: Action-Level Backdoor Attacks Against Trajectory Optimization Models

ICLR 2026poster

Trajectory Optimization (TO) models have achieved remarkable success in offline reinforcement learning (offline RL). However, their vulnerability to backdoor attacks remains largely unexplored. We find that existing backdoor attacks in RL, which typically rely on reward manipulation throughout train…

Cited by 0SourceScholar
2026

UltraHorizon: Benchmarking LLM-Agent Capabilities in Ultra Long-Horizon Scenarios

ICML 2026poster

Autonomous agents have recently achieved remarkable progress across diverse domains, yet most evaluations focus on short-horizon, fully observable tasks. In contrast, many critical real-world tasks, such as large-scale software development, commercial investment, and scientific discovery, unfold in …

Cited by 0SourceScholar
2026

Understanding the Dynamics of Forgetting and Generalization in Continual Learning via the Neural Tangent Kernel

ICLR 2026poster

Continual learning (CL) enables models to acquire new tasks sequentially while retaining previously learned knowledge. However, most theoretical analyses focus on simplified, converged models or restrictive data distributions and therefore fail to capture how forgetting and generalization evolve du…

Cited by 0SourceScholar
2025

Ada-R1: Hybrid-CoT via Bi-Level Adaptive Reasoning Optimization

NeurIPS 2025poster

Recently, long-thought reasoning models achieve strong performance on complex reasoning tasks, but often incur substantial inference overhead, making efficiency a critical concern. Our empirical analysis reveals that the benefit of using Long-CoT varies across problems: while some problems require e…

Cited by 0SourceScholar
2025

Adaptive Defense against Harmful Fine-Tuning for Large Language Models via Bayesian Data Scheduler

NeurIPS 2025spotlight

Harmful fine-tuning poses critical safety risks to fine-tuning-as-a-service for large language models. Existing defense strategies preemptively build robustness via attack simulation but suffer from fundamental limitations: (i) the infeasibility of extending attack simulations beyond bounded threat…

Cited by 0SourcecodeScholar
2025

AlphaDecay: Module-wise Weight Decay for Heavy-Tailed Balancing in LLMs

NeurIPS 2025poster

Weight decay is a standard regularization technique for training large language models (LLMs). While it is common to assign a uniform decay rate to every layer, this approach overlooks the structural diversity of LLMs and the varying spectral properties across modules. In this paper, we introduce A…

Cited by 0SourcecodeScholar
2025

Analytic Energy-Guided Policy Optimization for Offline Reinforcement Learning

NeurIPS 2025poster

Conditional decision generation with diffusion models has shown powerful competitiveness in reinforcement learning (RL). Recent studies reveal the relation between energy-function-guidance diffusion models and constrained RL problems. The main challenge lies in estimating the intermediate energy, wh…

Cited by 0SourceScholar
2025

CHPO: Constrained Hybrid-action Policy Optimization for Reinforcement Learning

NeurIPS 2025poster

Constrained hybrid-action reinforcement learning (RL) promises to learn a safe policy within a parameterized action space, which is particularly valuable for safety-critical applications involving discrete-continuous hybrid action spaces. However, existing hybrid-action RL algorithms primarily focus…

Cited by 0SourceScholar
2025

Combatting Dimensional Collapse in LLM Pre-Training Data via Submodular File Selection

ICLR 2025oral

Selecting high-quality pre-training data for large language models (LLMs) is crucial for enhancing their overall performance under limited computation budget, improving both training and sample efficiency. Recent advancements in file selection primarily rely on using an existing or trained proxy mod…

2025

Contextual Bandits for Unbounded Context Distributions

ICML 2025poster

Nonparametric contextual bandit is an important model of sequential decision making problems. Under $\alpha$-Tsybakov margin condition, existing research has established a regret bound of $\tilde{O}\left(T^{1-\frac{\alpha+1}{d+2}}\right)$ for bounded supports. However, the optimal regret with unboun…

Cited by 3SourcePDFScholar
2025

Continual Model Merging without Data: Dual Projections for Balancing Stability and Plasticity

NeurIPS 2025poster

Model merging integrates multiple expert models with diverse capabilities into a unified framework, facilitating collaborative learning. However, most existing methods assume simultaneous access to all models, which is often impractical in real-world scenarios where models are received sequentially.…

Cited by 0SourceScholar
2025

Decision Mixer: Integrating Long-term and Local Dependencies via Dynamic Token Selection for Decision-Making

ICML 2025poster

The Conditional Sequence Modeling (CSM) paradigm, benefiting from the transformer's powerful distribution modeling capabilities, has demonstrated considerable promise in offline Reinforcement Learning (RL) tasks. Depending on the task's nature, it is crucial to carefully balance the interplay betwee…

Cited by 0SourcePDFScholar
2025

Divide, Conquer and Combine: A Training-Free Framework for High-Resolution Image Perception in Multimodal Large Language Models

AAAI 2025technical

Multimodal large language models (MLLMs) have experienced significant advancements recently, but still struggle to recognize and interpret intricate details in high-resolution (HR) images effectively. While state-of-the-art (SOTA) MLLMs claim to process images at 4K resolution, existing MLLM benchma…

2025

Dynamic Neural Fortresses: An Adaptive Shield for Model Extraction Defense

ICLR 2025poster

Model extraction aims to acquire a pre-trained black-box model concealed behind a black-box API. Existing defense strategies against model extraction primarily concentrate on preventing the unauthorized extraction of API functionality. However, two significant challenges still need to be solved: (i…

Cited by 0SourcePDFScholar
2025

DynamicKV: Task-Aware Adaptive KV Cache Compression for Long Context LLMs

EMNLP 2025

Efficiently managing the KV cache in Large Language Models (LLMs) is a critical challenge for long-context processing tasks such as retrieval-augmented generation (RAG), long text summarization, and multi-document analysis. Extending the context length substantially increases the KV cache size, lead

2025

Edit Once, Update Everywhere: A Simple Framework for Cross-Lingual Knowledge Synchronization in LLMs

ACL 2025finding

Knowledge editing allows for efficient adaptation of large language models (LLMs) to new information or corrections without requiring full retraining. However, prior methods typically focus on either single-language editing or basic multilingual editing, failing to achieve true cross-linguistic know…

2025

Effective Policy Learning for Multi-Agent Online Coordination Beyond Submodular Objectives

NeurIPS 2025poster

In this paper, we present two effective policy learning algorithms for multi-agent online coordination(MA-OC) problem. The first one, **MA-SPL**, not only can achieve the optimal $(1-\frac{c}{e})$-approximation guarantee for the MA-OC problem with submodular objectives but also can handle the unex…

Cited by 0SourceScholar
2025

Efficient Federated Learning against Byzantine Attacks and Data Heterogeneity via Aggregating Normalized Gradients

NeurIPS 2025poster

Federated Learning (FL) enables multiple clients to collaboratively train models without sharing raw data, but is vulnerable to Byzantine attacks and data heterogeneity, which can severely degrade performance. Existing Byzantine-robust approaches tackle data heterogeneity, but incur high computation…

Cited by 0SourceScholar
2025

Enhancing Learning with Label Differential Privacy by Vector Approximation

ICLR 2025spotlight

Label differential privacy (DP) is a framework that protects the privacy of labels in training datasets, while the feature vectors are public. Existing approaches protect the privacy of labels by flipping them randomly, and then train a model to make the output approximate the privatized label. Howe…

Cited by 2SourcePDFScholar
2025

Fine-Tuning Attention Modules Only: Enhancing Weight Disentanglement in Task Arithmetic

ICLR 2025poster

In recent years, *task arithmetic* has garnered increasing attention. This approach edits pre-trained models directly in weight space by combining the fine-tuned weights of various tasks into a *unified model*. Its efficiency and cost-effectiveness stem from its training-free combination, contrastin…

Cited by 1SourcePDFScholar
2025

GraphCL: Graph-based Clustering for Semi-Supervised Medical Image Segmentation

ICML 2025poster

Semi-supervised learning (SSL) has made notable advancements in medical image segmentation (MIS), particularly in scenarios with limited labeled data and significantly enhancing data utilization efficiency. Previous methods primarily focus on complex training strategies to utilize unlabeled data but…

Cited by 0SourcePDFScholar
2025

Hypernetwork Aggregation for Decentralized Personalized Federated Learning

IJCAI 2025

Personalized Federated Learning (PFL) meets each user’s personalized needs while still facing the high communication costs due to the large amount of data transmission and frequent communication. Decentralized PFL (DPFL) as an alternative discards the central server in PFL, which reduces the pressur

Cited by 0SourcePDFScholar
2025

Image-to-video Adaptation with Outlier Modeling and Robust Self-learning

AAAI 2025technical

The image-to-video adaptation task seeks to effectively harness both labeled images and unlabeled videos for achieving effective video recognition. The modality gap of the image and video modalities and the domain discrepancy across the two domains are the two essential challenges in this task. Exis…

2025

Investigating the Role of Weight Decay in Enhancing Nonconvex SGD

CVPR 2025poster

Weight decay is a widely used technique in training machine learning models, known to empirically enhance the generalization of Stochastic Gradient Descent (SGD). While intuitively weight decay allows SGD to train a regularized model rather than the original one, there is limited theoretical underst…

Cited by 0SourcePDFScholar
2025

Layer as Puzzle Pieces: Compressing Large Language Models through Layer Concatenation

NeurIPS 2025poster

Large Language Models (LLMs) excel at natural language processing tasks, but their massive size leads to high computational and storage demands. Recent works have sought to reduce their model size through layer-wise structured pruning. However, they tend to ignore retaining the capabilities in the p…

Cited by 0SourceScholar
2025

LoRA Recycle: Unlocking Tuning-Free Few-Shot Adaptability in Visual Foundation Models by Recycling Pre-Tuned LoRAs

CVPR 2025poster

Large Language Models (LLMs) such as ChatGPT demonstrate strong few-shot adaptability without requiring fine-tuning, positioning them ideal for data-limited and real-time applications. However, this adaptability has not yet been replicated in current Visual Foundation Models (VFMs), which require ex…

2025

Mask-Enhanced Autoregressive Prediction: Pay Less Attention to Learn More

ICML 2025poster

Large Language Models (LLMs) are discovered to suffer from accurately retrieving key information. To address this, we propose Mask-Enhanced Autoregressive Prediction (MEAP), a simple yet effective training paradigm that seamlessly integrates Masked Language Modeling (MLM) into Next-Token Prediction…

2025

Mastering Massive Multi-Task Reinforcement Learning via Mixture-of-Expert Decision Transformer

ICML 2025poster

Despite recent advancements in offline multi-task reinforcement learning (MTRL) have harnessed the powerful capabilities of the Transformer architecture, most approaches focus on a limited number of tasks, with scaling to extremely massive tasks remaining a formidable challenge. In this paper, we f…

2025

Merging on the Fly Without Retraining: A Sequential Approach to Scalable Continual Model Merging

NeurIPS 2025poster

Deep model merging represents an emerging research direction that combines multiple fine-tuned models to harness their specialized capabilities across different tasks and domains. Current model merging techniques focus on merging all available models simultaneously, with weight interpolation-based m…

Cited by 0SourcecodeScholar
2025

Mitigating the Backdoor Effect for Multi-Task Model Merging via Safety-Aware Subspace

ICLR 2025poster

Model merging has gained significant attention as a cost-effective approach to integrate multiple single-task fine-tuned models into a unified one that can perform well on multiple tasks. However, existing model merging techniques primarily focus on resolving conflicts between task-specific models,…

2025

Mix Data or Merge Models? Balancing the Helpfulness, Honesty, and Harmlessness of Large Language Model via Model Merging

NeurIPS 2025poster

Achieving balanced alignment of large language models (LLMs) in terms of Helpfulness, Honesty, and Harmlessness (3H optimization) constitutes a cornerstone of responsible AI. Existing methods like data mixture strategies face limitations, including heavy reliance on expert knowledge and conflicting…

Cited by 0SourceScholar
2025

MixPrompt: Efficient Mixed Prompting for Multimodal Semantic Segmentation

NeurIPS 2025poster

Recent advances in multimodal semantic segmentation show that incorporating auxiliary inputs—such as depth or thermal images—can significantly improve performance over single-modality (RGB-only) approaches. However, most existing solutions rely on parallel backbone networks and complex fusion module…

Cited by 0SourceScholar
2025

Modeling Multi-Task Model Merging as Adaptive Projective Gradient Descent

ICML 2025poster

Merging multiple expert models offers a promising approach for performing multi-task learning without accessing their original data. Existing methods attempt to alleviate task conflicts by sparsifying task vectors or promoting orthogonality among them. However, they overlook the fundamental target o…

2025

Mulberry: Empowering MLLM with o1-like Reasoning and Reflection via Collective Monte Carlo Tree Search

NeurIPS 2025spotlight

In this work, we aim to develop an MLLM that understands and solves questions by learning to create each intermediate step of the reasoning involved till the final answer. To this end, we propose Collective Monte Carlo Tree Search (CoMCTS), a new learning-to-reason method for MLLMs, which introduces…

Cited by 0SourcecodeScholar
2025

Multinoulli Extension: A Lossless Yet Effective Probabilistic Framework for Subset Selection over Partition Constraints

ICML 2025poster

Identifying the most representative subset for a close-to-submodular objective while satisfying the predefined partition constraint is a fundamental task with numerous applications in machine learning. However, the existing distorted local-search methods are often hindered by their prohibitive que…

Cited by 0SourcePDFScholar
2025

Near-Optimal Online Learning for Multi-Agent Submodular Coordination: Tight Approximation and Communication Efficiency

ICLR 2025spotlight

Coordinating multiple agents to collaboratively maximize submodular functions in unpredictable environments is a critical task with numerous applications in machine learning, robot planning and control. The existing approaches, such as the OSG algorithm, are often hindered by their poor approximati…

Cited by 1SourcePDFScholar
2025

Network Sparsity Unlocks the Scaling Potential of Deep Reinforcement Learning

ICML 2025oral

Effectively scaling up deep reinforcement learning models has proven notoriously difficult due to network pathologies during training, motivating various targeted interventions such as periodic reset and architectural advances such as layer normalization. Instead of pursuing more complex modificati…

Cited by 0SourcePDFScholar
2025

On the Empirical Power of Goodness-of-Fit Tests in Watermark Detection

NeurIPS 2025spotlight

Large language models (LLMs) raise concerns about content authenticity and integrity because they can generate human-like text at scale. Text watermarks, which embed detectable statistical signals into generated text, offer a provable way to verify content origin. Many detection methods rely on pivo…

Cited by 0SourceScholar
2025

Open-Vocabulary Customization from CLIP via Data-Free Knowledge Distillation

ICLR 2025oral

Vision-language models such as CLIP have demonstrated strong zero-shot performance, but their considerable size and inefficient inference limit customizable deployment for users. While knowledge distillation is a solution, it still requires the original data, which is not always available due to cop…

Cited by 2SourcePDFScholar
2025

PEARL: Towards Permutation-Resilient LLMs

ICLR 2025poster

The in-context learning (ICL) capability of large language models (LLMs) enables them to perform challenging tasks using provided demonstrations. However, ICL is highly sensitive to the ordering of demonstrations, leading to instability in predictions. This paper shows that this vulnerability can be…

2025

Panacea: Mitigating Harmful Fine-tuning for Large Language Models via Post-fine-tuning Perturbation

NeurIPS 2025poster

Harmful fine-tuning attack introduces significant security risks to the fine-tuning services. Main-stream defenses aim to vaccinate the model such that the later harmful fine-tuning attack is less effective. However, our evaluation results show that such defenses are fragile-- with a few fine-tuning…

Cited by 0SourcecodeScholar
2025

R1-ShareVL: Incentivizing Reasoning Capabilities of Multimodal Large Language Models via Share-GRPO

NeurIPS 2025poster

In this work, we aim to incentivize the reasoning ability of Multimodal Large Language Models (MLLMs) via reinforcement learning (RL) and develop an effective approach that mitigates the sparse reward and advantage vanishing issues during RL. To this end, we propose Share-GRPO, a novel RL approach…

Cited by 0SourcecodeScholar
2025

Restoring Calibration for Aligned Large Language Models: A Calibration-Aware Fine-Tuning Approach

ICML 2025poster

One of the key technologies for the success of Large Language Models (LLMs) is preference alignment. However, a notable side effect of preference alignment is poor calibration: while the pre-trained models are typically well-calibrated, LLMs tend to become poorly calibrated after alignment with huma…

Cited by 0SourcePDFScholar
2025

Retrieval-Augmented Perception: High-resolution Image Perception Meets Visual RAG

ICML 2025oral

High-resolution (HR) image perception remains a key challenge in multimodal large language models (MLLMs). To drive progress beyond the limits of heuristic methods, this paper advances HR perception capabilities of MLLMs by harnessing cutting-edge long-context techniques such as retrieval-augmented…

2025

RoMa: A Robust Model Watermarking Scheme for Protecting IP in Diffusion Models

NeurIPS 2025poster

Preserving intellectual property (IP) within a pre-trained diffusion model is critical for protecting the model's copyright and preventing unauthorized model deployment. In this regard, model watermarking is a common practice for IP protection that embeds traceable information within models and allo…

Cited by 0SourcecodeScholar
2025

Robust Knowledge Editing via Explicit Reasoning Chains for Distractor-Resilient Multi-Hop QA

EMNLP 2025

Large language models (LLMs) encode vast amounts of world knowledge but remain static once trained, making timely integration of emerging facts prohibitively expensive via full retraining. Knowledge-editing techniques have thus emerged to inject or overwrite specific facts into LLMs, yet they either

2025

Robust Policy Expansion for Offline-to-Online RL under Diverse Data Corruption

NeurIPS 2025poster

Pretraining a policy on offline data followed by fine-tuning through online interactions, known as Offline-to-Online Reinforcement Learning (O2O RL), has emerged as a promising paradigm for real-world RL deployment. However, both offline datasets and online interactions in practical environments are…

Cited by 0SourcecodeScholar
2025

RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness

NeurIPS 2025spotlight

Fine-tuning pre-trained models with custom data leads to numerous expert models on specific tasks. Merging models into one universal model to empower multi-task ability refraining from data leakage has gained popularity. With the expansion in data and model size, parameter-efficient tuning becomes t…

Cited by 0SourceScholar
2025

Self-Verification Provably Prevents Model Collapse in Recursive Synthetic Training

NeurIPS 2025poster

Large generative models are increasingly trained on synthetic data from earlier generations, raising concerns about *model collapse*, a progressive performance decline consistently observed in empirical studies. However, theoretical understanding of recursive training dynamics and their failure mode…

Cited by 0SourceScholar
2025

Stochastic Regret Guarantees for Online Zeroth- and First-Order Bilevel Optimization

NeurIPS 2025poster

Online bilevel optimization (OBO) is a powerful framework for machine learning problems where both outer and inner objectives evolve over time, requiring dynamic updates. Current OBO approaches rely on deterministic \textit{window-smoothed} regret minimization, which may not accurately reflect syste…

Cited by 0SourceScholar
2025

Tackling Continual Offline RL through Selective Weights Activation on Aligned Spaces

NeurIPS 2025poster

Continual offline reinforcement learning (CORL) has shown impressive ability in diffusion-based continual learning systems by modeling the joint distributions of trajectories. However, most research only focuses on limited continual task settings where the tasks have the same observation and action…

Cited by 0SourceScholar
2025

Targeted Low-rank Refinement: Enhancing Sparse Language Models with Precision

ICML 2025poster

Pruning is a widely used technique for compressing large neural networks that eliminates weights that have minimal impact on the model's performance. Current pruning methods, exemplified by magnitude pruning, assign an importance score to each weight based on its magnitude and remove weights with sc…

Cited by 0SourcePDFScholar
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
2025

Vad-R1: Towards Video Anomaly Reasoning via Perception-to-Cognition Chain-of-Thought

NeurIPS 2025poster

Recent advancements in reasoning capability of Multimodal Large Language Models (MLLMs) demonstrate its effectiveness in tackling complex visual tasks. However, existing MLLM-based Video Anomaly Detection (VAD) methods remain limited to shallow anomaly descriptions without deep reasoning. In this pa…

Cited by 0SourcecodeScholar
2025

Value-Guided Decision Transformer: A Unified Reinforcement Learning Framework for Online and Offline Settings

NeurIPS 2025poster

The Conditional Sequence Modeling (CSM) paradigm, benefiting from the transformer's powerful distribution modeling capabilities, has demonstrated considerable promise in Reinforcement Learning (RL) tasks. However, much of the work has focused on applying CSM to single online or offline settings, wit…

Cited by 0SourceScholar
2025

Vulnerability-Aware Alignment: Mitigating Uneven Forgetting in Harmful Fine-Tuning

ICML 2025poster

Harmful fine-tuning (HFT), performed directly on open-source LLMs or through Fine-tuning-as-a-Service, breaks safety alignment and poses significant threats. Existing methods aim to mitigate HFT risks by learning robust representation on alignment data or making harmful data unlearnable, but they tr…

Cited by 0SourcePDFScholar
2024

A Huber Loss Minimization Approach to Mean Estimation under User-level Differential Privacy

NeurIPS 2024poster

Privacy protection of users' entire contribution of samples is important in distributed systems. The most effective approach is the two-stage scheme, which finds a small interval first and then gets a refined estimate by clipping samples into the interval. However, the clipping operation induces bia…

Cited by 7SourcePDFScholar
2024

AdaMerging: Adaptive Model Merging for Multi-Task Learning

ICLR 2024poster

Multi-task learning (MTL) aims to empower a model to tackle multiple tasks simultaneously. A recent development known as task arithmetic has revealed that several models, each fine-tuned for distinct tasks, can be directly merged into a single model to execute MTL without necessitating a retraining…

2024

DALK: Dynamic Co-Augmentation of LLMs and KG to answer Alzheimer’s Disease Questions with Scientific Literature

EMNLP 2024finding

Recent advancements in large language models (LLMs) have achieved promising performances across various applications. Nonetheless, the ongoing challenge of integrating long-tail knowledge continues to impede the seamless adoption of LLMs in specialized domains. In this work, we introduce DALK, a.k.a…

2024

DREAM: Dual Structured Exploration with Mixup for Open-set Graph Domain Adaption

ICLR 2024poster

Recently, numerous graph neural network methods have been developed to tackle domain shifts in graph data. However, these methods presuppose that unlabeled target graphs belong to categories previously seen in the source domain. This assumption could not hold true for in-the-wild target graphs. In t…

Cited by 25SourcePDFScholar
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

Decomposed Prompt Decision Transformer for Efficient Unseen Task Generalization

NeurIPS 2024poster

Multi-task offline reinforcement learning aims to develop a unified policy for diverse tasks without requiring real-time interaction with the environment. Recent work explores sequence modeling, leveraging the scalability of the transformer architecture as a foundation for multi-task learning. Given…

2024

Embodied Multi-Modal Agent trained by an LLM from a Parallel TextWorld

CVPR 2024poster

While large language models (LLMs) excel in a simulated world of texts they struggle to interact with the more realistic world without perceptions of other modalities such as visual or audio signals. Although vision-language models (VLMs) integrate LLM modules (1) aligned with static image features…

2024

Evaluate Geometry of Radiance Fields with Low-Frequency Color Prior

AAAI 2024technical

A radiance field is an effective representation of 3D scenes, which has been widely adopted in novel-view synthesis and 3D reconstruction. It is still an open and challenging problem to evaluate the geometry, i.e., the density field, as the ground-truth is almost impossible to obtain. One alternativ…

2024

Fairness-Aware Estimation of Graphical Models

NeurIPS 2024poster

This paper examines the issue of fairness in the estimation of graphical models (GMs), particularly Gaussian, Covariance, and Ising models. These models play a vital role in understanding complex relationships in high-dimensional data. However, standard GMs can result in biased outcomes, especially…

2024

Generalization Analysis of Stochastic Weight Averaging with General Sampling

ICML 2024poster

Stochastic weight averaging (SWA) method has empirically proven its advantages compared to stochastic gradient descent (SGD). Despite it is widespread used, theoretical investigations have been limited, particularly in scenarios beyond the ideal setting of convex and sampling with replacement. Howev…

Cited by 4SourcePDFScholar
2024

HarmoDT: Harmony Multi-Task Decision Transformer for Offline Reinforcement Learning

ICML 2024poster

The purpose of offline multi-task reinforcement learning (MTRL) is to develop a unified policy applicable to diverse tasks without the need for online environmental interaction. Recent advancements approach this through sequence modeling, leveraging the Transformer architecture's scalability and the…

2024

Improving Non-Transferable Representation Learning by Harnessing Content and Style

ICLR 2024spotlight

Non-transferable learning (NTL) aims to restrict the generalization of models toward the target domain(s). To this end, existing works learn non-transferable representations by reducing statistical dependence between the source and target domain. However, such statistical methods essentially neglect…

Cited by 24SourcePDFScholar
2024

Is C4 Dataset Optimal for Pruning? An Investigation of Calibration Data for LLM Pruning

EMNLP 2024main

Network pruning has emerged as a potential solution to make LLMs cheaper to deploy. However, existing LLM pruning approachesuniversally rely on the C4 dataset as the calibration data for calculating pruning scores, leaving its optimality unexplored. In this study, we evaluate the choice of calibrati…

2024

Is Mamba Compatible with Trajectory Optimization in Offline Reinforcement Learning?

NeurIPS 2024poster

Transformer-based trajectory optimization methods have demonstrated exceptional performance in offline Reinforcement Learning (offline RL). Yet, it poses challenges due to substantial parameter size and limited scalability, which is particularly critical in sequential decision-making scenarios where…

2024

Learning Multi-Agent Communication from Graph Modeling Perspective

ICLR 2024poster

In numerous artificial intelligence applications, the collaborative efforts of multiple intelligent agents are imperative for the successful attainment of target objectives. To enhance coordination among these agents, a distributed communication framework is often employed. However, information shar…

2024

Merging Multi-Task Models via Weight-Ensembling Mixture of Experts

ICML 2024poster

Merging various task-specific Transformer-based vision models trained on different tasks into a single unified model can execute all the tasks concurrently. Previous methods, exemplified by task arithmetic, have been proven to be both effective and scalable. Existing methods have primarily focused o…

2024

MuEP: A Multimodal Benchmark for Embodied Planning with Foundation Models

IJCAI 2024poster

Foundation models have demonstrated significant emergent abilities, holding great promise for enhancing embodied agents' reasoning and planning capacities. However, the absence of a comprehensive benchmark for evaluating embodied agents with multimodal observations in complex environments remains a…

2024

Neural Network Approximation for Pessimistic Offline Reinforcement Learning

AAAI 2024technical

Deep reinforcement learning (RL) has shown remarkable success in specific offline decision-making scenarios, yet its theoretical guarantees are still under development. Existing works on offline RL theory primarily emphasize a few trivial settings, such as linear MDP or general function approximatio…

Cited by 3SourcePDFScholar
2024

OOP: Object-Oriented Programming Evaluation Benchmark for Large Language Models

ACL 2024findings

Advancing automated programming necessitates robust and comprehensive code generation benchmarks, yet current evaluation frameworks largely neglect object-oriented programming (OOP) in favour of functional programming (FP), e.g., HumanEval and MBPP. To address this, our study introduces a pioneering…

2024

Online Bilevel Optimization: Regret Analysis of Online Alternating Gradient Methods

AISTATS 2024poster

This paper introduces \textit{online bilevel optimization} in which a sequence of time-varying bilevel problems is revealed one after the other. We extend the known regret bounds for single-level online algorithms to the bilevel setting. Specifically, we provide new notions of \textit{bilevel regret…

2024

POCE: Primal Policy Optimization with Conservative Estimation for Multi-constraint Offline Reinforcement Learning

CVPR 2024poster

Multi-constraint offline reinforcement learning (RL) promises to learn policies that satisfy both cumulative and state-wise costs from offline datasets. This arrangement provides an effective approach for the widespread application of RL in high-risk scenarios where both cumulative and state-wise co…

2024

Parameter-Efficient Multi-Task Model Fusion with Partial Linearization

ICLR 2024poster

Large pre-trained models have enabled significant advances in machine learning and served as foundation components. Model fusion methods, such as task arithmetic, have been proven to be powerful and scalable to incorporate fine-tuned weights from different tasks into a multi-task model. However, ef…

2024

Q-value Regularized Transformer for Offline Reinforcement Learning

ICML 2024poster

Recent advancements in offline reinforcement learning (RL) have underscored the capabilities of Conditional Sequence Modeling (CSM), a paradigm that learns the action distribution based on history trajectory and target returns for each state. However, these methods often struggle with stitching toge…

Cited by 20SourcePDFScholar
2024

Representation Surgery for Multi-Task Model Merging

ICML 2024poster

Multi-task learning (MTL) compresses the information from multiple tasks into a unified backbone to improve computational efficiency and generalization. Recent work directly merges multiple independently trained models to perform MTL instead of collecting their raw data for joint training, greatly e…

2024

Revisiting Knowledge Distillation for Autoregressive Language Models

ACL 2024long

Knowledge distillation (KD) is a common approach to compress a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, in the context of autoregressive language models (LMs), we empirically find that larger teacher LMs might dramatically result…

2024

Revisiting Plasticity in Visual Reinforcement Learning: Data, Modules and Training Stages

ICLR 2024poster

Plasticity, the ability of a neural network to evolve with new data, is crucial for high-performance and sample-efficient visual reinforcement learning (VRL). Although methods like resetting and regularization can potentially mitigate plasticity loss, the influences of various components within the…

2024

Sheared Backpropagation for Fine-tuning Foundation Models

CVPR 2024poster

Fine-tuning is the process of extending the training of pre-trained models on specific target tasks thereby significantly enhancing their performance across various applications. However fine-tuning often demands large memory consumption posing a challenge for low-memory devices that some previous m…

Cited by 1SourcePDFScholar
2024

Sparse Model Inversion: Efficient Inversion of Vision Transformers for Data-Free Applications

ICML 2024poster

Model inversion, which aims to reconstruct the original training data from pre-trained discriminative models, is especially useful when the original training data is unavailable due to privacy, usage rights, or size constraints. However, existing dense inversion methods attempt to reconstruct the en…

2024

Task Groupings Regularization: Data-Free Meta-Learning with Heterogeneous Pre-trained Models

ICML 2024poster

Data-Free Meta-Learning (DFML) aims to derive knowledge from a collection of pre-trained models without accessing their original data, enabling the rapid adaptation to new unseen tasks. Current methods often overlook the heterogeneity among pre-trained models, which leads to performance degradation…

2024

Uncovering, Explaining, and Mitigating the Superficial Safety of Backdoor Defense

NeurIPS 2024spotlight

Backdoor attacks pose a significant threat to Deep Neural Networks (DNNs) as they allow attackers to manipulate model predictions with backdoor triggers. To address these security vulnerabilities, various backdoor purification methods have been proposed to purify compromised models. Typically, these…

2024

Your Transferability Barrier is Fragile: Free-Lunch for Transferring the Non-Transferable Learning

CVPR 2024highlight

Recently non-transferable learning (NTL) was proposed to restrict models' generalization toward the target domain(s) which serves as state-of-the-art solutions for intellectual property (IP) protection. However the robustness of the established "transferability barrier" for degrading the target doma…

Cited by 2SourcePDFScholar
2023

AdaTask: A Task-Aware Adaptive Learning Rate Approach to Multi-Task Learning

AAAI 2023technical

Multi-task learning (MTL) models have demonstrated impressive results in computer vision, natural language processing, and recommender systems. Even though many approaches have been proposed, how well these approaches balance different tasks on each parameter still remains unclear. In this paper, we…

Cited by 62SourcePDFScholar
2023

An Efficient Dataset Condensation Plugin and Its Application to Continual Learning

NeurIPS 2023poster

Dataset condensation (DC) distills a large real-world dataset into a small synthetic dataset, with the goal of training a network from scratch on the latter that performs similarly to the former. State-of-the-art (SOTA) DC methods have achieved satisfactory results through techniques such as accurac…

Cited by 30SourcePDFScholar
2023

Architecture, Dataset and Model-Scale Agnostic Data-Free Meta-Learning

CVPR 2023poster

The goal of data-free meta-learning is to learn useful prior knowledge from a collection of pre-trained models without accessing their training data. However, existing works only solve the problem in parameter space, which (i) ignore the fruitful data knowledge contained in the pre-trained models; (…

2023

Are Large Kernels Better Teachers than Transformers for ConvNets?

ICML 2023poster

This paper reveals a new appeal of the recently emerged large-kernel Convolutional Neural Networks (ConvNets): as the teacher in Knowledge Distillation (KD) for small-kernel ConvNets. While Transformers have led state-of-the-art (SOTA) performance in various fields with ever-larger models and labele…

2023

CoCo: A Coupled Contrastive Framework for Unsupervised Domain Adaptive Graph Classification

ICML 2023poster

Although graph neural networks (GNNs) have achieved impressive achievements in graph classification, they often need abundant task-specific labels, which could be extensively costly to acquire. A credible solution is to explore additional labeled graphs to enhance unsupervised learning on the target…

Cited by 33SourcePDFScholar
2023

Compressing Volumetric Radiance Fields to 1 MB

CVPR 2023poster

Approximating radiance fields with discretized volumetric grids is one of promising directions for improving NeRFs, represented by methods like DVGO, Plenoxels and TensoRF, which achieve super-fast training convergence and real-time rendering. However, these methods typically require a tremendous st…

2023

Data Augmented Flatness-aware Gradient Projection for Continual Learning

ICCV 2023poster

The goal of continual learning (CL) is to continuously learn new tasks without forgetting previously learned old tasks. To alleviate catastrophic forgetting, gradient projection based CL methods require that the gradient updates of new tasks are orthogonal to the subspace spanned by old tasks. This…

Cited by 24PDFScholar
2023

Defending against Data-Free Model Extraction by Distributionally Robust Defensive Training

NeurIPS 2023poster

Data-Free Model Extraction (DFME) aims to clone a black-box model without knowing its original training data distribution, making it much easier for attackers to steal commercial models. Defense against DFME faces several challenges: (i) effectiveness; (ii) efficiency; (iii) no prior on the attacker…

Cited by 13SourcePDFScholar
2023

Dynamic Regularized Sharpness Aware Minimization in Federated Learning: Approaching Global Consistency and Smooth Landscape

ICML 2023oral

In federated learning (FL), a cluster of local clients are chaired under the coordination of the global server and cooperatively train one model with privacy protection. Due to the multiple local updates and the isolated non-iid dataset, clients are prone to overfit into their own optima, which extr…

2023

Dynamic Sparsity Is Channel-Level Sparsity Learner

NeurIPS 2023poster

Sparse training has received an upsurging interest in machine learning due to its tantalizing saving potential for both the entire training process as well as the inference. Dynamic sparse training (DST) as a leading approach can train deep neural networks at high sparsity from scratch to match the…

2023

Enhancing Fine-Tuning Based Backdoor Defense with Sharpness-Aware Minimization

ICCV 2023poster

Backdoor defense, which aims to detect or mitigate the effect of malicious triggers introduced by attackers, is becoming increasingly critical for machine learning security and integrity. Fine-tuning based on benign data is a natural defense to erase the backdoor effect in a backdoored model. Howeve…

Cited by 66PDFcodeScholar
2023

Evaluating Model-Free Reinforcement Learning toward Safety-Critical Tasks

AAAI 2023technical

Safety comes first in many real-world applications involving autonomous agents. Despite a large number of reinforcement learning (RL) methods focusing on safety-critical tasks, there is still a lack of high-quality evaluation of those algorithms that adheres to safety constraints at each decision st…

Cited by 31SourcePDFScholar
2023

Fair Canonical Correlation Analysis

NeurIPS 2023poster

This paper investigates fairness and bias in Canonical Correlation Analysis (CCA), a widely used statistical technique for examining the relationship between two sets of variables. We present a framework that alleviates unfairness by minimizing the correlation disparity error associated with protect…

2023

FedABC: Targeting Fair Competition in Personalized Federated Learning

AAAI 2023technical

Federated learning aims to collaboratively train models without accessing their client's local private data. The data may be Non-IID for different clients and thus resulting in poor performance. Recently, personalized federated learning (PFL) has achieved great success in handling Non-IID data by en…

Cited by 10SourcePDFScholar
2023

FedSpeed: Larger Local Interval, Less Communication Round, and Higher Generalization Accuracy

ICLR 2023poster

Federated learning (FL) is an emerging distributed machine learning framework which jointly trains a global model via a large number of local devices with data privacy protections. Its performance suffers from the non-vanishing biases introduced by the local inconsistent optimal and the rugged clien…

2023

Federated Learning with Manifold Regularization and Normalized Update Reaggregation

NeurIPS 2023poster

Federated Learning (FL) is an emerging collaborative machine learning framework where multiple clients train the global model without sharing their own datasets. In FL, the model inconsistency caused by the local data heterogeneity across clients results in the near-orthogonality of client updates,…

Cited by 9SourcePDFScholar
2023

FlatMatch: Bridging Labeled Data and Unlabeled Data with Cross-Sharpness for Semi-Supervised Learning

NeurIPS 2023poster

Semi-Supervised Learning (SSL) has been an effective way to leverage abundant unlabeled data with extremely scarce labeled data. However, most SSL methods are commonly based on instance-wise consistency between different data transformations. Therefore, the label guidance on labeled data is hard to…

2023

Global Balanced Experts for Federated Long-Tailed Learning

ICCV 2023poster

Federated learning (FL) is a prevalent distributed machine learning approach that enables collaborative training of a global model across multiple devices without sharing local data. However, the presence of long-tailed data can negatively deteriorate the model's performance in real-world FL applica…

Cited by 14PDFcodeScholar
2023

Harnessing Out-Of-Distribution Examples via Augmenting Content and Style

ICLR 2023poster

Machine learning models are vulnerable to Out-Of-Distribution (OOD) examples, such a problem has drawn much attention. However, current methods lack a full understanding of different types of OOD data: there are benign OOD data that can be properly adapted to enhance the learning performance, while…

Cited by 58SourcePDFScholar
2023

Improving the Model Consistency of Decentralized Federated Learning

ICML 2023poster

To mitigate the privacy leakages and communication burdens of Federated Learning (FL), decentralized FL (DFL) discards the central server and each client only communicates with its neighbors in a decentralized communication network. However, existing DFL suffers from high inconsistency among local c…

Cited by 68SourcePDFScholar
2023

Learning Better with Less: Effective Augmentation for Sample-Efficient Visual Reinforcement Learning

NeurIPS 2023poster

Data augmentation (DA) is a crucial technique for enhancing the sample efficiency of visual reinforcement learning (RL) algorithms. Notably, employing simple observation transformations alone can yield outstanding performance without extra auxiliary representation tasks or pre-trained encoders. Howe…

2023

Learning to Learn from APIs: Black-Box Data-Free Meta-Learning

ICML 2023poster

Data-free meta-learning (DFML) aims to enable efficient learning of new tasks by meta-learning from a collection of pre-trained models without access to the training data. Existing DFML work can only meta-learn from (i) white-box and (ii) small-scale pre-trained models (iii) with the same architectu…

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…

2023

Merging Experts into One: Improving Computational Efficiency of Mixture of Experts

EMNLP 2023short main

Scaling the size of language models usually leads to remarkable advancements in NLP tasks. But it often comes with a price of growing computational cost. Although a sparse Mixture of Experts (MoE) can reduce the cost by activating a small subset of parameters (e.g., one expert) for each input, its c…

Cited by 0SourcecodeScholar
2023

MetaMix: Towards Corruption-Robust Continual Learning With Temporally Self-Adaptive Data Transformation

CVPR 2023poster

Continual Learning (CL) has achieved rapid progress in recent years. However, it is still largely unknown how to determine whether a CL model is trustworthy and how to foster its trustworthiness. This work focuses on evaluating and improving the robustness to corruptions of existing CL models. Our e…

Cited by 15SourcePDFScholar
2023

Offline Quantum Reinforcement Learning in a Conservative Manner

AAAI 2023technical

Recently, to reap the quantum advantage, empowering reinforcement learning (RL) with quantum computing has attracted much attention, which is dubbed as quantum RL (QRL). However, current QRL algorithms employ an online learning scheme, i.e., the policy that is run on a quantum computer needs to inte…

Cited by 8SourcePDFScholar
2023

Rethinking the Role of Pre-Trained Networks in Source-Free Domain Adaptation

ICCV 2023poster

Source-free domain adaptation (SFDA) aims to adapt a source model trained on a fully-labeled source domain to an unlabeled target domain. Large-data pre-trained networks are used to initialize source models during source training, and subsequently discarded. However, source training can cause the mo…

Cited by 19PDFcodeScholar
2023

Robust Generalization Against Photon-Limited Corruptions via Worst-Case Sharpness Minimization

CVPR 2023poster

Robust generalization aims to tackle the most challenging data distributions which are rare in the training set and contain severe noises, i.e., photon-limited corruptions. Common solutions such as distributionally robust optimization (DRO) focus on the worst-case empirical risk to ensure low traini…

2023

Stability and Generalization of the Decentralized Stochastic Gradient Descent Ascent Algorithm

NeurIPS 2023poster

The growing size of available data has attracted increasing interest in solving minimax problems in a decentralized manner for various machine learning tasks. Previous theoretical research has primarily focused on the convergence rate and communication complexity of decentralized minimax algorithms,…

Cited by 12SourcePDFScholar
2023

Towards Making the Most of ChatGPT for Machine Translation

EMNLP 2023long findings

ChatGPT shows remarkable capabilities for machine translation (MT). Several prior studies have shown that it achieves comparable results to commercial systems for high-resource languages, but lags behind in complex tasks, e.g, low-resource and distant-language-pairs translation. However, they usuall…

Cited by 0SourcecodeScholar
2023

Towards One-shot Neural Combinatorial Solvers: Theoretical and Empirical Notes on the Cardinality-Constrained Case

ICLR 2023poster

One-shot non-autoregressive neural networks, different from RL-based ones, have been actively adopted for solving combinatorial optimization (CO) problems, which can be trained by the objective score in a self-supervised manner. Such methods have shown their superiority in efficiency (e.g. by parall…

Cited by 18SourcePDFScholar
2023

Towards Stable Backdoor Purification through Feature Shift Tuning

NeurIPS 2023poster

It has been widely observed that deep neural networks (DNN) are vulnerable to backdoor attacks where attackers could manipulate the model behavior maliciously by tampering with a small set of training samples. Although a line of defense methods is proposed to mitigate this threat, they either requir…

2023

Understanding How Consistency Works in Federated Learning via Stage-wise Relaxed Initialization

NeurIPS 2023poster

Federated learning (FL) is a distributed paradigm that coordinates massive local clients to collaboratively train a global model via stage-wise local training processes on the heterogeneous dataset. Previous works have implicitly studied that FL suffers from the "client-drift" problem, which is ca…

Cited by 22SourcePDFScholar
2023

Zero-shot Sharpness-Aware Quantization for Pre-trained Language Models

EMNLP 2023long main

Quantization is a promising approach for reducing memory overhead and accelerating inference, especially in large pre-trained language model (PLM) scenarios. While having no access to original training data due to security and privacy concerns has emerged the demand for zero-shot quantization. Most…

Cited by 0SourceScholar
2022

Boosting the Transferability of Adversarial Attacks with Reverse Adversarial Perturbation

NeurIPS 2022accept

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial examples, which can produce erroneous predictions by injecting imperceptible perturbations. In this work, we study the transferability of adversarial examples, which is significant due to its threat to real-world application…

2022

Deep Neural Network Fusion via Graph Matching with Applications to Model Ensemble and Federated Learning

ICML 2022spotlight

Model fusion without accessing training data in machine learning has attracted increasing interest due to the practical resource-saving and data privacy issues. During the training process, the neural weights of each model can be randomly permuted, and we have to align the channels of each layer bef…

2022

Depth-Aware Generative Adversarial Network for Talking Head Video Generation

CVPR 2022poster

Talking head video generation aims to produce a synthetic human face video that contains the identity and pose information respectively from a given source image and a driving video. Existing works for this task heavily rely on 2D representations (e.g. appearance and motion) learned from the input i…

Cited by 203PDFcodeScholar
2022

DisPFL: Towards Communication-Efficient Personalized Federated Learning via Decentralized Sparse Training

ICML 2022spotlight

Personalized federated learning is proposed to handle the data heterogeneity problem amongst clients by learning dedicated tailored local models for each user. However, existing works are often built in a centralized way, leading to high communication pressure and high vulnerability when a failure o…

2022

Few-Shot Adaptation of Pre-Trained Networks for Domain Shift

IJCAI 2022poster

Deep networks are prone to performance degradation when there is a domain shift between the source (training) data and target (test) data. Recent test-time adaptation methods update batch normalization layers of pre-trained source models deployed in new target environments with streaming data. Altho…

2022

Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning

CVPR 2022poster

Federated Learning (FL) is an emerging distributed learning paradigm under privacy constraint. Data heterogeneity is one of the main challenges in FL, which results in slow convergence and degraded performance. Most existing approaches only tackle the heterogeneity challenge by restricting the local…

Cited by 385PDFcodeScholar
2022

Improving Sharpness-Aware Minimization with Fisher Mask for Better Generalization on Language Models

EMNLP 2022finding

Fine-tuning large pretrained language models on a limited training corpus usually suffers from poor generalization. Prior works show that the recently-proposed sharpness-aware minimization (SAM) optimization method can improve the model generalization. However, SAM adds a perturbation to each model…

2022

Improving Task-free Continual Learning by Distributionally Robust Memory Evolution

ICML 2022spotlight

Task-free continual learning (CL) aims to learn a non-stationary data stream without explicit task definitions and not forget previous knowledge. The widely adopted memory replay approach could gradually become less effective for long data streams, as the model may memorize the stored examples and o…

2022

Learning To Learn and Remember Super Long Multi-Domain Task Sequence

CVPR 2022oral

Catastrophic forgetting (CF) frequently occurs when learning with non-stationary data distribution. The CF issue remains nearly unexplored and is more challenging when meta-learning on a sequence of domains (datasets), called sequential domain meta-learning (SDML). In this work, we propose a simple…

Cited by 31PDFcodeScholar
2022

Make Sharpness-Aware Minimization Stronger: A Sparsified Perturbation Approach

NeurIPS 2022accept

Deep neural networks often suffer from poor generalization caused by complex and non-convex loss landscapes. One of the popular solutions is Sharpness-Aware Minimization (SAM), which smooths the loss landscape via minimizing the maximized change of training loss when adding a perturbation to the wei…

2022

Meta-Learning with Less Forgetting on Large-Scale Non-stationary Task Distributions

ECCV 2022poster

"The paradigm of machine intelligence moves from purely supervised learning to a more practical scenario when many loosely related unlabeled data are available and labeled data is scarce. Most existing algorithms assume that the underlying task distribution is stationary. Here we consider a more rea…

Cited by 21SourcePDFScholar
2022

Meta-learning without data via Wasserstein distributionally-robust model fusion

UAI 2022poster

Existing meta-learning works assume that each task has available training and testing data. However, there are many available pre-trained models without accessing their training data in practice. We often need a single model to solve different tasks simultaneously as this is much more convenient to…

Cited by 29SourcePDFScholar
2022

MissDAG: Causal Discovery in the Presence of Missing Data with Continuous Additive Noise Models

NeurIPS 2022accept

State-of-the-art causal discovery methods usually assume that the observational data is complete. However, the missing data problem is pervasive in many practical scenarios such as clinical trials, economics, and biology. One straightforward way to address the missing data problem is first to impute…

2022

On the Complementarity between Pre-Training and Random-Initialization for Resource-Rich Machine Translation

COLING 2022main

Pre-Training (PT) of text representations has been successfully applied to low-resource Neural Machine Translation (NMT). However, it usually fails to achieve notable gains (some- times, even worse) on resource-rich NMT on par with its Random-Initialization (RI) counterpart. We take the first step t…

2022

Penalized Proximal Policy Optimization for Safe Reinforcement Learning

IJCAI 2022poster

Safe reinforcement learning aims to learn the optimal policy while satisfying safety constraints, which is essential in real-world applications. However, current algorithms still struggle for efficient policy updates with hard constraint satisfaction. In this paper, we propose Penalized Proximal Pol…

2022

Robust Unlearnable Examples: Protecting Data Privacy Against Adversarial Learning

ICLR 2022poster

The tremendous amount of accessible data in cyberspace face the risk of being unauthorized used for training deep learning models. To address this concern, methods are proposed to make data unlearnable for deep learning models by adding a type of error-minimizing noise. However, such conferred unlea…

2022

Robust Weight Perturbation for Adversarial Training

IJCAI 2022poster

Overfitting widely exists in adversarial robust training of deep networks. An effective remedy is adversarial weight perturbation, which injects the worst-case weight perturbation during network training by maximizing the classification loss on adversarial examples. Adversarial weight perturbation h…

2022

Safety Correction from Baseline: Towards the Risk-aware Policy in Robotics via Dual-agent Reinforcement Learning

IROS 2022poster

Learning a risk-aware policy is essential but rather challenging in unstructured robotic tasks. Safe reinforcement learning methods open up new possibilities to tackle this problem. However, the conservative policy updates make it intractable to achieve sufficient exploration and desirable performan…

Cited by 4SourceScholar
2022

Streaming Radiance Fields for 3D Video Synthesis

NeurIPS 2022accept

We present an explicit-grid based method for efficiently reconstructing streaming radiance fields for novel view synthesis of real world dynamic scenes. Instead of training a single model that combines all the frames, we formulate the dynamic modeling problem with an incremental learning paradigm in…

2022

The Unreasonable Effectiveness of Random Pruning: Return of the Most Naive Baseline for Sparse Training

ICLR 2022poster

Random pruning is arguably the most naive way to attain sparsity in neural networks, but has been deemed uncompetitive by either post-training pruning or sparse training. In this paper, we focus on sparse training and highlight a perhaps counter-intuitive finding, that random pruning at initializati…

2022

Understanding Robust Overfitting of Adversarial Training and Beyond

ICML 2022spotlight

Robust overfitting widely exists in adversarial training of deep networks. The exact underlying reasons for this are still not completely understood. Here, we explore the causes of robust overfitting by comparing the data distribution of non-overfit (weak adversary) and overfitted (strong adversary)…

2021

Communication Efficient Primal-Dual Algorithm for Nonconvex Nonsmooth Distributed Optimization

AISTATS 2021poster

Decentralized optimization problems frequently appear in the large scale machine learning problems. However, few works work on the difficult nonconvex nonsmooth case. In this paper, we propose a decentralized primal-dual algorithm to solve this type of problem in a decentralized manner and the propo…

Cited by 19SourcePDFScholar
2021

Sparse Training via Boosting Pruning Plasticity with Neuroregeneration

NeurIPS 2021poster

Works on lottery ticket hypothesis (LTH) and single-shot network pruning (SNIP) have raised a lot of attention currently on post-training pruning (iterative magnitude pruning), and before-training pruning (pruning at initialization). The former method suffers from an extremely large computation cost…

2020

Communication-Efficient Distributed Stochastic AUC Maximization with Deep Neural Networks

ICML 2020poster

In this paper, we study distributed algorithms for large-scale AUC maximization with a deep neural network as a predictive model. Although distributed learning techniques have been investigated extensively in deep learning, they are not directly applicable to stochastic AUC maximization with deep ne…

2020

MiLeNAS: Efficient Neural Architecture Search via Mixed-Level Reformulation

CVPR 2020poster

Many recently proposed methods for Neural Architecture Search (NAS) can be formulated as bilevel optimization. For efficient implementation, its solution requires approximations of second-order methods. In this paper, we demonstrate that gradient errors caused by such approximations lead to suboptim…

Cited by 168PDFcodeScholar
2018

An Algorithmic Framework of Variable Metric Over-Relaxed Hybrid Proximal Extra-Gradient Method

ICML 2018oral

We propose a novel algorithmic framework of Variable Metric Over-Relaxed Hybrid Proximal Extra-gradient (VMOR-HPE) method with a global convergence guarantee for the maximal monotone operator inclusion problem. Its iteration complexities and local linear convergence rate are provided, which theoreti…

Cited by 4SourcePDFScholar
2018

Gather-Excite: Exploiting Feature Context in Convolutional Neural Networks

NeurIPS 2018poster

While the use of bottom-up local operators in convolutional neural networks (CNNs) matches well some of the statistics of natural images, it may also prevent such models from capturing contextual long-range feature interactions. In this work, we propose a simple, lightweight approach for better cont…

2017

GSOS: Gauss-Seidel Operator Splitting Algorithm for Multi-Term Nonsmooth Convex Composite Optimization

ICML 2017poster

In this paper, we propose a fast Gauss-Seidel Operator Splitting (GSOS) algorithm for addressing multi-term nonsmooth convex composite optimization, which has wide applications in machine learning, signal processing and statistics. The proposed GSOS algorithm inherits the advantage of the Gauss-Seid…

Cited by 7SourcePDFScholar
2017

Network-based genome wide study of hippocampal imaging phenotype in Alzheimer's Disease to identify functional interaction modules

ICASSP 2017accepted

Identification of functional modules from biological network is a promising approach to enhance the statistical power of genome-wide association study (GWAS) and improve biological interpretation for complex diseases. The precise functions of genes are highly relevant to tissue context, while a majo…

Cited by 0SourceScholar