← Search

Rui Qian

33 accepted papers

2026

CogStream: Context-guided Streaming Video Question Answering

AAAI 2026technical

Despite advancements in Video Large Language Models (Vid-LLMs) improving multimodal understanding, challenges persist in streaming video reasoning due to its reliance on contextual information. Existing paradigms feed all available historical contextual information into Vid-LLMs, resulting in a sign

Cited by 0SourcePDFScholar
2026

MANZANO: A Simple and Scalable Unified Multimodal Model with a Hybrid Vision Tokenizer

ICLR 2026poster

Unified multimodal Large Language Models (LLMs) that can both understand and generate visual content hold immense potential. However, existing open-source models often suffer from a performance trade-off between these capabilities. We present Manzano, a simple and scalable unified framework that sub…

Cited by 0SourceScholar
2026

SplatSSC: Decoupled Depth-Guided Gaussian Splatting for Semantic Scene Completion

AAAI 2026technical

Monocular 3D Semantic Scene Completion (SSC) is a challenging yet promising task that aims to infer dense geometric and semantic descriptions of a scene from a single image. While recent object-centric paradigms significantly improve efficiency by leveraging flexible 3D Gaussian primitives, they sti

Cited by 0SourcePDFScholar
2026

TGSFormer: Scalable Temporal Gaussian Splatting for Embodied Semantic Scene Completion

CVPR 2026

Embodied 3D Semantic Scene Completion (SSC) infers dense geometry and semantics from continuous egocentric observations. Most existing Gaussian-based methods rely on random initialization of many primitives within predefined spatial bounds, resulting in redundancy and poor scalability to unbounded s

Cited by 0SourcecodeScholar
2026

UGround: Towards Unified Visual Grounding with Unrolled Transformers

ICML 2026poster

We present UGround, a **U**nified visual **Ground**ing paradigm that dynamically selects intermediate layers across **U**nrolled transformers as "mask as prompt'', diverging from the prevailing pipeline that leverages the fixed last hidden layer as "$\texttt{\}$ as prompt''. UGround addresses two pr…

Cited by 0SourceScholar
2025

CAR-Flow: Condition-Aware Reparameterization Aligns Source and Target for Better Flow Matching

NeurIPS 2025spotlight

Conditional generative modeling aims to learn a conditional data distribution from samples containing data-condition pairs. For this, diffusion and flow-based methods have attained compelling results. These methods use a learned (flow) model to transport an initial standard Gaussian noise that ignor…

Cited by 0SourceScholar
2025

Dispider: Enabling Video LLMs with Active Real-Time Interaction via Disentangled Perception, Decision, and Reaction

CVPR 2025poster

Active Real-time interaction with video LLMs introduces a new paradigm for human-computer interaction, where the model not only understands user intent but also responds while continuously processing streaming video on the fly. Unlike offline video LLMs, which analyze the entire video before answeri…

2025

OVO-Bench: How Far is Your Video-LLMs from Real-World Online Video Understanding?

CVPR 2025poster

Temporal Awareness, the ability to reason dynamically based on the timestamp when a question is raised, is the key distinction between offline and online video LLMs. Unlike offline models, which rely on complete videos for static, post hoc analysis, online models process video streams incrementally…

2025

SAM2Long: Enhancing SAM 2 for Long Video Segmentation with a Training-Free Memory Tree

ICCV 2025poster

The Segment Anything Model 2 (SAM 2) has emerged as a powerful foundation model for object segmentation in both images and videos. The crucial design of SAM 2 for video segmentation is its memory module, which prompts object-aware memories from previous frames for current frame prediction. However,…

2025

SolEval: Benchmarking Large Language Models for Repository-level Solidity Smart Contract Generation

EMNLP 2025

Large language models (LLMs) have transformed code generation.However, most existing approaches focus on mainstream languages such as Python and Java, neglecting the Solidity language, the predominant programming language for Ethereum smart contracts.Due to the lack of adequate benchmarks for Solidi

2025

SongComposer: A Large Language Model for Lyric and Melody Generation in Song Composition

ACL 2025long

Creating lyrics and melodies for the vocal track in a symbolic format, known as song composition, demands expert musical knowledge of melody, an advanced understanding of lyrics, and precise alignment between them. Despite achievements in sub-tasks such as lyric generation, lyric-to-melody, and melo…

2024

Betrayed by Attention: A Simple yet Effective Approach for Self-supervised Video Object Segmentation

ECCV 2024poster

"In this paper, we propose a simple yet effective approach for self-supervised video object segmentation (VOS). Previous self-supervised VOS techniques majorly resort to auxiliary modalities or utilize iterative slot attention to assist in object discovery, which restricts their general applicabilit…

2024

Streaming Long Video Understanding with Large Language Models

NeurIPS 2024poster

This paper presents VideoStreaming, an advanced vision-language large model (VLLM) for video understanding, that capably understands arbitrary-length video with a constant number of video tokens streamingly encoded and adaptively selected. The challenge of video understanding in the vision language…

Cited by 44SourcePDFScholar
2024

VideoPrism: A Foundational Visual Encoder for Video Understanding

ICML 2024poster

We introduce VideoPrism, a general-purpose video encoder that tackles diverse video understanding tasks with a single frozen model. We pretrain VideoPrism on a heterogeneous corpus containing 36M high-quality video-caption pairs and 582M video clips with noisy parallel text (e.g., ASR transcripts).…

Cited by 109SourcePDFScholar
2023

Prune Spatio-temporal Tokens by Semantic-aware Temporal Accumulation

ICCV 2023poster

Transformers have become the primary backbone of the computer vision community due to their impressive performance. However, the unfriendly computation cost impedes their potential in the video recognition domain. To optimize the speed-accuracy trade-off, we propose Semantic-aware Temporal Accumulat…

Cited by 24PDFcodeScholar
2023

Semantics Meets Temporal Correspondence: Self-supervised Object-centric Learning in Videos

ICCV 2023poster

Self-supervised methods have shown remarkable progress in learning high-level semantics and low-level temporal correspondence. Building on these results, we take one step further and explore the possibility of integrating these two features to enhance object-centric representations. Our preliminary…

Cited by 19PDFcodeScholar
2023

Taming Diffusion Models for Audio-Driven Co-Speech Gesture Generation

CVPR 2023poster

Animating virtual avatars to make co-speech gestures facilitates various applications in human-machine interaction. The existing methods mainly rely on generative adversarial networks (GANs), which typically suffer from notorious mode collapse and unstable training, thus making it difficult to learn…

2022

Contextualized Spatio-Temporal Contrastive Learning With Self-Supervision

CVPR 2022poster

Modern self-supervised learning algorithms typically enforce persistency of instance representations across views. While being very effective on learning holistic image and video representations, such an objective becomes suboptimal for learning spatio-temporally fine-grained features in videos, whe…

Cited by 28PDFcodeScholar
2022

Exploring Fine-Grained Audiovisual Categorization with the SSW60 Dataset

ECCV 2022poster

"We present a new benchmark dataset, Sapsucker Woods 60 (SSW60), for advancing research on audiovisual fine-grained categorization. While our community has made great strides in fine-grained visual categorization on images, the counterparts in audio and video fine-grained categorization are relative…

2022

Learning Hierarchical Cross-Modal Association for Co-Speech Gesture Generation

CVPR 2022poster

Generating speech-consistent body and gesture movements is a long-standing problem in virtual avatar creation. Previous studies often synthesize pose movement in a holistic manner, where poses of all joints are generated simultaneously. Such a straightforward pipeline fails to generate fine-grained…

Cited by 138PDFcodeScholar
2022

Motion-Aware Contrastive Video Representation Learning via Foreground-Background Merging

CVPR 2022poster

In light of the success of contrastive learning in the image domain, current self-supervised video representation learning methods usually employ contrastive loss to facilitate video representation learning. When naively pulling two augmented views of a video closer, the model however tends to learn…

Cited by 71PDFcodeScholar
2022

Static and Dynamic Concepts for Self-Supervised Video Representation Learning

ECCV 2022poster

"In this paper, we propose a novel learning scheme for self-supervised video representation learning. Motivated by how humans understand videos, we propose to first learn general visual concepts then attend to discriminative local areas for video understanding. Specifically, we utilize static frame…

2022

TA2N: Two-Stage Action Alignment Network for Few-Shot Action Recognition

AAAI 2022technical

Few-shot action recognition aims to recognize novel action classes (query) using just a few samples (support). The majority of current approaches follow the metric learning paradigm, which learns to compare the similarity between videos. Recently, it has been observed that directly measuring this si…

2022

Visual Sound Localization in the Wild by Cross-Modal Interference Erasing

AAAI 2022technical

The task of audiovisual sound source localization has been well studied under constrained scenes, where the audio recordings are clean. However, in real world scenarios, audios are usually contaminated by off screen sound and background noise. They will interfere with the procedure of identifying de…

2021

Enhancing Self-Supervised Video Representation Learning via Multi-Level Feature Optimization

ICCV 2021poster

The crux of self-supervised video representation learning is to build general features from unlabeled videos. However, most recent works have mainly focused on high-level semantics and neglected lower-level representations and their temporal relationship which are crucial for general video understan…

Cited by 34PDFcodeScholar
2021

Simple Copy-Paste Is a Strong Data Augmentation Method for Instance Segmentation

CVPR 2021poster

Building instance segmentation models that are data-efficient and can handle rare object categories is an important challenge in computer vision. Leveraging data augmentations is a promising direction towards addressing this challenge. Here, we perform a systematic study of the Copy-Paste augmentati…

Cited by 1267PDFcodeScholar
2021

Spatiotemporal Contrastive Video Representation Learning

CVPR 2021poster

We present a self-supervised Contrastive Video Representation Learning (CVRL) method to learn spatiotemporal visual representations from unlabeled videos. Our representations are learned using a contrastive loss, where two augmented clips from the same short video are pulled together in the embeddin…

Cited by 614PDFcodeScholar
2021

VATT: Transformers for Multimodal Self-Supervised Learning from Raw Video, Audio and Text

NeurIPS 2021poster

We present a framework for learning multimodal representations from unlabeled data using convolution-free Transformer architectures. Specifically, our Video-Audio-Text Transformer (VATT) takes raw signals as inputs and extracts multimodal representations that are rich enough to benefit a variety of…

2020

Discriminative Sounding Objects Localization via Self-supervised Audiovisual Matching

NeurIPS 2020poster

Discriminatively localizing sounding objects in cocktail-party, i.e., mixed sound scenes, is commonplace for humans, but still challenging for machines. In this paper, we propose a two-stage learning framework to perform self-supervised class-aware sounding object localization. First, we propose to…

2020

End-to-End Pseudo-LiDAR for Image-Based 3D Object Detection

CVPR 2020poster

Reliable and accurate 3D object detection is a necessity for safe autonomous driving. Although LiDAR sensors can provide accurate 3D point cloud estimates of the environment, they are also prohibitively expensive for many settings. Recently, the introduction of pseudo-LiDAR (PL) has led to a drastic…

Cited by 262PDFcodeScholar
2020

Multiple Sound Sources Localization from Coarse to Fine

ECCV 2020poster

How to visually localize multiple sound sources in unconstrained videos is a formidable problem, especially when lack of the pairwise sound-object annotations. To solve this problem, we develop a two-stage audiovisual learning framework that disentangles audio and visual representations of different…

2018

Attentive Generative Adversarial Network for Raindrop Removal From a Single Image

CVPR 2018poster

Raindrops adhered to a glass window or camera lens can severely hamper the visibility of a background scene and degrade an image considerably. In this paper, we address the problem by visually removing raindrops, and thus transforming a raindrop degraded image into a clean one. The problem is intrac…

Cited by 851SourcePDFScholar