Skip to content

HuangZhe885/CoDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoDiff: Conditional Diffusion Model for Collaborative 3D Object Detection

  1. This work builds upon the previously published RoCo paper, attempting to use diffusion models to address noise issues (pose errors and time delays) in collaborative perception. It was conducted in July 2024.

image

  1. Documenting the training process to avoid forgetting:
    Training Process Documentation

  2. The main modified files are:

    • point_pillar_baseline_multiscale.py
    • diffusion_fuse.py (which implements using single-vehicle features as conditions to guide the diffusion process for generating ensemble features)
  3. Due to varying feature map size requirements across datasets, the code is quite messy... only I can understand it.

  4. Nevertheless, the results are promising - even outperforming RoCo. However, diffusion-generated features perform poorly in high-noise scenarios, likely because the model learns from suboptimal samples, leading to inferior outputs.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages