No Trust Issues Here: A Technical Report on the Winning Solutions for the Rayan AI Contest
About
This report presents solutions to three machine learning challenges developed as part of the Rayan AI Contest: compositional image retrieval, zero-shot anomaly detection, and backdoored model detection. In compositional image retrieval, we developed a system that processes visual and textual inputs to retrieve relevant images, achieving 95.38% accuracy and ranking first with a clear margin over the second team. For zero-shot anomaly detection, we designed a model that identifies and localizes anomalies in images without prior exposure to abnormal examples, securing second place with a 73.14% score. In the backdoored model detection task, we proposed a method to detect hidden backdoor triggers in neural networks, reaching an accuracy of 78%, which placed our approach in second place. These results demonstrate the effectiveness of our methods in addressing key challenges related to retrieval, anomaly detection, and model security, with implications for real-world applications in industries such as healthcare, manufacturing, and cybersecurity. Code for all solutions is available online (https://github.com/safinal/rayan-ai-contest-solutions).
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Backdoored Model Detection | Backdoored Model Detection Challenge | Rank2 | 10 | |
| Compositional Image Retrieval | Compositional Image Retrieval Challenge (test) | Accuracy95.38 | 10 | |
| Compositional Image Retrieval | Compositional Image Retrieval Challenge | Rank1 | 10 | |
| Anomaly Detection | Anomaly Detection Challenge | Rank2 | 10 | |
| Anomaly Detection | Anomaly Detection Challenge Zero-Shot blind (test) | Overall Score73.14 | 10 | |
| Backdoored Model Detection | Backdoored Model Detection Challenge (test) | Accuracy78 | 10 |