Skip to content
BurstPickBurstPick

ML 모델

BurstPick은 6개 카테고리에 걸쳐 22개의 ML 모델을 제공합니다. 전부 Apple CoreML과 Neural Engine으로 기기에서 실행됩니다. 사진이 Mac을 떠나는 일은 없습니다. 앱에 포함되거나, 선택 시 다운로드됩니다.

온디바이스오픈소스 모델Neural Engine 가속

이미지 품질 평가

선명도, 노이즈, 노출, 지각적 선명함 등 기술적 품질을 기준으로 각 사진을 평가합니다. 버스트 클러스터 내에서 사진 순위를 매기는 데 사용됩니다.

Heuristic (Laplacian + Luma)

번들
Built-in

Instant scoring using Accelerate vDSP/vImage. Measures sharpness, exposure, noise, and eye closure. Cannot judge composition or semantic quality. Best for fast initial culling passes.

파라미터: 0입력: 4096px다운로드: None메모리: 0 MB

TOPIQ NR

Apache 2.0

No-reference IQA using ResNet50 backbone. Good general-purpose technical quality scores. Good balanced option for quality assessment.

파라미터: 45.2M입력: 224px다운로드: 83 MB메모리: 100 MB

MUSIQ (KonIQ)

Apache 2.0

Multi-scale transformer trained on KonIQ-10k real-world distortions. Strong on natural photos with better perceptual alignment than TOPIQ.

파라미터: 27M입력: 224px다운로드: 50 MB메모리: 110 MB

MANIQA

Apache 2.0

NTIRE 2022 IQA Challenge winner. Multi-dimension attention captures fine perceptual differences. Most accurate but largest in category.

파라미터: 135.7M입력: 224px다운로드: 248 MB메모리: 140 MB

NIMA (MobileNet)

Apache 2.0

Neural Image Assessment trained on AVA (250K aesthetic ratings). Outputs 10-class probability distribution. Compact MobileNet backbone — fastest aesthetic quality model.

파라미터: 4.2M입력: 224px다운로드: 14 MB메모리: 20 MB

미적 점수

구도, 색상 조화, 시각적 균형을 기준으로 미적 매력을 평가합니다. 대규모 선호도 데이터로 학습했습니다.

LAION Aesthetic v1

번들
MIT

Lightweight linear probe on CLIP embeddings — near-zero overhead if CLIP is loaded. Trained on LAION aesthetic ratings. Good default aesthetic scorer.

파라미터: 513입력: CLIP다운로드: Bundled메모리: 340 MB

ViT-B/16 Aesthetic

Apache 2.0

Standalone ViT-B/16 fine-tuned on AVA dataset (250K human aesthetic ratings). More nuanced aesthetic judgment than LAION probe. Independent of CLIP.

파라미터: 86M입력: 224px다운로드: 156 MB메모리: 350 MB

이미지 임베딩

사진을 벡터로 변환해 유사도 기반 클러스터링에 사용합니다. 버스트 그룹화와 중복 감지에 쓰입니다.

Apple Vision FeaturePrint

번들
Apple

Built into macOS — zero download, instant availability. Good general-purpose scene similarity. Best for speed-first workflows.

파라미터: System입력: 1024px다운로드: None메모리: System

DINOv2 ViT-S/14

Apache 2.0

State-of-the-art self-supervised features (Meta, LVD-142M). Excellent visual similarity and scene structure. Recommended balanced choice.

파라미터: 22.1M입력: 224px다운로드: 40 MB메모리: 88 MB

CLIP ViT-B/32

MIT / Apache 2.0

Rich semantic understanding from multimodal training. Groups photos by content meaning. Required by LAION Aesthetic scorer. Best for diverse libraries.

파라미터: 86M입력: 224px다운로드: 161 MB메모리: 340 MB

얼굴 임베딩

얼굴 ID 벡터를 만들어 인물별로 클러스터링합니다.

EdgeFace-XS

Apache 2.0

Fastest option — lightweight 4 MB download. Good face grouping for most photos (LFW 99.73%). Best when speed is the priority.

파라미터: 1.77M입력: 112px다운로드: 4 MB메모리: 8 MB

EdgeFace-S

Apache 2.0

Good balance of speed and accuracy (LFW 99.82%, IJB-B 94.38%). Small download. Handles varied lighting well. Recommended balanced choice.

파라미터: 3.65M입력: 112px다운로드: 7 MB메모리: 16 MB

AdaFace IR-18

번들
MIT

Strong on low-quality and challenging face crops via adaptive margin (CVPR 2022). LFW 99.82%. Good mid-tier choice.

파라미터: 24M입력: 112px다운로드: Bundled메모리: 48 MB

AdaFace IR-50

MIT

Top-tier accuracy (LFW 99.82%, IJB-B 95.67%). Excels on difficult poses and low-quality crops. Best when face grouping precision is critical.

파라미터: 44M입력: 112px다운로드: 80 MB메모리: 90 MB

AuraFace v1

Apache 2.0

Large ResNet-100 backbone with permissive Apache 2.0 license. Choose mainly for licensing requirements.

파라미터: 65M입력: 112px다운로드: 119 MB메모리: 125 MB

GhostFaceNets

Apache 2.0

SOTA 2025 lightweight face recognition model. High performance with minimal computational overhead.

파라미터: ~2M입력: 112px다운로드: 2 MB메모리: 10 MB

비전 언어 모델 (VLM)

자연어로 사진 내용을 파악합니다. 장면 설명이나 품질 판단 등 숫자 점수로는 안 되는 분석을 합니다.

Heuristic Estimate

번들
Built-in

Built-in fallback using heuristic image analysis (sharpness, exposure, noise, faces). No download required. Replace with a real VLM for improved results.

파라미터: 0입력: 512px다운로드: None메모리: 0 MB

SmolVLM2 256M

Apache 2.0

Smallest VLM — fastest inference with minimal memory. Basic scene recognition and quality commentary. Best for quick screening on constrained hardware.

파라미터: 256M입력: 384px다운로드: 465 MB메모리: 300 MB

SmolVLM2 2.2B

Apache 2.0

Full-size SmolVLM with strong scene understanding and quality reasoning. More capable but slower than 256M variant.

파라미터: 2.2B입력: 384px다운로드: 3.9 GB메모리: 2.2 GB

FastVLM 0.5B

Apache 2.0

Apple FastVLM with FastViTHD hybrid encoder. Optimized for on-device speed with solid scene recognition. Recommended balanced VLM choice.

파라미터: 0.5B입력: 512px다운로드: 1.4 GB메모리: 600 MB

FastVLM 1.5B

Apache 2.0

Largest and most capable VLM. Deep scene understanding, nuanced quality reasoning, and detailed descriptions. Best when VLM quality is the top priority.

파라미터: 1.5B입력: 768px다운로드: 3.5 GB메모리: 1.5 GB

이미지 분류

장면, 객체 레이블을 태깅합니다. Apple Vision 프레임워크 기반.

Apple Vision Classification

번들
Apple

Built-in macOS image classification using VNClassifyImageRequest. Fast, no download required. Provides scene and object tags for filtering.

파라미터: System입력: Auto다운로드: None메모리: System

모든 모델은 CoreML로 변환, CPU/GPU/Neural Engine에서 실행됩니다. 다운로드 크기는 압축 CoreML 패키지 기준. 메모리 수치는 추론 중 GPU/ANE 사용량 근사치입니다.