← Search

Kun Yan

16 accepted papers

2026

IRPM: Intergroup Relative Preference Modeling for Pointwise Generative Reward Models

ICML 2026poster

Generative Reward Models (GRMs) have demonstrated strong performance in reward modeling, due to their interpretability and potential for refinement through reinforcement learning (RL). However, widely used pairwise GRMs create a computational bottleneck in reinforcement learning from human feedback …

Cited by 0SourceScholar
2026

Qwen-Image-Layered: Towards Inherent Editability via Layer Decomposition

CVPR 2026

Recent visual generative models often struggle with consistency during image editing due to the entangled nature of raster images, where all visual content is fused into a single canvas. In contrast, professional design tools employ layered representations, allowing isolated edits while preserving c

Cited by 0SourcecodeScholar
2025

Galaxy Walker: Geometry-aware VLMs For Galaxy-scale Understanding

CVPR 2025highlight

Modern vision-language models (VLMs) develop patch embedding and convolution backbone within vector space, especially Euclidean ones, at the very founding. When expanding VLMs to a galaxy-scale for understanding astronomical phenomena, the integration of spherical space for planetary orbits and hype…

Cited by 0SourcePDFScholar
2025

Minimizing Labeled, Maximizing Unlabeled: An Image-Driven Approach for Video Instance Segmentation

CVPR 2025poster

Traditional video instance segmentation (VIS) models rely on extensive per-frame video annotations, which are both time-consuming and costly. In this paper, we present MinMaxVIS, a novel VIS framework that reduces the dependency on fully labeled video datasets by utilizing a small set of labeled ima…

Cited by 0SourcePDFScholar
2025

Taming Teacher Forcing for Masked Autoregressive Video Generation

CVPR 2025poster

We introduce MAGI, a hybrid video generation framework that combines masked modeling for intra-frame generation with causal modeling for next-frame generation. Our key innovation, Complete Teacher Forcing (CTF), conditions masked frames on complete observation frames rather than masked ones (namely…

Cited by 3SourcePDFScholar
2024

A Large-Scale Human-Centric Benchmark for Referring Expression Comprehension in the LMM Era

NeurIPS 2024poster

Prior research in human-centric AI has primarily addressed single-modality tasks like pedestrian detection, action recognition, and pose estimation. However, the emergence of large multimodal models (LMMs) such as GPT-4V has redirected attention towards integrating language with visual content. Refe…

2024

HORIZON: High-Resolution Semantically Controlled Panorama Synthesis

AAAI 2024technical

Panorama synthesis endeavors to craft captivating 360-degree visual landscapes, immersing users in the heart of virtual worlds. Nevertheless, contemporary panoramic synthesis techniques grapple with the challenge of semantically guiding the content generation process. Although recent breakthroughs i…

Cited by 0SourcePDFScholar
2024

Voila-A: Aligning Vision-Language Models with User's Gaze Attention

NeurIPS 2024spotlight

In recent years, the integration of vision and language understanding has led to significant advancements in artificial intelligence, particularly through Vision-Language Models (VLMs). However, existing VLMs face challenges in handling real-world applications with complex scenes and multiple object…

Cited by 10SourcePDFScholar
2023

CONE: An Efficient COarse-to-fiNE Alignment Framework for Long Video Temporal Grounding

ACL 2023long

This paper tackles an emerging and challenging problem of long video temporal grounding (VTG) that localizes video moments related to a natural language (NL) query. Compared with short videos, long videos are also highly demanded but less explored, which brings new challenges in higher inference com…

2023

Two-Shot Video Object Segmentation

CVPR 2023poster

Previous works on video object segmentation (VOS) are trained on densely annotated videos. Nevertheless, acquiring annotations in pixel level is expensive and time-consuming. In this work, we demonstrate the feasibility of training a satisfactory VOS model on sparsely annotated videos--we merely req…

2022

Inferring Prototypes for Multi-Label Few-Shot Image Classification with Word Vector Guided Attention

AAAI 2022technical

Multi-label few-shot image classification (ML-FSIC) is the task of assigning descriptive labels to previously unseen images, based on a small number of training examples. A key feature of the multi-label setting is that images often have multiple labels, which typically refer to different regions of…

Cited by 24SourcePDFScholar
2021

Control Image Captioning Spatially and Temporally

ACL 2021long

Generating image captions with user intention is an emerging need. The recently published Localized Narratives dataset takes mouse traces as another input to the image captioning task, which is an intuitive and efficient way for a user to control what to describe in the image. However, how to effect…

2021

Few-Shot Image Classification with Multi-Facet Prototypes

ICASSP 2021accepted

The aim of few-shot learning (FSL) is to learn how to recognize image categories from a small number of training examples. A central challenge is that the available training examples are normally insufficient to determine which visual features are most characteristic of the considered categories. To…

Cited by 0SourceScholar
2019

Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks

NeurIPS 2019poster

Filter pruning is one of the most effective ways to accelerate and compress convolutional neural networks (CNNs). In this work, we propose a global filter pruning algorithm called Gate Decorator, which transforms a vanilla CNN module by multiplying its output by the channel-wise scaling factors (i.e…