← Search

Chenyang Zhang

18 accepted papers

2026

OneStory: Coherent Multi-Shot Video Generation with Adaptive Memory

CVPR 2026

Storytelling in real-world videos often unfolds through multiple shots--discontinuous yet semantically connected clips that together convey a coherent narrative. However, existing multi-shot video generation (MSV) methods struggle to effectively model long-range cross-shot context, as they rely on l

Cited by 0SourceScholar
2026

Semantic Decoupling Based Semantic Scene Completion From a Single Depth Image

RA-L 2026

Semantic Scene Completion (SSC) is a task that simultaneously predicts the occupancy and semantic labels of the environment. Compared with separate processing, SSC leverages the coupled nature of scene completion and semantic segmentation. Although this multitask integration can utilize complementar

Cited by 0SourcecodeScholar
2026

TRIP-Bench: A Benchmark for Long-Horizon Interactive Agents in Real-World Scenarios

ICML 2026poster

As LLM-based agents are deployed in increasingly complex real-world settings, existing benchmarks underrepresent key challenges such as enforcing global constraints, coordinating multi-tool reasoning, and adapting to evolving user behavior over long, multi-turn interactions. To bridge this gap, we i…

Cited by 0SourceScholar
2026

TUNA: Taming Unified Visual Representations for Native Unified Multimodal Models

CVPR 2026

Unified multimodal models (UMMs) aim to jointly perform multimodal understanding and generation within a single framework. We present TUNA, a native UMM that builds a unified continuous visual representation by cascading a VAE encoder with a representation encoder. This unified representation space

Cited by 0SourceScholar
2026

Towards Understanding Generalization in DP-GD: A Case Study in Training Two-Layer CNNs

AAAI 2026technical

Modern deep learning techniques focus on extracting intricate information from data to achieve accurate predictions. However, the training datasets may be crowdsourced and include sensitive information, such as personal contact details, financial data, and medical records. As a result, there is a gr

Cited by 0SourcePDFScholar
2026

Transformers Efficiently Perform In-Context Logistic Regression via Normalized Gradient Descent

ICML 2026poster

Transformers have demonstrated remarkable in-context learning (ICL) capabilities. The strong ICL performance of transformers is commonly believed to arise from their ability to implicitly execute certain algorithms on the context, thereby enhancing prediction and generation. In this work, we investi…

Cited by 0SourceScholar
2026

Transformers Trained via Gradient Descent Can Provably Learn a Class of Teacher Models

ICLR 2026poster

Transformers have achieved great success across a wide range of applications, yet the theoretical foundations underlying their success remain largely unexplored. To demystify the strong capacities of transformers applied to versatile scenarios and tasks, we theoretically investigate utilizing transf…

Cited by 0SourceScholar
2025

Adaptive Caching for Faster Video Generation with Diffusion Transformers

ICCV 2025poster

Generating temporally-consistent high-fidelity videos can be computationally expensive, especially over longer temporal spans. More-recent Diffusion Transformers (DiTs)--- despite making significant headway in this context--- have only heightened such challenges as they rely on larger models and hea…

Cited by 0SourcePDFScholar
2025

Bold Claims or Self-Doubt? Factuality Hallucination Type Detection via Belief State

EMNLP 2025

Large language models are prone to generating hallucination that deviates from factual information. Existing studies mainly focus on detecting the presence of hallucinations but lack a systematic classification approach, which hinders deeper exploration of their characteristics. To address this, we

Cited by 0SourcePDFScholar
2025

Disentangle to Decay: Linear Attention with Trainable Decay Factor

COLING 2025main

Linear attention enhances inference efficiency of Transformer and has attracted research interests as an efficient backbone of language models. Existing linear attention based models usually exploit decay factor based positional encoding (PE), where attention scores decay exponentially with increasi…

2025

From Easy to Hard: The MIR Benchmark for Progressive Interleaved Multi-Image Reasoning

ICCV 2025poster

Multi-image Interleaved Reasoning aims to improve Multimodal Large Language Models' (MLLMs) ability to jointly comprehend and reason across multiple images and their associated textual contexts, introducing unique challenges beyond single-image or non-interleaved multi-image tasks.While current mult…

Cited by 0SourcePDFScholar
2025

On the Robustness of Transformers against Context Hijacking for Linear Classification

NeurIPS 2025poster

Transformer-based Large Language Models (LLMs) have demonstrated powerful in-context learning capabilities. However, their predictions can be disrupted by factually correct context, a phenomenon known as context hijacking, revealing a significant robustness issue. To understand this phenomenon theor…

Cited by 0SourceScholar
2025

PCMF2-Net: A Pyramid Cross-Modal Feature Fusion Network for Off-Road Freespace Detection

IROS 2025

Freespace detection plays an important role in autonomous driving. In recent years, deep learning based freespace detection methods have performed well in urban scenes. However, for off-road scenes, freespace detection poses significant challenges due to the complexity of the scenes and the lack of

Cited by 0SourceScholar
2025

PoisonedEye: Knowledge Poisoning Attack on Retrieval-Augmented Generation based Large Vision-Language Models

ICML 2025poster

Vision-Language Retrieval-Augmented Generation (VLRAG) systems have been widely applied to Large Vision-Language Models (LVLMs) to enhance their generation ability. However, the reliance on external multimodal knowledge databases renders VLRAG systems vulnerable to malicious poisoning attacks. In th…

Cited by 0SourcePDFScholar
2025

Transformer Learns Optimal Variable Selection in Group-Sparse Classification

ICLR 2025poster

Transformers have demonstrated remarkable success across various applications. However, the success of transformers have not been understood in theory. In this work, we give a case study of how transformers can be trained to learn a classic statistical model with "group sparsity", where the input va…

Cited by 0SourcePDFScholar
2024

Solving General Noisy Inverse Problem via Posterior Sampling: A Policy Gradient Viewpoint

AISTATS 2024poster

Solving image inverse problems (e.g., super-resolution and inpainting) requires generating a high fidelity image that matches the given input (the low-resolution image or the masked image). By using the input image as guidance, we can leverage a pretrained diffusion generative model to solve a wide…