← Search

Jiaxin Shi

48 accepted papers

2026

Real-Time Motion-Controllable Autoregressive Video Diffusion

ICLR 2026poster

Real-time motion-controllable video generation remains challenging due to the inherent latency of bidirectional diffusion models and the lack of effective autoregressive (AR) approaches. Existing AR video diffusion models are limited to simple control signals or text-to-video generation, and often s…

Cited by 0SourceScholar
2026

Variational Learning for Insertion-based Generation

ICML 2026spotlight

Non-monotonic sequence generation methods, such as masked diffusion models, provide a flexible alternative to left-to-right autoregressive modeling by allowing tokens to be generated in non-fixed and prescribed orders. Despite their practical advantages, most existing non-monotonic models are order-…

Cited by 0SourceScholar
2025

Ca2-VDM: Efficient Autoregressive Video Diffusion Model with Causal Generation and Cache Sharing

ICML 2025poster

With the advance of diffusion models, today's video generation has achieved impressive quality. To extend the generation length and facilitate real-world applications, a majority of video diffusion models (VDMs) generate videos in an autoregressive manner, i.e., generating subsequent clips condition…

2025

Chain of Semantics Programming in 3D Gaussian Splatting Representation for 3D Vision Grounding

CVPR 2025poster

3D Vision Grounding (3DVG) is a fundamental research area that enables agents to perceive and interact with the 3D world. The challenge of the 3DVG task lies in understanding fine-grained semantics and spatial relationships within both the utterance and 3D scene. To address this challenge, we propos…

Cited by 0SourcePDFScholar
2025

Generating Creative Chess Puzzles

NeurIPS 2025poster

While Generative AI rapidly advances in various domains, generating truly creative, aesthetic, and counter-intuitive outputs remains a challenge. This paper presents an approach to tackle these difficulties in the domain of chess puzzles. We start by benchmarking Generative AI architectures, and the…

Cited by 0SourceScholar
2025

Incremental Transformer: Efficient Encoder for Incremented Text Over MRC and Conversation Tasks

COLING 2025main

Some encoder inputs such as conversation histories are frequently extended with short additional inputs like new responses. However, to obtain the real-time encoding of the extended input, existing Transformer-based encoders like BERT have to encode the whole extended input again without utilizing t…

Cited by 0SourcePDFScholar
2025

Informed Correctors for Discrete Diffusion Models

NeurIPS 2025poster

Discrete diffusion has emerged as a powerful framework for generative modeling in discrete domains, yet efficiently sampling from these models remains challenging. Existing sampling strategies often struggle to balance computation and sample quality when the number of sampling steps is reduced, even…

Cited by 0SourceScholar
2025

Learning-Order Autoregressive Models with Application to Molecular Graph Generation

ICML 2025poster

Autoregressive models (ARMs) have become the workhorse for sequence generation tasks, since many problems can be modeled as next-token prediction. While there appears to be a natural ordering for text (i.e., left-to-right), for many data types, such as graphs, the canonical ordering is less obvious.…

Cited by 0SourcePDFScholar
2025

Re-TASK: Revisiting LLM Tasks from Capability, Skill, and Knowledge Perspectives

ACL 2025finding

The Chain-of-Thought (CoT) paradigm has become a pivotal method for solving complex problems with large language models (LLMs). However, its application to domain-specific tasks remains challenging, as LLMs often fail to decompose tasks accurately or execute subtasks effectively. This paper introduc…

2024

Action Imitation in Common Action Space for Customized Action Image Synthesis

NeurIPS 2024poster

We propose a novel method, \textbf{TwinAct}, to tackle the challenge of decoupling actions and actors in order to customize the text-guided diffusion models (TGDMs) for few-shot action image generation. TwinAct addresses the limitations of existing methods that struggle to decouple actions from othe…

Cited by 10SourcePDFScholar
2024

How Proficient Are Large Language Models in Formal Languages? An In-Depth Insight for Knowledge Base Question Answering

ACL 2024findings

Knowledge Base Question Answering (KBQA) aims to answer natural language questions based on facts in knowledge bases. A typical approach to KBQA is semantic parsing, which translates a question into an executable logical form in a formal language. Recent works leverage the capabilities of large lang…

2024

Leveraging Machine-Generated Rationales to Facilitate Social Meaning Detection in Conversations

ACL 2024long

We present a generalizable classification approach that leverages Large Language Models (LLMs) to facilitate the detection of implicitly encoded social meaning in conversations. We design a multi-faceted prompt to extract a textual explanation of the reasoning that connects visible cues to underlyin…

2024

Non-confusing Generation of Customized Concepts in Diffusion Models

ICML 2024poster

We tackle the common challenge of inter-concept visual confusion in compositional concept generation using text-guided diffusion models (TGDMs). It becomes even more pronounced in the generation of customized concepts, due to the scarcity of user-provided concept visual examples. By revisiting the t…

2024

Preparing Lessons for Progressive Training on Language Models

AAAI 2024technical

The rapid progress of Transformers in artificial intelligence has come at the cost of increased resource consumption and greenhouse gas emissions due to growing model sizes. Prior work suggests using pretrained small models to improve training efficiency, but this approach may not be suitable for ne…

2024

Simplified and Generalized Masked Diffusion for Discrete Data

NeurIPS 2024poster

Masked (or absorbing) diffusion is actively explored as an alternative to autoregressive models for generative modeling of discrete data. However, existing work in this area has been hindered by unnecessarily complex model formulations and unclear relationships between different perspectives, leadin…

2023

BEST: BERT Pre-training for Sign Language Recognition with Coupling Tokenization

AAAI 2023technical

In this work, we are dedicated to leveraging the BERT pre-training success and modeling the domain-specific statistics to fertilize the sign language recognition~(SLR) model. Considering the dominance of hand and body in sign language expression, we organize them as pose triplet units and feed them…

Cited by 37SourcePDFScholar
2023

Probabilistic Tree-of-thought Reasoning for Answering Knowledge-intensive Complex Questions

EMNLP 2023long findings

Large language models (LLMs) are capable of answering knowledge-intensive complex questions with chain-of-thought (CoT) reasoning. However, they tend to generate factually incorrect reasoning steps when the required knowledge is not available or up-to-date in models' parameters. Recent works turn to…

Cited by 0SourcecodeScholar
2023

Reasoning over Hierarchical Question Decomposition Tree for Explainable Question Answering

ACL 2023long

Explainable question answering (XQA) aims to answer a given question and provide an explanation why the answer is selected. Existing XQA methods focus on reasoning on a single knowledge source, e.g., structured knowledge bases, unstructured corpora, etc. However, integrating information from heterog…

Cited by 7SourcePDFScholar
2022

Dependency Parsing via Sequence Generation

EMNLP 2022finding

Dependency parsing aims to extract syntactic dependency structure or semantic dependency structure for sentences.Existing methods for dependency parsing include transition-based method, graph-based method and sequence-to-sequence method.These methods obtain excellent performance and we notice them b…

2022

Double Control Variates for Gradient Estimation in Discrete Latent Variable Models

AISTATS 2022poster

Stochastic gradient-based optimisation for discrete latent variable models is challenging due to the high variance of gradients. We introduce a variance reduction technique for score function estimators that makes use of double control variates. These control variates act on top of a main control va…

2022

G-MAP: General Memory-Augmented Pre-trained Language Model for Domain Tasks

EMNLP 2022main

General pre-trained language models (PLMs), such as BERT, have achieved remarkable performance on various NLP tasks. Recently, domain-specific PLMs have been proposed to boost the task performance of specific domains (e.g., biomedical and computer science) by continuing to pre-train general PLMs wit…

2022

Gradient Estimation with Discrete Stein Operators

NeurIPS 2022accept

Gradient estimation---approximating the gradient of an expectation with respect to the parameters of a distribution---is central to the solution of many machine learning problems. However, when the distribution is discrete, most common gradient estimators suffer from excessive variance. To impro…

2022

GraphQ IR: Unifying the Semantic Parsing of Graph Query Languages with One Intermediate Representation

EMNLP 2022main

Subject to the huge semantic gap between natural and formal languages, neural semantic parsing is typically bottlenecked by its complexity of dealing with both input semantics and output syntax. Recent works have proposed several forms of supplementary supervision but none is generalized across mult…

2022

KQA Pro: A Dataset with Explicit Compositional Programs for Complex Question Answering over Knowledge Base

ACL 2022long

Complex question answering over knowledge base (Complex KBQA) is challenging because it requires various compositional reasoning capabilities, such as multi-hop inference, attribute comparison, set operation, etc. Existing benchmarks have some shortcomings that limit the development of Complex KBQA:…

2022

ParaMac: A General Unsupervised Paraphrase Generation Framework Leveraging Semantic Constraints and Diversifying Mechanisms

EMNLP 2022finding

Paraphrase generation reflects the ability to understand the meaning from the language surface form and rephrase it to other expressions. Recent paraphrase generation works have paid attention to unsupervised approaches based on Pre-trained Language Models (PLMs) to avoid heavy reliance on parallel…

2022

Program Transfer for Answering Complex Questions over Knowledge Bases

ACL 2022long

Program induction for answering complex questions over knowledge bases (KBs) aims to decompose a question into a multi-step program, whose execution against the KB produces the final answer. Learning to induce programs relies on a large number of parallel question-program pairs for the given KB. How…

2021

Scalable Variational Gaussian Processes via Harmonic Kernel Decomposition

ICML 2021spotlight

We introduce a new scalable variational Gaussian process approximation which provides a high fidelity approximation while retaining general applicability. We propose the harmonic kernel decomposition (HKD), which uses Fourier series to decompose a kernel as a sum of orthogonal kernels. Our variation…

2021

TWAG: A Topic-Guided Wikipedia Abstract Generator

ACL 2021long

Wikipedia abstract generation aims to distill a Wikipedia abstract from web sources and has met significant success by adopting multi-document summarization techniques. However, previous works generally view the abstract as plain text, ignoring the fact that it is a description of a certain entity a…

2021

TransferNet: An Effective and Transparent Framework for Multi-hop Question Answering over Relation Graph

EMNLP 2021main

Multi-hop Question Answering (QA) is a challenging task because it requires precise reasoning with entity relations at every step towards the answer. The relations can be represented in terms of labels in knowledge graph (e.g., spouse) or text in text corpus (e.g., they have been married for 26 year…

2020

Unbiased Scene Graph Generation From Biased Training

CVPR 2020oral

Today's scene graph generation (SGG) task is still far from practical, mainly due to the severe training bias, e.g., collapsing diverse "human walk on / sit on / lay on beach" into "human on beach". Given such SGG, the down-stream tasks such as VQA can hardly infer better scene structures than merel…

Cited by 870PDFcodeScholar
2019

Scalable Training of Inference Networks for Gaussian-Process Models

ICML 2019oral

Inference in Gaussian process (GP) models is computationally challenging for large data, and often difficult to approximate with a small number of inducing points. We explore an alternative approximation that employs stochastic inference networks for a flexible inference. Unfortunately, for such net…

2019

Sliced Score Matching: A Scalable Approach to Density and Score Estimation

UAI 2019poster

Score matching is a popular method for estimating unnormalized statistical models. However, it has been so far limited to simple, shallow models or low-dimensional data, due to the difficulty of computing the Hessian of log-density functions. We show this difficulty can be mitigated by projecting th…

2018

A Spectral Approach to Gradient Estimation for Implicit Distributions

ICML 2018oral

Recently there have been increasing interests in learning and inference with implicit distributions (i.e., distributions without tractable densities). To this end, we develop a gradient estimator for implicit distributions based on Stein’s identity and a spectral decomposition of kernel operators, w…

2018

Message Passing Stein Variational Gradient Descent

ICML 2018oral

Stein variational gradient descent (SVGD) is a recently proposed particle-based Bayesian inference method, which has attracted a lot of interest due to its remarkable approximation ability and particle efficiency compared to traditional variational inference and Markov Chain Monte Carlo methods. How…

Cited by 104SourcePDFScholar
2018

Semi-crowdsourced Clustering with Deep Generative Models

NeurIPS 2018poster

We consider the semi-supervised clustering problem where crowdsourcing provides noisy information about the pairwise comparisons on a small subset of data, i.e., whether a sample pair is in the same cluster. We propose a new approach that includes a deep generative model (DGM) to characterize low-le…