This repository is the official implementation of "PIS-NAS: Pyramid Information System-Based Neural Architecture Search for Object Detection".
Chentian Wei1,2, Ao Li1, Han Wang3, Le Dong 1*
1School of Artificial Intelligence, Xidian University
2Institute for Network Sciences and Cyberspace, Tsinghua University
3School of Aerospace Engineering, Xi'an Jiaotong University
*: Corresponding Author. Email: dongle@xidian.edu.cn
Code and Usage is now available.
To use this repository, you need to follow these steps:
- Clone the repository:
git clone https://github.com/ct-wei/PIS-NAS.git
- Install the required packages:
pip install -r requirements/nas.txt
- Search the model:
python tools/search.py configs/erf/cspnet/yolov8n_erf.py
If you find this useful, please support us by citing them.
@INPROCEEDINGS{wei25pisnas,
author={Wei,Chentian and Li,Ao and Pu,Lei and Dong,Le},
booktitle={},
title={PIS-NAS: Pyramid Information System-Based Neural Architecture Search for Object Detection},
year={2025},
volume={},
number={},
pages={1-5},
keywords={Object detection, Neural Architecture Search,Training-free, Information Theory},
doi={}}