← Search

Junliang Guo

21 accepted papers

2026

Geometry Forcing: Marrying Video Diffusion and 3D Representation for Consistent World Modeling

ICLR 2026poster

Videos inherently represent 2D projections of a dynamic 3D world. However, our analysis suggests that video diffusion models trained solely on raw video data often fail to capture meaningful geometric-aware structure in their learned representations. To bridge this gap between video diffusion models…

Cited by 0SourcecodeScholar
2026

Learning Native Continuation for Action Chunking Flow Policies

RSS 2026poster

Action chunking enables Vision Language Action (VLA) models to run in real time, but naive chunked execution often exhibits discontinuities at chunk boundaries. Real-Time Chunking (RTC) alleviates this issue but is external to the policy, leading to spurious multimodal switching and trajectories tha…

Cited by 0SourceScholar
2025

InstructAvatar: Text-Guided Emotion and Motion Control for Avatar Generation

AAAI 2025technical

Recent talking avatar generation models have made strides in achieving realistic and accurate lip synchronization with the audio, but often fall short in controlling and conveying detailed expressions and emotions of the avatar, making the generated video less vivid and controllable. In this paper,…

2025

VidTwin: Video VAE with Decoupled Structure and Dynamics

CVPR 2025poster

Recent advancements in video autoencoders (Video AEs) have significantly improved the quality and efficiency of video generation. In this paper, we propose a novel and compact video autoencoder, VidTwin, that decouples video into two distinct latent spaces: Structure latent vectors, which capture ov…

2025

Video In-context Learning: Autoregressive Transformers are Zero-Shot Video Imitators

ICLR 2025poster

People interact with the real-world largely dependent on visual signal, which are ubiquitous and illustrate detailed demonstrations. In this paper, we explore utilizing visual signals as a new interface for models to interact with the environment. Specifically, we choose videos as a representative v…

Cited by 2SourcePDFScholar
2024

Compositional 3D-aware Video Generation with LLM Director

NeurIPS 2024poster

Significant progress has been made in text-to-video generation through the use of powerful generative models and large-scale internet data. However, substantial challenges remain in precisely controlling individual elements within the generated video, such as the movement and appearance of specific…

Cited by 10SourcePDFScholar
2024

Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers

ICLR 2024poster

Large Language Models (LLMs) excel in various tasks, but they rely on carefully crafted prompts that often demand substantial human effort. To automate this process, in this paper, we propose a novel framework for discrete prompt optimization, called EvoPrompt, which borrows the idea of evolutionary…

Cited by 0SourcePDFScholar
2024

Empowering Diffusion Models on the Embedding Space for Text Generation

NAACL 2024long

Diffusion models have achieved state-of-the-art synthesis quality on both visual and audio tasks, and recent works further adapt them to textual data by diffusing on the embedding space. In this paper, we conduct systematic studies of the optimization challenges encountered with both the embedding s…

2024

GAIA: Zero-shot Talking Avatar Generation

ICLR 2024poster

Zero-shot talking avatar generation aims at synthesizing natural talking videos from speech and a single portrait image. Previous methods have relied on domain-specific heuristics such as warping-based motion representation and 3D Morphable Models, which limit the naturalness and diversity of the ge…

Cited by 21SourcePDFScholar
2024

Mitigating Reversal Curse in Large Language Models via Semantic-aware Permutation Training

ACL 2024findings

While large language models (LLMs) have achieved impressive performance across diverse tasks, recent studies showcase that causal LLMs suffer from the “reversal curse”. It is a typical example that the model knows “A’s father is B”, but is unable to reason “B’s child is A”. This limitation poses a c…

2024

Predictor-Corrector Enhanced Transformers with Exponential Moving Average Coefficient Learning

NeurIPS 2024poster

Residual networks, as discrete approximations of Ordinary Differential Equations (ODEs), have inspired significant advancements in neural network design, including multistep methods, high-order methods, and multi-particle dynamical systems. The precision of the solution to ODEs significantly affects…

Cited by 2SourcePDFScholar
2023

Extract and Attend: Improving Entity Translation in Neural Machine Translation

ACL 2023findings

While Neural Machine Translation (NMT) has achieved great progress in recent years, it still suffers from inaccurate translation of entities (e.g., person/organization name, location), due to the lack of entity training instances. When we humans encounter an unknown entity during translation, we usu…

2023

Retrosynthesis Prediction with Local Template Retrieval

AAAI 2023technical

Retrosynthesis, which predicts the reactants of a given target molecule, is an essential task for drug discovery. In recent years, the machine learing based retrosynthesis methods have achieved promising results. In this work, we introduce RetroKNN, a local reaction template retrieval method to furt…

Cited by 20SourcePDFScholar
2023

VideoDubber: Machine Translation with Speech-Aware Length Control for Video Dubbing

AAAI 2023technical

Video dubbing aims to translate the original speech in a film or television program into the speech in a target language, which can be achieved with a cascaded system consisting of speech recognition, machine translation and speech synthesis. To ensure the translated speech to be well aligned with t…

2022

A Study of Syntactic Multi-Modality in Non-Autoregressive Machine Translation

NAACL 2022long

It is difficult for non-autoregressive translation (NAT) models to capture the multi-modal distribution of target translations due to their conditional independence assumption, which is known as the “multi-modality problem”, including the lexical multi-modality and the syntactic multi-modality. Whil…

2022

BinauralGrad: A Two-Stage Conditional Diffusion Probabilistic Model for Binaural Audio Synthesis

NeurIPS 2022accept

Binaural audio plays a significant role in constructing immersive augmented and virtual realities. As it is expensive to record binaural audio from the real world, synthesizing them from mono audio has attracted increasing attention. This synthesis process involves not only the basic physical warpin…

2022

Sequence-to-Action: Grammatical Error Correction with Action Guided Sequence Generation

AAAI 2022technical

The task of Grammatical Error Correction (GEC) has received remarkable attention with wide applications in Natural Language Processing (NLP) in recent years. While one of the key principles of GEC is to keep the correct parts unchanged and avoid over-correction, previous sequence-to-sequence (seq2se…

2021

Adaptive Nearest Neighbor Machine Translation

ACL 2021short

kNN-MT, recently proposed by Khandelwal et al. (2020a), successfully combines pre-trained neural machine translation (NMT) model with token-level k-nearest-neighbor (kNN) retrieval to improve the translation accuracy. However, the traditional kNN algorithm used in kNN-MT simply retrieves a same numb…

2021

Hierarchical Multi-label Text Classification with Horizontal and Vertical Category Correlations

EMNLP 2021main

Hierarchical multi-label text classification (HMTC) deals with the challenging task where an instance can be assigned to multiple hierarchically structured categories at the same time. The majority of prior studies either focus on reducing the HMTC task into a flat multi-label problem ignoring the v…

Cited by 31SourcePDFScholar
2020

Incorporating BERT into Parallel Sequence Decoding with Adapters

NeurIPS 2020poster

While large scale pre-trained language models such as BERT have achieved great success on various natural language understanding tasks, how to efficiently and effectively incorporate them into sequence-to-sequence models and the corresponding text generation tasks remains a non-trivial problem. In t…