← Search

Guo-Sen Xie

29 accepted papers

2026

Beyond Text Prompts: Precise Concept Erasure through Text-Image Collaboration

CVPR 2026

Text-to-image generative models have achieved impressive fidelity and diversity, but can inadvertently produce unsafe or undesirable content due to implicit biases embedded in large-scale training datasets.Existing concept erasure methods, whether text-only or image-assisted, face trade-offs: textua

Cited by 0SourceScholar
2026

Condensed Test-Time Adaptation of VLMs for Action Recognition

CVPR 2026

Test-time adaptation for video understanding, which enables vision-language models (VLMs) to generalize to downstream tasks such as action recognition, has demonstrated substantial value in real-world applications. Existing memory-based methods typically build a visual cache from high-confidence tes

Cited by 0SourceScholar
2026

HiTeA: Hierarchical Temporal Alignment for Training-Free Long-Video Temporal Grounding

ICLR 2026poster

Temporal grounding in long, untrimmed videos is critical for real-world video understanding, yet it remains a challenging task owing to complex temporal structures and pervasive visual redundancy. Existing methods rely heavily on supervised training with task-specific annotations, which inherently l…

Cited by 0SourceScholar
2026

History to Future: Evolving Agent with Experience and Thought for Zero-shot Vision-and-Language Navigation

CVPR 2026

Vision-and-Language Navigation in Continuous Environment (VLN-CE) requires an agent to follow language instructions to navigate the target destination. With the advancement of large language models (LLMs), recent efforts have explored adapting them for zero-shot VLN-CE, offering a promising solution

Cited by 0SourceScholar
2026

ReAlign: Text-to-Motion Generation via Step-Aware Reward-Guided Alignment

AAAI 2026technical

Text-to-motion generation, which synthesizes 3D human motions from text inputs, holds immense potential for applications in gaming, film, and robotics. Recently, diffusion-based methods have been shown to generate more diversity and realistic motion. However, there exists a misalignment between text

Cited by 0SourcePDFScholar
2026

TD-VAD: Breaking Visual Dependence in Video Anomaly Detection with Text-Driven Learning

ICML 2026poster

Visual data is typically a prerequisite for training existing video anomaly detection (VAD) methods. However, obtaining sufficient annotated anomaly data for training is challenging and not scalable due to the rarity of anomaly data and the wide variety of abnormal events. In this work, we advocate …

Cited by 0SourceScholar
2025

3D-aware Select, Expand, and Squeeze Token for Aerial Action Recognition

AAAI 2025technical

Aerial Action Recognition (AAR) in videos captured by Unmanned Aerial Vehicles (UAVs) plays a vital role in numerous applications. However, current methods related to traditional action recognition primarily cater to fixed or near cameras, and rarely consider the movement disturbance of UAVs, includ…

Cited by 0SourcePDFScholar
2025

A Conditional Probability Framework for Compositional Zero-shot Learning

ICCV 2025poster

Compositional Zero-Shot Learning (CZSL) aims to recognize unseen combinations of known objects and attributes by leveraging knowledge from previously seen compositions. Traditional approaches primarily focus on disentangling attributes and objects, treating them as independent entities during learni…

Cited by 0SourcePDFScholar
2025

Kernel-Aware Graph Prompt Learning for Few-Shot Anomaly Detection

AAAI 2025technical

Few-shot anomaly detection (FSAD) aims to detect unseen anomaly regions with the guidance of very few normal support images from the same class. Existing FSAD methods usually find anomalies by directly designing complex text prompts to align them with visual features under the prevailing large visio…

2025

SAM-Aware Graph Prompt Reasoning Network for Cross-Domain Few-Shot Segmentation

AAAI 2025technical

The primary challenge of cross-domain few-shot segmentation (CD-FSS) is the domain disparity between the training and inference phases, which can exist in either the input data or the target classes. Previous models struggle to learn feature representations that generalize to various unknown domains…

2025

Tensor-aggregated LoRA in Federated Fine-tuning

ICCV 2025poster

The combination of Large Language Models (LLMs) and Federated Learning (FL) to leverage privacy-preserving data has emerged as a promising approach to further enhance the Parameter-Efficient Fine-Tuning (PEFT) capabilities of LLMs. In real-world FL settings with resource heterogeneity, the training…

Cited by 0SourcePDFScholar
2025

USDRL: Unified Skeleton-Based Dense Representation Learning with Multi-Grained Feature Decorrelation

AAAI 2025technical

Contrastive learning has achieved great success in skeleton-based representation learning recently. However, the prevailing methods are predominantly negative-based, necessitating additional momentum encoder and memory bank to get negative samples, which increases the difficulty of model training. F…

2025

You Only Communicate Once: One-shot Federated Low-Rank Adaptation of MLLM

NeurIPS 2025poster

Multimodal Large Language Models (MLLMs) with Federated Learning (FL) can quickly adapt to privacy-sensitive tasks, but face significant challenges such as high communication costs and increased attack risks, due to their reliance on multi-round communication. To address this, One-shot FL (OFL) has…

Cited by 0SourcecodeScholar
2024

Label-Efficient Few-Shot Semantic Segmentation with Unsupervised Meta-Training

AAAI 2024technical

The goal of this paper is to alleviate the training cost for few-shot semantic segmentation (FSS) models. Despite that FSS in nature improves model generalization to new concepts using only a handful of test exemplars, it relies on strong supervision from a considerable amount of labeled training da…

2023

Learning Anchor Transformations for 3D Garment Animation

CVPR 2023poster

This paper proposes an anchor-based deformation model, namely AnchorDEF, to predict 3D garment animation from a body motion sequence. It deforms a garment mesh template by a mixture of rigid transformations with extra nonlinear displacements. A set of anchors around the mesh surface is introduced to…

Cited by 13SourcePDFScholar
2022

Dynamic Prototype Convolution Network for Few-Shot Semantic Segmentation

CVPR 2022poster

The key challenge for few-shot semantic segmentation (FSS) is how to tailor a desirable interaction among support and query features and/or their prototypes, under the episodic training scenario. Most existing FSS methods implement such support/query interactions by solely leveraging \it plain oper…

Cited by 111PDFScholar
2022

Hierarchical Feature Alignment Network for Unsupervised Video Object Segmentation

ECCV 2022poster

"Optical flow is an easily conceived and precious cue for advancing unsupervised video object segmentation (UVOS). Most of the previous methods directly extract and fuse the motion and appearance features for segmenting target objects in the UVOS setting. However, optical flow is intrinsically an in…

2022

MSDN: Mutually Semantic Distillation Network for Zero-Shot Learning

CVPR 2022poster

The key challenge of zero-shot learning (ZSL) is how to infer the latent semantic knowledge between visual and attribute features on seen classes, and thus achieving a desirable knowledge transfer to unseen classes. Prior works either simply align the global features of an image with its associated…

Cited by 177PDFcodeScholar
2022

Semantic Compression Embedding for Generative Zero-Shot Learning

IJCAI 2022poster

Generative methods have been successfully applied in zero-shot learning (ZSL) by learning an implicit mapping to alleviate the visual-semantic domain gaps and synthesizing unseen samples to handle the data imbalance between seen and unseen classes. However, existing generative methods simply use vis…

2022

TransZero: Attribute-Guided Transformer for Zero-Shot Learning

AAAI 2022technical

Zero-shot learning (ZSL) aims to recognize novel classes by transferring semantic knowledge from seen classes to unseen ones. Semantic knowledge is learned from attribute descriptions shared between different classes, which are strong prior for localization of object attribute for representing discr…

2021

Non-Salient Region Object Mining for Weakly Supervised Semantic Segmentation

CVPR 2021poster

Semantic segmentation aims to classify every pixel of an input image. Considering the difficulty of acquiring dense labels, researchers have recently been resorting to weak labels to alleviate the annotation burden of segmentation. However, existing works mainly concentrate on expanding the seed of…

Cited by 248PDFcodeScholar
2020

CDIMC-net: Cognitive Deep Incomplete Multi-view Clustering Network

IJCAI 2020poster

In recent years, incomplete multi-view clustering, which studies the challenging multi-view clustering problem on missing views, has received growing research interests. Although a series of methods have been proposed to address this issue, the following problems still exist: 1) Almost all of the ex…

Cited by 0SourcePDFScholar
2020

Region Graph Embedding Network for Zero-Shot Learning

ECCV 2020poster

Most of the existing Zero-Shot Learning (ZSL) approaches learn direct embeddings from global features or image parts (regions) to the semantic space, which, however, fail to capture the appearance relationships between different local regions within a single image. In this paper, to model the relati…

Cited by 195SourcePDFScholar
2020

Unsupervised Domain Adaptation with Noise Resistible Mutual-Training for Person Re-identification

ECCV 2020poster

Unsupervised domain adaptation (UDA) in the task of person re-identification (re-ID) is highly challenging due to large domain divergence and no class overlap between domains. Pseudo-label based self-training is one of the representative techniques to address UDA. However, label noise caused by unsu…

Cited by 227SourcePDFScholar
2019

Attentive Region Embedding Network for Zero-Shot Learning

CVPR 2019poster

Zero-shot learning (ZSL) aims to classify images from unseen categories, by merely utilizing seen class images as the training data. Existing works on ZSL mainly leverage the global features or learn the global regions, from which, to construct the embeddings to the semantic space. However, few of t…

Cited by 351PDFScholar