zss01 commited on
Commit
0ac87ee
·
verified ·
1 Parent(s): 225b817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,7 +17,8 @@ This model card describes **BiPS (Bi-directional Perceptual Shaping)**, a **trai
17
 
18
  ## What is BiPS?
19
 
20
- Many VLMs fail on multimodal reasoning because they **look at the wrong visual evidence** (especially for charts, thin lines, intersections, and small regions). BiPS improves **question-conditioned visual grounding** by turning “where-to-look” supervision into training signals—**without requiring extra tools at inference time**.
 
21
 
22
  ## Key idea
23
 
 
17
 
18
  ## What is BiPS?
19
 
20
+ Many VLMs fail on multimodal reasoning because they **look at the wrong visual evidence** (especially for charts, thin lines, intersections, and small regions).
21
+ BiPS transforms visual cues into training-time policy constraints by constructing evidence-preserving and evidence-ablated views, enabling the model to internalize fine-grained perception without inference-time overhead. This formulation can also be interpreted from the perspective of visual on-policy distillation (OPD) / on-policy self-distillation, where information-asymmetric visual views provide dense policy-shaping signals for GRPO training.
22
 
23
  ## Key idea
24