← Search

XING WANG

37 accepted papers

2026

ERTACache: Error Rectification and Timesteps Adjustment for Efficient Diffusion

ICLR 2026poster

Diffusion models suffer from substantial computational overhead due to their inherently iterative inference process. While feature caching offers a promising acceleration strategy by reusing intermediate outputs across timesteps, naive reuse often incurs noticeable quality degradation. In this work…

Cited by 0SourceScholar
2026

Flow Caching for Autoregressive Video Generation

ICLR 2026poster

Autoregressive models, often built on Transformer architectures, represent a powerful paradigm for generating ultra-long videos by synthesizing content in sequential chunks. However, this sequential generation process is notoriously slow. While caching strategies have proven effective for accelerati…

Cited by 0SourcecodeScholar
2026

Instilling an Active Mind in Avatars via Cognitive Simulation

ICLR 2026oral

Current video avatar models can generate fluid animations but struggle to capture a character's authentic essence, primarily synchronizing motion with low-level audio cues instead of understanding higher-level semantics like emotion or intent. To bridge this gap, we propose a novel framework for gen…

Cited by 0SourcecodeScholar
2026

TAP: A Token-Adaptive Predictor Framework for Training-Free Diffusion Acceleration

CVPR 2026

Diffusion models achieve strong generative performance but remain slow at inference due to the need for repeated full-model denoising passes. We present Token-Adaptive Predictor (TAP), a training-free, probe-driven framework that adaptively selects a predictor for each token at every sampling step.

Cited by 0SourceScholar
2025

Adversarial Distribution Matching for Diffusion Distillation Towards Efficient Image and Video Synthesis

ICCV 2025poster

Distribution Matching Distillation (DMD) is a promising score distillation technique that compresses pre-trained teacher diffusion models into efficient one-step or multi-step student generators.Nevertheless, its reliance on the reverse Kullback-Leibler (KL) divergence minimization potentially induc…

Cited by 0SourcePDFScholar
2025

Competing Large Language Models in Multi-Agent Gaming Environments

ICLR 2025poster

Decision-making is a complex process requiring diverse abilities, making it an excellent framework for evaluating Large Language Models (LLMs). Researchers have examined LLMs' decision-making through the lens of Game Theory. However, existing evaluation mainly focus on two-player scenarios where an…

2025

Critical Tokens Matter: Token-Level Contrastive Estimation Enhances LLM’s Reasoning Capability

ICML 2025poster

Mathematical reasoning tasks pose significant challenges for large language models (LLMs) because they require precise logical deduction and sequence analysis. In this work, we introduce the concept of critical tokens -- elements within reasoning trajectories that significantly influence incorrect o…

2025

Exploiting the Index Gradients for Optimization-Based Jailbreaking on Large Language Models

COLING 2025main

Despite the advancements in training Large Language Models (LLMs) with alignment techniques to enhance the safety of generated content, these models remain susceptible to jailbreak, an adversarial attack method that exposes security vulnerabilities in LLMs. Notably, the Greedy Coordinate Gradient (G…

2025

Goku: Flow Based Video Generative Foundation Models

CVPR 2025highlight

This paper introduces Goku, a state-of-the-art family of joint image-and-video generation models leveraging rectified flow Transformers to achieve industry-leading performance. We detail the foundational elements enabling high-quality visual generation, including the data curation pipeline, model ar…

Cited by 15SourcePDFScholar
2025

InfinityStar: Unified Spacetime AutoRegressive Modeling for Visual Generation

NeurIPS 2025oral

We introduce InfinityStar, a unified spacetime autoregressive framework for high-resolution image and dynamic video synthesis. Building on the recent success of autoregressive modeling in both vision and language, our purely discrete approach jointly captures spatial and temporal dependencies within…

Cited by 0SourceScholar
2025

InjectTST: Injecting Global Information into Independent Channels for Long Time Series Forecasting

ICASSP 2025accepted

Transformer has become one of the most popular architectures for multivariate time series (MTS) forecasting. However, existing Transformer-based methods still lack consideration of cross-time-and-channel dependency modeling, which is important to MTS forecasting. In addition, existing methods either…

Cited by 0SourceScholar
2025

LABridge: Text–Image Latent Alignment Framework via Mean-Conditioned OU Process

NeurIPS 2025spotlight

Diffusion models have emerged as state‑of‑the‑art in image synthesis.However, it often suffer from semantic instability and slow iterative denoising. We introduce Latent Alignment Framework (LABridge), a novel Text–Image Latent Alignment Framework via an Ornstein–Uhlenbeck (OU) Process, which explic…

Cited by 0SourceScholar
2025

RaSA: Rank-Sharing Low-Rank Adaptation

ICLR 2025poster

Low-rank adaptation (LoRA) has been prominently employed for parameter-efficient fine-tuning of large language models (LLMs). However, the limited expressive capacity of LoRA, stemming from the low-rank constraint, has been recognized as a bottleneck, particularly in rigorous tasks like code generat…

2025

RayFlow: Instance-Aware Diffusion Acceleration via Adaptive Flow Trajectories

CVPR 2025poster

Diffusion models have achieved remarkable success across various domains. However, their slow generation speed remains a critical challenge. Existing acceleration methods, while aiming to reduce steps, often compromise sample quality, controllability, or introduce training complexities. Therefore, w…

Cited by 1SourcePDFScholar
2025

Robotic Grasping for Automated Sorting of Complex, Highly Contaminated Industrial Food Waste: A Benchmark Study

IROS 2025

Food waste management plays a vital role in maintaining a sustainable ecosystem, however, the presence of inorganic contaminants within food waste significantly hinders this potential. Robotic automation offers a promising solution to accelerate waste sorting, yet the diverse and unpredictable natur

Cited by 2SourceScholar
2025

VarFlow: Proper Scoring-Rule Diffusion Distillation via Energy Matching

NeurIPS 2025poster

**Diffusion models** achieve remarkable generative performance but are hampered by slow, iterative inference. Model distillation seeks to train a fast student generator. **Variational Score Distillation (VSD)** offers a principled KL-divergence minimization framework for this task. This method cleve…

Cited by 0SourceScholar
2024

Addressing Entity Translation Problem via Translation Difficulty and Context Diversity

ACL 2024findings

Neural machine translation (NMT) systems often produce inadequate translations for named entities. In this study, we conducted preliminary experiments to examine the factors affecting the translation accuracy of named entities, specifically focusing on their translation difficulty and context divers…

2024

Can Watermarks Survive Translation? On the Cross-lingual Consistency of Text Watermark for Large Language Models

ACL 2024long

Text watermarking technology aims to tag and identify content produced by large language models (LLMs) to prevent misuse. In this study, we introduce the concept of cross-lingual consistency in text watermarking, which assesses the ability of text watermarks to maintain their effectiveness after bei…

2024

Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate

EMNLP 2024main

Modern large language models (LLMs) like ChatGPT have shown remarkable performance on general language tasks but still struggle on complex reasoning tasks, which drives the research on cognitive behaviors of LLMs to explore human-like problem-solving strategies. Along this direction, one representat…

2024

Forward Learning of Graph Neural Networks

ICLR 2024poster

Graph neural networks (GNNs) have achieved remarkable success across a wide range of applications, such as recommendation, drug discovery, and question answering. Behind the success of GNNs lies the backpropagation (BP) algorithm, which is the de facto standard for training deep neural networks (NNs…

2024

Hyper-SD: Trajectory Segmented Consistency Model for Efficient Image Synthesis

NeurIPS 2024poster

Recently, a series of diffusion-aware distillation algorithms have emerged to alleviate the computational overhead associated with the multi-step inference process of Diffusion Models (DMs). Current distillation techniques often dichotomize into two distinct aspects: i) ODE Trajectory Preservation;…

Cited by 42SourcePDFScholar
2024

Improving Gloss-free Sign Language Translation by Reducing Representation Density

NeurIPS 2024poster

Gloss-free sign language translation (SLT) aims to develop well-performing SLT systems with no requirement for the costly gloss annotations, but currently still lags behind gloss-based approaches significantly. In this paper, we identify **a representation density problem** that could be a bottlenec…

2024

Improving Machine Translation with Human Feedback: An Exploration of Quality Estimation as a Reward Model

NAACL 2024long

Insufficient modeling of human preferences within the reward model is a major obstacle for leveraging human feedback to improve translation quality. Fortunately, quality estimation (QE), which predicts the quality of a given translation without reference, has achieved impressive alignment with human…

2024

Lightweight Structured Line Map Based Visual Localization

RA-L 2024

Visual localization, also known as camera pose estimation, is a crucial component of many applications, such as robotics, autonomous driving, and augmented reality. Traditional visual localization algorithms typically run on point cloud maps generated by algorithms such as Structure-from-Motion (SfM

Cited by 10SourcecodeScholar
2024

PINN-Ray: A Physics-Informed Neural Network to Model Soft Robotic Fin Ray Fingers

IROS 2024poster

Modelling complex deformation for soft robotics provides a guideline to understand their behaviour, leading to safe interaction with the environment. However, building a surrogate model with high accuracy and fast inference speed can be challenging for soft robotics due to the nonlinearity from comp…

Cited by 2SourceScholar
2024

Reliable Data Generation and Selection for Low-Resource Relation Extraction

AAAI 2024technical

Automated construction of annotated data holds significant importance in Relation Extraction (RE) tasks due to the hardness and cost of human annotation. In this work, we propose Self-RDGS, a method for Self-supervised Reliable Data Generation and Selection in low-resource RE tasks. At first, we ful…

2024

Unsupervised Sign Language Translation and Generation

ACL 2024findings

Motivated by the success of unsupervised neural machine translation (UNMT), we introduce an unsupervised sign language translation and generation network (USLNet), which learns from abundant single-modality (text and video) data without parallel sign language data. USLNet comprises two main componen…

2023

Cross-modality Data Augmentation for End-to-End Sign Language Translation

EMNLP 2023long findings

End-to-end sign language translation (SLT) aims to directly convert sign language videos into spoken language texts without intermediate representations. It has been challenging due to the data scarcity of labeled data and the modality gap between sign videos and texts. To tackle these challenges, w…

Cited by 0SourcecodeScholar
2023

GLEMOS: Benchmark for Instantaneous Graph Learning Model Selection

NeurIPS 2023poster

The choice of a graph learning (GL) model (i.e., a GL algorithm and its hyperparameter settings) has a significant impact on the performance of downstream tasks. However, selecting the right GL model becomes increasingly difficult and time consuming as more and more GL models are developed. Accordin…

2023

ParroT: Translating during Chat using Large Language Models tuned with Human Translation and Feedback

EMNLP 2023long findings

Large language models (LLMs) like ChatGPT have exhibited remarkable abilities on a wide range of natural language processing (NLP) tasks, including various machine translation abilities accomplished during chat. However, these models are only accessible through restricted APIs, which creates barrier…

Cited by 0SourcecodeScholar
2022

Bridging the Data Gap between Training and Inference for Unsupervised Neural Machine Translation

ACL 2022long

Back-translation is a critical component of Unsupervised Neural Machine Translation (UNMT), which generates pseudo parallel data from target monolingual data. A UNMT model is trained on the pseudo parallel data with translated source, and translates natural source sentences in inference. The source…

2022

STAD: Self-Training with Ambiguous Data for Low-Resource Relation Extraction

COLING 2022main

We present a simple yet effective self-training approach, named as STAD, for low-resource relation extraction. The approach first classifies the auto-annotated instances into two groups: confident instances and uncertain instances, according to the probabilities predicted by a teacher model. In cont…

2022

Understanding and Improving Sequence-to-Sequence Pretraining for Neural Machine Translation

ACL 2022long

In this paper, we present a substantial step in better understanding the SOTA sequence-to-sequence (Seq2Seq) pretraining for neural machine translation (NMT). We focus on studying the impact of the jointly pretrained decoder, which is the main difference between Seq2Seq pretraining and previous enco…

2021

Multi-Task Learning with Shared Encoder for Non-Autoregressive Machine Translation

NAACL 2021long

Non-Autoregressive machine Translation (NAT) models have demonstrated significant inference speedup but suffer from inferior translation accuracy. The common practice to tackle the problem is transferring the Autoregressive machine Translation (AT) knowledge to NAT models, e.g., with knowledge disti…

2021

Self-Training Sampling with Monolingual Data Uncertainty for Neural Machine Translation

ACL 2021long

Self-training has proven effective for improving NMT performance by augmenting model training with synthetic parallel data. The common practice is to construct synthetic data based on a randomly sampled subset of large-scale monolingual data, which we empirically show is sub-optimal. In this work, w…