Brainiall Identity
・パフォーマンスKPI(測定)
| メトリック | ブラジル | AWS 認定 | |
|---|---|---|---|
| End-to-end pipeline p50 latency | 154 ms | 250–500 ms (ソース) | ★ |
| Face detection p50 (component) | 8 ms | ~50–100 ms (cloud RTT incl.) | ★ |
| Face embedding p50 (component) | 59 ms | ~80–150 ms | ★ |
| Anti-spoof p50 (component) | 87 ms | Liveness ~200 ms (multi-frame) | ★ |
| Throughput per CPU core (sustained) | 8 RPS | Cloud-managed (auto-scale) | = |
| Cold-start | ~6 s (always-warm container) | <1 s (warm pool) | R |
能力マトリックス
| メトリック | ブラジル | AWS 認定 | |
|---|---|---|---|
| Face Detection | ✅ Brainiall face detector | ✅ DetectFaces | = |
| Face Recognition / Compare 1:1 | ✅ Brainiall Identity engine v1 (512-d embedding) | ✅ CompareFaces | = |
| Face Search 1:N | ✅ via embedding + cosine threshold | ✅ SearchFacesByImage | = |
| Anti-Spoof / Liveness | ✅ Brainiall liveness module | ✅ Face Liveness (iBeta certified) | R |
| iBeta PAD formal certification | ❌ Not yet (planned 2026) | ✅ Level 1 + 2 | R |
| LGPD / GDPR-by-default residency | ✅ EU/BR datacenter | 🟡 us-east default; EU regions extra | ★ |
| Local CPU deployment (no cloud RTT) | ✅ Bare-metal infrastructure | ❌ Cloud-only API | ★ |
| Open weights you can audit | ✅ permissive licenses (Brainiall face detector, Brainiall Identity engine, Brainiall liveness module) | ❌ Proprietary closed | ★ |
品質基準(文学)
| メトリック | ブラジル | AWS 認定 | |
|---|---|---|---|
| Face detect benchmark | Brainiall face detector ~95% easy / 88% hard (standard face-detection benchmark) | Not published (claim '99.9% confidence') (ソース) | |
| Face recognition (standard face-verification benchmark) | Brainiall Identity engine v1 99.4% | Not published (claim '99%+ internal') | |
| Anti-spoof (standard anti-spoofing benchmark) | Brainiall liveness module ~97% acc | iBeta PAD Level 1 + 2 cert (ソース) | R |
価格
Free
10 KYC checks/month
Try the API end-to-end. No card required. KYC carries higher abuse-risk than other SKUs, so the free quota is intentionally smaller.
Fast
$0.005 / check
Brainiall face detector + Brainiall Identity engine + Brainiall liveness module. p50 154 ms. 8 RPS sustained per worker.
Pro
$0.01 / check
Adds liveness multi-frame, JSON consent log, audit-trail webhooks.
スピードスタート(Python)
要請
import base64, httpx
img = base64.b64encode(open("photo.jpg", "rb").read()).decode()
resp = httpx.post(
"https://api.brainiall.com/v1/identity/verify/base64",
headers={"Authorization": "Bearer brnl-..."},
json={"image": img, "include": ["detection", "embedding", "antispoof"]},
)
print(resp.json())例回答
{
"request_id": "req_8f2a1c…",
"processing_ms": 154,
"faces": [
{
"bbox": [342, 198, 587, 511],
"detection_confidence": 0.998,
"antispoof_label": "real",
"antispoof_score": 0.96,
"embedding": [0.012, -0.043, …], // 512-d vector
"landmarks": {
"left_eye": [398, 286], "right_eye": [519, 280],
"nose": [462, 350], "mouth": [462, 442]
}
}
],
"warnings": []
}比較方法論 & disclaimer
Brainiall 測定: 遅延と通路は Brainiall 生産インフラストラクチャ(私たちの生産インフラストラクチャ · 48 vCPU · CPU inference) で測定されました 2026 年 5 月 p50/p95 モデルごとに 5-6 サンプル画像 モデル テストされました: Brainiall 顔検出器 (生産レベル)、 Brainiall アイデンティティ エンジン v1 (生産レベル)、 Brainiall 生産レベル モジュール (生産レベル)。
AWS 認証データAWS は、標準データセット(a standard face benchmark、標準的な顔検出ベンチマーク、a standard face benchmark、a standard face benchmark)の正式な基準を公開しません;その公開主張(たとえば「99.9%の信頼」、「iBeta PAD レベル 1+2」)は、連続でソースリンクを引用しています。
重要ノート:
- 方法論と評価データセットは、Brainiall と AWS の間で異なる可能性があります - 同じ入力の直接ヘッド・トゥ・ヘッド・ベンチャーは、Q3 2026 に予定されており、別々のレポートとして公開されます。
- 私たちのモデルの品質基準(a standard face benchmark、標準的な顔検出ベンチマーク)は、オリジナルのモデル紙から来ています - 独立した再生は、少し異なる数字を生み出すことができます。
- 価格比較: API 通話ごとに AWS Recognition 料金(例: $0.001 / 顔検出、 $0.0025 / 寿命チェック)、指示されたレベルでパイプラインチェックごとに Brainiall 料金。
- iBeta PAD 認証: AWS Rekognition は正式な iBeta レベル 1 および 2 セットを持っています; Brainiall の抗スプーフは、iBeta 評価を受けていない Brainiall ライフモジュールに基づいています。
- 商標 : Amazon Web サービス and 認定 Amazon.com, Inc. またはその関連会社の商標である このページは、情報比較の目的で提供され、AWS によって承認され、または関連付けられていません。
最後にレビューされました: 2016 年 5 月. ソース引用は、適用される場合、メトリックごとに付属します. 新しい参照データが利用可能になると、このページを更新します。