anhtld commited on
Commit
6fe140d
·
verified ·
1 Parent(s): 96a7337

ctt progress 2026-07-02 workspace/paper

Browse files
workspace/paper/notes/theory_ctt.md CHANGED
@@ -70,13 +70,14 @@ approximation error.
70
 
71
  ### 5. CTT Support Regret Bound
72
 
73
- If CTT returns `K` transported proposals whose minimum distance to target
74
- positive support is at most `epsilon_T`, and utility is locally Lipschitz in
75
- tangent code with constant `L_U`, then the proposal support regret to the best
76
- positive tangent in the target chart is bounded by:
 
77
 
78
  ```text
79
- SupportRegret <= L_U * epsilon_T + epsilon_label + epsilon_model
80
  ```
81
 
82
  The bound is a proxy-support statement. It becomes an outcome claim only when
 
70
 
71
  ### 5. CTT Support Regret Bound
72
 
73
+ If source retrieval radius is `r`, positive tangent sets satisfy
74
+ `d_H(P_s,P_t) <= L ||z_s-z_t||`, CTT transport error is at most `epsilon_T`,
75
+ and utility is locally Lipschitz in tangent code with constant `L_U`, then the
76
+ proposal support regret to the best positive tangent in the target chart is
77
+ bounded by:
78
 
79
  ```text
80
+ SupportRegret <= L_U * (L * r + epsilon_T) + epsilon_label + epsilon_model
81
  ```
82
 
83
  The bound is a proxy-support statement. It becomes an outcome claim only when
workspace/paper/sections/theory.tex CHANGED
@@ -24,8 +24,10 @@ In this draft we implement residual and gated residual forms:
24
  \[
25
  \hat\xi_t = \xi_s^+ + \Delta_{\phi}(z_s,z_t,\xi_s^+),
26
  \qquad
27
- \hat\xi_t = \xi_s^+ + g_{\phi}(z_s,z_t,\xi_s^+)
28
- \odot \Delta_{\phi}(z_s,z_t,\xi_s^+).
 
 
29
  \]
30
  \end{definition}
31
 
@@ -76,11 +78,12 @@ $\epsilon_{\phi}$ is approximation error.
76
  \end{proposition}
77
 
78
  \begin{proposition}[Proxy support regret bound]
79
- If CTT produces a proposal whose distance to target positive support is at most
80
- $\epsilon_T$ and utility is locally Lipschitz in tangent code with constant
81
- $L_U$, then proxy support regret to the nearest target positive is bounded by
 
82
  \[
83
- L_U\epsilon_T+\epsilon_{\mathrm{label}}+\epsilon_{\mathrm{model}}.
84
  \]
85
  \end{proposition}
86
 
 
24
  \[
25
  \hat\xi_t = \xi_s^+ + \Delta_{\phi}(z_s,z_t,\xi_s^+),
26
  \qquad
27
+ \hat\xi_t =
28
+ g_{\phi}(z_s,z_t,\xi_s^+)\odot\xi_s^+
29
+ +(1-g_{\phi}(z_s,z_t,\xi_s^+))\odot
30
+ \Delta_{\phi}(z_s,z_t,\xi_s^+).
31
  \]
32
  \end{definition}
33
 
 
78
  \end{proposition}
79
 
80
  \begin{proposition}[Proxy support regret bound]
81
+ If source retrieval radius is $r=\|z_s-z_t\|$, the positive tangent bundle is
82
+ $L$-smooth in Hausdorff distance, CTT transport error is at most $\epsilon_T$,
83
+ and utility is locally Lipschitz in tangent code with constant $L_U$, then proxy
84
+ support regret to the nearest target positive is bounded by
85
  \[
86
+ L_U(Lr+\epsilon_T)+\epsilon_{\mathrm{label}}+\epsilon_{\mathrm{model}}.
87
  \]
88
  \end{proposition}
89