← Search

Guoliang Kang

16 accepted papers

2026

A Style is Worth One Code: Unlocking Code-to-Style Image Generation with Discrete Style Space

CVPR 2026

Innovative visual stylization is a cornerstone of artistic creation, yet generating novel and consistent visual styles remains a significant challenge. Existing generative approaches typically rely on lengthy textual prompts, reference images, or parameter-efficient fine-tuning to guide style-aware

Cited by 0SourcecodeScholar
2025

Efficient and Accurate Prompt Optimization: the Benefit of Memory in Exemplar-Guided Reflection

ACL 2025long

Automatic prompt engineering aims to enhance the generation quality of large language models (LLMs). Recent works utilize feedbacks generated from erroneous cases to guide the prompt optimization. During inference, they may further retrieve several semantically-related exemplars and concatenate them…

2024

Tuning-Free Inversion-Enhanced Control for Consistent Image Editing

AAAI 2024technical

Consistent editing of real images is a challenging task, as it requires performing non-rigid edits (e.g., changing postures) to the main objects in the input image without changing their identity or attributes. To guarantee consistent attributes, some existing methods fine-tune the entire model or t…

Cited by 12SourcePDFScholar
2023

Adversarially Masking Synthetic To Mimic Real: Adaptive Noise Injection for Point Cloud Segmentation Adaptation

CVPR 2023poster

This paper considers the synthetic-to-real adaptation of point cloud semantic segmentation, which aims to segment the real-world point clouds with only synthetic labels available. Contrary to synthetic data which is integral and clean, point clouds collected by real-world sensors typically contain u…

Cited by 15SourcePDFScholar
2023

SLCA: Slow Learner with Classifier Alignment for Continual Learning on a Pre-trained Model

ICCV 2023poster

The goal of continual learning is to improve the performance of recognition models in learning sequentially arrived data. Although most existing works are established on the premise of learning from scratch, growing efforts have been devoted to incorporating the benefits of pre-training. However, ho…

Cited by 148PDFcodeScholar
2021

Few-Shot Segmentation via Cycle-Consistent Transformer

NeurIPS 2021poster

Few-shot segmentation aims to train a segmentation model that can fast adapt to novel classes with few exemplars. The conventional training paradigm is to learn to make predictions on query images conditioned on the features from support images. Previous methods only utilized the semantic-level prot…

2020

Content-Consistent Matching for Domain Adaptive Semantic Segmentation

ECCV 2020poster

This paper considers the adaptation of semantic segmentation from the synthetic source domain to the real target domain. Different from most previous explorations that often aim at developing adversarial-based domain alignment solutions, we tackle this challenging task from a new perspective, mph{i.…

2020

Pixel-Level Cycle Association: A New Perspective for Domain Adaptive Semantic Segmentation

NeurIPS 2020oral

Domain adaptive semantic segmentation aims to train a model performing satisfactory pixel-level predictions on the target with only out-of-domain (source) annotations. The conventional solution to this task is to minimize the discrepancy between source and target to enable effective knowledge transf…

2019

Contrastive Adaptation Network for Unsupervised Domain Adaptation

CVPR 2019poster

Unsupervised Domain Adaptation (UDA) makes predictions for the target domain data while manual annotations are only available in the source domain. Previous methods minimize the domain discrepancy neglecting the class information, which may lead to misalignment and poor generalization performance. T…

Cited by 1190PDFcodeScholar
2018

Deep Adversarial Attention Alignment for Unsupervised Domain Adaptation: the Benefit of Target Expectation Maximization

ECCV 2018poster

In this paper, we make two contributions to unsupervised domain adaptation (UDA) using the convolutional neural network (CNN). First, our approach transfers knowledge in all the convolutional layers through attention alignment. Most previous methods align high-level representations, e.g., activation…

Cited by 162SourcePDFScholar
2018

Image-Image Domain Adaptation With Preserved Self-Similarity and Domain-Dissimilarity for Person Re-Identification

CVPR 2018poster

Person re-identification (re-ID) models trained on one domain often fail to generalize well to another. In our attempt, we present a ``learning via translation'' framework. In the baseline, we translate the labeled images from source to target domain in an unsupervised manner. We then train re-ID mo…

Cited by 1224SourcePDFScholar
2018

Self-produced Guidance for Weakly-supervised Object Localization

ECCV 2018poster

Weakly supervised methods usually generate localization results based on attention maps produced by classification networks. However, the attention maps exhibit the most discriminative parts of the object which are small and sparse. We propose to generate Self-produced Guidance (SPG) masks which sep…