← Search

Xiaojie Jin

33 accepted papers

2026

IV-Bench: A Benchmark for Image-Grounded Video Perception and Reasoning in Multimodal LLMs

ICLR 2026poster

Existing evaluation frameworks for Multimodal Large Language Models (MLLMs) primarily focus on image reasoning or general video understanding tasks, largely overlooking the significant role of image context in video comprehension. To bridge this gap, we propose \textbf{IV-Bench}, the first comprehen…

Cited by 0SourcecodeScholar
2026

PanoWorld-X: Generating Explorable Panoramic Worlds via Sphere-Aware Video Diffusion

ICML 2026spotlight

Achieving a complete and explorable 360-degree visual world is a cornerstone of immersive content creation. While recent advances in video generation have achieved impressive results, they follow a 2D paradigm that treats content generation as transitions of 2D pixels, lacking an intrinsic understan…

Cited by 0SourceScholar
2026

ScaleLong: A Multi-Timescale Benchmark for Long Video Understanding

ICLR 2026poster

Understanding long videos requires Multimodal Large Language Models (MLLMs) to grasp multi-timescale information, often organized in hierarchies. However, current long-video understanding benchmarks either overlook multi-timescale design or distribute questions targeting different timescales across…

Cited by 0SourcecodeScholar
2026

StereoWorld: Geometry-Aware Monocular-to-Stereo Video Generation

CVPR 2026

The growing adoption of XR devices has fueled strong demand for high-quality stereo video, yet its production remains costly and artifact-prone.To address this challenge, we present **StereoWorld**, an **end-to-end framework** that repurposes a pretrained video generator for high-fidelity monocular-

Cited by 0SourceScholar
2026

VideoWorld 2: Learning Transferable Knowledge from Real-world Videos

CVPR 2026

Learning transferable knowledge from unlabeled video data and applying it in new environments is a fundamental capability of intelligent agents. This work presents VideoWorld 2, which extends VideoWorld and provides the first investigation of learning transferable knowledge for complex, long-horizon

Cited by 0SourceScholar
2025

A Unified Reasoning Framework for Holistic Zero-Shot Video Anomaly Analysis

NeurIPS 2025poster

Most video-anomaly research stops at frame-wise detection, offering little insight into why an event is abnormal, typically outputting only frame-wise anomaly scores without spatial or semantic context. Recent video anomaly localization and video anomaly understanding methods improve explainability…

Cited by 0SourcecodeScholar
2025

COCONut-PanCap: Joint Panoptic Segmentation and Grounded Captions for Fine-Grained Understanding and Generation

NeurIPS 2025poster

This paper introduces the COCONut-PanCap dataset, created to enhance panoptic segmentation and grounded image captioning. Building upon the COCO dataset with advanced COCONut panoptic masks, this dataset aims to overcome limitations in existing image-text datasets that often lack detailed, scene-com…

Cited by 0SourceScholar
2025

Flash-VStream: Efficient Real-Time Understanding for Long Video Streams

ICCV 2025poster

Benefiting from the advances in large language models and cross-modal alignment, existing multimodal large language models have achieved prominent performance in image and short video understanding. However, the understanding of long videos is still challenging, as their long-context nature results…

2025

VideoWorld: Exploring Knowledge Learning from Unlabeled Videos

CVPR 2025poster

This work explores whether a deep generative model can learn complex knowledge solely from visual input, in contrast to the prevalent focus on text-based models like large language models (LLMs). We develop VideoWorld, an auto-regressive video generation model trained on unlabeled video data, and te…

Cited by 8SourcePDFScholar
2024

COSA: Concatenated Sample Pretrained Vision-Language Foundation Model

ICLR 2024poster

Due to the limited scale and quality of video-text training corpus, most vision-language foundation models employ image-text datasets for pretraining and primarily focus on modeling visually semantic representations while disregarding temporal semantic representations and correlations. To addres…

2024

Exploring Domain Incremental Video Highlights Detection with the LiveFood Benchmark

AAAI 2024technical

Video highlights detection (VHD) is an active research field in computer vision, aiming to locate the most user-appealing clips given raw video inputs. However, most VHD methods are based on the closed world assumption, i.e., a fixed number of highlight categories is defined in advance and all train…

2024

MV-Adapter: Multimodal Video Transfer Learning for Video Text Retrieval

CVPR 2024poster

State-of-the-art video-text retrieval (VTR) methods typically involve fully fine-tuning a pre-trained model (e.g. CLIP) on specific datasets. However this can result in significant storage costs in practical applications as a separate model per task must be stored. To address this issue we present o…

2024

OSIC: A New One-Stage Image Captioner Coined

IJCAI 2024poster

Mainstream image captioning models are usually two-stage captioners, i.e., encoding the region features by a pre-trained detector and then feeding them into a language model to generate the captions. However, such a two-stage procedure will lead to a task-based information gap that decreases the per…

Cited by 7SourcePDFScholar
2024

PixelLM: Pixel Reasoning with Large Multimodal Model

CVPR 2024poster

While large multimodal models (LMMs) have achieved remarkable progress generating pixel-level masks for image reasoning tasks involving multiple open-world targets remains a challenge. To bridge this gap we introduce PixelLM an effective and efficient LMM for pixel-level reasoning and understanding.…

Cited by 84SourcePDFScholar
2024

Stitching Segments and Sentences towards Generalization in Video-Text Pre-training

AAAI 2024technical

Video-language pre-training models have recently achieved remarkable results on various multi-modal downstream tasks. However, most of these models rely on contrastive learning or masking modeling to align global features across modalities, neglecting the local associations between video frames and…

Cited by 6SourcePDFScholar
2024

VISTA-LLAMA: Reducing Hallucination in Video Language Models via Equal Distance to Visual Tokens

CVPR 2024poster

Recent advances in large video-language models have displayed promising outcomes in video comprehension. Current approaches straightforwardly convert video into language tokens and employ large language models for multi-modal tasks. However this method often leads to the generation of irrelevant con…

Cited by 16SourcePDFScholar
2024

Video Recognition in Portrait Mode

CVPR 2024poster

The creation of new datasets often presents new challenges for video recognition and can inspire novel ideas while addressing these challenges. While existing datasets mainly comprise landscape mode videos our paper seeks to introduce portrait mode videos to the research community and highlight the…

2023

Realistic Full-Body Tracking from Sparse Observations via Joint-Level Modeling

ICCV 2023poster

To bridge the physical and virtual worlds for rapidly developed VR/AR applications, the ability to realistically drive 3D full-body avatars is of great significance. Although real-time body tracking with only the head-mounted displays (HMDs) and hand controllers is heavily under-constrained, a caref…

Cited by 28PDFcodeScholar
2022

AutoTransition: Learning to Recommend Video Transition Effects

ECCV 2022poster

"Video transition effects are widely used in video editing to connect shots for creating cohesive and visually appealing videos. However, it is challenging for non-professionals to choose best transitions due to the lack of cinematographic knowledge and design skills. In this paper, we present the p…

2021

All Tokens Matter: Token Labeling for Training Better Vision Transformers

NeurIPS 2021poster

In this paper, we present token labeling---a new training objective for training high-performance vision transformers (ViTs). Different from the standard training objective of ViTs that computes the classification loss on an additional trainable class token, our proposed one takes advantage of all t…

2021

AutoSpace: Neural Architecture Search With Less Human Interference

ICCV 2021poster

Current neural architecture search (NAS) algorithms still require expert knowledge and effort to design a search space for network construction. In this paper, we consider automating the search space design to minimize human interference, which however faces two challenges: the explosive complexity…

Cited by 16PDFcodeScholar
2021

Conflict-Averse Gradient Descent for Multi-task learning

NeurIPS 2021poster

The goal of multi-task learning is to enable more efficient learning than single task learning by sharing model structures for a diverse set of tasks. A standard multi-task learning objective is to minimize the average loss across all tasks. While straightforward, using this objective often results…

2021

HR-NAS: Searching Efficient High-Resolution Neural Architectures With Lightweight Transformers

CVPR 2021poster

High-resolution representations (HR) are essential for dense prediction tasks such as segmentation, detection, and pose estimation. Learning HR representations is typically ignored in previous Neural Architecture Search (NAS) methods that focus on image classification. This work proposes a novel NAS…

Cited by 74PDFcodeScholar
2020

AtomNAS: Fine-Grained End-to-End Neural Architecture Search

ICLR 2020poster

Search space design is very critical to neural architecture search (NAS) algorithms. We propose a fine-grained search space comprised of atomic blocks, a minimal search unit that is much smaller than the ones used in recent NAS algorithms. This search space allows a mix of operations by composing di…

Cited by 150SourcecodeScholar
2020

Neural Architecture Search for Lightweight Non-Local Networks

CVPR 2020poster

Non-Local (NL) blocks have been widely studied in various vision tasks. However, it has been rarely explored to embed the NL blocks in mobile neural networks, mainly due to the following challenges: 1) NL blocks generally have heavy computation cost which makes it difficult to be applied in applicat…

Cited by 71PDFcodeScholar
2020

Neural Epitome Search for Architecture-Agnostic Network Compression

ICLR 2020poster

Traditional compression methods including network pruning, quantization, low rank factorization and knowledge distillation all assume that network architectures and parameters should be hardwired. In this work, we propose a new perspective on network compression, i.e., network parameters can be dis…

Cited by 16SourceScholar
2018

WSNet: Compact and Efficient Networks Through Weight Sampling

ICML 2018oral

We present a new approach and a novel architecture, termed WSNet, for learning compact and efficient deep neural networks. Existing approaches conventionally learn full model parameters independently and then compress them via ad hoc processing such as model pruning or filter factorization. Alternat…

2018

WSNet: Learning Compact and Efficient Networks with Weight Sampling

ICLR 2018workshop

We present a new approach and a novel architecture, termed WSNet, for learning compact and efficient deep neural networks. Existing approaches conventionally learn full model parameters independently and then compress them via \emph{ad hoc} processing such as model pruning or filter factorization. A…

Cited by 0SourceScholar
2017

Deep Self-Taught Learning for Weakly Supervised Object Localization

CVPR 2017spotlight

Most existing weakly supervised localization (WSL) approaches learn detectors by finding positive bounding boxes based on features learned with image-level supervision. However, those features do not contain spatial location related information and usually provide poor-quality positive samples for t…

Cited by 249PDFScholar
2017

Predicting Scene Parsing and Motion Dynamics in the Future

NeurIPS 2017poster

It is important for intelligent systems, e.g. autonomous vehicles and robotics to anticipate the future in order to plan early and make decisions accordingly. Predicting the future scene parsing and motion dynamics helps the agents better understand the visual environment better as the former provid…

2017

Video Scene Parsing With Predictive Feature Learning

ICCV 2017poster

Video scene parsing is challenging due to the following two reasons: firstly, it is non-trivial to learn meaningful video representations for producing the temporally consistent labeling map; secondly, such a learning process becomes more difficult with insufficient labeled video training data. In t…

Cited by 156PDFScholar
2016

Tree-Structured Reinforcement Learning for Sequential Object Localization

NeurIPS 2016poster

Existing object proposal algorithms usually search for possible object regions over multiple locations and scales \emph{ separately}, which ignore the interdependency among different objects and deviate from the human perception procedure. To incorporate global interdependency between objects into o…

Cited by 161SourcePDFScholar