← Search

cihang xie

65 accepted papers

2026

AudioMosaic: Contrastive Masked Audio Representation Learning

ICML 2026poster

Audio self-supervised learning (SSL) aims to learn general-purpose representations from large-scale unlabeled audio data and has achieved remarkable progress in recent years. While most prior work relies on generative reconstruction objectives, contrastive approaches remain relatively underexplored,…

Cited by 0SourceScholar
2026

CAST: Modeling Visual State Transitions for Consistent Video Retrieval

ICML 2026poster

As video content creation shifts towards long-form narratives, retrieving and composing short clips into coherent storylines becomes a critical challenge. Standard retrieval formulations, however, perform context-agnostic retrieval, prioritizing local semantic alignment while neglecting procedural s…

Cited by 0SourceScholar
2026

Captain Safari: A World Engine with Pose-Aligned 3D Memory

CVPR 2026

World engines aim to synthesize long, 3D-consistent videos that support interactive exploration of a scene under user-controlled camera motion. However, existing systems struggle under aggressive 6-DoF trajectories and complex outdoor layouts: they lose long-range geometric coherence, deviate from t

Cited by 0SourcecodeScholar
2026

From Seeing to Thinking: Decoupling Perception and Reasoning Improves Post-Training of Vision-Language Models

ICML 2026poster

Recent advances in vision-language models (VLMs) emphasize long chain-of-thought reasoning; yet, we find that their performance on visual tasks is primarily limited by a lack of visual perception as opposed to reasoning itself. In this work, we systematically study the interplay between perception a…

Cited by 0SourceScholar
2026

Omni-MMSI: Toward Identity-attributed Social Interaction Understanding

CVPR 2026

We introduce Omni-MMSI, a new task that requires comprehensive social interaction understanding from raw audio, vision, and speech input. The task involves perceiving identity-attributed social cues (e.g., who is speaking what) and reasoning about the social interaction (e.g., whom the speaker refer

Cited by 0SourcecodeScholar
2026

OpenVision 2: A Family of Generative Pretrained Visual Encoders for Multimodal Learning

CVPR 2026

This paper provides a simplification on OpenVision's architecture and loss design for enhancing its training efficiency. Following the prior vision-language pretraining works CapPa and AIMv2, as well as modern multimodal designs like LLaVA, our changes are straightforward: we remove the text encoder

Cited by 0SourcecodeScholar
2026

STAR-1: Safer Alignment of Reasoning LLMs with 1K Data

AAAI 2026technical

This paper introduces STAR-1, a high-quality, just-1k-scale safety dataset specifically designed for large reasoning models (LRMs) like DeepSeek-R1. Built on three core principles --- diversity, deliberative reasoning, and rigorous filtering --- STAR-1 aims to address the critical needs for safety a

Cited by 0SourcePDFScholar
2026

SimpleMem: Efficient Lifelong Memory for LLM Agents

ICML 2026poster

To support long-term interaction in complex environments, LLM agents require memory systems that manage historical experiences. Existing approaches either retain full interaction histories via passive context extension, leading to substantial redundancy, or rely on iterative reasoning to filter nois…

Cited by 0SourceScholar
2026

Spiral RoPE: Rotate Your Rotary Positional Embeddings in the 2D Plane

ICML 2026poster

Rotary Position Embedding (RoPE) is the de facto positional encoding in large language models due to its ability to encode relative positions and support length extrapolation. When adapted to vision transformers, the standard axial formulation decomposes two-dimensional spatial positions into horizo…

Cited by 0SourceScholar
2026

Story-Iter: A Training-free Iterative Paradigm for Long Story Visualization

ICLR 2026poster

This paper introduces **Story-Iter**, a new training-free iterative paradigm to enhance long-story generation. Unlike existing methods that rely on fixed reference images to construct a complete story, our approach features a novel external **iterative paradigm**, extending beyond the internal itera…

Cited by 0SourcecodeScholar
2026

Target-Oriented Pretraining Data Selection via Neuron-Activated Graph

ICML 2026poster

Everyday tasks come with a target, and pretraining models around this target is what turns them into experts. In this paper, we study target-oriented language model (LM) pretraining by introducing ***N**euron-**A**ctivated **G**raph Ranking* (NAG-based Ranking), a training-free and interpretable fra…

Cited by 0SourceScholar
2026

VQ-VA World: Towards High-Quality Visual Question-Visual Answering

CVPR 2026

This paper studies Visual Question-Visual Answering (VQ-VA): generating an image, rather than text, in response to a visual question---an ability that has recently emerged in proprietary systems such as NanoBanana and GPT-Image. To also bring this capability to open-source models, we introduce VQ-VA

Cited by 0SourcecodeScholar
2026

When Visualizing is the First Step to Reasoning: MIRA, a Benchmark for Visual Chain-of-Thought

CVPR 2026

We propose MIRA (Multimodal Imagination for Reasoning Assessment), a new benchmark designed to evaluate models in scenarios where generating intermediate visual images is essential for successful reasoning. Unlike traditional Chain-of-thought (CoT) methods that rely solely on text, tasks in MIRA req

Cited by 0SourcecodeScholar
2025

Adventurer: Optimizing Vision Mamba Architecture Designs for Efficiency

CVPR 2025poster

In this work, we introduce the Adventurer series models where we treat images as sequences of patch tokens and employ uni-directional language models to learn visual representations. This modeling paradigm allows us to process images in a recurrent formulation with linear complexity relative to the…

Cited by 0SourcePDFScholar
2025

Autoregressive Pretraining with Mamba in Vision

ICLR 2025poster

The vision community has started to build with the recently developed state space model, Mamba, as the new backbone for a range of tasks. This paper shows that Mamba's visual capability can be significantly enhanced through autoregressive pretraining, a direction not previously explored. Efficiency-…

2025

Generative Image Layer Decomposition with Visual Effects

CVPR 2025poster

Recent advancements in large generative models, particularly diffusion-based methods, have significantly enhanced the capabilities of image editing. However, achieving precise control over image composition tasks remains a challenge. Layered representations, which allow for independent editing of im…

Cited by 1SourcePDFScholar
2025

HQ-Edit: A High-Quality Dataset for Instruction-based Image Editing

ICLR 2025poster

This study introduces HQ-Edit, a high-quality instruction-based image editing dataset with around 200,000 edits. Unlike prior approaches relying on attribute guidance or human feedback on building datasets, we devise a scalable data collection pipeline leveraging advanced foundation models, namely G…

Cited by 0SourcePDFScholar
2025

Mamba-Reg: Vision Mamba Also Needs Registers

CVPR 2025poster

Similar to Vision Transformers, this paper identifies artifacts also present within the feature maps of Vision Mamba. These artifacts, corresponding to high-norm tokens emerging in low-information background areas of images, appear much more severe in Vision Mamba---they exist prevalently even with…

2025

MedTrinity-25M: A Large-scale Multimodal Dataset with Multigranular Annotations for Medicine

ICLR 2025poster

This paper introduces MedTrinity-25M, a comprehensive, large-scale multimodal dataset for medicine, covering over 25 million images across 10 modalities with multigranular annotations for more than 65 diseases. These multigranular annotations encompass both global information, such as modality and o…

2025

OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning

ICCV 2025poster

OpenAI's CLIP models, released in early 2021, have long been the only viable choice for the research community in building multimodal foundation models. This dominance has only recently been challenged by a few alternatives like SigLIP. However, to the best of our knowledge, all these solutions are…

2025

Scaling Laws in Patchification: An Image Is Worth 50,176 Tokens And More

ICML 2025poster

Since the introduction of Vision Transformer (ViT), patchification has long been regarded as a common image pre-processing approach for plain visual architectures. By compressing the spatial size of images, this approach can effectively shorten the token sequence and reduce the computational cost of…

Cited by 3SourcePDFScholar
2025

ViLBench: A Suite for Vision-Language Process Reward Modeling

EMNLP 2025

Process-supervised reward models serve as a fine-grained function that provides detailed step-wise feedback to model responses, facilitating effective selection of reasoning trajectories for complex tasks. Despite its advantages, evaluation on PRMs remains less explored, especially in the multimodal

2025

VideoLLaMB: Long Streaming Video Understanding with Recurrent Memory Bridges

ICCV 2025poster

Recent advancements in large-scale video-language models have shown significant potential for real-time planning and detailed interactions. However, their high computational demands and the scarcity of annotated datasets limit their practicality for academic researchers. In this work, we introduce V…

2025

What If We Recaption Billions of Web Images with LLaMA-3?

ICML 2025poster

Web-crawled image-text pairs are inherently noisy. Prior studies demonstrate that semantically aligning and enriching textual descriptions of these pairs can significantly enhance model training across various vision-language tasks, particularly text-to-image generation. However, large-scale investi…

Cited by 38SourcePDFScholar
2024

From Pixels to Objects: A Hierarchical Approach for Part and Object Segmentation Using Local and Global Aggregation

ECCV 2024poster

"In this paper, we introduce a hierarchical transformer-based model designed for sophisticated image segmentation tasks, effectively bridging the granularity of part segmentation with the comprehensive scope of object segmentation. At the heart of our approach is a multi-level representation strateg…

Cited by 1SourcePDFScholar
2024

L2B: Learning to Bootstrap Robust Models for Combating Label Noise

CVPR 2024poster

Deep neural networks have shown great success in representation learning. Deep neural networks have shown great success in representation learning. However when learning with noisy labels (LNL) they can easily overfit and fail to generalize to new data. This paper introduces a simple and effective m…

2024

Navigation as Attackers Wish? Towards Building Robust Embodied Agents under Federated Learning

NAACL 2024long

Federated embodied agent learning protects the data privacy of individual visual environments by keeping data locally at each client (the individual environment) during training. However, since the local data is inaccessible to the server under federated learning, attackers may easily poison the tra…

Cited by 2SourcePDFScholar
2024

Rejuvenating image-GPT as Strong Visual Representation Learners

ICML 2024oral

This paper enhances image-GPT (iGPT), one of the pioneering works that introduce autoregressive pretraining to predict the next pixels for visual representation learning. Two simple yet essential changes are made. First, we shift the prediction target from raw pixels to semantic tokens, enabling a h…

2024

Sculpting Holistic 3D Representation in Contrastive Language-Image-3D Pre-training

CVPR 2024poster

Contrastive learning has emerged as a promising paradigm for 3D open-world understanding i.e. aligning point cloud representation to image and text embedding space individually. In this paper we introduce MixCon3D a simple yet effective method aiming to sculpt holistic 3D representation in contrasti…

2024

Tuning LayerNorm in Attention: Towards Efficient Multi-Modal LLM Finetuning

ICLR 2024spotlight

This paper introduces an efficient strategy to transform Large Language Models (LLMs) into Multi-Modal Large Language Models. By conceptualizing this transformation as a domain adaptation process, \ie, transitioning from text understanding to embracing multiple modalities, we intriguingly note that…

Cited by 41SourcePDFScholar
2024

VHELM: A Holistic Evaluation of Vision Language Models

NeurIPS 2024poster

Current benchmarks for assessing vision-language models (VLMs) often focus on their perception or problem-solving capabilities and neglect other critical aspects such as fairness, multilinguality, or toxicity. Furthermore, they differ in their evaluation procedures and the scope of the evaluation, m…

2023

DistillBEV: Boosting Multi-Camera 3D Object Detection with Cross-Modal Knowledge Distillation

ICCV 2023poster

3D perception based on the representations learned from multi-camera bird's-eye-view (BEV) is trending as cameras are cost-effective for mass production in autonomous driving industry. However, there exists a distinct performance gap between multi-camera BEV and LiDAR based 3D object detection. One…

Cited by 36PDFcodeScholar
2023

Masked Autoencoders Enable Efficient Knowledge Distillers

CVPR 2023poster

This paper studies the potential of distilling knowledge from pre-trained models, especially Masked Autoencoders. Our approach is simple: in addition to optimizing the pixel reconstruction loss on masked inputs, we minimize the distance between the intermediate feature map of the teacher model and t…

2023

One-Pixel Shortcut: On the Learning Preference of Deep Neural Networks

ICLR 2023top-25%

Unlearnable examples (ULEs) aim to protect data from unauthorized usage for training DNNs. Existing work adds $\ell_\infty$-bounded perturbations to the original sample so that the trained model generalizes poorly. Such perturbations, however, are easy to eliminate by adversarial training and data a…

2023

Practical Disruption of Image Translation Deepfake Networks

AAAI 2023technical

By harnessing the latest advances in deep learning, image-to-image translation architectures have recently achieved impressive capabilities. Unfortunately, the growing representational power of these architectures has prominent unethical uses. Among these, the threats of (1) face manipulation ("Deep…

Cited by 12SourcePDFScholar
2023

SMAUG: Sparse Masked Autoencoder for Efficient Video-Language Pre-Training

ICCV 2023poster

Video-language pre-training is crucial for learning powerful multi-modal representation. However, it typically requires a massive amount of computation. In this paper, we develop SMAUG, an efficient pre-training framework for video-language models. The foundation component in SMAUG is masked autoenc…

Cited by 16PDFScholar
2022

A Simple Data Mixing Prior for Improving Self-Supervised Learning

CVPR 2022poster

Data mixing (e.g., Mixup, Cutmix, ResizeMix) is an essential component for advancing recognition models. In this paper, we focus on studying its effectiveness in the self-supervised setting. By noticing the mixed images that share the same source images are intrinsically related to each other, we he…

Cited by 48PDFcodeScholar
2022

Adversarial Attack on Attackers: Post-Process to Mitigate Black-Box Score-Based Query Attacks

NeurIPS 2022accept

The score-based query attacks (SQAs) pose practical threats to deep neural networks by crafting adversarial perturbations within dozens of queries, only using the model's output scores. Nonetheless, we note that if the loss trend of the outputs is slightly perturbed, SQAs could be easily misled and…

2022

Finding Differences Between Transformers and ConvNets Using Counterfactual Simulation Testing

NeurIPS 2022accept

Modern deep neural networks tend to be evaluated on static test sets. One shortcoming of this is the fact that these deep neural networks cannot be easily evaluated for robustness issues with respect to specific scene variations. For example, it is hard to study the robustness of these networks to v…

2022

Image BERT Pre-training with Online Tokenizer

ICLR 2022poster

The success of language Transformers is primarily attributed to the pretext task of masked language modeling (MLM), where texts are first tokenized into semantically meaningful pieces. In this work, we study masked image modeling (MIM) and indicate the necessity and challenges of using a semanticall…

Cited by 1044SourcePDFScholar
2022

In Defense of Image Pre-training for Spatiotemporal Recognition

ECCV 2022poster

"Image pre-training, the current de-facto paradigm for a wide range of visual tasks, is generally less favored in the field of video recognition. By contrast, a common strategy is to directly train with spatiotemporal convolutional neural networks (CNNs) from scratch. Nonetheless, interestingly, by…

2022

Simulated Adversarial Testing of Face Recognition Models

CVPR 2022poster

Most machine learning models are validated and tested on fixed datasets. This can give an incomplete picture of the capabilities and weaknesses of the model. Such weaknesses can be revealed at test time in the real world. The risks involved in such failures can be loss of profits, loss of time or ev…

Cited by 17PDFScholar
2022

VIP: Unified Certified Detection and Recovery for Patch Attack with Vision Transformers

ECCV 2022poster

"Patch attack, which introduces a perceptible but localized change to the input image, has gained significant momentum in recent years. In this paper, we propose a unified framework to analyze certified patch defense tasks (including both certified detection and certified recovery) using the recentl…

Cited by 9SourcePDFScholar
2021

Calibrating Concepts and Operations: Towards Symbolic Reasoning on Real Images

ICCV 2021poster

While neural symbolic methods demonstrate impressive performance in visual question answering on synthetic images, their performance suffers on real images. We identify that the long-tail distribution of visual concepts and unequal importance of reasoning steps in real data are the two key obstacles…

Cited by 18PDFcodeScholar
2021

Robust and Accurate Object Detection via Adversarial Learning

CVPR 2021poster

Data augmentation has become a de facto component for training high-performance deep image classifiers, but its potential is under-explored for object detection. Noting that most state-of-the-art object detectors benefit from fine-tuning a pre-trained classifier, we first study how the classifiers'…

Cited by 100PDFcodeScholar
2021

Shape-Texture Debiased Neural Network Training

ICLR 2021poster

Shape and texture are two prominent and complementary cues for recognizing objects. Nonetheless, Convolutional Neural Networks are often biased towards either texture or shape, depending on the training dataset. Our ablation shows that such bias degenerates model performance. Motivated by this obser…

2020

Adversarial Examples Improve Image Recognition

CVPR 2020poster

Adversarial examples are commonly viewed as a threat to ConvNets. Here we present an opposite perspective: adversarial examples can be used to improve image recognition models if harnessed in the right manner. We propose AdvProp, an enhanced adversarial training scheme which treats adversarial examp…

Cited by 699PDFcodeScholar
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

PatchAttack: A Black-box Texture-based Attack with Reinforcement Learning

ECCV 2020poster

Patch-based attacks introduce a perceptible but localized change to the input that induces misclassification. A limitation of current patch-based black-box attacks is that they perform poorly for targeted attacks, and even for the less challenging non-targeted scenarios, they require a large number…

2020

Regional Homogeneity: Towards Learning Transferable Universal Adversarial Perturbations Against Defenses

ECCV 2020poster

This paper focuses on learning transferable adversarial examples specifically against defense models (models to defense adversarial attacks). In particular, we show that a simple universal perturbation can fool a series of state-of-the-art defenses.

2020

Universal Physical Camouflage Attacks on Object Detectors

CVPR 2020poster

In this paper, we study physical adversarial attacks on object detectors in the wild. Previous works mostly craft instance-dependent perturbations only for rigid or planar objects. To this end, we propose to learn an adversarial pattern to effectively attack all instances belonging to the same objec…

Cited by 235PDFScholar
2019

Feature Denoising for Improving Adversarial Robustness

CVPR 2019poster

Adversarial attacks to image classification systems present challenges to convolutional networks and opportunities for understanding them. This study suggests that adversarial perturbations on images lead to noise in the features constructed by these networks. Motivated by this observation, we devel…

Cited by 1130PDFcodeScholar
2019

Improving Transferability of Adversarial Examples With Input Diversity

CVPR 2019poster

Though CNNs have achieved the state-of-the-art performance on various vision tasks, they are vulnerable to adversarial examples --- crafted by adding human-imperceptible perturbations to clean images. However, most of the existing adversarial attacks only achieve relatively low success rates under t…

Cited by 1481PDFcodeScholar
2018

DeepVoting: A Robust and Explainable Deep Network for Semantic Part Detection Under Partial Occlusion

CVPR 2018poster

In this paper, we study the task of detecting semantic parts of an object, e.g., a wheel of a car, under partial occlusion. We propose that all models should be trained without seeing occlusions while being able to transfer the learned knowledge to deal with occlusions. This setting alleviates the d…

Cited by 53SourcePDFScholar
2018

Mitigating Adversarial Effects Through Randomization

ICLR 2018poster

Convolutional neural networks have demonstrated high accuracy on various tasks in recent years. However, they are extremely vulnerable to adversarial examples. For example, imperceptible perturbations added to clean images can cause convolutional neural networks to fail. In this paper, we propose to…

2018

Single-Shot Object Detection With Enriched Semantics

CVPR 2018poster

We propose a novel single shot object detection network named Detection with Enriched Semantics (DES). Our motivation is to enrich the semantics of object detection features within a typical deep detector, by a semantic segmentation branch and a global activation module. The segmentation branch is s…

Cited by 261SourcePDFScholar
2017

Adversarial Examples for Semantic Segmentation and Object Detection

ICCV 2017poster

It has been well demonstrated that adversarial examples, i.e., natural images with visually imperceptible perturbations added, cause deep networks to fail on image classification. In this paper, we extend adversarial examples to semantic segmentation and object detection which are much more difficul…

Cited by 1248PDFScholar