Views
No views yet
Important: this is not the full ReSiReg model. The text encoder is not included in this ONNX export.
512x512 RGB image tensor into dense ReSiReg features that can be compared with text or prompt embeddings on the host.pixel_values with shape [1, 3, 512, 512][1, 512, 32, 32]SimonSchwaiger/resireg_mini and rewritten for OpenVINO 2021.4 compatibility. The final ONNX output was checked against the local PyTorch model on a deterministic test input:np.allclose(rtol=1e-4, atol=1e-4): True1@article{schwaiger2026_resireg,
2 title = {{ReSiReg}: Towards Spatially Consistent Semantics in Language-Conditioned Robotic Tasks},
3 author = {Schwaiger, Simon and Seyser, David and Scherl, Alessandro and W{\"o}ber, Wilfried and Steinbauer-Wagner, Gerald},
4 journal = {arXiv preprint arXiv:2606.19088},
5 year = {2026},
6 url = {https://arxiv.org/abs/2606.19088}
7}