← Search

Zhipeng Luo

12 accepted papers

2024

Modeling Continuous Motion for 3D Point Cloud Object Tracking

AAAI 2024technical

The task of 3D single object tracking (SOT) with LiDAR point clouds is crucial for various applications, such as autonomous driving and robotics. However, existing approaches have primarily relied on appearance matching or motion modeling within only two successive frames, thereby overlooking the lo…

Cited by 6SourcePDFScholar
2023

DA-DETR: Domain Adaptive Detection Transformer With Information Fusion

CVPR 2023poster

The recent detection transformer (DETR) simplifies the object detection pipeline by removing hand-crafted designs and hyperparameters as employed in conventional two-stage object detectors. However, how to leverage the simple yet effective DETR architecture in domain adaptive object detection is lar…

Cited by 81SourcePDFScholar
2023

Online Map Vectorization for Autonomous Driving: A Rasterization Perspective

NeurIPS 2023poster

High-definition (HD) vectorized map is essential for autonomous driving, providing detailed and precise environmental information for advanced perception and planning. However, current map vectorization methods often exhibit deviations, and the existing evaluation metric for map vectorization lacks…

2023

Towards Efficient Use of Multi-Scale Features in Transformer-Based Object Detectors

CVPR 2023poster

Multi-scale features have been proven highly effective for object detection but often come with huge and even prohibitive extra computation costs, especially for the recent Transformer-based detectors. In this paper, we propose Iterative Multi-scale Feature Aggregation (IMFA) - a generic paradigm th…

2022

Accelerating DETR Convergence via Semantic-Aligned Matching

CVPR 2022poster

The recently developed DEtection TRansformer (DETR) establishes a new object detection paradigm by eliminating a series of hand-crafted components. However, DETR suffers from extremely slow convergence, which increases the training cost significantly. We observe that the slow convergence is largely…

Cited by 129PDFcodeScholar
2022

GenCo: Generative Co-training for Generative Adversarial Networks with Limited Data

AAAI 2022technical

Training effective Generative Adversarial Networks (GANs) requires large amounts of training data, without which the trained models are usually sub-optimal with discriminator over-fitting. Several prior studies address this issue by expanding the distribution of the limited training data via massive…

Cited by 39SourcePDFScholar
2022

PTTR: Relational 3D Point Cloud Object Tracking With Transformer

CVPR 2022poster

In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in the current search point cloud given a template point cloud. Motivated by the success of transformers, we propose Point Tracking TRansformer (PTTR), which efficiently predicts high-quality 3D t…

Cited by 129PDFcodeScholar
2021

MapRE: An Effective Semantic Mapping Approach for Low-resource Relation Extraction

EMNLP 2021main

Neural relation extraction models have shown promising results in recent years; however, the model performance drops dramatically given only a few training samples. Recent works try leveraging the advance in few-shot learning to solve the low resource problem, where they train label-agnostic models…

Cited by 44SourcePDFScholar
2021

Unsupervised Domain Adaptive 3D Detection With Multi-Level Consistency

ICCV 2021poster

Deep learning-based 3D object detection has achieved unprecedented success with the advent of large-scale autonomous driving datasets. However, drastic performance degradation remains a critical challenge for cross-domain deployment. In addition, existing 3D domain adaptive detection methods often a…

Cited by 98PDFScholar
2020

AMLN: Adversarial-based Mutual Learning Network for Online Knowledge Distillation

ECCV 2020poster

Online knowledge distillation has attracted increasing interest recently, which jointly learns teacher and student models or an ensemble of student models simultaneously and collaboratively. On the other hand, existing works focus more on outcome-driven learning according to knowledge like classific…

Cited by 18SourcePDFScholar
2018

LiDAR-Video Driving Dataset: Learning Driving Policies Effectively

CVPR 2018poster

Learning autonomous-driving policies is one of the most challenging but promising tasks for computer vision. Most researchers believe that future research and applications should combine cameras, video recorders and laser scanners to obtain comprehensive semantic understanding of real traffic. Howev…