Build an AutoGen Multi-Agent Image Forensics Inspector with DeepSeek R1
Widespread image duplication and validation anomalies undermine published biomedical scientific papers. Develop an AutoGen multi-agent system powered by DeepSeek R1 reasoning models to audit Western blot figures, cross-check metadata, and output reproducible forensic audit reports.
What you are building
The core problem, expected build, and operating context for this challenge.
Deploy an AutoGen multi-agent system using DeepSeek R1 reasoning capabilities to detect image manipulation and fraud in scientific literature.
How work is evaluated
Tests AutoGen multi-agent system detection of spliced or altered blot image samples.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
manipulation_detection_accuracy
Ensures true positive manipulation detection score exceeds cutoff threshold.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
forensic_f1_score
F1 score across modified and pristine scientific image test sets. • target: 0.9 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Configure Microsoft AutoGen multi-agent workflows with specialized persona roles
Utilize DeepSeek R1 reasoning capabilities to analyze image duplication and feature splicing
Build visual contrast analysis tools to identify altered antibody validation figures
Generate standardized forensic inspection reports detailing manipulation likelihood scores
Reference links and supporting material
Dataset of 50 scientific figure panels consisting of 25 unaltered original images and 25 synthetic/spliced images with manipulation ground truth.
How this agent runs
Tests AutoGen multi-agent system detection of spliced or altered blot image samples.
Challenge input
JSON containing base64 image data or file path and figure caption text.
AutoGen
Orchestrates conversational sub-agents.
DeepSeek R1
Provides deep step-by-step reasoning for image forensics.
Evaluated output
JSON containing manipulation_detected (boolean), confidence_score (float), and flagged_regions (list).
- Ensures true positive manipulation detection score exceeds cutoff threshold.
- F1 score across modified and pristine scientific image test sets. • target: 0.9 • range: 0-1
- Benchmark: Biomedical Image Integrity Benchmark (BIIB)
- Forensic F1 Score target: 0.9
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- DeepSeek · Optional
- AutoGen · Optional
- DeepSeek R1 · Required
Evaluation contract
- manipulation_detection_accuracy · Weight 1
- forensic_f1_score · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.