← Search

Huiyu Wang

27 accepted papers

2025

BIMBA: Selective-Scan Compression for Long-Range Video Question Answering

CVPR 2025poster

Video Question Answering (VQA) in long videos poses the key challenge of extracting relevant information and modeling long-range dependencies from many redundant frames. The self-attention mechanism provides a general solution for sequence modeling, but it has a prohibitive cost when applied to a ma…

2025

PerceptionLM: Open-Access Data and Models for Detailed Visual Understanding

NeurIPS 2025spotlight

Vision-language models are integral to computer vision research, yet many high-performing models remain closed-source, obscuring their data, design and training recipe. The research community has responded by using distillation from black-box models to label training data, achieving strong benchmark…

Cited by 0SourcecodeScholar
2024

"Propose, Assess, Search: Harnessing LLMs for Goal-Oriented Planning in Instructional Videos"

ECCV 2024oral

"Goal-oriented planning, or anticipating a series of actions that transition an agent from its current state to a predefined objective, is crucial for developing intelligent assistants aiding users in daily procedural tasks. The problem presents significant challenges due to the need for comprehensi…

Cited by 2SourcePDFScholar
2024

4Diff: 3D-Aware Diffusion Model for Third-to-First Viewpoint Translation

ECCV 2024poster

"We present , a 3D-aware diffusion model addressing the exo-to-ego viewpoint translation task — generating first-person (egocentric) view images from the corresponding third-person (exocentric) images. Building on the diffusion model’s ability to generate photorealistic images, we propose a transfor…

2024

Ego-Exo4D: Understanding Skilled Human Activity from First- and Third-Person Perspectives

CVPR 2024poster

We present Ego-Exo4D a diverse large-scale multimodal multiview video dataset and benchmark challenge. Ego-Exo4D centers around simultaneously-captured egocentric and exocentric video of skilled human activities (e.g. sports music dance bike repair). 740 participants from 13 cities worldwide perform…

2024

Learning to Segment Referred Objects from Narrated Egocentric Videos

CVPR 2024poster

Egocentric videos provide a first-person perspective of the wearer's activities involving simultaneous interactions with multiple objects. In this work we propose the task of weakly-supervised Narration-based Video Object Segmentation (NVOS). Given an egocentric video clip and a narration of the wea…

Cited by 6SourcePDFScholar
2024

MusicFlow: Cascaded Flow Matching for Text Guided Music Generation

ICML 2024poster

We introduce MusicFlow, a cascaded text-to-music generation model based on flow matching. Based on self-supervised representations to bridge between text descriptions and music audios, we construct two flow matching networks to model the conditional distribution of semantic and acoustic features. Ad…

Cited by 9SourcePDFScholar
2024

Rethinking Video-Text Understanding: Retrieval from Counterfactually Augmented Data

ECCV 2024poster

"Recent video-text foundation models have demonstrated strong performance on a wide variety of downstream video understanding tasks. Can these video-text models genuinely understand the contents of natural videos? Standard video-text evaluations could be misleading as many questions can be inferred…

Cited by 2SourcePDFScholar
2024

VideoINSTA: Zero-shot Long Video Understanding via Informative Spatial-Temporal Reasoning with LLMs

EMNLP 2024finding

In the video-language domain, recent works in leveraging zero-shot Large Language Model-based reasoning for video understanding have become competitive challengers to previous end-to-end models. However, long video understanding presents unique challenges due to the complexity of reasoning over exte…

2023

Ego4D Goal-Step: Toward Hierarchical Understanding of Procedural Activities

NeurIPS 2023spotlight

Human activities are goal-oriented and hierarchical, comprising primary goals at the top level, sequences of steps and substeps in the middle, and atomic actions at the lowest level. Recognizing human activities thus requires relating atomic actions and steps to their functional objectives (what the…

Cited by 35SourcePDFScholar
2023

HT-Step: Aligning Instructional Articles with How-To Videos

NeurIPS 2023poster

We introduce HT-Step, a large-scale dataset containing temporal annotations of instructional article steps in cooking videos. It includes 122k segment-level annotations over 20k narrated videos (approximately 2.3k hours) of the HowTo100M dataset. Each annotation provides a temporal interval, and a c…

Cited by 18SourcePDFScholar
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

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

CMT-DeepLab: Clustering Mask Transformers for Panoptic Segmentation

CVPR 2022oral

We propose Clustering Mask Transformer (CMT-DeepLab), a transformer-based framework for panoptic segmentation designed around clustering. It rethinks the existing transformer architectures used in segmentation and detection; CMT-DeepLab considers the object queries as cluster centers, which fill the…

Cited by 110PDFScholar
2022

CP2: Copy-Paste Contrastive Pretraining for Semantic Segmentation

ECCV 2022poster

"Recent advances in self-supervised contrastive learning yield good image-level representation, which favors classification tasks but usually neglects pixel-level detailed information, leading to unsatisfactory transfer performance to dense prediction tasks such as semantic segmentation. In this wor…

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…

2021

CO2: Consistent Contrast for Unsupervised Visual Representation Learning

ICLR 2021poster

Contrastive learning has recently been a core for unsupervised visual representation learning. Without human annotation, the common practice is to perform an instance discrimination task: Given a query image crop, label crops from the same image as positives, and crops from other randomly sampled im…

Cited by 80SourcePDFScholar
2021

MaX-DeepLab: End-to-End Panoptic Segmentation With Mask Transformers

CVPR 2021poster

We present MaX-DeepLab, the first end-to-end model for panoptic segmentation. Our approach simplifies the current pipeline that depends heavily on surrogate sub-tasks and hand-designed components, such as box detection, non-maximum suppression, thing-stuff merging, etc. Although these sub-tasks are…

Cited by 651PDFcodeScholar
2020

Axial-DeepLab: Stand-Alone Axial-Attention for Panoptic Segmentation

ECCV 2020poster

Convolution exploits locality for efficiency at a cost of missing long range context. Self-attention has been adopted to augment CNNs with non-local interactions. Recent works prove it possible to stack self-attention layers to obtain a fully attentional network by restricting the attention to a loc…

2019

ELASTIC: Improving CNNs With Dynamic Scaling Policies

CVPR 2019oral

Scale variation has been a challenge from traditional to modern approaches in computer vision. Most solutions to scale issues have a similar theme: a set of intuitive and manually designed policies that are generic and fixed (e.g. SIFT or feature pyramid). We argue that the scaling policy should be…

Cited by 87PDFcodeScholar
2019

Semantic-Aware Knowledge Preservation for Zero-Shot Sketch-Based Image Retrieval

ICCV 2019poster

Sketch-based image retrieval (SBIR) is widely recognized as an important vision problem which implies a wide range of real-world applications. Recently, research interests arise in solving this problem under the more realistic and challenging setting of zero-shot learning. In this paper, we investig…

Cited by 137PDFcodeScholar