← Search

Zeming Li

35 accepted papers

2026

ViLearn: Accelerating Training Convergence of Image-to-3D Generation via Visibility Learning

CVPR 2026

Single-image-to-3D shape generation has seen remarkable progress, driven by latent diffusion models trained on the compressed latent space of 3D VAEs. However, the task remains intrinsically ill-posed: recovering complete 3D geometry--especially occluded surfaces--from a single view is inherently am

Cited by 0SourceScholar
2025

4K4DGen: Panoramic 4D Generation at 4K Resolution

ICLR 2025spotlight

The blooming of virtual reality and augmented reality (VR/AR) technologies has driven an increasing demand for the creation of high-quality, immersive, and dynamic environments. However, existing generative techniques either focus solely on dynamic objects or perform outpainting from a single perspe…

2025

DiffSplat: Repurposing Image Diffusion Models for Scalable Gaussian Splat Generation

ICLR 2025poster

Recent advancements in 3D content generation from text or a single image struggle with limited high-quality 3D datasets and inconsistency from 2D multi-view generation. We introduce DiffSplat, a novel 3D generative framework that natively generates 3D Gaussian splats by taming large-scale text-to-im…

Cited by 5SourcePDFScholar
2025

ManipGPT: Is Affordance Segmentation by Large Vision Models Enough for Articulated Object Manipulation?

IROS 2025

Visual actionable affordance has emerged as a transformative approach in robotics, focusing on perceiving interaction areas prior to manipulation. Traditional methods rely on pixel sampling to identify successful interaction samples or processing pointclouds for affordance mapping. However, these ap

Cited by 0SourcecodeScholar
2024

HMD-Poser: On-Device Real-time Human Motion Tracking from Scalable Sparse Observations

CVPR 2024poster

It is especially challenging to achieve real-time human motion tracking on a standalone VR Head-Mounted Display (HMD) such as Meta Quest and PICO. In this paper we propose HMD-Poser the first unified approach to recover full-body motions using scalable sparse observations from HMD and body-worn IMUs…

2024

HumanSplat: Generalizable Single-Image Human Gaussian Splatting with Structure Priors

NeurIPS 2024poster

Despite recent advancements in high-fidelity human reconstruction techniques, the requirements for densely captured images or time-consuming per-instance optimization significantly hinder their applications in broader scenarios. To tackle these issues, we present **HumanSplat**, which predicts the 3…

2024

Multi-modal Relation Distillation for Unified 3D Representation Learning

ECCV 2024poster

"Recent advancements in multi-modal pre-training for 3D point clouds have demonstrated promising results by aligning heterogeneous features across 3D shapes and their corresponding 2D images and language descriptions. However, current straightforward solutions often overlook intricate structural rel…

Cited by 0SourcePDFScholar
2024

QTrack: Embracing Quality Clues for Robust 3D Multi-Object Tracking

IROS 2024poster

3D Multi-Object Tracking (MOT) has achieved tremendous achievement thanks to the rapid development of 3D object detection and 2D MOT. Recent advanced works generally employ a series of object attributes, e.g., position, size, velocity, and appearance, to provide the clues for the association in 3D M…

Cited by 1SourceScholar
2023

A Closer Look at Self-Supervised Lightweight Vision Transformers

ICML 2023poster

Self-supervised learning on large-scale Vision Transformers (ViTs) as pre-training methods has achieved promising downstream performance. Yet, how much these pre-training paradigms promote lightweight ViTs' performance is considerably less studied. In this work, we develop and benchmark several self…

2023

BEVDepth: Acquisition of Reliable Depth for Multi-View 3D Object Detection

AAAI 2023technical

In this research, we propose a new 3D object detector with a trustworthy depth estimation, dubbed BEVDepth, for camera-based Bird's-Eye-View~(BEV) 3D object detection. Our work is based on a key observation -- depth estimation in recent approaches is surprisingly inadequate given the fact that dept…

2023

BEVStereo: Enhancing Depth Estimation in Multi-View 3D Object Detection with Temporal Stereo

AAAI 2023technical

Restricted by the ability of depth perception, all Multi-view 3D object detection methods fall into the bottleneck of depth accuracy. By constructing temporal stereo, depth estimation is quite reliable in indoor scenarios. However, there are two difficulties in directly integrating temporal stereo i…

2023

DBQ-SSD: Dynamic Ball Query for Efficient 3D Object Detection

ICLR 2023poster

Many point-based 3D detectors adopt point-feature sampling strategies to drop some points for efficient inference. These strategies are typically based on fixed and handcrafted rules, making it difficult to handle complicated scenes. Different from them, we propose a Dynamic Ball Query (DBQ) network…

2023

Generalizing Multiple Object Tracking to Unseen Domains by Introducing Natural Language Representation

AAAI 2023technical

Although existing multi-object tracking (MOT) algorithms have obtained competitive performance on various benchmarks, almost all of them train and validate models on the same domain. The domain generalization problem of MOT is hardly studied. To bridge this gap, we first draw the observation that th…

2023

MatrixVT: Efficient Multi-Camera to BEV Transformation for 3D Perception

ICCV 2023poster

This paper proposes an efficient multi-camera to Bird's-Eye-View (BEV) view transformation method for 3D perception, dubbed MatrixVT. Existing view transformers either suffer from poor transformation efficiency or rely on device-specific operators, hindering the broad application of BEV models. In…

Cited by 47PDFcodeScholar
2022

Dense Teacher: Dense Pseudo-Labels for Semi-Supervised Object Detection

ECCV 2022poster

"To date, the most powerful semi-supervised object detectors (SS-OD) are based on pseudo-boxes, which need a sequence of post-processing with fine-tuned hyper-parameters. In this work, we propose replacing the sparse pseudo-boxes with the dense prediction as a united and straightforward form of pseu…

2022

Unifying Voxel-based Representation with Transformer for 3D Object Detection

NeurIPS 2022accept

In this work, we present a unified framework for multi-modality 3D object detection, named UVTR. The proposed method aims to unify multi-modality representations in the voxel space for accurate and robust single- or cross-modality 3D detection. To this end, the modality-specific space is first desig…

2022

Voxel Field Fusion for 3D Object Detection

CVPR 2022poster

In this work, we present a conceptually simple yet effective framework for cross-modality 3D object detection, named voxel field fusion. The proposed approach aims to maintain cross-modality consistency by representing and fusing augmented image features as a ray in the voxel field. To this end, the…

Cited by 114PDFcodeScholar
2021

Distribution Alignment: A Unified Framework for Long-Tail Visual Recognition

CVPR 2021poster

Despite the success of the deep neural networks, it remains challenging to effectively build a system for long-tail visual recognition tasks. To address this problem, we first investigate the performance bottleneck of the two-stage learning framework via ablative study. Motivated by our discovery, w…

Cited by 365PDFcodeScholar
2021

Dynamic Grained Encoder for Vision Transformers

NeurIPS 2021poster

Transformers, the de-facto standard for language modeling, have been recently applied for vision tasks. This paper introduces sparse queries for vision transformers to exploit the intrinsic spatial redundancy of natural images and save computational costs. Specifically, we propose a Dynamic Grained…

2021

End-to-End Object Detection With Fully Convolutional Network

CVPR 2021poster

Mainstream object detectors based on the fully convolutional network has achieved impressive performance. While most of them still need a hand-designed non-maximum suppression (NMS) post-processing, which impedes fully end-to-end training. In this paper, we give the analysis of discarding NMS, where…

Cited by 269PDFcodeScholar
2021

Fully Convolutional Networks for Panoptic Segmentation

CVPR 2021poster

In this paper, we present a conceptually simple, strong, and efficient framework for panoptic segmentation, called Panoptic FCN. Our approach aims to represent and predict foreground things and background stuff in a unified fully convolutional pipeline. In particular, Panoptic FCN encodes each objec…

Cited by 223PDFcodeScholar
2020

BorderDet: Border Feature for Dense Object Detection

ECCV 2020poster

Dense object detectors rely on the sliding-window paradigm that predicts the object over a regular grid of image. Meanwhile, the feature maps on the point of the grid are adopted to generate the bounding box predictions. The point feature is convenient to use but may lack the explicit border informa…

2020

Fine-Grained Dynamic Head for Object Detection

NeurIPS 2020poster

The Feature Pyramid Network (FPN) presents a remarkable approach to alleviate the scale variance in object representation by performing instance-level assignments. Nevertheless, this strategy ignores the distinct characteristics of different sub-regions in an instance. To this end, we propose a fine…

2020

Learning Dynamic Routing for Semantic Segmentation

CVPR 2020oral

Recently, numerous handcrafted and searched networks have been applied for semantic segmentation. However, previous works intend to handle inputs with various scales in pre-defined static architectures, such as FCN, U-Net, and DeepLab series. This paper studies a conceptually new method to alleviate…

Cited by 219PDFcodeScholar
2020

Rethinking Learnable Tree Filter for Generic Feature Transform

NeurIPS 2020poster

The Learnable Tree Filter presents a remarkable approach to model structure-preserving relations for semantic segmentation. Nevertheless, the intrinsic geometric constraint forces it to focus on the regions with close spatial distance, hindering the effective long-range interactions. To relax the ge…

2019

Learnable Tree Filter for Structure-preserving Feature Transform

NeurIPS 2019poster

Learning discriminative global features plays a vital role in semantic segmentation. And most of the existing methods adopt stacks of local convolutions or non-local blocks to capture long-range context. However, due to the absence of spatial structure preservation, these operators ignore the object…

2019

Objects365: A Large-Scale, High-Quality Dataset for Object Detection

ICCV 2019poster

In this paper, we introduce a new large-scale object detection dataset, Objects365, which has 365 object categories over 600K training images. More than 10 million, high-quality bounding boxes are manually labeled through a three-step, carefully designed annotation pipeline. It is the largest object…

Cited by 910PDFScholar
2019

ThunderNet: Towards Real-Time Generic Object Detection on Mobile Devices

ICCV 2019poster

Real-time generic object detection on mobile platforms is a crucial but challenging computer vision task. Prior lightweight CNN-based detectors are inclined to use one-stage pipeline. In this paper, we investigate the effectiveness of two-stage detectors in real-time generic detection and propose a…

Cited by 287PDFScholar
2018

DetNet: Design Backbone for Object Detection

ECCV 2018poster

Recent CNN based object detectors, either one-stage methods like YOLO, SSD, and RetinaNet, or two-stage detectors like Faster R-CNN, R-FCN and FPN, are usually trying to directly finetune from ImageNet pre-trained models designed for the task of image classification. However, there has been little w…

2018

MegDet: A Large Mini-Batch Object Detector

CVPR 2018poster

The development of object detection in the era of deep learning, from R-CNN [11], Fast/Faster R-CNN [10, 31] to recent Mask R-CNN [14] and RetinaNet [24], mainly come from novel network, new framework, or loss design. How- ever, mini-batch size, a key factor for the training of deep neural networks,…

Cited by 408SourcePDFScholar
2018

MetaAnchor: Learning to Detect Objects with Customized Anchors

NeurIPS 2018poster

We propose a novel and flexible anchor mechanism named MetaAnchor for object detection frameworks. Unlike many previous detectors model anchors via a predefined manner, in MetaAnchor anchor functions could be dynamically generated from the arbitrary customized prior boxes. Taking advantage of weight…