CANDOR: Chance-Calibrated Discordance in Frozen Foundation Encoders
Summary
CANDOR, a novel chance-calibrated discordance measure, evaluates frozen foundation encoders by addressing biases in existing nearest-neighbor methods. Traditional approaches misinterpret encoder "blindness" due to unequal bank sizes, where label prevalence, not feature geometry, dictates outcomes. CANDOR rectifies this by employing equal-size banks, ensuring symmetry under label swaps and fixing its chance level at exactly one half. Applied across 22 encoders, 20 datasets from 7 domains, and 605,443 images, this correction reveals that "collapse" falls below chance almost universally, indicating encoders are weak but not blind. For instance, a chest model achieving 84.5 AUROC for pneumothorax still places 18.4% of positives nearer opposite-label films. The same encoder resolves bird species at 4.5 but struggles with chest findings at 42.8 and glaucoma at 49.8, suggesting a "deficit is selection, not information." CANDOR's fixed chance level allows it to flag poorly supported findings before any head is trained.
Key takeaway
For Machine Learning Engineers evaluating frozen foundation encoders, CANDOR offers a critical diagnostic tool. You should integrate CANDOR into your pre-training workflow to accurately assess an encoder's inherent feature separation for specific tasks. This allows you to identify findings poorly supported by the encoder before investing in head training, potentially guiding better model selection or indicating where custom heads are most needed to extract existing information.
Key insights
CANDOR accurately assesses frozen encoder feature separation by correcting for label prevalence bias.
Principles
- Encoder evaluation needs geometry, not just head performance.
- Unequal label banks bias discordance measures.
- Fixed chance levels enable pre-training assessment.
Method
CANDOR measures discordance using equal-size, symmetric banks to fix the chance level at 0.5, revealing true feature separation independent of label prevalence.
In practice
- Use CANDOR to pre-screen encoder suitability for tasks.
- Identify findings poorly supported by a frozen encoder.
- Guide head selection for specific encoder features.
Topics
- CANDOR
- Foundation Models
- Encoder Evaluation
- Feature Geometry
- Discordance Measures
- Machine Learning Diagnostics
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.