Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong verification result for local robustness of MNIST network #825

Open
Aaron99B opened this issue Jul 26, 2024 · 0 comments
Open

Wrong verification result for local robustness of MNIST network #825

Aaron99B opened this issue Jul 26, 2024 · 0 comments

Comments

@Aaron99B
Copy link

Aaron99B commented Jul 26, 2024

Dears,

I want to use Marbou to verify a feed forward MNIST network. I have the problem, that Marabou is giving me wrong answers for my queries. I am trying to check the robustness of the network for different epsilon values, but Marabou always gives me the result UNSAT. I include a vnnlib property file I use and the network I use in the onnx format.

I also tried my setup of for other networks, and for some it seems to work and gives the right results. However for the network I send you in the .zip file it doesn't, while other verifiers like AbCrown can use the network. Do you now if Marabou has a problem reading the network? If there is a problem with my network it would be great to get an error message from the verifier and not just the UNSAT result.

I built Marabou on a linux machine and use it like this in my python code:

        options = Marabou.createOptions(timeoutInSeconds=self.timeout, verbosity=0)

        network = Marabou.read_onnx(network_path)
        
        exitCode, vars, stats = network.solve(options=options, verbose=False, propertyFilename=str(vnnlib_property_path))

Archiv.zip

Kindly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant