Launching a scan
From a dataset detail page, click New scan.Pick an engine
The picker lists every engine compatible with the dataset type.
Image datasets surface
mislabel, mislabel_broad, poisoning,
bias_shortcut, mask_quality, and yolo. Text datasets show
text_analysis. 3D / NIfTI datasets show mislabel_3d.Pick a branch (optional)
If the dataset has branches, the scan defaults to the main view.
Switch to a branch to scan just that manifest.
Tune parameters
Every engine accepts the same top‑level controls:
- Use GPU, when a GPU worker is available.
- Sample cap, limit the number of samples for fast previews.
- Advanced parameters, engine‑specific knobs (thresholds, sensitivity, noise fraction, consensus level). The defaults work for most datasets.
The scan lifecycle
Scans move through four states, with live progress streamed over a WebSocket.| State | What you see |
|---|---|
queued | The scan is waiting for a worker on its engine’s queue. |
running | Progress bar with a percentage and a phase label (loading, extracting features, voting, persisting). The flagged‑item counter increments as findings stream in. |
finished | Severity, total results, flagged count, and threshold settings are persisted. |
error | The traceback is preserved. Click Retry to re‑run with the same parameters. |
Cancelling a running scan
From the scan detail page, click Cancel. Partial results are discarded and the scan is markederror with reason="cancelled".
Audit log captures who cancelled and when.
Scan list (/scans)
A global table of every scan across the workspace.
- Filter by project, dataset, engine, status, severity, time range, or user.
- Sort by any column.
- Bulk re‑run, cancel, delete.
- Export the filtered view to CSV for offline review.
Scan detail (/scans/:id)
The scan page is where most triage happens.
| Section | What it gives you |
|---|---|
| Summary | Total results, flagged count, severity, thresholds used, duration, engine parameters. |
| Threshold graph | Visualises the score distribution and where the cutoff landed. Drag it to tune and re‑preview the issue table without re‑running the scan. |
| Latent‑space view | UMAP / t‑SNE / PCA projection of every sample, colored by class, prediction, or issue flag. Click a point to jump to that result. |
| Issue table | Paginated, sortable, filterable. Inline preview on each row; bulk actions in the header. |
| Artifacts | Downloadable JSON / CSV files the engine produced (complete_analysis.json, potential_issues.json, hypothesis CSVs for bias). |
| Top bar actions | Re‑run, Heal from this scan, Export, Send to Jira. |
Result detail (/results/:id)
When you click a row in the issue table, you land on the per‑result
page.
- Full‑size preview of the sample.
- Every score and per‑signal breakdown.
- Status dropdown:
pending,confirmed,dismissed,fixed. Confirmed issues become weighted signal for future scans; dismissed ones lose weight. - Comments with
@mentionto loop in a reviewer. - Neighbors, the nearest samples in embedding space for context.
- Similar issues, other flagged items with the same signature.
Bulk triage
From the issue table on the scan detail page:- Select rows with checkboxes (Shift+click for range select).
- Confirm / Dismiss / Mark for healing with the bulk‑action bar.
- Export selection as CSV for offline review.
- Send to Jira as one issue per row, or one rolled‑up issue with every row as an attachment. Snapshots travel with the issue.
Compare two scans
Compare two scans
Open the two scans in adjacent browser tabs, or use the
Compare button on the scan list. The compare view shows
threshold differences, distribution shifts, and a diff of which
samples were newly flagged or newly cleared. Useful when iterating
on parameters.
Re‑run with adjusted parameters
Re‑run with adjusted parameters
From the scan detail page, Re‑run opens the new‑scan modal
pre‑filled with the previous parameters. Adjust what you want and
submit. The new scan stays linked to its predecessor in the
dataset’s scan history.
Hand triaged results to engineering
Hand triaged results to engineering
Bulk‑select the rows you want to ship, Send to Jira with
“one rolled‑up issue”, and assign the resulting ticket. Engineers
open the ticket and click straight back to the scan in Antidote
for context.
See also
Engines
What each engine detects and how to interpret its output.
Healing
Turn a scan’s findings into a cured copy of the dataset.
Scheduled scans
Run scans automatically on a cron.
Webhooks
Push scan events to your downstream systems.

