Ahmad2005 commited on
Commit
6bbcf58
·
verified ·
1 Parent(s): bf1832c

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. .gitattributes +1 -0
  3. BUSI_with_classes/.DS_Store +0 -0
  4. BUSI_with_classes/pipeline_check.json +0 -0
  5. __MACOSX/._BUSI_with_classes +0 -0
  6. __MACOSX/._dataset_splits_busi_with_classes_stratified.json +0 -0
  7. __MACOSX/._requirements_runpod.txt +0 -0
  8. __MACOSX/BUSI_with_classes/._.DS_Store +0 -0
  9. __MACOSX/BUSI_with_classes/._all_images +0 -0
  10. __MACOSX/BUSI_with_classes/._all_masks +0 -0
  11. __MACOSX/BUSI_with_classes/._pipeline_check.json +0 -0
  12. ablations/abl_ab0_control.py +0 -0
  13. ablations/abl_ab2_tmax1.py +0 -0
  14. ablations/abl_ab2_tmax10.py +0 -0
  15. ablations/abl_ab2_tmax4.py +0 -0
  16. ablations/abl_ab2_tmax6.py +0 -0
  17. ablations/abl_ab3_r1_only.py +0 -0
  18. ablations/abl_ab4_aux_only.py +0 -0
  19. ablations/abl_ab4_reward_only.py +0 -0
  20. ablations/abl_ab5_no_mcvar.py +0 -0
  21. ablations/abl_ab5_no_predentropy.py +0 -0
  22. ablations/abl_ab5_no_uncertainty.py +0 -0
  23. ablations/abl_ab6_no_multiscale.py +0 -0
  24. ablations/abl_ab8_minimal_state.py +0 -0
  25. dataset_splits_busi_with_classes_stratified.json +0 -0
  26. param_segformer/abl_ab2_tmax1.json +50 -0
  27. param_segformer/abl_ab2_tmax10.json +50 -0
  28. param_segformer/abl_ab2_tmax2.json +50 -0
  29. param_segformer/abl_ab2_tmax4.json +50 -0
  30. param_segformer/abl_ab2_tmax6.json +50 -0
  31. param_segformer/abl_ab3_r1_only.json +52 -0
  32. param_segformer/abl_ab3_r3_only.json +52 -0
  33. param_segformer/abl_ab4_aux_only.json +50 -0
  34. param_segformer/abl_ab4_reward_only.json +50 -0
  35. param_segformer/abl_ab5_no_uncertainty.json +50 -0
  36. param_segformer/best_params_strat2.json +13 -0
  37. param_segformer/best_params_strat3.json +50 -0
  38. param_unet/abl_ab2_tmax1.json +38 -0
  39. param_unet/abl_ab2_tmax10.json +38 -0
  40. param_unet/abl_ab2_tmax2.json +38 -0
  41. param_unet/abl_ab2_tmax4.json +38 -0
  42. param_unet/abl_ab2_tmax6.json +38 -0
  43. param_unet/abl_ab3_r1_only.json +39 -0
  44. param_unet/abl_ab3_r3_only.json +39 -0
  45. param_unet/abl_ab4_aux_only.json +41 -0
  46. param_unet/abl_ab4_reward_only.json +38 -0
  47. param_unet/abl_ab5_no_uncertainty.json +39 -0
  48. param_unet/best_params_strat2.json +13 -0
  49. param_unet/best_params_strat3.json +38 -0
  50. requirements_runpod.txt +13 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ __pycache__/Changed_MLR_All_Strategies.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
BUSI_with_classes/.DS_Store ADDED
Binary file (6.15 kB). View file
 
BUSI_with_classes/pipeline_check.json ADDED
The diff for this file is too large to render. See raw diff
 
__MACOSX/._BUSI_with_classes ADDED
Binary file (163 Bytes). View file
 
__MACOSX/._dataset_splits_busi_with_classes_stratified.json ADDED
Binary file (163 Bytes). View file
 
__MACOSX/._requirements_runpod.txt ADDED
Binary file (163 Bytes). View file
 
__MACOSX/BUSI_with_classes/._.DS_Store ADDED
Binary file (163 Bytes). View file
 
__MACOSX/BUSI_with_classes/._all_images ADDED
Binary file (163 Bytes). View file
 
__MACOSX/BUSI_with_classes/._all_masks ADDED
Binary file (163 Bytes). View file
 
__MACOSX/BUSI_with_classes/._pipeline_check.json ADDED
Binary file (163 Bytes). View file
 
ablations/abl_ab0_control.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab2_tmax1.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab2_tmax10.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab2_tmax4.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab2_tmax6.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab3_r1_only.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab4_aux_only.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab4_reward_only.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab5_no_mcvar.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab5_no_predentropy.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab5_no_uncertainty.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab6_no_multiscale.py ADDED
The diff for this file is too large to render. See raw diff
 
ablations/abl_ab8_minimal_state.py ADDED
The diff for this file is too large to render. See raw diff
 
dataset_splits_busi_with_classes_stratified.json ADDED
The diff for this file is too large to render. See raw diff
 
param_segformer/abl_ab2_tmax1.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 1,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab2_tmax10.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 10,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab2_tmax2.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 2,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab2_tmax4.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 4,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab2_tmax6.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 6,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab3_r1_only.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 8,
49
+ "weight_decay": 2.7012557725439094e-06,
50
+ "strategy3_r1_progress_weight": 1.0,
51
+ "biou_reward_weight": 0.0
52
+ }
param_segformer/abl_ab3_r3_only.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 8,
49
+ "weight_decay": 2.7012557725439094e-06,
50
+ "strategy3_r1_progress_weight": 0.0,
51
+ "biou_reward_weight": 1.0
52
+ }
param_segformer/abl_ab4_aux_only.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 0,
30
+ "strategy3_aux_ce_anneal_start_epoch": 1,
31
+ "strategy3_aux_ce_floor_fraction": 1.0,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 8,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab4_reward_only.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.0,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 8,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/abl_ab5_no_uncertainty.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": false,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 8,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_segformer/best_params_strat2.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dropout_p": 0.24913407839085008,
3
+ "encoder_lr": 0.0001579273357461776,
4
+ "entropy_lr": 0.0003,
5
+ "head_lr": 0.0007244452116785358,
6
+ "tmax": 5,
7
+ "weight_decay": 8.416934971427066e-05,
8
+ "early_stopping_monitor": "auto",
9
+ "early_stopping_mode": "auto",
10
+ "early_stopping_min_delta": 0.0,
11
+ "early_stopping_start_epoch": 1,
12
+ "early_stopping_patience": 30
13
+ }
param_segformer/best_params_strat3.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "a3c_entropy_coeff": 0.0,
3
+ "aux_action_ce_mix": 0.8726103361457451,
4
+ "best_checkpoint_metric_name": "val_refine_score",
5
+ "boundary_reward_weight": 0.5,
6
+ "critic_loss_weight": 1.4015767132796022,
7
+ "decoder_lr": 0.0,
8
+ "dropout_p": 0.015714592843367126,
9
+ "early_stopping_monitor": "val_refine_score",
10
+ "early_stopping_patience": 30,
11
+ "early_stopping_start_epoch": 30,
12
+ "elastic_aug_prob": 0.4303652916281717,
13
+ "encoder_lr": 0.0,
14
+ "entropy_alpha_init": 0.005,
15
+ "entropy_lr": 6.618595597183474e-05,
16
+ "entropy_target_ratio": 0.2,
17
+ "epoch_probe_mode": "rolling_random",
18
+ "gae_lambda": 0.8306320445782609,
19
+ "head_lr": 0.0001971844222061614,
20
+ "iou_reward_weight": 1.0,
21
+ "keep_correct_reward_weight": 0.05,
22
+ "min_alpha": 0.00017019223026554014,
23
+ "num_actions": 3,
24
+ "refine_delta_large": 0.08,
25
+ "refine_delta_small": 0.03,
26
+ "rl_lr": 0.0001971844222061614,
27
+ "smp_encoder_proj_dim": 192,
28
+ "strategy3_aux_boundary_dice_weight": 0.6979509040767587,
29
+ "strategy3_aux_ce_anneal_epochs": 15,
30
+ "strategy3_aux_ce_anneal_start_epoch": 25,
31
+ "strategy3_aux_ce_floor_fraction": 0.1,
32
+ "strategy3_aux_ce_weight": 0.4,
33
+ "strategy3_decoder_ce_weight": 0.0,
34
+ "strategy3_decoder_dice_weight": 0.0,
35
+ "strategy3_mc_dropout_samples": 5,
36
+ "strategy3_mc_dropout_p": 0.2,
37
+ "strategy3_mc_dropout_enabled": true,
38
+ "strategy3_mc_disk_cache_enabled": true,
39
+ "strategy3_mc_disk_cache_read": true,
40
+ "strategy3_mc_disk_cache_write": true,
41
+ "strategy3_exploration_eps": 0.1,
42
+ "strategy3_exploration_eps_epochs": 20,
43
+ "strategy3_freeze_bootstrapped_segmentation": true,
44
+ "strategy3_rl_grad_clip_norm": 0.25,
45
+ "strategy3_rl_loss_scale": 10.0,
46
+ "strategy3_variant": "lite",
47
+ "threshold": 0.5922320465492188,
48
+ "tmax": 8,
49
+ "weight_decay": 2.7012557725439094e-06
50
+ }
param_unet/abl_ab2_tmax1.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 1,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
param_unet/abl_ab2_tmax10.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 10,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
param_unet/abl_ab2_tmax2.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 2,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
param_unet/abl_ab2_tmax4.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 4,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
param_unet/abl_ab2_tmax6.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
param_unet/abl_ab3_r1_only.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.0,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30,
38
+ "strategy3_r1_progress_weight": 1.0
39
+ }
param_unet/abl_ab3_r3_only.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30,
38
+ "strategy3_r1_progress_weight": 0.0
39
+ }
param_unet/abl_ab4_aux_only.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30,
38
+ "strategy3_aux_ce_anneal_start_epoch": 1,
39
+ "strategy3_aux_ce_anneal_epochs": 0,
40
+ "strategy3_aux_ce_floor_fraction": 1.0
41
+ }
param_unet/abl_ab4_reward_only.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.0,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
param_unet/abl_ab5_no_uncertainty.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30,
38
+ "strategy3_mc_dropout_enabled": false
39
+ }
param_unet/best_params_strat2.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0.002908999360857405,
3
+ "encoder_lr": 0.002758206281092185,
4
+ "weight_decay": 0.0001353680433264613,
5
+ "dropout_p": 0.3284101032191153,
6
+ "tmax": 5,
7
+ "entropy_lr": 0.0003,
8
+ "early_stopping_monitor": "auto",
9
+ "early_stopping_mode": "auto",
10
+ "early_stopping_min_delta": 0.0,
11
+ "early_stopping_start_epoch": 1,
12
+ "early_stopping_patience": 30
13
+ }
param_unet/best_params_strat3.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head_lr": 0,
3
+ "encoder_lr": 0,
4
+ "a3c_entropy_coeff": 0.005211124595788265,
5
+ "asymmetric_reward_alpha": 1.4349471902413369,
6
+ "aux_action_ce_mix": 0.8396770259681927,
7
+ "binary_reward_weight": 0.4865893930293973,
8
+ "biou_reward_weight": 0.3144050305148426,
9
+ "boundary_reward_weight": 1.327245062131623,
10
+ "critic_loss_weight": 1.308344796225831,
11
+ "dropout_p": 0.03727532183988541,
12
+ "elastic_aug_prob": 0.24689779818219537,
13
+ "entropy_alpha_init": 0.05952730245823973,
14
+ "entropy_lr": 0.0002592475660475158,
15
+ "entropy_target_ratio": 0.34160286721639493,
16
+ "gae_lambda": 0.8220151213097747,
17
+ "mc_dropout_p": 0.2624967163228772,
18
+ "mc_n_passes": 3,
19
+ "min_alpha": 0.0001667761543019791,
20
+ "refine_delta_large": 0.24961310163837166,
21
+ "refine_delta_small": 0.15853921663164972,
22
+ "reward_boundary_focus": 0.6593398277931061,
23
+ "reward_inaction_cost": 0.11214486496732895,
24
+ "rl_lr": 4.9648810171066576e-05,
25
+ "smp_encoder_proj_dim": 256,
26
+ "strategy3_aux_boundary_dice_weight": 0.8857880765972946,
27
+ "strategy3_aux_ce_weight": 0.713244787222995,
28
+ "strategy3_aux_dice_weight": 0.7607850486168974,
29
+ "strategy3_rl_grad_clip_norm": 2.731451149743246,
30
+ "threshold": 0.616163822772898,
31
+ "tmax": 6,
32
+ "weight_decay": 0.0016172900811143157,
33
+ "early_stopping_monitor": "auto",
34
+ "early_stopping_mode": "auto",
35
+ "early_stopping_min_delta": 0.0,
36
+ "early_stopping_start_epoch": 30,
37
+ "early_stopping_patience": 30
38
+ }
requirements_runpod.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Use this with a RunPod PyTorch image that already includes torch/torchvision + CUDA.
2
+ # This avoids wasting setup time reinstalling large GPU wheels.
3
+
4
+ numpy>=1.24.0
5
+ scipy>=1.10.0
6
+ pillow>=10.0.0
7
+ tqdm>=4.66.0
8
+ matplotlib>=3.8.0
9
+ pandas>=2.2.0
10
+ openpyxl>=3.1.0
11
+ optuna>=3.6.0
12
+ segmentation-models-pytorch>=0.5.0
13
+ timm>=1.0.0