Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ LIAR Public

See through the Dark: Learning Illumination-affined Representations for Nighttime Occupancy Prediction

Notifications You must be signed in to change notification settings

yanzq95/LIAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accepted to NeurIPS 2025!

See through the Dark: Learning Illumination-affined Representations
for Nighttime Occupancy Prediction

arXiv Paper

Yuan Wu1*, Zhiqiang Yan2*, Yigong Zhang3†, Xiang Li3, Jian Yang1†

*equal contribution    corresponding author   
1Nanjing University of Science and Technology    2National University of Singapore    3Nankai University   

model

🚀 Get Started

Installation and Data Preparation

Step1. Prepare environment as that in Install.

Step2. Prepare nuscenes and generate pkl file by runing:

python tools/create_data_bevdet.py

The final directory structure for 'data' folder is like

└── data
  └── nuscenes
      ├── v1.0-trainval
      ├── maps  
      ├── sweeps  
      ├── samples
      ├── gts
      ├── bevdetv2-nuscenes_infos_train.pkl 
      └── bevdetv2-nuscenes_infos_val.pkl

Train & Evaluate

# train:
tools/dist_train.sh ${config} ${num_gpu}

# test:
tools/dist_test.sh ${config} ${ckpt} ${num_gpu} --eval mAP

💾 Model weights

The pretrained weights in 'ckpt' folder can be found here. All model weights can be found here.

🙏 Acknowledgements

This project builds upon several outstanding open-source projects. We sincerely thank the authors of:

📝 Citation

If our method proves to be of any assistance, please consider citing:

@article{wu2025see,
  title={See through the Dark: Learning Illumination-affined Representations for Nighttime Occupancy Prediction},
  author={Wu, Yuan and Yan, Zhiqiang and Zhang, Yigong and Li, Xiang and Yang, Jian},
  journal={arXiv preprint arXiv:2505.20641},
  year={2025}
}

About

See through the Dark: Learning Illumination-affined Representations for Nighttime Occupancy Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •