← Search

Yixiao Ge

63 accepted papers

2026

AudioStory: Generating Long-Form Narrative Audio with Large Language Models

CVPR 2026

Recent advances in text-to-audio (TTA) generation excel at synthesizing short audio clips but struggle with long-form narrative audio, which requires temporal coherence and compositional reasoning. To fill this gap, we propose AudioStory, a unified framework that integrates large language models (LL

Cited by 0SourcecodeScholar
2026

Galilean State Estimation for Inertial Navigation Systems with Unknown Time Delay

RSS 2026poster

Many Inertial Navigation Systems (INS) use Global Navigation Satellite System (GNSS) position as the primary measurement to drive filter performance and bound error growth. However, commercial-grade GNSS receivers introduce unknown measurement delays ranging from 50 ms to 300 ms depending on sensor …

Cited by 0SourceScholar
2026

PPLLaVA: Varied Video Sequence Understanding With Prompt Guidance

ICLR 2026poster

The past year has witnessed the significant advancement of video-based large language models. However, the challenge of developing a unified model for both short and long video understanding remains unresolved. Most existing video LLMs cannot handle hour-long videos, while methods custom for long vi…

Cited by 0SourcecodeScholar
2026

TimeLens: Rethinking Video Temporal Grounding with Multimodal LLMs

CVPR 2026

This paper does not introduce a novel method but instead establishes a straightforward, incremental, yet essential baseline for video temporal grounding (VTG), a core capability in video understanding. While multimodal large language models (MLLMs) excel at various video understanding tasks, the rec

Cited by 0SourceScholar
2025

ATP-LLaVA: Adaptive Token Pruning for Large Vision Language Models

CVPR 2025poster

Large Vision Language Models (LVLMs) have achieved significant success across multi-modal tasks. However, the computational cost of processing long visual tokens can be prohibitively expensive on resource-limited devices. Previous methods have identified redundancy in visual tokens within the Large…

Cited by 8SourcePDFScholar
2025

AnimeGamer: Infinite Anime Life Simulation with Next Game State Prediction

ICCV 2025poster

Recent advancements in image and video synthesis have opened up new promise in generative games. One particularly intriguing application is transforming characters from anime films into interactive, playable entities. This allows players to immerse themselves in the dynamic anime world as their favo…

2025

Divot: Diffusion Powers Video Tokenizer for Comprehension and Generation

CVPR 2025poster

In recent years, there has been a significant surge of interest in unifying image comprehension and generation within Large Language Models (LLMs). This growing interest has prompted us to explore extending this unification to videos. The core challenge lies in developing a versatile video tokenizer…

2025

GenHancer: Imperfect Generative Models are Secretly Strong Vision-Centric Enhancers

ICCV 2025poster

The synergy between generative and discriminative models receives growing attention. While discriminative Contrastive Language-Image Pre-Training (CLIP) excels in high-level semantics, it struggles with perceiving fine-grained visual details. Generally, to enhance representations, generative models…

Cited by 0SourcePDFScholar
2025

HaploVL: A Single-Transformer Baseline for Multi-Modal Understanding

ICML 2025poster

Recent advancements in large language models (LLMs) have significantly propelled the development of large multi-modal models (LMMs), highlighting the potential for general and intelligent assistants. However, most LMMs model visual and textual modalities separately, leading to recent efforts to deve…

Cited by 0SourcePDFScholar
2025

LoRA-Gen: Specializing Large Language Model via Online LoRA Generation

ICML 2025poster

Recent advances have highlighted the benefits of scaling language models to enhance performance across a wide range of NLP tasks. However, these approaches still face limitations in effectiveness and efficiency when applied to domain-specific tasks, particularly for small edge-side models. We propos…

Cited by 0SourcePDFScholar
2025

Moto: Latent Motion Token as the Bridging Language for Learning Robot Manipulation from Videos

ICCV 2025poster

Recent developments in Large Language Models (LLMs) pre-trained on extensive corpora have shown significant success in various natural language processing (NLP) tasks with minimal fine-tuning. This success offers new promise for robotics, which has long been constrained by the high cost of action-la…

2025

Plot2Code: A Comprehensive Benchmark for Evaluating Multi-modal Large Language Models in Code Generation from Scientific Plots

NAACL 2025findings

Multi-modal Large Language Models have shown remarkable progress in visual contexts, yet their ability to convert visual figures into executable code remains underexplored. To address this, we introduce Plot2Code, a comprehensive benchmark designed to assess MLLMs’ visual coding capabilities. Plot2C…

2025

Scalable Image Tokenization with Index Backpropagation Quantization

ICCV 2025poster

Existing vector quantization (VQ) methods struggle with scalability, largely attributed to the instability of the codebook that undergoes partial updates during training. The codebook is prone to collapse as utilization decreases, due to the progressively widening distribution gap between non-activa…

Cited by 0SourcePDFScholar
2025

VoCo-LLaMA: Towards Vision Compression with Large Language Models

CVPR 2025poster

Vision-Language Models (VLMs) have achieved remarkable success in various multi-modal tasks, but they are often bottlenecked by the limited context window and high computational cost of processing high-resolution image inputs and videos. Vision compression can alleviate this problem by reducing the…

2024

An Equivariant Approach to Robust State Estimation for the ArduPilot Autopilot System

ICRA 2024poster

The majority of commercial and open-source autopilot software for uncrewed aerial vehicles rely on the tried and tested extended Kalman filter (EKF) to provide the state estimation solution for the inertial navigation system (INS). While modern implementations achieve remarkable robustness, it is of…

Cited by 3SourceScholar
2024

BT-Adapter: Video Conversation is Feasible Without Video Instruction Tuning

CVPR 2024poster

The recent progress in Large Language Models (LLM) has spurred various advancements in image-language conversation agents while how to build a proficient video-based dialogue system is still under exploration. Considering the extensive scale of LLM and visual backbone minimal GPU memory is left for…

2024

Cached Transformers: Improving Transformers with Differentiable Memory Cachde

AAAI 2024technical

This work introduces a new Transformer model called Cached Transformer, which uses Gated Recurrent Cached (GRC) attention to extend the self-attention mechanism with a differentiable memory cache of tokens. GRC attention enables attending to both past and current tokens, increasing the receptive fie…

Cited by 7SourcePDFScholar
2024

DreamDiffusion: High-Quality EEG-to-Image Generation with Temporal Masked Signal Modeling and CLIP Alignment

ECCV 2024poster

"This paper introduces DreamDiffusion, a novel method for generating high-quality images directly from brain electroencephalogram (EEG) signals, without the need to translate thoughts into text. DreamDiffusion leverages pre-trained text-to-image models and employs temporal masked signal modeling to…

2024

LLaMA Pro: Progressive LLaMA with Block Expansion

ACL 2024long

Humans generally acquire new skills without compromising the old; however, the opposite holds for Large Language Models (LLMs), e.g., from LLaMA to CodeLLaMA. To this end, we propose a new post-pretraining method for LLMs with an expansion of Transformer blocks. We tune the expanded blocks using onl…

2024

Low-Rank Approximation for Sparse Attention in Multi-Modal LLMs

CVPR 2024poster

This paper focuses on the high computational complexity in Large Language Models (LLMs) a significant challenge in both natural language processing (NLP) and multi-modal tasks. We propose Low-Rank Approximation for Sparse At- tention (LoRA-Sparse) an innovative approach that strate- gically reduces…

Cited by 11SourcePDFScholar
2024

Making LLaMA SEE and Draw with SEED Tokenizer

ICLR 2024poster

The great success of Large Language Models (LLMs) has expanded the potential of multimodality, contributing to the gradual evolution of General Artificial Intelligence (AGI). A true AGI agent should not only possess the capability to perform predefined multi-tasks but also exhibit emergent abilities…

2024

MambaTree: Tree Topology is All You Need in State Space Model

NeurIPS 2024spotlight

The state space models, employing recursively propagated features, demonstrate strong representation capabilities comparable to Transformer models and superior efficiency. However, constrained by the inherent geometric constraints of sequences, it still falls short in modeling long-range dependencie…

Cited by 1SourcePDFScholar
2024

Multimodal Pathway: Improve Transformers with Irrelevant Data from Other Modalities

CVPR 2024poster

We propose to improve transformers of a specific modality with irrelevant data from other modalities e.g. improve an ImageNet model with audio or point cloud datasets. We would like to highlight that the data samples of the target modality are irrelevant to the other modalities which distinguishes o…

2024

Rethinking the Objectives of Vector-Quantized Tokenizers for Image Synthesis

CVPR 2024poster

Vector-Quantized (VQ-based) generative models usually consist of two basic components i.e. VQ tokenizers and generative transformers. Prior research focuses on improving the reconstruction fidelity of VQ tokenizers but rarely examines how the improvement in reconstruction affects the generation abil…

Cited by 22SourcePDFScholar
2024

SEED-Bench: Benchmarking Multimodal Large Language Models

CVPR 2024poster

Multimodal large language models (MLLMs) building upon the foundation of powerful large language models (LLMs) have recently demonstrated exceptional capabilities in generating not only texts but also images given interleaved multimodal inputs (acting like a combination of GPT-4V and DALL-E 3). Howe…

2024

ST-LLM: Large Language Models Are Effective Temporal Learners

ECCV 2024poster

"Large Language Models (LLMs) have showcased impressive capabilities in text comprehension and generation, prompting research efforts towards video LLMs to facilitate human-AI interaction at the video level. However, how to effectively encode and understand videos in video-based dialogue systems rem…

2024

SmartEdit: Exploring Complex Instruction-based Image Editing with Multimodal Large Language Models

CVPR 2024highlight

Current instruction-based image editing methods such as InstructPix2Pix often fail to produce satisfactory results in complex scenarios due to their dependence on the simple CLIP text encoder in diffusion models. To rectify this this paper introduces SmartEdit a novel approach of instruction-based i…

2024

UniRepLKNet: A Universal Perception Large-Kernel ConvNet for Audio Video Point Cloud Time-Series and Image Recognition

CVPR 2024poster

Large-kernel convolutional neural networks (ConvNets) have recently received extensive research attention but two unresolved and critical issues demand further investigation. 1) The architectures of existing large-kernel ConvNets largely follow the design principles of conventional ConvNets or trans…

2024

ViT-Lens: Towards Omni-modal Representations

CVPR 2024poster

Aiming to advance AI agents large foundation models significantly improve reasoning and instruction execution yet the current focus on vision and language neglects the potential of perceiving diverse modalities in open-world environments. However the success of data-driven vision and language models…

2024

YOLO-World: Real-Time Open-Vocabulary Object Detection

CVPR 2024poster

The You Only Look Once (YOLO) series of detectors have established themselves as efficient and practical tools. However their reliance on predefined and trained object categories limits their applicability in open scenarios. Addressing this limitation we introduce YOLO-World an innovative approach t…

2023

$\pi$-Tuning: Transferring Multimodal Foundation Models with Optimal Multi-task Interpolation

ICML 2023poster

Foundation models have achieved great advances in multi-task learning with a unified interface of unimodal and multimodal tasks. However, the potential of such multi-task learners has not been exploited during transfer learning. In this work, we present a universal parameter-efficient transfer learn…

2023

Accelerating Vision-Language Pretraining With Free Language Modeling

CVPR 2023poster

The state of the arts in vision-language pretraining (VLP) achieves exemplary performance but suffers from high training costs resulting from slow convergence and long training time, especially on large-scale web datasets. An essential obstacle to training efficiency lies in the entangled prediction…

2023

All in One: Exploring Unified Video-Language Pre-Training

CVPR 2023poster

Mainstream Video-Language Pre-training models consist of three parts, a video encoder, a text encoder, and a video-text fusion Transformer. They pursue better performance via utilizing heavier unimodal encoders or multimodal fusion Transformers, resulting in increased parameters with lower efficienc…

2023

Darwinian Model Upgrades: Model Evolving with Selective Compatibility

AAAI 2023technical

The traditional model upgrading paradigm for retrieval requires recomputing all gallery embeddings before deploying the new model (dubbed as "backfilling"), which is quite expensive and time-consuming considering billions of instances in industrial applications. BCT presents the first step towards b…

2023

Exploring Model Transferability through the Lens of Potential Energy

ICCV 2023poster

Transfer learning has become crucial in computer vision tasks due to the vast availability of pre-trained deep learning models. However, selecting the optimal pre-trained model from a diverse pool for a specific downstream task remains a challenge. Existing methods for measuring the transferability…

Cited by 9PDFcodeScholar
2023

GPT4Tools: Teaching Large Language Model to Use Tools via Self-instruction

NeurIPS 2023poster

This paper aims to efficiently enable Large Language Models (LLMs) to use multi-modal tools. The advanced proprietary LLMs, such as ChatGPT and GPT-4, have shown great potential for tool usage through sophisticated prompt engineering. Nevertheless, these models typically rely on prohibitive computat…

2023

Learning Transferable Spatiotemporal Representations From Natural Script Knowledge

CVPR 2023poster

Pre-training on large-scale video data has become a common recipe for learning transferable spatiotemporal representations in recent years. Despite some progress, existing methods are mostly limited to highly curated datasets (e.g., K400) and exhibit unsatisfactory out-of-the-box representations. We…

2023

Masked Image Modeling with Denoising Contrast

ICLR 2023poster

Since the development of self-supervised visual representation learning from contrastive learning to masked image modeling (MIM), there is no significant difference in essence, that is, how to design proper pretext tasks for vision dictionary look-up. MIM recently dominates this line of research wit…

2023

Meta-Adapter: An Online Few-shot Learner for Vision-Language Model

NeurIPS 2023poster

The contrastive vision-language pre-training, known as CLIP, demonstrates remarkable potential in perceiving open-world visual concepts, enabling effective zero-shot image recognition. Nevertheless, few-shot learning methods based on CLIP typically require offline fine-tuning of the parameters on…

Cited by 13SourcePDFScholar
2023

Mix-of-Show: Decentralized Low-Rank Adaptation for Multi-Concept Customization of Diffusion Models

NeurIPS 2023poster

Public large-scale text-to-image diffusion models, such as Stable Diffusion, have gained significant attention from the community. These models can be easily customized for new concepts using low-rank adaptations (LoRAs). However, the utilization of multiple-concept LoRAs to jointly support multipl…

Cited by 178SourcePDFScholar
2023

RILS: Masked Visual Reconstruction in Language Semantic Space

CVPR 2023poster

Both masked image modeling (MIM) and natural language supervision have facilitated the progress of transferable visual pre-training. In this work, we seek the synergy between two paradigms and study the emerging properties when MIM meets natural language supervision. To this end, we present a novel…

2023

Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation

ICCV 2023poster

To replicate the success of text-to-image (T2I) generation, recent works employ large-scale video datasets to train a text-to-video (T2V) generator. Despite their promising results, such paradigm is computationally expensive. In this work, we propose a new T2V generation setting--One-Shot Video Tuni…

Cited by 853PDFcodeScholar
2023

Unleashing Vanilla Vision Transformer with Masked Image Modeling for Object Detection

ICCV 2023poster

We present an approach to efficiently and effectively adapt a masked image modeling (MIM) pre-trained vanilla Vision Transformer (ViT) for object detection, which is based on our two novel observations: (i) A MIM pre-trained vanilla ViT encoder can work surprisingly well in the challenging object-le…

Cited by 69PDFcodeScholar
2023

Video-Text Pre-training with Learned Regions for Retrieval

AAAI 2023technical

Video-Text pre-training aims at learning transferable representations from large-scale video-text pairs via aligning the semantics between visual and textual information. State-of-the-art approaches extract visual features from raw pixels in an end-to-end fashion. However, these methods operate at f…

Cited by 9SourcePDFScholar
2022

Bridging Video-Text Retrieval With Multiple Choice Questions

CVPR 2022oral

Pre-training a model to learn transferable video-text representation for retrieval has attracted a lot of attention in recent years. Previous dominant works mainly adopt two separate encoders for efficient retrieval, but ignore local associations between videos and texts. Another line of research us…

Cited by 179PDFcodeScholar
2022

Dynamic Token Normalization improves Vision Transformers

ICLR 2022poster

Vision Transformer (ViT) and its variants (e.g., Swin, PVT) have achieved great success in various computer vision tasks, owing to their capability to learn long-range contextual information. Layer Normalization (LN) is an essential ingredient in these models. However, we found that the ordinary LN…

2022

Hot-Refresh Model Upgrades with Regression-Free Compatible Training in Image Retrieval

ICLR 2022poster

The task of hot-refresh model upgrades of image retrieval systems plays an essential role in the industry but has never been investigated in academia before. Conventional cold-refresh model upgrades can only deploy new models after the gallery is overall backfilled, taking weeks or even months for m…

Cited by 12SourcePDFScholar
2022

MILES: Visual BERT Pre-training with Injected Language Semantics for Video-Text Retrieval

ECCV 2022poster

"Dominant pre-training work for video-text retrieval mainly adopt the ""dual-encoder"" architectures to enable efficient retrieval, where two separate encoders are used to contrast global video and text representations, but ignore detailed local semantics. The recent success of image BERT pre-traini…

2022

Mc-BEiT: Multi-Choice Discretization for Image BERT Pre-training

ECCV 2022poster

"Image BERT pre-training with masked image modeling (MIM) becomes a popular practice to cope with self-supervised representation learning. A seminal work, BEiT, casts MIM as a classification task with a visual vocabulary, tokenizing the continuous visual signals into discrete vision tokens using a p…

2022

Not All Models Are Equal: Predicting Model Transferability in a Self-Challenging Fisher Space

ECCV 2022poster

"This paper addresses an important problem of ranking the pre-trained deep neural networks and screening the most transferable ones for downstream tasks. It is challenging because the ground-truth model ranking for each task can only be generated by fine-tuning the pre-trained models on the target d…

2022

Object-Aware Video-Language Pre-Training for Retrieval

CVPR 2022poster

Recently, by introducing large-scale dataset and strong transformer network, video-language pre-training has shown great success especially for retrieval. Yet, existing video-language transformer models do not explicitly fine-grained semantic align. In this work, we present Object-aware Transformers…

Cited by 91PDFcodeScholar
2022

Towards Universal Backward-Compatible Representation Learning

IJCAI 2022poster

Conventional model upgrades for visual search systems require offline refresh of gallery features by feeding gallery images into new models (dubbed as “backfill”), which is time-consuming and expensive, especially in large-scale applications. The task of backward-compatible representation learning i…

2022

Uncertainty Modeling for Out-of-Distribution Generalization

ICLR 2022poster

Though remarkable progress has been achieved in various vision tasks, deep neural networks still suffer obvious performance degradation when tested in out-of-distribution scenarios. We argue that the feature statistics (mean and standard deviation), which carry the domain characteristics of the trai…

2021

Online Pseudo Label Generation by Hierarchical Cluster Dynamics for Adaptive Person Re-Identification

ICCV 2021poster

Adaptive person re-identification (adaptive ReID) targets at transferring learned knowledge from the labeled source domain to the unlabeled target domain. Pseudo-label-based methods that alternatively generate pseudo labels and optimize the training model have demonstrated great effectiveness in thi…

Cited by 119PDFScholar
2021

Progressive Correspondence Pruning by Consensus Learning

ICCV 2021poster

Correspondence pruning aims to correctly remove false matches (outliers) from an initial set of putative correspondences. The selection is challenging since putative matches are typically extremely unbalanced, largely dominated by outliers, and the random distribution of such outliers further compli…

Cited by 91PDFScholar
2021

Refining Pseudo Labels With Clustering Consensus Over Generations for Unsupervised Object Re-Identification

CVPR 2021poster

Unsupervised object re-identification targets at learning discriminative representations for object retrieval without any annotations. Clustering-based methods conduct training with the generated pseudo labels and currently dominate this research direction. However, they still suffer from the issue…

Cited by 167PDFcodeScholar
2020

Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification

ICLR 2020poster

Person re-identification (re-ID) aims at identifying the same persons' images across different cameras. However, domain diversities between different datasets pose an evident challenge for adapting the re-ID model trained on one dataset to another one. State-of-the-art unsupervised domain adaptation…

Cited by 802SourcecodeScholar
2020

Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID

NeurIPS 2020poster

Domain adaptive object re-ID aims to transfer the learned knowledge from the labeled source domain to the unlabeled target domain to tackle the open-class re-identification problems. Although state-of-the-art pseudo-label-based methods have achieved great success, they did not make full use of all v…

2020

Self-supervising Fine-grained Region Similarities for Large-scale Image Localization

ECCV 2020poster

The task of large-scale retrieval-based image localization is to estimate the geographical location of a query image by recognizing its nearest reference images from a city-scale dataset. However, the general public benchmarks only provide noisy GPS labels associated with the training images, which…

2018

FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification

NeurIPS 2018poster

Person re-identification (reID) is an important task that requires to retrieve a person's images from an image dataset, given one image of the person of interest. For learning robust person features, the pose variation of person images is one of the key challenges. Existing works targeting the probl…