SelanjutnyaPanduan berikutnya
Metrik Evaluasi ROUGE dan BLEU
Teknis
PANDUAN Teknis
CLIP score measures how well a generated image matches its text prompt.
It embeds the image and the prompt with OpenAI's CLIP model and compares the two embeddings. Human preference metrics such as ImageReward, HPS and PickScore are models trained to predict which of several images people would choose. These scores matter because FID alone says nothing about whether an image follows its prompt or appeals to people, and they are now standard in text-to-image papers, leaderboards and fine-tuning pipelines.
For years the headline number in image generation papers was FID (Frechet Inception Distance). FID compares the statistics of Inception network features from generated images with those from real photos. It captures realism and diversity at the level of a whole dataset, but it never looks at the prompt, and it cannot tell you whether a single image is good. CLIP score fills the prompt gap. OpenAI released CLIP in 2021, trained on image-caption pairs so that matching images and text sit close together in a shared embedding space. To score a generation, you embed the image and its prompt and take the cosine similarity between them. The result is usually multiplied by 100, or rescaled as in the CLIPScore paper by Hessel and colleagues. Averaged over a prompt set, a higher score means better text alignment. Human preference metrics go a step further by learning from people's choices. ImageReward (2023) trained a reward model on expert rankings of generated images. Human Preference Score (HPS, later HPS v2) fine-tuned CLIP on large collections of human choices between images made from the same prompt. PickScore was trained on Pick-a-Pic, a dataset collected from users of a web app who picked their favorite of two generated images. These models capture aesthetics, coherence and appeal as well as alignment. Each metric has blind spots. CLIP behaves partly like a bag of words: it often misses counts, spatial relations, negation and which color belongs to which object. Preference models inherit the tastes of their annotators and can favor a polished, saturated look. All of these scores can be gamed. If you optimize a model directly against a score, it may learn to please the scorer rather than people. A common misconception is that a higher CLIP score always means a better image. Small differences are often within noise, and careful evaluations pair automatic scores with compositional benchmarks and human studies.
Keputusan arsitektur mendorong kinerja dan biaya pengoperasian selama bertahun-tahun.
Pendidikan teknis membantu tim memilih tumpukan yang tepat, bukan hanya yang terbaru.
Pilihan teknik yang lebih baik mengurangi insiden keandalan dalam produksi.
Evaluation is moving toward methods that check specific claims in an image instead of relying on one global similarity number. Question-answering approaches such as TIFA and detector-based benchmarks such as GenEval ask whether each object, count and attribute in the prompt actually appears. Multimodal language models are also used more and more as judges. These tools have their own errors and biases, so they are more likely to complement embedding scores than replace them. Human studies and public arenas remain the reference point. Researchers are still debating how to collect preference data that reflects a wide range of users rather than a narrow group of annotators.
A research team comparing two checkpoints of a text-to-image model generates images for the same fixed prompt set and reports average CLIP score alongside FID. This shows that prompt adherence improved without hurting realism.
An image generation app creates four candidates per request, ranks them with PickScore and shows the highest-scoring image first.
A fine-tuning project uses ImageReward as a reward signal to push a Stable Diffusion model toward preferred outputs. The team then checks samples by hand to catch reward hacking, such as oversaturated colors.
An evaluator sees that a model scores well on CLIP score for 'a red cube on top of a blue sphere' even though the colors are swapped. They add a detector-based compositional benchmark such as GenEval to catch these attribute-binding errors.
Mengoptimalkan satu tolok ukur dapat menyembunyikan kelemahan sistem yang lebih luas.
Biaya infrastruktur dan pemeliharaan sering kali diremehkan.
Kesenjangan keamanan dan kemampuan observasi dapat tumbuh seiring dengan semakin kompleksnya sistem.
Tentukan target latensi, kualitas, dan biaya sebelum penerapan.
Tolok ukur dalam kondisi beban dan data yang realistis.
Pemantauan instrumen untuk kesalahan, penyimpangan, dan dampak pengguna.
Siapkan jalur rollback dan respons insiden sebelum melakukan penskalaan.
Free newsletter
Three verified AI stories every weekday morning, written in plain English. Free forever, no ads.
One email each weekday. Unsubscribe in one click. We never sell or share your address.
Test yourself
Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.
Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation
CLIP score measures how well a generated image matches its text prompt. It embeds the image and the prompt with OpenAI's CLIP model and compares the two embeddings. Human preference metrics such as ImageReward, HPS and PickScore are models trained to predict which of several images people would choose. These scores matter because FID alone says nothing about whether an image follows its prompt or appeals to people, and they are now standard in text-to-image papers, leaderboards and fine-tuning pipelines.
FID compares feature statistics of generated and real images across a dataset. It captures realism and diversity but ignores the prompt entirely, which is the gap CLIP score was brought in to fill.
CLIP places images and text in a shared embedding space. The score is the cosine similarity between the image embedding and the prompt embedding, often scaled by 100.
PickScore was trained on Pick-a-Pic, where web app users chose their favorite of two generated images for the same prompt.
CLIP behaves partly like a bag of words. It notices which concepts are present but often misses how they relate, such as counts, positions or color binding.
Each encoder learns its own embedding space, so the same image and prompt get different scores from different encoders. Papers must state which encoder they used.
Teruslah belajar
Panduan lainnya dipilih untuk topik ini
SelanjutnyaPanduan berikutnya
Metrik Evaluasi ROUGE dan BLEU
Teknis