← Search

Guangyao Chen

19 accepted papers

2026

Beyond Single-Speed Reasoning: Coordinating Fast and Slow Dynamics for Efficient World Modeling

AAAI 2026technical

Model-based reinforcement learning (MBRL) enables efficient decision-making by learning predictive world modelsof environment dynamics. Despite recent advances, existingmodels often struggle to reconcile accurate short-term transitions with coherent long-term planning, especially in partially observ

Cited by 0SourcePDFScholar
2026

Connecting the Dots: Training-Free Visual Grounding via Agentic Reasoning

AAAI 2026technical

Visual grounding, the task of linking textual queries to specific regions within images, plays a pivotal role in vision-language integration. Existing methods typically rely on extensive task-specific annotations and fine-tuning, limiting their ability to generalize effectively to novel or out-of-di

Cited by 0SourcePDFScholar
2026

Decoupling Template Bias in CLIP: Harnessing Empty Prompts for Enhanced Few-Shot Learning

AAAI 2026technical

The Contrastive Language-Image Pre-Training (CLIP) model excels in few-shot learning by aligning visual and textual representations. Our study shows that template-sample similarity (TSS), defined as the resemblance between a text template and an image sample, introduces bias. This bias leads the mod

Cited by 0SourcePDFScholar
2026

KTV: Keyframes and Key Tokens Selection for Efficient Training-Free Video LLMs

AAAI 2026technical

Training-free video understanding methods leverage the strong image comprehension capabilities of pre-trained vision language models (VLMs) by treating videos as a sequences of static frames, thus obviating the need for costly video-specific training. However, this paradigm often suffers from severe

Cited by 0SourcePDFScholar
2026

Mind the Discriminability Trap in Source-Free Cross-domain Few-shot Learning

CVPR 2026

Source-Free Cross-Domain Few-Shot Learning (SF-CDFSL) focuses on fine-tuning with limited training data from target domains (e.g., medical or satellite images), where Vision-Language Models (VLMs) such as CLIP and SigLIP have shown promising results. Current works in traditional visual models sugges

Cited by 0SourcecodeScholar
2026

Reclaiming Lost Text Layers for Source-Free Cross-Domain Few-Shot Learning

CVPR 2026

Source-Free Cross-Domain Few-Shot Learning (SF-CDFSL) focuses on fine-tuning with limited training data from target domains (e.g., medical or satellite images), where CLIP has recently shown promising results due to its generalizability to downstream tasks. Current works indicate CLIP's text encoder

Cited by 0SourcecodeScholar
2026

Start Small, Think Big: Curriculum-based Relative Policy Optimization for Visual Grounding

AAAI 2026technical

Chain-of-Thought (CoT) prompting has recently shown significant promise across various NLP and computer vision tasks by explicitly generating intermediate reasoning steps. However, we find that reinforcement learning (RL)-based fine-tuned CoT reasoning can paradoxically degrade performance in Visual

Cited by 0SourcePDFScholar
2025

Adapter Naturally Serves as Decoupler for Cross-Domain Few-Shot Semantic Segmentation

ICML 2025spotlight

Cross-domain few-shot segmentation (CD-FSS) is proposed to first pre-train the model on a source-domain dataset with sufficient samples, and then transfer the model to target-domain datasets where only a few training samples are available for efficient finetuning. There are majorly two challenges in…

Cited by 0SourcePDFScholar
2025

Diffusion-Classifier Synergy: Reward-Aligned Learning via Mutual Boosting Loop for FSCIL

NeurIPS 2025poster

Few-Shot Class-Incremental Learning (FSCIL) challenges models to sequentially learn new classes from minimal examples without forgetting prior knowledge, a task complicated by the stability-plasticity dilemma and data scarcity. Current FSCIL methods often struggle with generalization due to their re…

Cited by 0SourceScholar
2025

From Objects to Events: Unlocking Complex Visual Understanding in Object Detectors via LLM-guided Symbolic Reasoning

ICCV 2025poster

Current object detectors excel at entity localization and classification, yet exhibit inherent limitations in event recognition capabilities. This deficiency arises from their architecture's emphasis on discrete object identification rather than modeling the compositional reasoning, inter-object cor…

Cited by 0SourcePDFScholar
2025

Self-Disentanglement and Re-Composition for Cross-Domain Few-Shot Segmentation

ICML 2025poster

Cross-Domain Few-Shot Segmentation (CD-FSS) aims to transfer knowledge from a large-scale source-domain dataset to unseen target-domain datasets with limited annotated samples. Current methods typically compare the distance between training and testing samples for mask prediction. However, a problem…

Cited by 0SourcePDFScholar
2025

When Every Millisecond Counts: Real-Time Anomaly Detection via the Multimodal Asynchronous Hybrid Network

ICML 2025spotlight

Anomaly detection is essential for the safety and reliability of autonomous driving systems. Current methods often focus on detection accuracy but neglect response time, which is critical in time-sensitive driving scenarios. In this paper, we introduce real-time anomaly detection for autonomous driv…

Cited by 0SourcePDFScholar
2024

Adaptive Discovering and Merging for Incremental Novel Class Discovery

AAAI 2024technical

One important desideratum of lifelong learning aims to discover novel classes from unlabelled data in a continuous manner. The central challenge is twofold: discovering and learning novel classes while mitigating the issue of catastrophic forgetting of established knowledge. To this end, we introduc…

Cited by 12SourcePDFScholar
2024

AutoAgents: A Framework for Automatic Agent Generation

IJCAI 2024poster

Large language models (LLMs) have enabled remarkable advances in automated task-solving with multi-agent systems. However, most existing LLM-based multi-agent approaches rely on predefined agents to handle simple tasks, limiting the adaptability of multi-agent collaboration to different scenarios. T…

2024

Seek Commonality but Preserve Differences: Dissected Dynamics Modeling for Multi-modal Visual RL

NeurIPS 2024poster

Accurate environment dynamics modeling is crucial for obtaining effective state representations in visual reinforcement learning (RL) applications. However, when facing multiple input modalities, existing dynamics modeling methods (e.g., DeepMDP) usually stumble in addressing the complex and volatil…

Cited by 0SourcePDFScholar
2022

OpenOOD: Benchmarking Generalized Out-of-Distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection is vital to safety-critical machine learning applications and has thus been extensively studied, with a plethora of methods developed in the literature. However, the field currently lacks a unified, strictly formulated, and comprehensive benchmark, which often res…

2022

Spectrum Random Masking for Generalization in Image-based Reinforcement Learning

NeurIPS 2022accept

Generalization in image-based reinforcement learning (RL) aims to learn a robust policy that could be applied directly on unseen visual environments, which is a challenging task since agents usually tend to overfit to their training environment. To handle this problem, a natural approach is to incre…

Cited by 19SourcePDFScholar
2021

Amplitude-Phase Recombination: Rethinking Robustness of Convolutional Neural Networks in Frequency Domain

ICCV 2021poster

Recently, the generalization behavior of Convolutional Neural Networks (CNN) is gradually transparent through explanation techniques with the frequency components decomposition. However, the importance of the phase spectrum of the image for a robust vision system is still ignored. In this paper, we…

Cited by 127PDFcodeScholar
2020

Learning Open Set Network with Discriminative Reciprocal Points

ECCV 2020poster

Open set recognition is an emerging research area that aims to simultaneously classify samples from predefined classes and identify the rest as 'unknown'. In this process, one of the key challenges is to reduce the risk of generalizing the inherent characteristics of numerous unknown samples learned…

Cited by 266SourcePDFScholar