Views
No views yet
Fine-tuned from SmolVLM2-500M via an SFT → GRPO → SFT pipeline to generate real-time, spatially-grounded navigation captions for blind and low-vision (BLV) users — deployed on-device (Samsung Galaxy A55) via GGUF/llama.cpp.

llama.cpp for real-time, on-device inference on Android (tested on Samsung Galaxy A55).| Base model | SmolVLM2-500M-Video-Instruct |
| Parameters | 0.5B |
| Precision (this repo) | Unquantized (F16/BF16 safetensors) |
| Quantized variant | [Link to your GGUF repo, if uploaded separately] |
| Task | Image/Video-Text-to-Text (navigation captioning) |
| Training pipeline | SFT → GRPO → SFT |
| Deployment target | Android via GGUF + llama.cpp |
| License | Apache 2.0 |
| Model | Hazard Coverage | Actionability | Human Eval | Latency |
|---|---|---|---|---|
| Base SmolVLM2-500M | – | – | – | – |
| GPT-4o (baseline) | – | – | – | – |
| Ours (SFT→GRPO→SFT) | – | – | – | – |
1# See [GGUF repo link] for the quantized checkpoint used in the Android deployment
2./llama-mtmd-cli -m smolvlm2-blv-500m-q4_k_m.gguf --image scene.jpg -p "Describe the path ahead."