← Search

Xiaoyun Zhang

28 accepted papers

2026

Agentic Retoucher for Text-To-Image Generation

CVPR 2026

Text-to-image (T2I) diffusion models such as SDXL and FLUX have achieved impressive photorealism, yet small-scale distortions remain pervasive in limbs, face, text and so on. Existing refinement approaches either perform costly iterative re-generation or rely on vision-language models (VLMs) with we

Cited by 3SourcecodeScholar
2026

LaTo: Landmark-tokenized Diffusion Transformer for Fine-grained Human Face Editing

ICLR 2026poster

Recent multimodal models for instruction-based face editing enable semantic manipulation but still struggle with precise attribute control and identity preservation. Structural facial representations such as landmarks are effective for intermediate supervision, yet most existing methods treat them a…

Cited by 0SourcecodeScholar
2026

One-Step Diffusion Transformer for Controllable Real-World Image Super-Resolution

CVPR 2026

Recent advances in diffusion-based real-world image super-resolution (Real-ISR) have demonstrated remarkable perceptual quality, yet the balance between fidelity and controllability remains a problem: multi-step diffusion-based methods suffer from generative diversity and randomness, resulting in lo

Cited by 0SourcecodeScholar
2026

Safety Alignment of Large Language Models via Contrasting Safe and Harmful Distributions

AAAI 2026technical

With the widespread application of Large Language Models (LLMs), it has become a significant concern to ensure their safety and prevent harmful responses. While current safe-alignment methods based on instruction fine-tuning and Reinforcement Learning from Human Feedback (RLHF) can effectively reduc

Cited by 0SourcePDFScholar
2025

4DGC: Rate-Aware 4D Gaussian Compression for Efficient Streamable Free-Viewpoint Video

CVPR 2025poster

3D Gaussian Splatting (3DGS) has substantial potential for enabling photorealistic Free-Viewpoint Video (FVV) experiences. However, the vast number of Gaussians and their associated attributes poses significant challenges for storage and transmission. Existing methods typically handle dynamic 3DGS r…

Cited by 0SourcePDFScholar
2025

4DGCPro: Efficient Hierarchical 4D Gaussian Compression for Progressive Volumetric Video Streaming

NeurIPS 2025poster

Achieving seamless viewing of high-fidelity volumetric video, comparable to 2D video experiences, remains an open challenge. Existing volumetric video compression methods either lack the flexibility to adjust quality and bitrate within a single model for efficient streaming across diverse networks a…

Cited by 0SourceScholar
2025

F-Bench: Rethinking Human Preference Evaluation Metrics for Benchmarking Face Generation, Customization, and Restoration

ICCV 2025poster

Recent artificial intelligence (AI) generative models have demonstrated remarkable capabilities in image production, and have been widely applied to face image generation, customization, and restoration. However, many AI-generated faces (AIGFs) still suffer from issues such as unique distortions, un…

Cited by 0SourcePDFScholar
2025

FineVQ: Fine-Grained User Generated Content Video Quality Assessment

CVPR 2025highlight

The rapid growth of user-generated content (UGC) videos has produced an urgent need for effective video quality assessment (VQA) algorithms to monitor video quality and guide optimization and recommendation procedures. However, current VQA models generally only give an overall rating for a UGC video…

2025

QiMeng-CodeV-R1: Reasoning-Enhanced Verilog Generation

NeurIPS 2025poster

Large language models (LLMs) trained via reinforcement learning with verifiable reward (RLVR) have achieved breakthroughs on tasks with explicit, automatable verification, such as software programming and mathematical problems. Extending RLVR to electronic design automation (EDA), especially automat…

Cited by 0SourceScholar
2025

VRVVC: Variable-Rate NeRF-Based Volumetric Video Compression

AAAI 2025technical

Neural Radiance Field (NeRF)-based volumetric video has revolutionized visual media by delivering photorealistic Free-Viewpoint Video (FVV) experiences that provide audiences with unprecedented immersion and interactivity. However, the substantial data volumes pose significant challenges for storage…

Cited by 0SourcePDFScholar
2025

When to Continue Thinking: Adaptive Thinking Mode Switching for Efficient Reasoning

EMNLP 2025

Large reasoning models (LRMs) achieve remarkable performance via long reasoning chains, but often incur excessive computational overhead due to redundant reasoning, especially on simple tasks. In this work, we systematically quantify the upper bounds of LRMs under both Long-Thinking and No-Thinking

Cited by 0SourcePDFScholar
2024

Intelligent Grimm - Open-ended Visual Storytelling via Latent Diffusion Models

CVPR 2024poster

Generative models have recently exhibited exceptional capabilities in text-to-image generation but still struggle to generate image sequences coherently. In this work we focus on a novel yet challenging task of generating a coherent image sequence based on a given storyline denoted as open-ended vis…

2024

SEAL: A Framework for Systematic Evaluation of Real-World Super-Resolution

ICLR 2024spotlight

Real-world Super-Resolution (Real-SR) methods focus on dealing with diverse real-world images and have attracted increasing attention in recent years. The key idea is to use a complex and high-order degradation model to mimic real-world degradations. Although they have achieved impressive results i…

2023

DR2: Diffusion-Based Robust Degradation Remover for Blind Face Restoration

CVPR 2023poster

Blind face restoration usually synthesizes degraded low-quality data with a pre-defined degradation model for training, while more complex cases could happen in the real world. This gap between the assumed and actual degradation hurts the restoration performance where artifacts are often observed in…

2023

Open-vocabulary Object Segmentation with Diffusion Models

ICCV 2023poster

The goal of this paper is to extract the visual-language correspondence from a pre-trained text-to-image diffusion model, in the form of segmentation map, i.e., simultaneously generating images and segmentation masks for the corresponding visual entities described in the text prompt. We make the fol…

Cited by 60PDFScholar
2023

Real-World Image Super-Resolution as Multi-Task Learning

NeurIPS 2023poster

In this paper, we take a new look at real-world image super-resolution (real-SR) from a multi-task learning perspective. We demonstrate that the conventional formulation of real-SR can be viewed as solving multiple distinct degradation tasks using a single shared model. This poses a challenge known…

2022

LAR-SR: A Local Autoregressive Model for Image Super-Resolution

CVPR 2022poster

Previous super-resolution (SR) approaches often formulate SR as a regression problem and pixel wise restoration, which leads to a blurry and unreal SR output. Recent works combine adversarial loss with pixel-wise loss to train a GAN-based model or introduce normalizing flows into SR problems to gene…

Cited by 33PDFcodeScholar
2022

Task Decoupled Framework for Reference-Based Super-Resolution

CVPR 2022poster

Reference-based super-resolution(RefSR) has achieved impressive progress on the recovery of high-frequency details thanks to an additional reference high-resolution(HR) image input. Although the superiority compared with Single-Image Super-Resolution(SISR), existing RefSR methods easily result in th…

Cited by 34PDFScholar
2021

CaT: Weakly Supervised Object Detection With Category Transfer

ICCV 2021poster

A large gap exists between fully-supervised object detection and weakly-supervised object detection. To narrow this gap, some methods consider knowledge transfer from additional fully-supervised dataset. But these methods do not fully exploit discriminative category information in the fully-supervis…

Cited by 22PDFcodeScholar
2020

Content Adaptive and Error Propagation Aware Deep Video Compression

ECCV 2020poster

Recently, learning based video compression methods attract increasing attention. However, previous works suffer from error propagation, which stems from the accumulation of reconstructed error in inter predictive coding. Meanwhile, previous learning based video codecs are also not adaptive to differ…

Cited by 160SourcePDFScholar
2020

Iteratively-Refined Interactive 3D Medical Image Segmentation With Multi-Agent Reinforcement Learning

CVPR 2020poster

Existing automatic 3D image segmentation methods usually fail to meet the clinic use. Many studies have explored an interactive strategy to improve the image segmentation performance by iteratively incorporating user hints. However, the dynamic process for successive interactions is largely ignored.…

Cited by 130PDFScholar
2019

DVC: An End-To-End Deep Video Compression Framework

CVPR 2019oral

Conventional video compression approaches use the predictive coding architecture and encode the corresponding motion information and residual information. In this paper, taking advantage of both classical architecture in the conventional video compression method and the powerful non-linear represent…

Cited by 832PDFcodeScholar
2019

Depth-Aware Video Frame Interpolation

CVPR 2019poster

Video frame interpolation aims to synthesize nonexistent frames in-between the original frames. While significant advances have been made from the recent deep convolutional neural networks, the quality of interpolation is often reduced due to large object motion or occlusion. In this work, we propos…

Cited by 672PDFcodeScholar
2018

Deep Kalman Filtering Network for Video Compression Artifact Reduction

ECCV 2018poster

When lossy video compression algorithms are applied, compression artifacts often appear in videos, making decoded videos unpleasant for human visual systems. In this paper, we model the video artifact reduction task as a Kalman filtering procedure and restore decoded frames through a deep Kalman fil…

Cited by 120SourcePDFScholar
2018

Rcdfnn: Robust Change Detection Based on Convolutional Fusion Neural Network

ICASSP 2018accepted

Video change detection, which plays an important role in computer vision, is far from being well resolved due to the complexity of diverse scenes in real world. Most of the current methods are designed based on hand-crafted features and perform well in some certain scenes but may fail on others. Thi…

Cited by 0SourceScholar
2016

Principal components analysis-based visual saliency detection

ICASSP 2016accepted

In this paper, a novel patch-wise saliency detection algorithm is proposed based on Principal Component Analysis (PCA). As a powerful statistical procedure in data analysis, PCA are fully exploited to convert color space and produce compact patch representation. Specifically, images are first conver…

Cited by 0SourceScholar