← Search

Chao Dong

48 accepted papers

2026

Enhanced Latent-Space Adversarial Training for Super-Resolution

ICML 2026poster

Real-world super-resolution (SR) is challenging due to complex degradations. HYPIR, a recent state-of-the-art diffusion-based restoration model, struggles to deal with this task in a single step. Although a naive two-step cascade improves the results, over-saturation, limited fine-grained details, a…

Cited by 0SourceScholar
2026

SimpleGVR: A Simple Baseline for Latent-Cascaded Generative Video Super-Resolution

ICLR 2026poster

Cascaded pipelines, which use a base text-to-video (T2V) model for low-resolution content and a video super-resolution (VSR) model for high-resolution details, are a prevailing strategy for efficient video synthesis. However, current works suffer from two key limitations: an inefficient pixel-space…

Cited by 0SourcecodeScholar
2026

UniDef: Universal Defense Against Unauthorized Image Manipulation

CVPR 2026

Image protection against unauthorized diffusion-based editing has achieved encouraging progress. However, existing methods face two critical limitations: (1) They only disturb the denoising direction at local step, resulting in generated images still retaining original or edited semantics. (2) Their

Cited by 0SourceScholar
2025

An Intelligent Agentic System for Complex Image Restoration Problems

ICLR 2025poster

Real-world image restoration (IR) is inherently complex and often requires combining multiple specialized models to address diverse degradations. Inspired by human problem-solving, we propose AgenticIR, an agentic system that mimics the human approach to image processing by following five key stages…

2025

SpikeVideoFormer: An Efficient Spike-Driven Video Transformer with Hamming Attention and $\mathcal{O}(T)$ Complexity

ICML 2025poster

Spiking Neural Networks (SNNs) have shown competitive performance to Artificial Neural Networks (ANNs) in various vision tasks, while offering superior energy efficiency. However, existing SNN-based Transformers primarily focus on single-image tasks, emphasizing spatial features while not effectivel…

2025

Teaching Large Language Models to Regress Accurate Image Quality Scores Using Score Distribution

CVPR 2025poster

With the rapid advancement of Multi-modal Large Language Models (MLLMs), MLLM-based Image Quality Assessment (IQA) methods have shown promising performance in linguistic quality description. However, current methods still fall short in accurately scoring image quality. In this work, we aim to levera…

2025

TurboFill: Adapting Few-step Text-to-image Model for Fast Image Inpainting

CVPR 2025poster

This paper introduces TurboFill, a fast image inpainting model that enhances a few-step text-to-image diffusion model with an inpainting adapter for high-quality and efficient inpainting. While standard diffusion models generate high-quality results, they incur high computational costs. We overcome…

2025

UniCon: Unidirectional Information Flow for Effective Control of Large-Scale Diffusion Models

ICLR 2025poster

We introduce UniCon, a novel architecture designed to enhance control and efficiency in training adapters for large-scale diffusion models. Unlike existing methods that rely on bidirectional interaction between the diffusion model and control adapter, UniCon implements a unidirectional flow from the…

Cited by 0SourcePDFScholar
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…

2024

Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image Restoration In the Wild

CVPR 2024poster

We introduce SUPIR (Scaling-UP Image Restoration) a groundbreaking image restoration method that harnesses generative prior and the power of model scaling up. Leveraging multi-modal techniques and advanced generative prior SUPIR marks a significant advance in intelligent and realistic image restorat…

Cited by 49SourcePDFScholar
2024

SmartEdit: Exploring Complex Instruction-based Image Editing with Multimodal Large Language Models

CVPR 2024highlight

Current instruction-based image editing methods such as InstructPix2Pix often fail to produce satisfactory results in complex scenarios due to their dependence on the simple CLIP text encoder in diffusion models. To rectify this this paper introduces SmartEdit a novel approach of instruction-based i…

2024

Unifying Image Processing as Visual Prompting Question Answering

ICML 2024poster

Image processing is a fundamental task in computer vision, which aims at enhancing image quality and extracting essential features for subsequent vision applications. Traditionally, task-specific models are developed for individual tasks and designing such models requires distinct expertise. Buildin…

2023

Activating More Pixels in Image Super-Resolution Transformer

CVPR 2023poster

Transformer-based methods have shown impressive performance in low-level vision tasks, such as image super-resolution. However, we find that these networks can only utilize a limited spatial range of input information through attribution analysis. This implies that the potential of Transformer is st…

2023

Crafting Training Degradation Distribution for the Accuracy-Generalization Trade-off in Real-World Super-Resolution

ICML 2023poster

Super-resolution (SR) techniques designed for real-world applications commonly encounter two primary challenges: generalization performance and restoration accuracy. We demonstrate that when methods are trained using complex, large-range degradations to enhance generalization, a decline in accuracy…

Cited by 24SourcePDFScholar
2023

DeSRA: Detect and Delete the Artifacts of GAN-based Real-World Super-Resolution Models

ICML 2023poster

Image super-resolution (SR) with generative adversarial networks (GAN) has achieved great success in restoring realistic details. However, it is notorious that GAN-based SR models will inevitably produce unpleasant and undesirable artifacts, especially in practical scenarios. Previous works typicall…

2023

DegAE: A New Pretraining Paradigm for Low-Level Vision

CVPR 2023highlight

Self-supervised pretraining has achieved remarkable success in high-level vision, but its application in low-level vision remains ambiguous and not well-established. What is the primitive intention of pretraining? What is the core problem of pretraining in low-level vision? In this paper, we aim to…

2023

Masked Image Training for Generalizable Deep Image Denoising

CVPR 2023poster

When capturing and storing images, devices inevitably introduce noise. Reducing this noise is a critical task called image denoising. Deep learning has become the de facto method for image denoising, especially with the emergence of Transformer-based models that have achieved notable state-of-the-ar…

2023

Mitigating Artifacts in Real-World Video Super-resolution Models

AAAI 2023technical

The recurrent structure is a prevalent framework for the task of video super-resolution, which models the temporal dependency between frames via hidden states. When applied to real-world scenarios with unknown and complex degradations, hidden states tend to contain unpleasant artifacts and propagate…

2023

Networks are Slacking Off: Understanding Generalization Problem in Image Deraining

NeurIPS 2023poster

Deep deraining networks consistently encounter substantial generalization issues when deployed in real-world applications, although they are successful in laboratory benchmarks. A prevailing perspective in deep learning encourages using highly complex data for training, with the expectation that ric…

Cited by 8SourcePDFScholar
2023

OSRT: Omnidirectional Image Super-Resolution With Distortion-Aware Transformer

CVPR 2023poster

Omnidirectional images (ODIs) have obtained lots of research interest for immersive experiences. Although ODIs require extremely high resolution to capture details of the entire scene, the resolutions of most ODIs are insufficient. Previous methods attempt to solve this issue by image super-resoluti…

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

AnimeRun: 2D Animation Visual Correspondence from Open Source 3D Movies

NeurIPS 2022accept

Visual correspondence of 2D animation is the core of many applications and deserves careful study. Existing correspondence datasets for 2D cartoon suffer from simple frame composition and monotonic movements, making them insufficient to simulate real animations. In this work, we present a new 2D an…

2022

Few-Shot Learning with Improved Local Representations via Bias Rectify Module

ICASSP 2022accepted

Recent approaches based on metric learning have achieved great progress in few-shot learning. However, most of them are limited to image-level representation manners, which fail to properly deal with the intra-class variations and spatial knowledge and thus produce undesirable performance. In this p…

Cited by 0SourceScholar
2022

GCFSR: A Generative and Controllable Face Super Resolution Method Without Facial and GAN Priors

CVPR 2022poster

Face image super resolution (face hallucination) usually relies on facial priors to restore realistic details and preserve identity information. Recent advances can achieve impressive results with the help of GAN prior. They either design complicated modules to modify the fixed GAN prior or adopt co…

Cited by 88PDFcodeScholar
2022

Metric Learning Based Interactive Modulation for Real-World Super-Resolution

ECCV 2022poster

"Interactive image restoration aims to restore images by adjusting several controlling coefficients, which determine the restoration strength. Existing methods are restricted in learning the controllable functions under the supervision of known degradation types and levels. They usually suffer from…

2022

Rethinking Alignment in Video Super-Resolution Transformers

NeurIPS 2022accept

The alignment of adjacent frames is considered an essential operation in video super-resolution (VSR). Advanced VSR models, including the latest VSR Transformers, are generally equipped with well-designed alignment modules. However, the progress of the self-attention mechanism may violate this commo…

2022

Semantic-Sparse Colorization Network for Deep Exemplar-Based Colorization

ECCV 2022poster

"Exemplar-based colorization approaches rely on reference image to provide plausible colors for target gray-scale image. The key and difficulty of exemplar-based colorization is to establish an accurate correspondence between these two images. Previous approaches have attempted to construct such a c…

2022

VQFR: Blind Face Restoration with Vector-Quantized Dictionary and Parallel Decoder

ECCV 2022poster

"Although generative facial prior and geometric prior have recently demonstrated high-quality results for blind face restoration, producing fine-grained facial details faithful to inputs remains a challenging problem. Motivated by the classical dictionary-based methods and the recent vector quantiza…

2021

BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond

CVPR 2021poster

Video super-resolution (VSR) approaches tend to have more components than the image counterparts as they need to exploit the additional temporal dimension. Complex designs are not uncommon. In this study, we wish to untangle the knots and reconsider some most essential components for VSR guided by f…

Cited by 598PDFScholar
2021

ClassSR: A General Framework to Accelerate Super-Resolution Networks by Data Characteristic

CVPR 2021poster

We aim at accelerating super-resolution (SR) networks on large images (2K-8K). The large images are usually decomposed into small sub-images in practical usages. Based on this processing, we found that different image regions have different restoration difficulties and can be processed by networks w…

Cited by 217PDFcodeScholar
2021

Finding Discriminative Filters for Specific Degradations in Blind Super-Resolution

NeurIPS 2021spotlight

Recent blind super-resolution (SR) methods typically consist of two branches, one for degradation prediction and the other for conditional restoration. However, our experiments show that a one-branch network can achieve comparable performance to the two-branch scheme. Then we wonder: how can one-bra…

Cited by 43SourcePDFScholar
2021

Graph-Based Tri-Attention Network for Answer Ranking in CQA

AAAI 2021technical

In community-based question answering (CQA) platforms, automatic answer ranking for a given question is critical for finding potentially popular answers in early times. The mainstream approaches learn to generate answer ranking scores based on the matching degree between question and answer represen…

2021

Understanding Deformable Alignment in Video Super-Resolution

AAAI 2021technical

Deformable convolution, originally proposed for the adaptation to geometric variations of objects, has recently shown compelling performance in aligning multiple frames and is increasingly adopted for video super-resolution. Despite its remarkable performance, its underlying mechanism for alignment…

Cited by 183SourcePDFScholar
2020

Conditional Sequential Modulation for Efficient Global Image Retouching

ECCV 2020poster

Photo retouching aims at enhancing the aesthetic visual quality of images that suffer from photographic defects such as over/under exposure, poor contrast, inharmonious saturation. Practically, photo retouching can be accomplished by a series of image processing operations. In this paper, we investi…

2020

Interactive Multi-Dimension Modulation with Dynamic Controllable Residual Learning for Image Restoration

ECCV 2020poster

Interactive image restoration aims to generate restored images by adjusting a controlling coefficient which determines the restoration level. Previous works are restricted in modulating image with a single coefficient. However, real images always contain multiple types of degradation, which cannot b…

2020

PIPAL: a Large-Scale Image Quality Assessment Dataset for Perceptual Image Restoration

ECCV 2020poster

Image quality assessment (IQA) is the key factor for the fast development of image restoration (IR) algorithms. The most recent IR methods based on Generative Adversarial Networks (GANs) have achieved significant improvement in visual performance, but also presented great challenges for quantitative…

Cited by 232SourcePDFScholar
2019

Deep Network Interpolation for Continuous Imagery Effect Transition

CVPR 2019poster

Deep convolutional neural network has demonstrated its capability of learning a deterministic mapping for the desired imagery effect. However, the large variety of user flavors motivates the possibility of continuous transition among different output effects. Unlike existing methods that require a s…

Cited by 109PDFScholar
2019

LAP-Net: Level-Aware Progressive Network for Image Dehazing

ICCV 2019poster

In this paper, we propose a level-aware progressive network (LAP-Net) for single image dehazing. Unlike previous multi-stage algorithms that generally learn in a coarse-to-fine fashion, each stage of LAP-Net learns different levels of haze with different supervision. Then the network can progressive…

Cited by 86PDFScholar
2019

RankSRGAN: Generative Adversarial Networks With Ranker for Image Super-Resolution

ICCV 2019oral

Generative Adversarial Networks (GAN) have demonstrated the potential to recover realistic details for single image super-resolution (SISR). To further improve the visual quality of super-resolved results, PIRM2018-SR Challenge employed perceptual metrics to assess the perceptual quality, such as PI…

Cited by 410PDFcodeScholar
2018

Crafting a Toolchain for Image Restoration by Deep Reinforcement Learning

CVPR 2018poster

We investigate a novel approach for image restoration by reinforcement learning. Unlike existing studies that mostly train a single large network for a specialized task, we prepare a toolbox consisting of small-scale convolutional networks of different complexities and specialized in different tasks…

Cited by 235SourcePDFScholar
2018

Recovering Realistic Texture in Image Super-Resolution by Deep Spatial Feature Transform

CVPR 2018poster

Despite that convolutional neural networks (CNN) have recently demonstrated high-quality reconstruction for single-image super-resolution (SR), recovering natural and realistic texture remains a challenging problem. In this paper, we show that it is possible to recover textures faithful to semantic…