SkillAgentSearch skills...

Bier

Cleaned up reference implementation of BIER: Boosting Independent Embeddings Robustly.

Install / Use

/learn @mop/Bier
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This project is a cleaned up version of our PAMI submission "Deep Metric Learning with BIER: Boosting Independent Embeddings Robustly" in tensorflow. It extends our original ICCV version with an adversarial auxiliary loss during training, which improves results. you are planning to use this work, please cite one of the following papers:

@inproceedings{opitz2017iccv,
    author={M. Opitz and G. Waltner and H. Possegger and H. Bischof},
    booktitle={{ICCV}},
    title={{BIER: Boosting Independent Embeddings Robustly}},
    year={2017}
}

@article{opitz2018arxiv,
    author={M. Opitz and G. Waltner and H. Possegger and H. Bischof},
    journal={arXiv:cs/1801.04815},
    title={{Deep Metric Learning with BIER: Boosting Independent Embeddings Robustly}},
    year={2018}
}

To run the code, see ./run.sh and ./run_eval.sh. The train-images file is a numpy file consisting of images of size 256x256 and train-labels are the corresponding labels. The label indices should be between [0, total-number-of-labels) (i.e. they should be non-negative, and continuous).

The initial weights for the GoogLeNet InceptionV1 model (dumped from the caffe model) is available at: https://files.icg.tugraz.at/d/c3e1a047fc/

Related Skills

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated5mo ago
Forks15

Languages

Python

Security Score

92/100

Audited on Oct 12, 2025

No findings