Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Repository
[AAAI 2025 Oral] Fair Training with Zero Inputs
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Fair Training with Zero Inputs [PDF] [Oral Presentation/Poster] [中文介绍]
This repository is the official implementation for semantic segmentation in our AAAI 2025 oral presentation paper Fair Training with Zero Inputs.
- This code on semantic segmentation is based on MMSegmentation 1.2.1.
- Experiments on image classification are based on MMPretrain 1.1.1.
- Experiments on clothes changing person re-identification are based on Simple-CCReID.
Results

Note: This repository is a clean reimplementation based on MMSegmentation after paper acceptance, enabling direct comparison with the original codebase to inspect ZUT's modifications. Sample training results on VAN-b0 are shown in the table below.
| Method | Reported mAcc (%) | Reported mIoU (%) | Sample mAcc (%) | Sample mIoU (%) | Logs/Weight | | ------ | ----------------- | ----------------- | --------------- | --------------- | ---------------------------------------------------------------------------------------------------- | | VAN-b0 | 52.56 | 37.87 | 53.33 | 38.10 | Google Drive |
Install
- Following the install steps of MMSegmentation 1.2.1.
- Download ADE20K dataset, and modify
data_rootin./configs/_base_/datasets/ade20k.pyto match dataset path. - Download pretrained weight for VAN-{b0, b1, b2, b3}, and put them like
./pretrained/van_b0.pth.- MMSeg will auto download pretrained weights for ResNet-50, Poolformer-s12, and ConvNeXt-tiny.
Training
```python
ZUT
python tools/train.py configs/0ZUT/vanb0.py python tools/train.py configs/0ZUT/vanb1.py python tools/train.py configs/0ZUT/vanb2.py python tools/train.py configs/0ZUT/vanb3.py python tools/train.py configs/0ZUT/r50.py python tools/train.py configs/0ZUT/poolformers12.py python tools/train.py configs/0ZUT/convnext_tiny.py
Baseline
python tools/train.py configs/0ZUTbaseline/vanb0.py python tools/train.py configs/0ZUTbaseline/vanb1.py python tools/train.py configs/0ZUTbaseline/vanb2.py python tools/train.py configs/0ZUTbaseline/vanb3.py python tools/train.py configs/0ZUTbaseline/r50.py python tools/train.py configs/0ZUTbaseline/poolformers12.py python tools/train.py configs/0ZUTbaseline/convnexttiny.py ```
Citation
bibtex
@inproceedings{Fairness_ZUT_WJPan,
author = {Pan, Wenjie and Zhu, Jianqing and Zeng, Huanqiang},
title = {Fair Training with Zero Inputs},
booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
volume = {39},
pages = {6317-6325},
address= {Pennsylvania, USA},
year = {2025},
type = {Conference Proceedings}
}
License
This project is released under the Apache 2.0 license.
Owner
- Name: MWHLS
- Login: asd123pwj
- Kind: user
- Website: mwhls.top
- Repositories: 1
- Profile: https://github.com/asd123pwj
Citation (CITATION.cff)
cff-version: 1.0.0 message: "If you use this software, please cite it as below." authors: - name: "Wenjie Pan" title: "Source Code of Fair Training with Zero Inputs" date-released: 2025-03-11 url: "https://github.com/asd123pwj/ZUT" license: Apache-2.0
GitHub Events
Total
- Issues event: 1
- Watch event: 2
- Issue comment event: 2
- Push event: 9
- Create event: 2
Last Year
- Issues event: 1
- Watch event: 2
- Issue comment event: 2
- Push event: 9
- Create event: 2