← Search

Hengduo Li

13 accepted papers

2024

MA-LMM: Memory-Augmented Large Multimodal Model for Long-Term Video Understanding

CVPR 2024poster

With the success of large language models (LLMs) integrating the vision model into LLMs to build vision-language foundation models has gained much more interest recently. However existing LLM-based large multimodal models (e.g. Video-LLaMA VideoChat) can only take in a limited number of frames for s…

2024

Object Recognition as Next Token Prediction

CVPR 2024highlight

We present an approach to pose object recognition as next token prediction. The idea is to apply a language decoder that auto-regressively predicts the text tokens from image embeddings to form labels. To ground this prediction process in auto-regression we customize a non-causal attention mask for…

2024

SEGIC: Unleashing the Emergent Correspondence for In-Context Segmentation

ECCV 2024poster

"In-context segmentation aims at segmenting novel images using a few labeled example images, termed as “in-context examples”, exploring content similarities between examples and the target. The resulting models can be generalized seamlessly to novel segmentation tasks, significantly reducing the lab…

2022

AdaViT: Adaptive Vision Transformers for Efficient Image Recognition

CVPR 2022poster

Built on top of self-attention mechanisms, vision transformers have demonstrated remarkable performance on a variety of vision tasks recently. While achieving excellent performance, they still require relatively intensive computational cost that scales up drastically as the numbers of patches, self-…

Cited by 301PDFcodeScholar
2022

Efficient Video Transformers with Spatial-Temporal Token Selection

ECCV 2022poster

"Video transformers have achieved impressive results on major video recognition benchmarks, however they suffer from high computational cost. In this paper, we present STTS, a token selection framework that dynamically selects a few informative tokens in both temporal and spatial dimensions conditio…

2022

Rethinking Pseudo Labels for Semi-supervised Object Detection

AAAI 2022technical

Recent advances in semi-supervised object detection (SSOD) are largely driven by consistency-based pseudo-labeling methods for image classification tasks, producing pseudo labels as supervisory signals. However, when using pseudo labels, there is a lack of consideration in localization precision and…

Cited by 97SourcePDFScholar
2022

Semi-Supervised Single-View 3D Reconstruction via Prototype Shape Priors

ECCV 2022poster

"The performance of existing single-view 3D reconstruction methods heavily relies on large-scale of 3D annotations. However, such annotations are tedious and expensive to collect. Semi-supervised learning serves as an alternative way to mitigate the need for manual labels, but remains unexplored in…

2021

2D or not 2D? Adaptive 3D Convolution Selection for Efficient Video Recognition

CVPR 2021poster

3D convolutional networks are prevalent for video recognition. While achieving excellent recognition performance on standard benchmarks, they operate on a sequence of frames with 3D convolutions and thus are computationally demanding. Exploiting large variations among different videos, we introduce…

Cited by 49PDFScholar
2020

Learning From Noisy Anchors for One-Stage Object Detection

CVPR 2020poster

State-of-the-art object detectors rely on regressing and classifying an extensive list of possible anchors, which are divided into positive and negative samples based on their intersection-over-union (IoU) with corresponding ground-truth objects. Such a harsh split conditioned on IoU results in bina…

Cited by 126PDFcodeScholar
2019

Transferable Clean-Label Poisoning Attacks on Deep Neural Nets

ICML 2019oral

In this paper, we explore clean-label poisoning attacks on deep convolutional networks with access to neither the network’s output nor its architecture or parameters. Our goal is to ensure that after injecting the poisons into the training data, a model with unknown architecture and parameters train…

2018

R-FCN-3000 at 30fps: Decoupling Detection and Classification

CVPR 2018poster

We propose a modular approach towards large-scale real-time object detection by decoupling objectness detection and classification. We exploit the fact that many object classes are visually similar and share parts. Thus, a universal objectness detector can be learned for class-agnostic object detect…