← Search

Yuhua Chen

15 accepted papers

2021

Analogical Image Translation for Fog Generation

AAAI 2021technical

Image-to-image translation is to map images from a given style to another given style. While exceptionally successful, current methods assume the availability of training images in both source and target domains, which does not always hold in practice. Inspired by humans' reasoning capability of ana…

Cited by 18SourcePDFScholar
2021

Cluster, Split, Fuse, and Update: Meta-Learning for Open Compound Domain Adaptive Semantic Segmentation

CVPR 2021poster

Open compound domain adaptation (OCDA) is a domain adaptation setting, where target domain is modeled as a compound of multiple unknown homogeneous domains, which brings the advantage of improved generalization to unseen domains. In this work, we propose a principled meta-learning based approach to…

Cited by 45PDFScholar
2021

Learning To Relate Depth and Semantics for Unsupervised Domain Adaptation

CVPR 2021poster

We present an approach for encoding visual task relationships to improve model performance in an Unsupervised Domain Adaptation (UDA) setting. Semantic segmentation and monocular depth estimation are shown to be complementary tasks; in a multi-task learning setting, a proper encoding of their relati…

Cited by 70PDFcodeScholar
2021

Three Ways To Improve Semantic Segmentation With Self-Supervised Depth Estimation

CVPR 2021poster

Training deep networks for semantic segmentation requires large amounts of labeled training data, which presents a major challenge in practice, as labeling segmentation masks is a highly labor-intensive process. To address this issue, we present a framework for semi-supervised semantic segmentation,…

Cited by 115PDFcodeScholar
2021

mDALU: Multi-Source Domain Adaptation and Label Unification With Partial Datasets

ICCV 2021poster

One challenge of object recognition is to generalize to new domains, to more classes and/or to new modalities. This necessitates methods to combine and reuse existing datasets that may belong to different domains, have partial annotations, and/or have different data modalities. This paper formulates…

Cited by 28PDFScholar
2019

Learning Semantic Segmentation From Synthetic Data: A Geometrically Guided Input-Output Adaptation Approach

CVPR 2019poster

As an alternative to manual pixel-wise annotation, synthetic data has been increasingly used for training semantic segmentation models. Such synthetic images and semantic labels can be easily generated from virtual 3D environments. In this work, we propose an approach to cross-domain semantic segmen…

Cited by 314PDFcodeScholar
2019

Self-Supervised Learning With Geometric Constraints in Monocular Video: Connecting Flow, Depth, and Camera

ICCV 2019poster

We present GLNet, a self-supervised framework for learning depth, optical flow, camera pose and intrinsic parameters from monocular video -- addressing the difficulty of acquiring realistic ground-truth for such tasks. We propose three contributions: 1) we design new loss functions that capture mult…

Cited by 317PDFScholar
2018

Blazingly Fast Video Object Segmentation With Pixel-Wise Metric Learning

CVPR 2018poster

This paper tackles the problem of video object segmentation, given some user annotation which indicates the object of interest. The problem is formulated as pixel-wise retrieval in a learned embedding space: we embed pixels of the same object instance into the vicinity of each other, using a fully…

Cited by 328SourcePDFScholar
2018

Domain Adaptive Faster R-CNN for Object Detection in the Wild

CVPR 2018poster

Object detection typically assumes that training and test data are drawn from an identical distribution, which, however, does not always hold in practice. Such a distribution mismatch will lead to a significant performance drop. In this work, we aim to improve the cross-domain robustness of object d…

2018

Evolved Policy Gradients

NeurIPS 2018spotlight

We propose a metalearning approach for learning gradient-based reinforcement learning (RL) algorithms. The idea is to evolve a differentiable loss function, such that an agent, which optimizes its policy to minimize this loss, will achieve high rewards. The loss is parametrized via temporal convolut…