← Search

Dayan Guan

15 accepted papers

2024

Efficient Test-Time Adaptation of Vision-Language Models

CVPR 2024poster

Test-time adaptation with pre-trained vision-language models has attracted increasing attention for tackling distribution shifts during the test time. Though prior studies have achieved very promising performance they involve intensive computation which is severely unaligned with test-time adaptatio…

2023

3D Semantic Segmentation in the Wild: Learning Generalized Models for Adverse-Condition Point Clouds

CVPR 2023poster

Robust point cloud parsing under all-weather conditions is crucial to level-5 autonomy in autonomous driving. However, how to learn a universal 3D semantic segmentation (3DSS) model is largely neglected as most existing benchmarks are dominated by point clouds captured under normal weather. We intro…

2023

Class-Independent Regularization for Learning with Noisy Labels

AAAI 2023technical

Training deep neural networks (DNNs) with noisy labels often leads to poorly generalized models as DNNs tend to memorize the noisy labels in training. Various strategies have been developed for improving sample selection precision and mitigating the noisy label memorization issue. However, most exis…

2022

Category Contrast for Unsupervised Domain Adaptation in Visual Tasks

CVPR 2022poster

Instance contrast for unsupervised representation learning has achieved great success in recent years. In this work, we explore the idea of instance contrastive learning in unsupervised domain adaptation (UDA) and propose a novel Category Contrast technique (CaCo) that introduces semantic priors on…

Cited by 199PDFcodeScholar
2022

Domain Adaptive Video Segmentation via Temporal Pseudo Supervision

ECCV 2022poster

"Video semantic segmentation has achieved great progress under the supervision of large amounts of labelled training data. However, domain adaptive video segmentation, which can mitigate data labelling constraints by adapting from a labelled source domain toward an unlabelled target domain, is large…

2022

Masked Generative Adversarial Networks are Data-Efficient Generation Learners

NeurIPS 2022accept

This paper shows that masked generative adversarial network (MaskedGAN) is robust image generation learners with limited training data. The idea of MaskedGAN is simple: it randomly masks out certain image information for effective GAN training with limited data. We develop two masking strategies tha…

Cited by 28SourcePDFScholar
2022

PolarMix: A General Data Augmentation Technique for LiDAR Point Clouds

NeurIPS 2022accept

LiDAR point clouds, which are usually scanned by rotating LiDAR sensors continuously, capture precise geometry of the surrounding environment and are crucial to many autonomous detection and navigation tasks. Though many 3D deep architectures have been developed, efficient collection and annotation…

2022

Transfer Learning from Synthetic to Real LiDAR Point Cloud for Semantic Segmentation

AAAI 2022technical

Knowledge transfer from synthetic to real data has been widely studied to mitigate data annotation constraints in various computer vision tasks such as semantic segmentation. However, the study focused on 2D images and its counterpart in 3D point clouds segmentation lags far behind due to the lack o…

2022

Unbiased Subclass Regularization for Semi-Supervised Semantic Segmentation

CVPR 2022poster

Semi-supervised semantic segmentation learns from small amounts of labelled images and large amounts of unlabelled images, which has witnessed impressive progress with the recent advance of deep neural networks. However, it often suffers from severe class-bias problem while exploring the unlabelled…

Cited by 65PDFcodeScholar
2021

Domain Adaptive Video Segmentation via Temporal Consistency Regularization

ICCV 2021poster

Video semantic segmentation is an essential task for the analysis and understanding of videos. Recent efforts largely focus on supervised video segmentation by learning from fully annotated data, but the learnt models often experience clear performance drop while applied to videos of a different dom…

Cited by 57PDFcodeScholar
2021

FSDR: Frequency Space Domain Randomization for Domain Generalization

CVPR 2021poster

Domain generalization aims to learn a generalizable model from a `known' source domain for various `unknown' target domains. It has been studied widely by domain randomization that transfers source images to different styles in spatial space for learning domain-agnostic features. However, most exist…

Cited by 308PDFcodeScholar
2021

Model Adaptation: Historical Contrastive Learning for Unsupervised Domain Adaptation without Source Data

NeurIPS 2021poster

Unsupervised domain adaptation aims to align a labeled source domain and an unlabeled target domain, but it requires to access the source data which often raises concerns in data privacy, data portability and data transmission efficiency. We study unsupervised model adaptation (UMA), or called Unsup…

Cited by 800SourcePDFScholar
2020

Contextual-Relation Consistent Domain Adaptation for Semantic Segmentation

ECCV 2020poster

Recent advances in unsupervised domain adaptation for semantic segmentation have shown great potentials to relieve the demand of expensive per-pixel annotations. However, most existing works address the domain discrepancy by aligning the data distributions of two domains at a global image level wher…