guowei

Results 2 issues of guowei

An example on the robust leaning of PGRL is provided ---- 📚 Documentation preview 📚: https://secml-torch--170.org.readthedocs.build/en/170/

Summary We’ll introduce a robust trainer class based on paper 'Prototype-Guided Robust Learning against Backdoor Attacks' https://arxiv.org/abs/2509.08748. Tasks Define a class 'RobustPyTorchTrainer', 'BackdoorDatasetPyTorchWithCoverSample', and architecture 'MNISTNet_with_sphere_space'.