qbiocode.apps.quvine.fusion.fuse_fixes module#
Summary#
Functions:
Vectorized heat kernel calibration. |
|
Vectorized polynomial filter calibration. |
|
FIXED: Attention-weighted SVD fusion with information-content-aware similarity. |
|
SVD fusion with per-node consensus gating. |
|
Honest baseline: simple mean of views, then SVD compression. |
|
Compute per-node reliability score based on agreement with consensus. |
Reference#
- fuse_embeddings_attention_fixed(Zs, k, temperature=1.0, mode='effective_rank')[source]#
FIXED: Attention-weighted SVD fusion with information-content-aware similarity.
The original implementation always produced uniform weights because similarity = ||Z_norm||_F^2 / n = 1 for any row-normalized Z.
- fuse_embeddings_uniform_mean(Zs, k)[source]#
Honest baseline: simple mean of views, then SVD compression.
- per_node_consensus_gate(Zs)[source]#
Compute per-node reliability score based on agreement with consensus.