← Search

Yaoyao Liu

15 accepted papers

2024

Generating Images with 3D Annotations Using Diffusion Models

ICLR 2024spotlight

Diffusion models have emerged as a powerful generative method, capable of producing stunning photo-realistic images from natural language descriptions. However, these models lack explicit control over the 3D structure in the generated images. Consequently, this hinders our ability to obtain detailed…

Cited by 6SourcePDFScholar
2024

HDR-GS: Efficient High Dynamic Range Novel View Synthesis at 1000x Speed via Gaussian Splatting

NeurIPS 2024poster

High dynamic range (HDR) novel view synthesis (NVS) aims to create photorealistic images from novel viewpoints using HDR imaging techniques. The rendered HDR images capture a wider range of brightness levels containing more details of the scene than normal low dynamic range (LDR) images. Existing HD…

2024

ImageNet3D: Towards General-Purpose Object-Level 3D Understanding

NeurIPS 2024poster

A vision model with general-purpose object-level 3D understanding should be capable of inferring both 2D (*e.g.*, class name and bounding box) and 3D information (*e.g.*, 3D location and 3D viewpoint) for arbitrary rigid objects in natural images. This is a challenging task, as it involves inferring…

2024

iNeMo: Incremental Neural Mesh Models for Robust Class-Incremental Learning

ECCV 2024poster

"Different from human nature, it is still common practice today for vision tasks to train deep learning models only initially and on fixed datasets. A variety of approaches have recently addressed handling continual data streams. However, extending these methods to manage out-of-distribution (OOD) s…

2023

Class-Incremental Exemplar Compression for Class-Incremental Learning

CVPR 2023poster

Exemplar-based class-incremental learning (CIL) finetunes the model with all samples of new classes but few-shot exemplars of old classes in each incremental phase, where the "few-shot" abides by the limited memory budget. In this paper, we break this "few-shot" limit based on a simple yet surprisin…

2023

Continual Detection Transformer for Incremental Object Detection

CVPR 2023poster

Incremental object detection (IOD) aims to train an object detector in phases, each with annotations for new object categories. As other incremental settings, IOD is subject to catastrophic forgetting, which is often addressed by techniques such as knowledge distillation (KD) and exemplar replay (ER…

Cited by 87SourcePDFScholar
2023

Online Hyperparameter Optimization for Class-Incremental Learning

AAAI 2023technical

Class-incremental learning (CIL) aims to train a classification model while the number of classes increases phase-by-phase. An inherent challenge of CIL is the stability-plasticity tradeoff, i.e., CIL models should keep stable to retain old knowledge and keep plastic to absorb new knowledge. However…

2020

Mnemonics Training: Multi-Class Incremental Learning Without Forgetting

CVPR 2020oral

Multi-Class Incremental Learning (MCIL) aims to learn new concepts by incrementally updating a model trained on previous concepts. However, there is an inherent trade-off to effectively learning new concepts without catastrophic forgetting of previous ones. To alleviate this issue, it has been propo…

Cited by 454PDFcodeScholar
2019

Learning to Self-Train for Semi-Supervised Few-Shot Classification

NeurIPS 2019poster

Few-shot classification (FSC) is challenging due to the scarcity of labeled training data (e.g. only one labeled data point per class). Meta-learning has shown to achieve promising results by learning to initialize a classification model for FSC. In this paper we propose a novel semi-supervised meta…