Skip to content

Audit benchmark methodology: identify 7 critical integrity gaps - #12

Merged
VoDaiLocz merged 2 commits into
mainfrom
claude/audit-benchmark-issues
Mar 31, 2026
Merged

Audit benchmark methodology: identify 7 critical integrity gaps#12
VoDaiLocz merged 2 commits into
mainfrom
claude/audit-benchmark-issues

Conversation

@Claude

@Claude Claude AI commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

The repository claims "honest anti-mimicry evaluation" but benchmark methodology has fundamental gaps: proxy metrics without ground-truth validation, no baseline comparisons, missing robustness tests, and unvalidated claims presented as facts in user-facing documentation.

Issues Created

Created 7 detailed technical issues in benchmark-audit-issues/:

Issue 1: Proxy Metrics Don't Reflect Real Protection

  • Protection score (0.65×style + 0.35×embedding) uses arbitrary weights, single ResNet18 extractor
  • No calibration against actual mimicry outcomes
  • Thresholds (Strong≥45) are uncalibrated

Issue 2: Missing Ground-Truth Validation

  • Complete LoRA/DreamBooth benchmark infrastructure exists but zero published validation results
  • All claims based on proxy metrics
  • Cannot verify protection survives actual mimicry training

Issue 3: Weak Robustness Testing

  • Only 4 transforms tested (identity, blur, 2×resize)
  • Missing: JPEG compression, crop, CLIP/VAE preprocessing, purification defenses
  • Resize-restore ≠ JPEG artifacts

Issue 4: Dataset Split Methodology Risks

  • No train/val/test separation or enforcement
  • Anti-DreamBooth set_C is "holdout metadata" (not actually held out)
  • Overfitting and cherry-picking not prevented

Issue 5: Insufficient Reproducibility Documentation

  • Published results cannot be independently verified
  • Missing: dataset provenance, model versions, random seeds, environment specs
  • No result archives or reproduction scripts

Issue 6: No Baseline Comparisons

  • Zero comparisons against existing methods (Anti-DreamBooth, Mist, Glaze)
  • No unprotected or naive baselines (Gaussian noise, JPEG, blur)
  • Cannot assess if AuraLock represents progress over SOTA

Issue 7: Misleading Benchmark Framing

  • Unvalidated claims in README presented as facts with definitive language
  • Critical disclaimer buried after impressive numbers (line 60 vs lines 52-58)
  • Claims "honest evaluation" while using marketing presentation patterns

Structure

Each issue includes:

  • Technical problem with code evidence and line numbers
  • User deception scenarios
  • Proposed fixes with acceptance criteria
  • Implementation phases

Summary index in benchmark-audit-issues/README.md with severity assessment and recommendations.

Immediate Actions Needed

  1. Add prominent validation status disclaimers to README
  2. Run minimal ground-truth validation (10 subjects × 5 profiles, ~$50 on Colab)
  3. Implement JPEG compression testing (most critical robustness gap)

Example: Current vs Honest Framing

Current (line 54):

| `fortress` | `53.2` | `29.08` | `0.7858` | more aggressive, visibly harsher output |

Should be:

⚠️ All scores are proxy metrics only. Real protection effectiveness not validated.

| Profile | Proxy Score (unvalidated) | PSNR | SSIM | Validation Status |
| `fortress` | `53.2` | `29.08` | `0.7858` | ❌ No ground-truth validation |

@Claude Claude AI linked an issue Mar 31, 2026 that may be closed by this pull request
Created 7 detailed technical issues identifying benchmark weaknesses:
- Issue 1: Proxy metrics don't reflect real anti-mimicry strength
- Issue 2: Missing ground-truth LoRA/DreamBooth validation
- Issue 3: Weak robustness testing (no JPEG, crop, CLIP/VAE)
- Issue 4: Dataset split methodology risks (no train/val/test)
- Issue 5: Insufficient reproducibility documentation
- Issue 6: Weak baseline comparison methodology (no SOTA comparisons)
- Issue 7: Misleading benchmark framing in README

Each issue includes:
- Technical problem analysis with code evidence
- Why it misleads users (scenarios)
- Proposed upgrades with acceptance criteria
- Implementation phases and timelines

All issues focus on benchmark integrity and honest evaluation.

Agent-Logs-Url: https://github.com/VoDaiLocz/Lock-ART./sessions/29bda424-1fe4-4e2f-b25c-c508c267e754

Co-authored-by: VoDaiLocz <88762074+VoDaiLocz@users.noreply.github.com>
@Claude Claude AI changed the title [WIP] Create GitHub issues for benchmark analysis Audit benchmark methodology: identify 7 critical integrity gaps Mar 31, 2026
@Claude
Claude AI requested a review from VoDaiLocz March 31, 2026 13:03
@VoDaiLocz
VoDaiLocz marked this pull request as ready for review March 31, 2026 13:03
@VoDaiLocz
VoDaiLocz merged commit 94eaec9 into main Mar 31, 2026
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

audit benchmark

2 participants