← Search

Guikun Chen

10 accepted papers

2026

Deep Ensemble Clustering for Visual Representation Learning

ICML 2026poster

Recent advances in visual representation learning have seen the rise of clustering-based vision backbones, which adopt clustering as a core paradigm for feature extraction. However, existing clustering-based backbones typically rely on a single clustering algorithm, whose inherent inductive bias lim…

Cited by 0SourceScholar
2025

Do as We Do, Not as You Think: the Conformity of Large Language Models

ICLR 2025oral

Recent advancements in large language models (LLMs) revolutionize the field of intelligent agents, enabling collaborative multi-agent systems capable of tackling complex problems across various domains. However, the potential of conformity within these systems, analogous to phenomena like conformity…

2025

Hydra-SGG: Hybrid Relation Assignment for One-stage Scene Graph Generation

ICLR 2025poster

DETR introduces a simplified one-stage framework for scene graph generation (SGG) but faces challenges of sparse supervision and false negative samples. The former occurs because each image typically contains fewer than 10 relation annotations, while DETR-based SGG models employ over 100 relation qu…

Cited by 4SourcePDFScholar
2025

TAGA: Self-supervised Learning for Template-free Animatable Gaussian Articulated Model

CVPR 2025poster

Decoupling from customized parametric templates represents a crucial step toward the creation of fully flexible, animatable articulated models. While existing template-free methods can achieve high-fidelity reconstruction in observed views, they struggle to recover plausible canonical models, result…

2024

DoraemonGPT: Toward Understanding Dynamic Scenes with Large Language Models (Exemplified as A Video Agent)

ICML 2024poster

Recent LLM-driven visual agents mainly focus on solving image-based tasks, which limits their ability to understand dynamic scenes, making it far from real-life applications like guiding students in laboratory experiments and identifying their mistakes. Hence, this paper explores DoraemonGPT, a comp…

2023

Compositional Feature Augmentation for Unbiased Scene Graph Generation

ICCV 2023poster

Scene Graph Generation (SGG) aims to detect all the visual relation triplets <sub, pred, obj> in a given image. With the emergence of various advanced techniques for better utilizing both the intrinsic and extrinsic information in each relation triplet, SGG has achieved great progress over the recen…

Cited by 44PDFcodeScholar
2023

Zero-shot Visual Relation Detection via Composite Visual Cues from Large Language Models

NeurIPS 2023poster

Pretrained vision-language models, such as CLIP, have demonstrated strong generalization capabilities, making them promising tools in the realm of zero-shot visual recognition. Visual relation detection (VRD) is a typical task that identifies relationship (or interaction) types between object pairs…