← Search

Yijiang Li

21 accepted papers

2026

CoMAS: Co-Evolving Multi-Agent Systems via Interaction Rewards

ICLR 2026poster

Self-evolution is a central research topic in enabling large language model (LLM)-based agents to continually improve their capabilities after pretraining. Recent research has witnessed a transition from reinforcement learning (RL)-free to RL-based methods. Current RL-based methods either rely on de…

Cited by 0SourcecodeScholar
2026

FedQueue: Queue-Aware Federated Learning for Cross-Facility HPC Training

ICML 2026poster

Federated learning~(FL) across multiple HPC facilities faces stochastic \emph{admission delays} from batch schedulers that dominate wall-clock time. Synchronous FL suffers from severe stragglers, while asynchronous FL accumulates stale updates when queues spike. We propose \fedqueue{}, a queue-aware…

Cited by 0SourceScholar
2026

Less is Enough: Synthesizing Diverse Data in Feature Space of LLMs

ICML 2026oral

The diversity of post-training data is critical for effective downstream performance in large language models (LLMs). Many existing approaches to constructing post-training data quantify diversity using text-based metrics that capture linguistic variation, but such metrics provide only weak signals …

Cited by 0SourceScholar
2026

RMIR: A Benchmark Dataset for Reasoning-Intensive Multimodal Image Retrieval

CVPR 2026

Current multimodal image retrieval benchmarks focus on relatively simple queries where target images are either described directly or by simple composition with an input image. When retrieval requires complex reasoning to determine the target image, the task becomes significantly more challenging, y

Cited by 0SourcecodeScholar
2026

RN-D: Discretized Categorical Actors with Regularized Networks for On-Policy Reinforcement Learning

ICML 2026poster

On-policy deep reinforcement learning remains a dominant paradigm for continuous control, yet standard implementations rely on Gaussian actors and relatively shallow MLP policies, often leading to brittle optimization when gradients are noisy and policy updates must be conservative. In this paper, w…

Cited by 0SourceScholar
2026

Vision Language Models Cannot Reason About Physical Transformation

ICML 2026poster

Understanding physical transformations is fundamental for reasoning in dynamic environments. While Vision Language Models (VLMs) show promise in embodied applications, whether they genuinely understand physical transformations remains unclear. We introduce ***ConservationBench*** evaluating ***conse…

Cited by 0SourceScholar
2025

Core Knowledge Deficits in Multi-Modal Language Models

ICML 2025poster

While Multi-modal Large Language Models (MLLMs) demonstrate impressive abilities over high-level perception and reasoning, their robustness in the wild remains limited, often falling short on tasks that are intuitive and effortless for humans. We examine the hypothesis that these deficiencies stem f…

Cited by 0SourcePDFScholar
2025

Dataset Distillation via the Wasserstein Metric

ICCV 2025poster

Dataset Distillation (DD) aims to generate a compact synthetic dataset that enables models to achieve performance comparable to training on the full large dataset, significantly reducing computational costs. Drawing from optimal transport theory, we introduce WMDD (Wasserstein Metric-based Dataset D…

2025

EgoPrivacy: What Your First-Person Camera Says About You?

ICML 2025poster

While the rapid proliferation of wearable cameras has raised significant concerns about egocentric video privacy, prior work has largely overlooked the unique privacy threats posed to the camera wearer. This work investigates the core question: How much privacy information about the camera wearer ca…

2025

FedSpaLLM: Federated Pruning of Large Language Models

NAACL 2025long

Large Language Models (LLMs) achieve state-of-the-art performance but are challenging to deploy due to their high computational and storage demands. Pruning can reduce model size, yet existing methods assume public access to calibration data, which is impractical for privacy-sensitive applications.…

2025

From Pixels to Tokens: Byte-Pair Encoding on Quantized Visual Modalities

ICLR 2025poster

Multimodal Large Language Models have made significant strides in integrating visual and textual information, yet they often struggle with effectively aligning these modalities. We introduce a novel image tokenizer that bridges this gap by applying the principle of Byte-Pair Encoding (BPE) to visual…

2025

Jailbreaking Prompt Attack: A Controllable Adversarial Attack against Diffusion Models

NAACL 2025findings

Text-to-image (T2I) models can be maliciously used to generate harmful content such as sexually explicit, unfaithful, and misleading or Not-Safe-for-Work (NSFW) images. Previous attacks largely depend on the availability of the diffusion model or involve a lengthy optimization process. In this work,…

2025

Robust-MVTON: Learning Cross-Pose Feature Alignment and Fusion for Robust Multi-View Virtual Try-On

CVPR 2025poster

This paper tackles the emerging challenge of multi-view virtual try-on, utilizing both front- and back-view clothing images as inputs. Extending frontal try-on methods to a multi-view context is not straightforward. Simply concatenating the two input views or encoding their features for a generative…

Cited by 0SourcePDFScholar
2025

Towards Adversarially Robust Dataset Distillation by Curvature Regularization

AAAI 2025technical

Dataset distillation (DD) allows datasets to be distilled to fractions of their original size while preserving the rich distributional information so that models trained on the distilled datasets can achieve a comparable accuracy while saving significant computational loads. Recent research in this…

2025

Unified Multimodal Understanding via Byte-Pair Visual Encoding

ICCV 2025poster

Multimodal large language models (MLLMs) have made significant progress in vision-language understanding, yet effectively aligning different modalities remains a fundamental challenge. We present a framework that unifies multimodal understanding by applying byte-pair encoding to visual tokens. Unlik…

Cited by 0SourcePDFScholar
2025

VideoOrion: Tokenizing Object Dynamics in Videos

ICCV 2025poster

We present VideoOrion, a Video Large Language Model (Video-LLM) that explicitly captures the key semantic information in videos--the spatial-temporal dynamics of objects throughout the videos. VideoOrion employs expert vision models to extract object dynamics through a detect-segment-track pipeline,…

Cited by 0SourcePDFScholar
2024

SparseLLM: Towards Global Pruning of Pre-trained Language Models

NeurIPS 2024poster

The transformative impact of large language models (LLMs) like LLaMA and GPT on natural language processing is countered by their prohibitive computational demands. Pruning has emerged as a pivotal compression strategy, introducing sparsity to enhance both memory and computational efficiency. Yet, t…

2023

Consistent-Teacher: Towards Reducing Inconsistent Pseudo-Targets in Semi-Supervised Object Detection

CVPR 2023highlight

In this study, we dive deep into the inconsistency of pseudo targets in semi-supervised object detection (SSOD). Our core observation is that the oscillating pseudo-targets undermine the training of an accurate detector. It injects noise into the student's training, leading to severe overfitting pro…

2023

Diverse Cotraining Makes Strong Semi-Supervised Segmentor

ICCV 2023poster

Deep co-training has been introduced to semi-supervised segmentation and achieves impressive results, yet few studies have explored the working mechanism behind it. In this work, we revisit the core assumption that supports co-training: multiple compatible and conditionally independent views. By the…

Cited by 30PDFcodeScholar
2023

Multi-Metrics Adaptively Identifies Backdoors in Federated Learning

ICCV 2023poster

The decentralized and privacy-preserving nature of federated learning (FL) makes it vulnerable to backdoor attacks aiming to manipulate the behavior of the resulting model on specific adversary-chosen inputs. However, most existing defenses based on statistical differences take effect only against s…

Cited by 25PDFcodeScholar