← Search

Li Gu

12 accepted papers

2026

Widget2Code: From Visual Widgets to UI Code via Multimodal LLMs

CVPR 2026

User interface to code (UI2Code) aims to generate executable code that can faithfully reconstruct a given input UI. Prior work focuses largely on web pages and mobile screens, leaving app widgets underexplored. Unlike web or mobile UIs with rich hierarchical context, widgets are compact, context-fre

Cited by 0SourcecodeScholar
2025

Learning to Adapt Frozen CLIP for Few-Shot Test-Time Domain Adaptation

ICLR 2025poster

Few-shot Test-Time Domain Adaptation focuses on adapting a model at test time to a specific domain using only a few unlabeled examples, addressing domain shift. Prior methods leverage CLIP's strong out-of-distribution (OOD) abilities by generating domain-specific prompts to guide its generalized, fr…

2025

MetaWriter: Personalized Handwritten Text Recognition Using Meta-Learned Prompt Tuning

CVPR 2025poster

Recent advancements in handwritten text recognition (HTR) have enabled the effective conversion of handwritten text to digital formats. However, achieving robust recognition across diverse writing styles remains challenging. Traditional HTR methods lack writer-specific personalization at test time d…

Cited by 0SourcePDFScholar
2025

Plug-in Feedback Self-adaptive Attention in CLIP for Training-free Open-Vocabulary Segmentation

ICCV 2025poster

CLIP exhibits strong visual-textual alignment but struggle with open-vocabulary segmentation due to poor localization. Prior methods enhance spatial coherence by modifying intermediate attention. But, this coherence isn't consistently propagated to the final output due to subsequent operations such…

2025

PointMAC: Meta-Learned Adaptation for Robust Test-Time Point Cloud Completion

NeurIPS 2025poster

Point cloud completion is essential for robust 3D perception in safety-critical applications such as robotics and augmented reality. However, existing models perform static inference and rely heavily on inductive biases learned during training, limiting their ability to adapt to novel structural pat…

Cited by 0SourceScholar
2024

Adapting to Distribution Shift by Visual Domain Prompt Generation

ICLR 2024poster

In this paper, we aim to adapt a model at test-time using a few unlabeled data to address distribution shifts. To tackle the challenges of extracting domain knowledge from a limited amount of data, it is crucial to utilize correlated information from pre-trained backbones and source domains. Previo…

2024

Distribution Alignment for Fully Test-Time Adaptation with Dynamic Online Data Streams

ECCV 2024poster

"Given a model trained on source data, Test-Time Adaptation (TTA) enables adaptation and inference in test data streams with domain shifts from the source. Current methods predominantly optimize the model for each incoming test data batch using self-training loss. While these methods yield commendab…

2022

Few-Shot Class-Incremental Learning via Entropy-Regularized Data-Free Replay

ECCV 2022poster

"Few-shot class-incremental learning (FSCIL) has been proposed aiming to enable a deep learning system to incrementally learn new classes with limited data. Recently, a pioneer claims that the commonly used replay-based method in class-incremental learning (CIL) is ineffective and thus not preferred…

2022

Meta-DMoE: Adapting to Domain Shift by Meta-Distillation from Mixture-of-Experts

NeurIPS 2022accept

In this paper, we tackle the problem of domain shift. Most existing methods perform training on multiple source domains using a single model, and the same trained model is used on all unseen target domains. Such solutions are sub-optimal as each target domain exhibits its own specialty, which is not…

2022

MetaFSCIL: A Meta-Learning Approach for Few-Shot Class Incremental Learning

CVPR 2022poster

In this paper, we tackle the problem of few-shot class incremental learning (FSCIL). FSCIL aims to incrementally learn new classes with only a few samples in each class. Most existing methods only consider the incremental steps at test time. The learning objective of these methods is often hand-engi…

Cited by 186PDFScholar
2019

DMM-Net: Differentiable Mask-Matching Network for Video Object Segmentation

ICCV 2019poster

In this paper, we propose the differentiable mask-matching network (DMM-Net) for solving the video object segmentation problem where the initial object masks are provided. Relying on the Mask R-CNN backbone, we extract mask proposals per frame and formulate the matching between object templates and…

Cited by 98PDFcodeScholar
2018

Adversarial Distillation of Bayesian Neural Network Posteriors

ICML 2018accepted

Bayesian neural networks (BNNs) allow us to reason about uncertainty in a principled way. Stochastic Gradient Langevin Dynamics (SGLD) enables efficient BNN learning by drawing samples from the BNN posterior using mini-batches. However, SGLD and its extensions require storage of many copies of the m…