← Search

Jiwen Lu*

7 accepted papers

2024

3D Small Object Detection with Dynamic Spatial Pruning

ECCV 2024poster

"In this paper, we propose an efficient feature pruning strategy for 3D small object detection. Conventional 3D object detection methods struggle on small objects due to the weak geometric information from a small number of points. Although increasing the spatial resolution of feature representation…

2024

DC-Solver: Improving Predictor-Corrector Diffusion Sampler via Dynamic Compensation

ECCV 2024poster

"Diffusion probabilistic models (DPMs) have shown remarkable performance in visual synthesis but are computationally expensive due to the need for multiple evaluations during the sampling. Recent predictor-corrector diffusion samplers have significantly reduced the required number of function evalua…

2024

Efficient Inference of Vision Instruction-Following Models with Elastic Cache

ECCV 2024poster

"In the field of instruction-following large vision-language models (LVLMs), the efficient deployment of these models faces challenges, notably due to the high memory demands of their key-value (KV) caches. Conventional cache management strategies for LLMs focus on cache eviction, which often fails…

2024

GaussianFormer: Scene as Gaussians for Vision-Based 3D Semantic Occupancy Prediction

ECCV 2024poster

"3D semantic occupancy prediction aims to obtain 3D fine-grained geometry and semantics of the surrounding scene and is an important task for the robustness of vision-centric autonomous driving. Most existing methods employ dense grids such as voxels as scene representations, which ignore the sparsi…

2024

OccWorld: Learning a 3D Occupancy World Model for Autonomous Driving

ECCV 2024poster

"Understanding how the 3D scene evolves is vital for making decisions in autonomous driving. Most existing methods achieve this by predicting the movements of object boxes, which cannot capture more fine-grained scene information. In this paper, we explore a new framework of learning a world model,…

2024

ProtoComp: Diverse Point Cloud Completion with Controllable Prototype

ECCV 2024poster

"Point cloud completion aims to reconstruct the geometry of partial point clouds captured by various sensors. Traditionally, training a point cloud model is carried out on synthetic datasets, which have limited categories and deviate significantly from real-world scenarios. This disparity often lead…

2024

SpatialFormer: Towards Generalizable Vision Transformers with Explicit Spatial Understanding

ECCV 2024poster

"Vision transformers have demonstrated promising results and become core components in many tasks. Most existing works focus on context feature extraction and incorporate spatial information through additional positional embedding. However, they only consider the local positional information within…