← Search

Yanhui Guo

9 accepted papers

2026

Learning by Analogy: A Causal Framework for Compositional Generalization

CVPR 2026

Compositional generalization -- the ability to understand and generate novel combinations of learned concepts -- enables models to extend their capabilities beyond limited experiences. While effective, the data structures and principles that enable this crucial capability remain poorly understood. W

Cited by 0SourceScholar
2026

Temporal-Consistent Video Restoration with Pre-trained Diffusion Models

AAAI 2026technical

Video restoration (VR) aims to recover high-quality videos from degraded ones. Although recent zero-shot VR methods using pre-trained diffusion models (DMs) show good promise, they suffer from approximation errors during reverse diffusion and insufficient temporal consistency. Moreover, dealing with

Cited by 0SourcePDFScholar
2024

Q-Tuning: Queue-based Prompt Tuning for Lifelong Few-shot Language Learning

NAACL 2024findings

This paper introduces Q-tuning, a novel approach for continual prompt tuning that enables the lifelong learning of a pre-trained language model. When learning a new task, Q-tuning trains a task-specific prompt by adding it to a prompt queue consisting of the prompts from older tasks. To better trans…

Cited by 5SourcePDFScholar
2023

AND: Adversarial Neural Degradation for Learning Blind Image Super-Resolution

NeurIPS 2023poster

Learnt deep neural networks for image super-resolution fail easily if the assumed degradation model in training mismatches that of the real degradation source at the inference stage. Instead of attempting to exhaust all degradation variants in simulation, which is unwieldy and impractical, we propos…

Cited by 20SourcePDFScholar
2023

Decorate3D: Text-Driven High-Quality Texture Generation for Mesh Decoration in the Wild

NeurIPS 2023poster

This paper presents Decorate3D, a versatile and user-friendly method for the creation and editing of 3D objects using images. Decorate3D models a real-world object of interest by neural radiance field (NeRF) and decomposes the NeRF representation into an explicit mesh representation, a view-dependen…

2022

Parameter-Efficient Tuning Makes a Good Classification Head

EMNLP 2022main

In recent years, pretrained models revolutionized the paradigm of natural language understanding (NLU), where we append a randomly initialized classification head after the pretrained backbone, e.g. BERT, and finetune the whole model. As the pretrained backbone makes a major contribution to the impr…