Commit Graph

28 Commits

Author SHA1 Message Date
rpotter6298 3d7777f010 Add new experiments and analysis scripts for dropzero features
- Introduced `fused_importance_with_axial.py` to evaluate the importance of Axial_Length in the fused-head model.
- Created JSON configurations for various experiments excluding zero-importance clinical features:
  - `cd_solo_bilateral_dropzero.json`: Bilateral clinical-only evaluation.
  - `cd_solo_single_dropzero.json`: Single-eye clinical-only evaluation.
  - `ensemble_refugelike_ckpt_dropzero.json`: Ensemble model with dropped zero-importance features.
  - `ensemble_single_refugelike_dropzero.json`: Single-eye ensemble model with dropped features.
2026-08-24 12:26:16 +02:00
rpotter6298 708fbc70ce Add analysis scripts and experiment configurations for bridge attention and sensitivity studies
- Introduced `bridge_attention_ceiling_check.py` for variance decomposition analysis on bridge attention configurations.
- Added `bridge_attention_readout.py` to perform per-tower gate and contribution readouts, including AUC sanity checks.
- Created multiple JSON configuration files for backbone replication experiments, including anonymous CV variants and basic backbones.
- Implemented sensitivity experiments to evaluate the impact of axial length inclusion and EfficientNetV2-M performance at higher resolutions.
- Added a memory probe script to assess GPU memory usage during training with EfficientNetV2-M.
2026-07-03 08:51:44 +02:00
rpotter6298 3d954a4606 Implement GPU precheck and client fail streak management 2026-06-12 10:36:33 +02:00
rpotter6298 280060db82 Add new regression and ensemble experiment configurations for V2-M and OrthoBridge
- Introduced multiple regression experiment configurations targeting vf_md, including:
  - cd_solo_reg_set.json: CD tower only regression setup.
  - img_solo_reg_set.json: Image tower only regression setup.
  - reg_head_epoch_sweep.json: Baseline regression sweeps at different epochs (50, 75, 100).
  - reg_head_set.json: Various regression setups including baseline and OrthoBridge configurations.
  - single_eye_reg.json: Single-eye regression setup for worst-eye aggregation analysis.

- Added ensemble configurations for OrthoBridge with different inner bridges:
  - ortho_alts_ensemble.json: Ensemble tests with ConcatBridge, PairwiseAdditiveBridge, and GatedAdditiveBridge.
  - ortho_alts_tritower.json: Tritower tests with the same inner bridges.

- Created V2-M specific configurations:
  - baseline_reg_nt50.json: Regression baseline with V2-M backbone.
  - geom_vec_gt.json and geom_vec_unet.json: Geometry vector injection experiments with V2-M.
  - single_l1_bridges.json: Single-eye ensemble experiments with various bridge types.
  - tritower_geom_gt.json: Tritower setup with GT contour-rasterized masks.

- Promoted existing experiments to higher repetitions for robustness.
2026-06-11 15:08:20 +02:00
rpotter6298 32a801a572 update with orthobridge 2026-05-15 10:27:24 +02:00
rpotter6298 4dd2dbc734 update 2026-05-14 13:51:47 +02:00
rpotter6298 86ed453736 Add new analysis scripts and configuration files for model comparison and feature extraction 2026-05-14 13:51:41 +02:00
rpotter6298 a721e52909 Add new scripts and configurations for model comparison and analysis
- Introduced `poster_model_comparison.py` for generating model comparison figures.
- Added `plot_poster_roc_comparison.py` for creating ROC comparison figures for PAPILA binary classification.
- Created new JSON configuration files for clinical solo models with and without geometry injection.
- Implemented batch dispatch updates in `batch_dispatch.py` to utilize run names from configurations.
- Added analysis scripts: `compare_grid.py`, `inspect_embeddings.py`, and `summarize_run.py` for evaluating model performance and feature embeddings.
- Created experiment configurations for various training scenarios, including warm sweeps and promoting successful runs.
- Added binary ROC comparison and model comparison figures to the results directory.
2026-05-14 13:43:30 +02:00
rpotter6298 e2489a21e7 Remove newtest.item file 2026-04-29 11:24:30 +02:00
rpotter6298 8f63edc83f Add newtest.item file 2026-04-29 11:24:03 +02:00
rpotter6298 9a7eba5832 Remove newtest.item file 2026-04-29 11:23:37 +02:00
rpotter6298 fb211aa209 Add newtest.item file 2026-04-29 11:09:50 +02:00
rpotter6298 af813bbb62 Refactor geometry feature loaders and enhance distributed client status reporting
- Updated GTGeometryLoader to streamline geometry vector computation and caching.
- Introduced UNetGeometryLoader for UNet-derived geometry vectors.
- Added sample collection method in PapilaBundle for better data handling.
- Refined GeometrySegEncoder and ImageEncoder to utilize new sample collection.
- Enhanced distributed client with heartbeat mechanism for improved job tracking.
- Added new configuration files for UNet-derived geometry integration.
2026-04-29 11:05:19 +02:00
rpotter6298 512ebd13b2 Add distributed server implementation and protocol definitions
- Introduced `protocol.py` for shared data models used in server/client communication, including request and response schemas for registration, job submission, and status updates.
- Implemented `server.py` to manage a SQLite job queue and client registry, handling job polling, status updates, and job completion.
- Created a cheat sheet for server usage, detailing commands for starting the server, submitting jobs, and monitoring clients.
- Added several experiment configuration files for various training setups, including geometry vector injections and baseline ensembles.
2026-04-28 08:24:25 +02:00
rpotter6298 4dea45df78 v4 update 2026-04-20 18:01:31 +02:00
rpotter6298 13290575d5 pre-refactor 041426 2026-04-14 19:42:16 +02:00
rpotter6298 eb9eafe715 began work on v3 2026-03-19 16:58:29 +01:00
rpotter6298 786457b30d update 3-19 2026-03-19 11:18:58 +01:00
rpotter6298 7ea85d5426 added better memory caching, multithreaded processing, cleanup scripts dir 2026-03-13 08:08:36 +01:00
rpotter6298 8282461a23 removed accidental upload 2026-03-12 16:20:21 +01:00
rpotter6298 6d0698d0fb reworked iop_corr, added explainability tools and plotting tools, cleanup codebase 2026-03-12 16:12:59 +01:00
rpotter6298 13ad32683f predictions class added 2026-03-04 11:17:10 +01:00
rpotter6298 d36b9508ff logging rework temp save 2026-03-04 09:40:09 +01:00
rpotter6298 080b5999fa added fused classifier head 2026-03-02 06:44:22 +01:00
rpotter6298 fd1452c187 post-restructure 2026-02-26 12:22:47 +01:00
rpotter6298 8980cf5f9b pre-restructure 2026-02-26 06:47:58 +01:00
rpotter6298 17a255daa8 Remove large model artifacts from git tracking 2026-02-24 10:45:18 +01:00
rpotter6298 9894a23f09 moved_repo_first_update 2026-02-24 10:39:48 +01:00