anhtld commited on
Commit
6d91e5c
·
verified ·
1 Parent(s): 706c932

auto-sync 2026-07-04T07:17:20Z workspace

Browse files
workspace/README.md CHANGED
@@ -623,6 +623,21 @@ safer on NegativeNear@0.20 than plain residual CTT, but it is worse on PPTC and
623
  mean positive distance. Treat it as an ablation/negative diagnostic, not the
624
  main CTT variant.
625
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
626
  ### Best current K=16 train-clean learned selector
627
 
628
  Run:
 
623
  mean positive distance. Treat it as an ablation/negative diagnostic, not the
624
  main CTT variant.
625
 
626
+ ### CTT no-cycle ablation
627
+
628
+ Purpose: test whether the cycle consistency term in `train_ctt.py` improves
629
+ validation proxy support or only adds optimization baggage.
630
+
631
+ Submitted on 2026-07-04:
632
+
633
+ ```text
634
+ 15204363 scripts/slurm/train_ctt_no_cycle_proxy.sbatch array=0-2
635
+ status at first check: PENDING (Priority)
636
+ ```
637
+
638
+ Interpretation: no result is claimed until this job completes and
639
+ `runs/ctt_val_proxy_comparison` is regenerated from the run artifacts.
640
+
641
  ### Best current K=16 train-clean learned selector
642
 
643
  Run:
workspace/configs/ctt/residual_no_cycle_full.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: data/cil_charts/train/index.json
2
+ out_dir: runs/ctt_residual_no_cycle_full_seed0
3
+ variant: residual
4
+ epochs: 5
5
+ max_charts: 100000
6
+ neighbors: 8
7
+ lr: 0.001
8
+ seed: 0
9
+ pos_alignment: 1.0
10
+ ot_alignment: 0.0
11
+ negative_boundary: 0.25
12
+ pairwise_rank: 1.0
13
+ listwise_rank: 0.5
14
+ cycle: 0.0
15
+ diversity: 0.05
16
+ negative_margin: 0.2
17
+ ot_epsilon: 0.05
18
+ ot_iterations: 30
19
+ transport_samples_per_pair: 4
20
+ diversity_temperature: 1.0
workspace/configs/ctt/residual_no_cycle_smoke.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: data/cil_charts/train/index.json
2
+ out_dir: runs/ctt_residual_no_cycle_smoke
3
+ variant: residual
4
+ epochs: 1
5
+ max_charts: 16
6
+ neighbors: 2
7
+ lr: 0.001
8
+ seed: 0
9
+ pos_alignment: 1.0
10
+ ot_alignment: 0.0
11
+ negative_boundary: 0.25
12
+ pairwise_rank: 1.0
13
+ listwise_rank: 0.5
14
+ cycle: 0.0
15
+ diversity: 0.05
16
+ negative_margin: 0.2
17
+ ot_epsilon: 0.05
18
+ ot_iterations: 30
19
+ transport_samples_per_pair: 4
20
+ diversity_temperature: 1.0