Private Optuna HPO on the
decontaminated PKG clinic (
client_pkg), initialized from
base_v2. This is the
client update that is later FedAvg-merged into
base_v3.
Same architecture as base_v2: frozen SigLIP-SO400M + LoRA (r=8, α=16) on attention Q/V + linear head. Not a transformers checkpoint.
1make pkg-hpo-best
2# or: make pkg-hpo-from-roots
1git clone https://github.com/lfniederauer/FederatedLoRA-OsteosarcomaClassification
2cd FederatedLoRA-OsteosarcomaClassification
3pip install -r requirements.txt
4export BIG_VISION_ROOT=~/git/big_vision
5
6python scripts/infer.py --checkpoint checkpoints/pkg_hpo_best --image patch.jpg
7python scripts/infer.py --hf-repo lfniederauer/siglip-lora-osteosarcoma-pkg-hpo-best --image patch.jpg
1make sync-hf-assets
2make publish-hf-pkg
1make merge CHECKPOINT_A=checkpoints/base_v2 CHECKPOINT_B=checkpoints/pkg_hpo_best OUT=checkpoints/base_v3
2# published as lfniederauer/siglip-lora-osteosarcoma-base-v3
1@misc{siglip_lora_osteosarcoma_pkg_hpo_best,
2 title={SigLIP-LoRA PKG Client HPO Update for Osteosarcoma Histopathology},
3 author={lfniederauer},
4 year={2026},
5 howpublished={\url{https://huggingface.co/lfniederauer/siglip-lora-osteosarcoma-pkg-hpo-best}}
6}
7
8@dataset{leavey2019osteosarcoma_tcia,
9 author = {Leavey, Patrick and Sengupta, Aniruddha and Rakheja, Dinesh and Daescu, Ovidiu and Arunachalam, Harish Babu and Mishra, Rashika},
10 title = {Osteosarcoma data from {UT Southwestern}/{UT Dallas} for Viable and Necrotic Tumor Assessment ({Osteosarcoma-Tumor-Assessment})},
11 year = {2019},
12 publisher = {The Cancer Imaging Archive},
13 doi = {10.7937/tcia.2019.bvhjhdas},
14 url = {https://www.cancerimagingarchive.net/collection/osteosarcoma-tumor-assessment/}
15}