The current verification implementation in the go-client uses bit-wise hash comparison.
Another way to do verification is using metrics and heuristics. For example, VMAF can be used for perceptual video quality, and image similarity score can be used for "correctness". Metrics-based results (instead of binary results) can be used to play a schelling game in the protocol.
The current verification implementation in the go-client uses bit-wise hash comparison.
Another way to do verification is using metrics and heuristics. For example, VMAF can be used for perceptual video quality, and image similarity score can be used for "correctness". Metrics-based results (instead of binary results) can be used to play a schelling game in the protocol.