1. Information
____________________________________________________________________________________
2. Prerequisites
Two Registrations:
____________________________________________________________________________________
3. Submission Format
Model Format: Participants can train and quantize their models using various libraries, such as PyTorch, ONNX, AI Model Efficiency Toolkit (AIMET). Qualcomm AI Hub and Qualcomm AI SDK support models trained with these libraries, and can compile them for mobile devices. Once the model is generated, please submit to organizers for evaluation and ranking.
* Please refer to [Sample Solution] for more details of model quantization and compilation. (TO BE UPDATED)
* For Vision-Language models, vision module and language module will need separate compilation.
Please note: Your models will not be evaluated and ranked unless you complete the entire model compilation.
____________________________________________________________________________________
4. Evaluation Details
Track 3 focuses on detecting AI-generated images and providing structured explanations for the detection results. Unlike traditional binary classification task, this track additionally introduces a Multi-Criteria AIGC Image Evaluation pipeline, requiring models to reason about image authenticity across eight criteria:
Models must output structured content (JSON) for both ground truth and predictions, decomposing explanations into per-criterion scores, confidence, and evidence.
Detection Task: F1-score (Detection score)
Explanation Task:
Final Score: 0.5 × Detection score + 0.5 × Explanation score
*Model’s output format must follow a specific template, please refer to the provided [Sample Solution] for output JSON structure
____________________________________________________________________________________
5. Compile, Profile, Inference via AIHub
Please refer to the provided [Sample Solution]for details of model compile, profile, and inference via AIHub.
Important! After the close of the submission window, the TOP-5 teams on the leaderboard will be contacted to confirm which model will be their final solution used for the evaluation on the whole test data. The converted ONNX model as well as detailed evaluation scripts should also be requested in addition to the QNN model shared via AIHub.
____________________________________________________________________________________
6. References