← Search

Yanghao Li

38 accepted papers

2026

DSSA: Dense-Sparse Switchable Attention for Seamless Short-to-Long Adaptation

ICLR 2026poster

Long-sequence processing is a critical capability for modern large language models. However, the self-attention mechanism in the standard Transformer architecture faces severe computational and memory bottlenecks when processing long sequences. While trainable sparse attention methods offer a promis…

Cited by 0SourceScholar
2026

Imagination Helps Visual Reasoning, But Not Yet in Latent Space

ICML 2026poster

Latent visual reasoning aims to mimic human's *imagination* process by meditating through hidden states of Multimodal Large Language Models. While recognized as a promising paradigm for visual reasoning, the underlying mechanisms driving its effectiveness remain unclear. Motivated to demystify the t…

Cited by 0SourceScholar
2026

MANZANO: A Simple and Scalable Unified Multimodal Model with a Hybrid Vision Tokenizer

ICLR 2026poster

Unified multimodal Large Language Models (LLMs) that can both understand and generate visual content hold immense potential. However, existing open-source models often suffer from a performance trade-off between these capabilities. We present Manzano, a simple and scalable unified framework that sub…

Cited by 0SourceScholar
2025

Distance between Relevant Information Pieces Causes Bias in Long-Context LLMs

ACL 2025finding

Positional bias in large language models hinders their ability to effectively process long inputs. A prominent example is the “lost in the middle” phenomenon, where LLMs struggle to utilize relevant information situated in the middle of the input. While prior research primarily focuses on single pie…

2025

EC-DIT: Scaling Diffusion Transformers with Adaptive Expert-Choice Routing

ICLR 2025poster

Diffusion transformers have been widely adopted for text-to-image synthesis. While scaling these models up to billions of parameters shows promise, the effectiveness of scaling beyond current sizes remains underexplored and challenging. By explicitly exploiting the computational heterogeneity of ima…

Cited by 0SourcePDFScholar
2025

Improve Vision Language Model Chain-of-thought Reasoning

ACL 2025long

Chain-of-thought (CoT) reasoning in vision language models (VLMs) is crucial for improving interpretability and trustworthiness. However, current training recipes often relying on datasets dominated by short annotations with minimal rationales. In this work, we show that training VLM on short answer…

2025

MM1.5: Methods, Analysis & Insights from Multimodal LLM Fine-tuning

ICLR 2025poster

We present MM1.5, a new family of multimodal large language models (MLLMs) designed to enhance capabilities in text-rich image understanding, visual referring and grounding, and multi-image reasoning. Building upon the MM1 architecture, MM1.5 adopts a data-centric approach to model training, systema…

Cited by 29SourcePDFScholar
2025

MMEgo: Towards Building Egocentric Multimodal LLMs for Video QA

ICLR 2025poster

This research aims to comprehensively explore building a multimodal foundation model for egocentric video understanding. To achieve this goal, we work on three fronts. First, as there is a lack of QA data for egocentric video understanding, we automatically generate 7M high-quality QA samples for e…

Cited by 0SourcePDFScholar
2025

SEP: A General Lossless Compression Framework with Semantics Enhancement and Multi-Stream Pipelines

IJCAI 2025

Deep-learning-based lossless compression is of immense importance in real-world applications, such as cold data persistence, sensor data collection, and astronomical data transmission. However, existing compressors typically model data using single-byte symbols as tokens, which makes it hard to capt

2024

Bandwidth-Efficient Inference for Nerual Image Compression

ICASSP 2024accepted

With neural networks growing deeper and feature maps growing larger, limited communication bandwidth with external memory (or DRAM) and power constraints become a bottle-neck in implementing network inference on mobile and edge devices. In this paper, we propose an end-to-end differentiable bandwidt…

Cited by 0SourceScholar
2024

Idempotence and Perceptual Image Compression

ICLR 2024spotlight

Idempotence is the stability of image codec to re-compression. At the first glance, it is unrelated to perceptual image compression. However, we find that theoretically: 1) Conditional generative model-based perceptual codec satisfies idempotence; 2) Unconditional generative model with idempotence c…

2024

R-MAE: Regions Meet Masked Autoencoders

ICLR 2024poster

In this work, we explore regions as a potential visual analogue of words for self-supervised image representation learning. Inspired by Masked Autoencoding (MAE), a generative pre-training baseline, we propose masked region autoencoding to learn from groups of pixels or regions. Specifically, we des…

2023

Efficient Semantic Segmentation by Altering Resolutions for Compressed Videos

CVPR 2023poster

Video semantic segmentation (VSS) is a computationally expensive task due to the per-frame prediction for videos of high frame rates. In recent work, compact models or adaptive network strategies have been proposed for efficient VSS. However, they did not consider a crucial factor that affects the c…

2023

Hiera: A Hierarchical Vision Transformer without the Bells-and-Whistles

ICML 2023oral

Modern hierarchical vision transformers have added several vision-specific components in the pursuit of supervised classification performance. While these components lead to effective accuracies and attractive FLOP counts, the added complexity actually makes these transformers slower than their vani…

2023

Idempotent Learned Image Compression with Right-Inverse

NeurIPS 2023poster

We consider the problem of idempotent learned image compression (LIC). The idempotence of codec refers to the stability of codec to re-compression. To achieve idempotence, previous codecs adopt invertible transforms such as DCT and normalizing flow. In this paper, we first identify that invertibilit…

Cited by 4SourcePDFScholar
2023

MAViL: Masked Audio-Video Learners

NeurIPS 2023poster

We present Masked Audio-Video Learners (MAViL) to learn audio-visual representations with three complementary forms of self-supervision: (1) reconstructing masked raw audio and video inputs, (2) intra-modal and inter-modal contrastive learning with masking, and (3) self-training to predict aligned a…

2023

Scaling Language-Image Pre-Training via Masking

CVPR 2023poster

We present Fast Language-Image Pre-training (FLIP), a simple and more efficient method for training CLIP. Our method randomly masks out and removes a large portion of image patches during training. Masking allows us to learn from more image-text pairs given the same wall-clock time and contrast more…

2023

Where Is My Wallet? Modeling Object Proposal Sets for Egocentric Visual Query Localization

CVPR 2023poster

This paper deals with the problem of localizing objects in image and video datasets from visual exemplars. In particular, we focus on the challenging problem of egocentric visual query localization. We first identify grave implicit biases in current query-conditioned model design and visual query da…

2022

Ego4D: Around the World in 3,000 Hours of Egocentric Video

CVPR 2022oral

We introduce Ego4D, a massive-scale egocentric video dataset and benchmark suite. It offers 3,670 hours of daily-life activity video spanning hundreds of scenarios (household, outdoor, workplace, leisure, etc.) captured by 931 unique camera wearers from 74 worldwide locations and 9 different countri…

Cited by 1162PDFcodeScholar
2022

Exploring Plain Vision Transformer Backbones for Object Detection

ECCV 2022poster

"We explore the plain, non-hierarchical Vision Transformer (ViT) as a backbone network for object detection. This design enables the original ViT architecture to be fine-tuned for object detection without needing to redesign a hierarchical backbone for pre-training. With minimal adaptations for fine…

2022

MViTv2: Improved Multiscale Vision Transformers for Classification and Detection

CVPR 2022poster

In this paper, we study Multiscale Vision Transformers (MViTv2) as a unified architecture for image and video classification, as well as object detection. We present an improved version of MViT that incorporates decomposed relative positional embeddings and residual pooling connections. We instantia…

Cited by 950PDFcodeScholar
2022

Masked Autoencoders Are Scalable Vision Learners

CVPR 2022oral

This paper shows that masked autoencoders (MAE) are scalable self-supervised learners for computer vision. Our MAE approach is simple: we mask random patches of the input image and reconstruct the missing pixels. It is based on two core designs. First, we develop an asymmetric encoder-decoder archit…

Cited by 12331PDFcodeScholar
2022

Masked Autoencoders As Spatiotemporal Learners

NeurIPS 2022accept

This paper studies a conceptually simple extension of Masked Autoencoders (MAE) to spatiotemporal representation learning from videos. We randomly mask out spacetime patches in videos and learn an autoencoder to reconstruct them in pixels. Interestingly, we show that our MAE method can learn strong…

2022

MeMViT: Memory-Augmented Multiscale Vision Transformer for Efficient Long-Term Video Recognition

CVPR 2022oral

While today's video recognition systems parse snapshots or short clips accurately, they cannot connect the dots and reason across a longer range of time yet. Most existing video architectures can only process <5 seconds of a video without hitting the computation or memory bottlenecks. In this paper,…

Cited by 261PDFcodeScholar
2022

Rate Control for Learned Video Compression

ICASSP 2022accepted

Rate control is a critical part for video compression, especially in bandwidth-limited tasks such as live and broadcast. The newly-rising learned video compression has shown advantageous rate-distortion (RD) performance in previous research, but lack of rate control heavily limits its usage in real…

Cited by 0SourceScholar
2022

Reversible Vision Transformers

CVPR 2022oral

We present Reversible Vision Transformers, a memory efficient architecture design for visual recognition. By decoupling the GPU memory footprint from the depth of the model, Reversible Vision Transformers enable memory efficient scaling of transformer architectures. We adapt two popular models, name…

Cited by 68PDFcodeScholar
2021

Ego-Exo: Transferring Visual Representations From Third-Person to First-Person Videos

CVPR 2021poster

We introduce an approach for pre-training egocentric video models using large-scale third-person video datasets. Learning from purely egocentric data is limited by low dataset scale and diversity, while using purely exocentric (third-person) data introduces a large domain mismatch. Our idea is to di…

Cited by 98PDFcodeScholar
2021

Learning Model-Blind Temporal Denoisers without Ground Truths

ICASSP 2021accepted

Denoisers trained with synthetic noises often fail to cope with the diversity of real noises, giving way to methods that can adapt to unknown noise without noise modeling or ground truth. Previous image-based method leads to noise overfitting if directly applied to temporal denoising, and has inadeq…

Cited by 0SourceScholar
2021

Multiscale Vision Transformers

ICCV 2021poster

We present Multiscale Vision Transformers (MViT) for video and image recognition, by connecting the seminal idea of multiscale feature hierarchies with transformer models. Multiscale Transformers have several channel-resolution scale stages. Starting from the input resolution and a small channel dim…

Cited by 1664PDFcodeScholar
2020

Ego-Topo: Environment Affordances From Egocentric Video

CVPR 2020oral

First-person video naturally brings the use of a physical environment to the forefront, since it shows the camera wearer interacting fluidly in a space based on his intentions. However, current methods largely separate the observed actions from the persistent space itself. We introduce a model for e…

Cited by 152PDFcodeScholar
2017

Online action detection and forecast via Multitask deep Recurrent Neural Networks

ICASSP 2017accepted

Online human action detection and forecast on untrimmed 3D skeleton sequences is a novel task based on traditional action recognition and has not been fully studied. Its aim is to localize and recognize one action in a long sequence while doing forecasting task at the same time. In this paper, we pr…

Cited by 0SourceScholar
2016

Joint sub-band based neighbor embedding for image super-resolution

ICASSP 2016accepted

In this paper, we propose a novel neighbor embedding method based on joint sub-bands for image super-resolution. Rather than directly reconstructing the total spatial variations of the input image, we restore each frequency component separately. The input LR image is decomposed into sub-bands define…

Cited by 0SourceScholar
2015

Neighborhood regression for edge-preserving image super-resolution

ICASSP 2015accepted

There have been many proposed works on image super-resolution via employing different priors or external databases to enhance HR results. However, most of them do not work well on the reconstruction of high-frequency details of images, which are more sensitive for human vision system. Rather than re…

Cited by 0SourceScholar