← Search

Jinjing Zhao

8 accepted papers

2026

Spatia: Video Generation with Updatable Spatial Memory

CVPR 2026

Existing video generation models struggle to maintain long-term spatial and temporal consistency due to the dense, high-dimensional nature of video signals. To overcome this limitation, we propose Spatia, a spatial memory-aware video generation framework that explicitly preserves a 3D scene point cl

Cited by 0SourcecodeScholar
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

Semi-Supervised Clustering Framework for Fine-grained Scene Graph Generation

AAAI 2025technical

Scene Graph Generation (SGG) aims to detect all objects and identify their pairwise relationships existing in the scene. Considering the substantial human labor costs, existing scene graph annotations are often sparse and biased, which result in confusion training with low-frequency predicates. In t…

Cited by 0SourcePDFScholar
2025

Unsupervised Diffusion-Based Degradation Modeling for Real-World Super-Resolution

AAAI 2025technical

Single image super-solution (SR) aims to restore a high-resolution (HR) image from a degraded low-resolution (LR) image. However, existing SR models still face a significant domain gap between synthetic and real-world datasets due to the mismatched degradation distributions, hindering SR models from…

2025

Vulnerability of Text-to-Image Models to Prompt Template Stealing: A Differential Evolution Approach

ACL 2025finding

Prompt trading has emerged as a significant intellectual property concern in recent years, where vendors entice users by showcasing sample images before selling prompt templates that can generate similar images. This work investigates a critical security vulnerability: attackers can steal prompt tem…

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

Hybrid Proposal Refiner: Revisiting DETR Series from the Faster R-CNN Perspective

CVPR 2024poster

With the transformative impact of the Transformer DETR pioneered the application of the encoder-decoder architecture to object detection. A collection of follow-up research e.g. Deformable DETR aims to enhance DETR while adhering to the encoder-decoder design. In this work we revisit the DETR series…

2024

RAIN: Your Language Models Can Align Themselves without Finetuning

ICLR 2024poster

Large language models (LLMs) often demonstrate inconsistencies with human preferences. Previous research typically gathered human preference data and then aligned the pre-trained models using reinforcement learning or instruction tuning, a.k.a. the finetuning step. In contrast, aligning frozen LLMs…