← Search

Jianzhuang Liu

71 accepted papers

2026

TARA: Token-Aware LoRA for Composable Personalization in Diffusion Models

AAAI 2026technical

Personalized text-to-image generation aims to synthesize novel images of a specific subject or style using only a few reference images. Recent methods based on Low-Rank Adaptation (LoRA) enable efficient single-concept customization by injecting lightweight, concept-specific adapters into pre-traine

Cited by 0SourcePDFScholar
2026

Web-CogReasoner: Towards Knowledge-Induced Cognitive Reasoning for Web Agents

ICLR 2026poster

Multimodal large-scale models have significantly advanced the development of web agents, enabling them to perceive and interact with the digital environment in a manner analogous to human cognition. In this paper, we argue that web agents must first acquire sufficient knowledge to engage in cognitiv…

Cited by 0SourcecodeScholar
2025

DIVE: Taming DINO for Subject-Driven Video Editing

ICCV 2025poster

Building on the success of diffusion models in image generation and editing, video editing has recently gained substantial attention. However, maintaining temporal consistency and motion alignment still remains challenging. To address these issues, this paper proposes DINO-guided Video Editing (DIVE…

2025

Decoupling Appearance Variations with 3D Consistent Features in Gaussian Splatting

AAAI 2025technical

Gaussian Splatting has emerged as a prominent 3D representation in novel view synthesis, but it still suffers from appearance variations, which are caused by various factors, such as modern camera ISPs, different time of day, weather conditions, and local light changes. These variations can lead to…

Cited by 2SourcePDFScholar
2025

IPDreamer: Appearance-Controllable 3D Object Generation with Complex Image Prompts

ICLR 2025poster

Recent advances in 3D generation have been remarkable, with methods such as DreamFusion leveraging large-scale text-to-image diffusion-based models to guide 3D object generation. These methods enable the synthesis of detailed and photorealistic textured objects. However, the appearance of 3D objects…

2025

InfMasking: Unleashing Synergistic Information by Contrastive Multimodal Interactions

NeurIPS 2025spotlight

In multimodal representation learning, synergistic interactions between modalities not only provide complementary information but also create unique outcomes through specific interaction patterns that no single modality could achieve alone. Existing methods may struggle to effectively capture the fu…

Cited by 0SourcecodeScholar
2025

OccluGaussian: Occlusion-Aware Gaussian Splatting for Large Scene Reconstruction and Rendering

ICCV 2025poster

In large-scale scene reconstruction using 3D Gaussian splatting, it is common to partition the scene into multiple smaller regions and reconstruct them individually. However, existing division methods are occlusion-agnostic, meaning that each region may contain areas with severe occlusions. As a res…

2024

CoSeR: Bridging Image and Language for Cognitive Super-Resolution

CVPR 2024poster

Existing super-resolution (SR) models primarily focus on restoring local texture details often neglecting the global semantic information within the scene. This oversight can lead to the omission of crucial semantic details or the introduction of inaccurate textures during the recovery process. In o…

2024

Controllable Mind Visual Diffusion Model

AAAI 2024technical

Brain signal visualization has emerged as an active research area, serving as a critical interface between the human visual system and computer vision models. Diffusion-based methods have recently shown promise in analyzing functional magnetic resonance imaging (fMRI) data, including the reconstruct…

2024

MagicEraser: Erasing Any Objects via Semantics-Aware Control

ECCV 2024poster

"The traditional image inpainting task aims to restore corrupted regions by referencing surrounding background and foreground. However, the object erasure task, which is in increasing demand, aims to erase objects and generate harmonious background. Previous GAN-based inpainting methods struggle wit…

2024

MirrorGaussian: Reflecting 3D Gaussians for Reconstructing Mirror Reflections

ECCV 2024poster

"3D Gaussian Splatting showcases notable advancements in photo-realistic and real-time novel view synthesis. However, it faces challenges in modeling mirror reflections, which exhibit substantial appearance variations from different viewpoints. To tackle this problem, we present MirrorGaussian, the…

2024

UV-IDM: Identity-Conditioned Latent Diffusion Model for Face UV-Texture Generation

CVPR 2024poster

3D face reconstruction aims at generating high-fidelity 3D face shapes and textures from single-view or multi-view images. However current prevailing facial texture generation methods generally suffer from low-quality texture identity information loss and inadequate handling of occlusions. To solve…

2024

UniVoxel: Fast Inverse Rendering by Unified Voxelization of Scene Representation

ECCV 2024poster

"Typical inverse rendering methods focus on learning implicit neural scene representations by modeling the geometry, materials and illumination separately, which entails significant computations for optimization. In this work we design a Unified Voxelization framework for explicit learning of scene…

2024

VastGaussian: Vast 3D Gaussians for Large Scene Reconstruction

CVPR 2024poster

Existing NeRF-based methods for large scene reconstruction often have limitations in visual quality and rendering speed. While the recent 3D Gaussian Splatting works well on small-scale and object-centric scenes scaling it up to large scenes poses challenges due to limited video memory long optimiza…

Cited by 116SourcePDFScholar
2024

ZONE: Zero-Shot Instruction-Guided Local Editing

CVPR 2024poster

Recent advances in vision-language models like Stable Diffusion have shown remarkable power in creative image synthesis and editing.However most existing text-to-image editing methods encounter two obstacles: First the text prompt needs to be carefully crafted to achieve good results which is not in…

2023

Actional Atomic-Concept Learning for Demystifying Vision-Language Navigation

AAAI 2023technical

Vision-Language Navigation (VLN) is a challenging task which requires an agent to align complex visual observations to language instructions to reach the goal position. Most existing VLN agents directly learn to align the raw directional features and visual features trained using one-hot labels to l…

Cited by 5SourcePDFScholar
2023

CLIPPING: Distilling CLIP-Based Models With a Student Base for Video-Language Retrieval

CVPR 2023poster

Pre-training a vison-language model and then fine-tuning it on downstream tasks have become a popular paradigm. However, pre-trained vison-language models with the Transformer architecture usually take long inference time. Knowledge distillation has been an efficient technique to transfer the capabi…

Cited by 47SourcePDFScholar
2023

Cross-Level Distillation and Feature Denoising for Cross-Domain Few-Shot Classification

ICLR 2023poster

The conventional few-shot classification aims at learning a model on a large labeled base dataset and rapidly adapting to a target dataset that is from the same distribution as the base dataset. However, in practice, the base and the target datasets of few-shot classification are usually from differ…

2023

Few-Shot Learning With Visual Distribution Calibration and Cross-Modal Distribution Alignment

CVPR 2023poster

Pre-trained vision-language models have inspired much research on few-shot learning. However, with only a few training images, there exist two crucial problems: (1) the visual feature distributions are easily distracted by class-irrelevant information in images, and (2) the alignment between the vis…

2023

Generalizing Event-Based Motion Deblurring in Real-World Scenarios

ICCV 2023poster

Event-based motion deblurring has shown promising results by exploiting low-latency events. However, current approaches are limited in their practical usage, as they assume the same spatial resolution of inputs and specific blurriness distributions. This work addresses these limitations and aims to…

Cited by 29PDFcodeScholar
2023

HiVLP: Hierarchical Interactive Video-Language Pre-Training

ICCV 2023poster

Video-Language Pre-training (VLP) has become one of the most popular research topics in deep learning. However, compared to image-language pre-training, VLP has lagged far behind due to the lack of large amounts of video-text pairs. In this work, we train a VLP model with a hybrid of image-text and…

Cited by 6PDFScholar
2023

Implicit Diffusion Models for Continuous Super-Resolution

CVPR 2023poster

Image super-resolution (SR) has attracted increasing attention due to its wide applications. However, current SR methods generally suffer from over-smoothing and artifacts, and most work only with fixed magnifications. This paper introduces an Implicit Diffusion Model (IDM) for high-fidelity continu…

2023

Low-Light Image Enhancement with Illumination-Aware Gamma Correction and Complete Image Modelling Network

ICCV 2023poster

This paper presents a novel network structure with illumination-aware gamma correction and complete image modelling to solve the low-light image enhancement problem. Low-light environments usually lead to less informative large-scale dark areas, directly learning deep representations from low-light…

Cited by 37PDFScholar
2023

Low-Light Video Enhancement with Synthetic Event Guidance

AAAI 2023technical

Low-light video enhancement (LLVE) is an important yet challenging task with many applications such as photographing and autonomous driving. Unlike single image low-light enhancement, most LLVE methods utilize temporal information from adjacent frames to restore the color and remove the noise of the…

Cited by 29SourcePDFScholar
2023

MixReorg: Cross-Modal Mixed Patch Reorganization is a Good Mask Learner for Open-World Semantic Segmentation

ICCV 2023poster

Recently, semantic segmentation models trained with image-level text supervision have shown promising results in challenging open-world scenarios. However, these models still face difficulties in learning fine-grained semantic alignment at the pixel level and predicting accurate object masks. To add…

Cited by 19PDFScholar
2023

PIDRo: Parallel Isomeric Attention with Dynamic Routing for Text-Video Retrieval

ICCV 2023poster

Text-video retrieval is a fundamental task with high practical value in multi-modal research. Inspired by the great success of pre-trained image-text models with large-scale data, such as CLIP, many methods are proposed to transfer the strong representation learning capability of CLIP to text-video…

Cited by 19PDFScholar
2023

SmartAssign: Learning a Smart Knowledge Assignment Strategy for Deraining and Desnowing

CVPR 2023poster

Existing methods mainly handle single weather types. However, the connections of different weather conditions at deep representation level are usually ignored. These connections, if used properly, can generate complementary representations for each other to make up insufficient training data, obtain…

Cited by 23SourcePDFScholar
2023

ViewCo: Discovering Text-Supervised Segmentation Masks via Multi-View Semantic Consistency

ICLR 2023poster

Recently, great success has been made in learning visual representations from text supervision, facilitating the emergence of text-supervised semantic segmentation. However, existing works focus on pixel grouping and cross-modal semantic alignment, while ignoring the correspondence among multiple au…

2022

ADAPT: Vision-Language Navigation With Modality-Aligned Action Prompts

CVPR 2022poster

Vision-Language Navigation (VLN) is a challenging task that requires an embodied agent to perform action-level modality alignment, i.e., make instruction-asked actions sequentially in complex visual environments. Most existing VLN agents learn the instruction-path data directly and cannot sufficient…

Cited by 58PDFScholar
2022

Anti-Retroactive Interference for Lifelong Learning

ECCV 2022poster

"Humans can continuously learn new knowledge. However, machine learning models suffer from drastic dropping in performance on previous tasks after learning new tasks. Cognitive science points out that the competition of similar knowledge is an important cause of forgetting. In this paper, we design…

2022

CLIFF: Carrying Location Information in Full Frames into Human Pose and Shape Estimation

ECCV 2022poster

"Top-down methods dominate the field of 3D human pose and shape estimation, because they are decoupled from human detection and allow researchers to focus on the core problem. However, cropping, their first step, discards the location information from the very beginning, which makes themselves unabl…

2022

CoupAlign: Coupling Word-Pixel with Sentence-Mask Alignments for Referring Image Segmentation

NeurIPS 2022accept

Referring image segmentation aims at localizing all pixels of the visual objects described by a natural language sentence. Previous works learn to straightforwardly align the sentence embedding and pixel-level embedding for highlighting the referred objects, but ignore the semantic consistency of pi…

Cited by 33SourcePDFScholar
2022

Diversity Matters: Fully Exploiting Depth Clues for Reliable Monocular 3D Object Detection

CVPR 2022oral

As an inherently ill-posed problem, depth estimation from single images is the most challenging part of monocular 3D object detection (M3OD). Many existing methods rely on preconceived assumptions to bridge the missing spatial information in monocular images, and predict a sole depth value for every…

Cited by 78PDFScholar
2022

FNeVR: Neural Volume Rendering for Face Animation

NeurIPS 2022accept

Face animation, one of the hottest topics in computer vision, has achieved a promising performance with the help of generative models. However, it remains a critical challenge to generate identity preserving and photo-realistic images due to the sophisticated motion deformation and complex facial de…

2022

IntraQ: Learning Synthetic Images With Intra-Class Heterogeneity for Zero-Shot Network Quantization

CVPR 2022poster

Learning to synthesize data has emerged as a promising direction in zero-shot quantization (ZSQ), which represents neural networks by low-bit integer without accessing any of the real data. In this paper, we observe an interesting phenomenon of intra-class heterogeneity in real data and show that ex…

Cited by 96PDFcodeScholar
2022

Neural Architecture Search With Representation Mutual Information

CVPR 2022poster

Performance evaluation strategy is one of the most important factors that determine the effectiveness and efficiency in Neural Architecture Search (NAS). Existing strategies, such as employing standard training or performance predictor, often suffer from high computational complexity and low general…

Cited by 19PDFScholar
2022

RelCLIP: Adapting Language-Image Pretraining for Visual Relationship Detection via Relational Contrastive Learning

EMNLP 2022main

Conventional visual relationship detection models only use the numeric ids of relation labels for training, but ignore the semantic correlation between the labels, which leads to severe training biases and harms the generalization ability of representations. In this paper, we introduce compact langu…

2022

Self-Supervision Can Be a Good Few-Shot Learner

ECCV 2022poster

"Existing few-shot learning (FSL) methods rely on training with a large labeled dataset, which prevents them from leveraging abundant unlabeled data. From an information-theoretic perspective, we propose an effective unsupervised FSL method, learning representations with self-supervision. Following…

2022

SiamTrans: Zero-Shot Multi-Frame Image Restoration with Pre-trained Siamese Transformers

AAAI 2022technical

We propose a novel zero-shot multi-frame image restoration method for removing unwanted obstruction elements (such as rains, snow, and moire patterns) that vary in successive frames. It has three stages: transformer pre-training, zero-shot restoration, and hard patch refinement. Using the pre-traine…

Cited by 12SourcePDFScholar
2022

Uformer: A General U-Shaped Transformer for Image Restoration

CVPR 2022poster

In this paper, we present Uformer, an effective and efficient Transformer-based architecture for image restoration, in which we build a hierarchical encoder-decoder network using the Transformer block. In Uformer, there are two core designs. First, we introduce a novel locally-enhanced window (LeWin…

Cited by 1992PDFcodeScholar
2021

Domain General Face Forgery Detection by Learning to Weight

AAAI 2021technical

In this paper, we propose a domain-general model, termed learning-to-weight (LTW), that guarantees face detection performance across multiple domains, particularly the target domains that are never seen before. However, various face forgery methods cause complex and biased data distributions, making…

2021

Dual Distribution Alignment Network for Generalizable Person Re-Identification

AAAI 2021technical

Domain generalization (DG) offers a preferable real-world setting for Person Re-Identification (Re-ID), which trains a model using multiple source domain datasets and expects it to perform well in an unseen target domain without any model updating. Unfortunately, most DG approaches are designed expl…

Cited by 62SourcePDFScholar
2021

Multi-Source Domain Adaptation With Collaborative Learning for Semantic Segmentation

CVPR 2021poster

Multi-source unsupervised domain adaptation (MSDA) aims at adapting models trained on multiple labeled source domains to an unlabeled target domain. In this paper, we propose a novel multi-source domain adaptation framework based on collaborative learning for semantic segmentation. Firstly, a simple…

Cited by 106PDFScholar
2021

Multi-Target Domain Adaptation With Collaborative Consistency Learning

CVPR 2021poster

Recently unsupervised domain adaptation for the semantic segmentation task has become more and more popular due to the high-cost of pixel-level annotation on real-world images. However, most domain adaptation methods are only restricted to single-source-single-target pair, and can not be directly ex…

Cited by 108PDFcodeScholar
2021

Multiple Instance Active Learning for Object Detection

CVPR 2021poster

Despite the substantial progress of active learning for image recognition, there still lacks an instance-level active learning method specified for object detection. In this paper, we propose Multiple Instance Active Object Detection (MI-AOD), to select the most informative images for detector train…

Cited by 168PDFcodeScholar
2021

Neighbor2Neighbor: Self-Supervised Denoising From Single Noisy Images

CVPR 2021poster

In the last few years, image denoising has benefited a lot from the fast development of neural networks. However, the requirement of large amounts of noisy-clean image pairs for supervision limits the wide use of these models. Although there have been a few attempts in training an image denoising mo…

Cited by 451PDFcodeScholar
2021

Occlude Them All: Occlusion-Aware Attention Network for Occluded Person Re-ID

ICCV 2021poster

Person Re-Identification (ReID) has achieved remarkable performance along with the deep learning era. However, most approaches carry out ReID only based upon holistic pedestrian regions. In contrast, real-world scenarios involve occluded pedestrians, which provide partial visual appearances and dest…

Cited by 140PDFScholar
2021

ReCU: Reviving the Dead Weights in Binary Neural Networks

ICCV 2021poster

Binary neural networks (BNNs) have received increasing attention due to their superior reductions of computation and memory. Most existing works focus on either lessening the quantization error by minimizing the gap between the full-precision weights and their binarization or designing a gradient ap…

Cited by 114PDFcodeScholar
2021

Semi-Supervised Domain Adaptation Based on Dual-Level Domain Mixing for Semantic Segmentation

CVPR 2021poster

Data-driven based approaches, in spite of great success in many tasks, have poor generalization when applied to unseen image domains, and require expensive cost of annotation especially for dense pixel prediction tasks such as semantic segmentation. Recently, both unsupervised domain adaptation (UDA…

Cited by 79PDFScholar
2021

TRAR: Routing the Attention Spans in Transformer for Visual Question Answering

ICCV 2021poster

Due to the superior ability of global dependency modeling, Transformer and its variants have become the primary choice of many vision-and-language tasks. However, in tasks like Visual Question Answering (VQA) and Referring Expression Comprehension (REC), the multimodal prediction often requires visu…

Cited by 120PDFcodeScholar
2021

Towards Compact CNNs via Collaborative Compression

CVPR 2021poster

Channel pruning and tensor decomposition have received extensive attention in convolutional neural network compression. However, these two techniques are traditionally deployed in an isolated manner, leading to significant accuracy drop when pursuing high compression rates. In this paper, we propose…

Cited by 114PDFcodeScholar
2020

API-Net: Robust Generative Classifier via a Single Discriminator

ECCV 2020poster

Robustness of deep neural network classifiers has been attracting increased attention. As for the robust classification problem, a generative classifier typically models the distribution of inputs and labels, and thus can better handle off-manifold examples at the cost of a concise structure. On the…

2020

Large-Scale Few-Shot Learning via Multi-Modal Knowledge Discovery

ECCV 2020poster

Large-scale few-shot learning aims at identifying hundreds of novel object categories where each category has only a few samples. It is a challenging problem since (1) the identifying process is susceptible to over-fitting with limited samples of an object, and (2) the sample imbalance between a bas…

Cited by 43SourcePDFScholar
2020

Multiple Anchor Learning for Visual Object Detection

CVPR 2020poster

Classification and localization are two pillars of visual object detectors. However, in CNN-based detectors, these two modules are usually optimized under a fixed set of candidate (or anchor) bounding boxes. This configuration significantly limits the possibility to jointly optimize classification a…

Cited by 125PDFcodeScholar
2020

Noise-Aware Fully Webly Supervised Object Detection

CVPR 2020poster

We investigate the emerging task of learning object detectors with sole image-level labels on the web without requiring any other supervision like precise annotations or additional images from well-annotated benchmark datasets. Such a task, termed as fully webly supervised object detection, is extre…

Cited by 40PDFScholar
2020

Projection & Probability-Driven Black-Box Attack

CVPR 2020poster

Generating adversarial examples in a black-box setting retains a significant challenge with vast practical application prospects. In particular, existing black-box attacks suffer from the need for excessive queries, as it is non-trivial to find an appropriate direction to optimize in the high-dimens…

Cited by 58PDFcodeScholar
2020

Self-Adaptively Learning to Demoiré from Focused and Defocused Image Pairs

NeurIPS 2020poster

Moiré artifacts are common in digital photography, resulting from the interference between high-frequency scene content and the color filter array of the camera. Existing deep learning-based demoiréing methods trained on large scale datasets are limited in handling various complex moiré patterns, an…

Cited by 22SourcePDFScholar
2020

SketchyCOCO: Image Generation From Freehand Scene Sketches

CVPR 2020oral

We introduce the first method for automatic image generation from scene-level freehand sketches. Our model allows for controllable image generation by specifying the synthesis goal via freehand sketches. The key contribution is an attribute vector bridged Generative Adversarial Network called EdgeGA…

Cited by 151PDFScholar
2020

Wavelet-Based Dual-Branch Network for Image Demoiréing

ECCV 2020poster

When smartphone cameras are used to take photos of digital screens, usually moire patterns result, severely degrading photo quality. In this paper, we design a wavelet-based dual-branch network (WDNet) with a spatial attention mechanism for image demoireing. Existing image restoration methods workin…

Cited by 126SourcePDFScholar
2019

Circulant Binary Convolutional Networks: Enhancing the Performance of 1-Bit DCNNs With Circulant Back Propagation

CVPR 2019poster

The rapidly decreasing computation and memory cost has recently driven the success of many applications in the field of deep learning. Practical applications of deep learning in resource-limited hardware, such as embedded devices and smart phones, however, remain challenging. For binary convolutiona…

Cited by 94PDFScholar
2019

Exploiting Kernel Sparsity and Entropy for Interpretable CNN Compression

CVPR 2019poster

Compressing convolutional neural networks (CNNs) has received ever-increasing research focus. However, most existing CNN compression methods do not interpret their inherent structures to distinguish the implicit redundancy. In this paper, we investigate the problem of CNN compression from a novel in…

Cited by 177PDFcodeScholar
2019

Multinomial Distribution Learning for Effective Neural Architecture Search

ICCV 2019oral

Architectures obtained by Neural Architecture Search (NAS) have achieved highly competitive performance in various computer vision tasks. However, the prohibitive computation demand of forward-backward propagation in deep neural networks and searching algorithms makes it difficult to apply NAS in pr…

Cited by 134PDFcodeScholar
2015

A Maximum Entropy Feature Descriptor for Age Invariant Face Recognition

CVPR 2015poster

In this paper, we propose a new approach to overcome the representation and matching problems in age invariant face recognition. First, a new maximum entropy feature descriptor (MEFD) is developed that encodes the microstructure of facial images into a set of discrete codes in terms of maximum entro…

Cited by 130SourcePDFScholar