Intro0:00
So, hi. I'm Maor Bril. I've been with Character for a bit over 2 years, and we'll talk about AI slop,right? I think that, you know, when we look at video generation as a whole,right, we have like two kind of parallel tracks.
One is the video generation, which became insanely good from models like Kling and Seedance and Veo and Sora. We still remember Sora. But the part that got left behind is how we evaluate the quality of the video that was generated,right?
So on the one hand, we still kind of squint at it and decide whether or not it's good, but on the other hand, we know that the generation has gotten a lot better. And when we look at X or whatever social you're consuming your content on, there are a lot of guides on how to create amazing videos with this model or that.
So the hard part was never how to make video. The hard part was how do we generate
Challenges1:24
good enough video, and how do we judge if the video is good enough? So now we've gotten to a world where the generation of video is basically free,right? Free, especially when you compare it to how much studios would charge.
But the problem is the most, the grand majority of video that is generated is not that good,right? We have like a lot of hallucinations, like a third limb, opening and closing the door at the same time, hovering, physics, etc.
So unfortunately, in order to get high-quality content, we need a human to judge. And I don't know, when was the last time you've seen how someone is creating these long-form
generated video? It's usually a lot of shorter generations and a lot of editing. The problem is because we're using a lot of the tools that we built for the text era, for the image era, for videos,right? We're using things like CLIP score, which is great to judge a single frame.
Things like
IPS will help us kind of detect the drift between frames, but we don't have, I mean, but the problem is when you kind of combine all these together, all these tools, they're good at watching the individual frames. They're good at checking, does this specific frame, does it match the prompt that generated it,right?
It will check consistency between frames, and it will check whether or not it matched the prompt that drove it. But what it won't do, it doesn't tell you if
you told the story that you meant to tell,right? If you think about what is video, video is a storytelling medium. Video is just another form on how we tell a story,right, for any type of story. So one of the things we have to look at, does it tell the actual story?
Story Axes3:14
Does the physics make sense? Like, for example, if we want a video of a character walking downstairs, does it actually walk or hover?
Does the character stay the same character across multiple shots? Does the pacing make sense? Like, you know, for example, people take time going from one place to another. We need to make sure that the pacing makes sense as well.
And especially when we add audio, we want to make sure that the audio is kind of synced with the imagery. Like, for example, if someone is slamming a door, we want that sound of the door being slammed to be exactly when the door is actually being slammed.
LLM Judge3:59
Now, the next iteration we all went to a while ago, we started using LLM as a judge for everything. And we have amazing foundational models that we just throw videos at them. The problem with them is that, A, they're slow; B, they're only as good as your prompts.
And multiple people will prompt multiple ways, and the same model may respond in a very, very different way. And sometimes the prompt we use, like, is it consistent? Does this match the prompt? But then the question we really care about, is it good?
And the answer varies. So, oops, sorry about that. So our first iteration is like, let's take all these things and build a repeatable benchmark on how we test video that we can rerun over and over and over again.
So that combines both metrics, as I said earlier, that knows how to view individual frames, but also a consistent LLM as a judge,right, where we also use human annotation to calibrate the LLM as a judge. So for every report that we generate with that harness, we're able to have humans annotate it and basically feed that feedback back into
the LLM as a judge prompt to make sure that it's aligned with what I think or what the annotator thought is good. And we use it to score the videos. The problem with this approach, it's very slow, it's very expensive, and especially when we want to bring it for our users to be able to generate a lot of video, because creation is a very hard process.
And so the problem, as I said, the problem is, so this is a slow process, and we need to bring it as close to the users as possible and also earlier into the process. The reason for that is if we take a look at all the metrics and there are mistakes that we can find earlier
than later, then it's a lot cheaper to correct that particular mistake. So for example,right on the left, we have
two starting frames of different shots,right? But it's easy to correct, to view it at this point and see, did the character drift between frame one and frame two? Because those frames will be used as starting frames to generate videos.
So if you can catch the drift at this point and correct it, then it's much cheaper to generate the video as a whole because we can correct it at a much cheaper cost. And the same thing applies when we look at longer form video,right?
When we see all these three, four, five-minute long videos, they're usually a collection of a lot of shorter videos. And being able to catch a six-second generation that drifted and regenerate that before we combine the whole video will end up being a better result as a whole.
And now the other problem we're trying to solve is some of these axes,right, only exist across time,right? So for example, when we look at the,right, we mentioned the story,right? So does the story that we're trying to tell with that video, does it hold in that video?
Does the video tell the exact story? Does the pacing make sense,right? And we mentioned the sound. So as I said,right, the underlying goal is to bring that evals closer to the online generation because the sooner we're able to catch those mistakes, the sooner we're able to catch that drift,right, then it's much easier, much cheaper to fix.
Now, so now the problem is that, as I said, this is a very slow process. So the solution is actually to take all these committee of experts and distill it into one small model that is also very, very fast, but is able to give us a response that is not whether or not this video is slop or not, but why is it slop,right?
Why is that video scored low versus the other? Because, for example, it added an extra limb, because it didn't obey physics, because the audio was out of sync. So the goal was, A, build it on top of a small VLM.
And why is it a VLM? VLM because we needed the model to be able to see the image. But also we needed to work fast,right, because we brought it closer to the generation where, in fact, it takes about, with the model we have trained, it takes about three seconds to score a 15-second video.
Now, we also tested a bigger model and the results were better, but it was significantly slower. And the decision was to go with the smaller model because the added value from the bigger model didn't justify
the slowness. The other very interesting realization we came to is don't score, compare. What does that mean? For example, if I'll ask any person in this room to look at a particular video and rank it from one to ten on storytelling,right?
Pairwise Prefs9:20
I'm pretty sure that, you know, what will be a six for you will be a five for you, will be a four for you, and an eight for you,right? But if I'll show you two videos and I'll ask you which one of them is telling a better story, the grand majority will probably agree that B is telling a better story than A,right?
And if you do it enough times, then it's easy to generalize the model towards detecting what's better versus not. So we trained on pairs,right? A versus B as opposed to one through ten. Now, we manufactured badness. So luckily, the internet is full of very high-quality videos and it's very, very easy to get good videos.
And it was very fun to create bad videos, A, by either corrupting good videos or by, you know, just generating random slop.
Now, we shipped v1 and it was so wrong. It was wrong, but it was wrong in a very confident way. So for example, the frame you see here is from a video that the model scored 9.2 on the camera work and the camera didn't move.
Vibe Trap10:47
For four seconds, it was like a still image of the same character, but the model was very, very happy with the cinematography. So the physics in some other videos, which I'm not showing because of time limitations, it says that the physics look great, but it said it on ghosts hovering and people flying, etc.
So, I mean, so then the question is like, why was it wrong? The reason it was wrong is because how we generated that data,right? It scored the vibe as opposed to the axes. So it learned how to detect coherent videos and it learned how to detect the artificial artifacts, basically the gloss of the video as opposed to whether or not the video actually told the, sorry, the videos actually told the story.
Real vs AI11:53
And so the solution was to fix the dataset. And so the way we fixed the dataset, we actually, I started pairing real footage versus AI footage. Now, the risk with that, and that's the reason why I avoided doing it at first, is because I didn't want to create an AI detector,right?
Because if you start creating pairs of good as human-generated video and bad as AI video, then there's a very big chance of the model overfitting and becoming an AI detector as opposed to a video quality detector. So there are two things I did in order to avoid that.
A, I made sure that the encoding is consistent across both sides of the equation. So there's no artificial artifacts for video A versus video B. And I used the exact same method of annotating both videos. So both the axes, so all the axes in those videos were annotated in the same way.
And surprise, it turned out pretty awesome. And so now what we're able to do, especially when you're looking at videos, A, we changed from a very complex pipeline,right, to an agentic workflow. The reason behind this is, A, the pipelines work great if you have a very, very unique use case.
Agentic Eval13:27
But once you put it in front of users, they'll have a very, very distinct story that they want to tell with their own characters, with their own images, and their own voice. So that's when it starts to drift.
But by providing the agents with tools to validate the quality of the output, it's able to adapt to changes better, but it's also able to verify its own work and fix things as they go along. So if you're going to steal
from these, from the stock of you things, one, go relative, not absolute,right? As I explained earlier, the value of comparing video A versus video B will always give you a better result going forward. B, score the real axes that you care about.
Takeaways14:01
So if you care about storytelling, if you care about pacing, if you care about physics, score those axes. Don't expect them to miraculously appear. And put eval inside the generation loop,right? Especially if your goal is to have a higher quality of generation, get the eval as close to the generation loop as possible.
Eventually, evaluate it as a story. Videos are stories. Videos are just another way for us to tell stories to others. And
thank you very much.
Q&A15:05
Allright, any questions? Okay, down here. Awesome. Allright, I got two down here. Here you go.
Sure. Hi, how do you eval sound? Sound and video matching.
I'm sorry, can you repeat?
How do you eval sound? Sound as effects and matching with the video.
Oh, yeah, that's a fantastic question. So
sound is actually a combination of a few things. One, I'm using Atmos
to make sure that
the sound quality is high enough and is understandable. B, the model will learn to identify key frames,right? And especially because when I feed something into the model, it can be just the video or it can be the video plus the prompt that generated that video.
So for example, if the prompt will say the door slammed,right, it will look for a door being slammed and will match the sound at that same frame.
Did that answer your question?
How does the model recognize sound?
So it's both by using
Atmos and also to correlate. So for example, when it's looking at the frames,right, it's making sure that, for example, the door being slammed at frame six. Frame six has a specific timestamp. So it's looking for that
spike in the sound at that timestamp. It doesn't know that it is that sound, but it's looking for a specific spike of sound at that timestamp.
What about lip syncing?
Lip syncing is an unsolved problem yet.
One more question.
We're trying though.
Can you repeat the question?
Yeah.
No, go for it.
Yeah, so the question was, what about lip syncing?
Oh, that wasn't me, but.
Oh, I'm sorry.
I guess the lip syncing answer would be interesting before I ask my question.
Yeah, as I said, it is an unsolved problem still. We're still working through it. Especially for us, you know, some of the characters that we're trying to do are talking head, are humans,right? Which, you know, we can look into different techniques to try to identify the lips, but some of them are just talking, you know, talking animations that have no real correlation between, you know, the movement of the mouth and speech.
So unfortunately, I don't have a solution for that yet.
So I'm curious about, for example, if you wanted to further enrich the dataset with human evaluation.
Yes.
The question of taste and what is good, because I think there's a big question mark about, is that going to remain the domain of humans? But I've also seen people say that, well, most humans are really, they have terrible taste anyway in videos and games and books.
Fair.
So how would you construct and align sort of like any human judges?
Yeah, so this is actually solved at first at the judge duty part, where every report it'll generate a human can go and annotate it. And we actually, we do that. We periodically have sessions where everyone spends 10 to 15 minutes just annotating videos.
And that usually happens on multiple axes. I won't ask everyone to annotate the same video on 10 different things. It'll be random. And I use the data to calibrate the AI judges. And the results from that is actually being served as a dataset for training for the next version of that model.
So it's a process that does take a little bit of time and hopefully, and it does evolve over time, but it's not immediate. You know, because also taste is very subjective and things that are great for me, you know, that I think are fantastic, some people that come and say, "Ah, are you sure they're great?"
Because, you know, so yeah, it's a process and I use the human feedback to calibrate the models all the time.
How did you land on the Qwen small VLM? Did you try any others?
I did. So the intent I had was to, A, you know, find a small enough model. The reason I went with Qwen is because we also had a very good experience with post-training Qwen on other use cases. So I mean, yes, I could have, I did try a few others, but it just, you know, everything was just there and it was good enough.
So my question is about scale. So obviously Character.ai produces thousands, millions, a bajillion videos.
Yeah.
At what scale does this become reasonable for my domain that is not Character.ai? So my domain has hundreds, maybe a thousand videos.
Sure. So if you're happy with the cohort of experts and you don't need,right, so I'll rephrase that. The scale is both for speed,right, as well as capacity, because I can serve this model as one instance on one GPU or I can serve it as, you know, a hundred instances,right?
So that determines my scale. The reason I chose to go towards a model is because I wanted to speed up the creation process,right? It would have worked just as well if I didn't have this particular model. I would have used like the cohort of experts,right, from metrics that are available both on CPU and GPU, as well as frontier models,right?
So it was a balance out as, you know, A, how long did it take me to train this model and to curate the dataset and get it to a working set,right? And how much does it cost to serve it versus how much it would have cost me to do this, A, slower.
Now, potentially it is better,right? I mean, like I assumed that if you're going to use the FABO, which came back today,right, it will probably give you a better result. But at what cost,right? If you do it for one or two, it's probably fine.
If you do it for thousands or tens of thousands per day, it adds up. So it's a matter of your unit economics.
Cool. Right over here.
Yeah.
On yourright. There you go. Last question.
It's very bright. I'm sorry.
No worries, no worries. My question is, I looked a bit at the repo. You guys don't export auto traces of the LLMs' judges yet.
Correct.
Is that something, are you open to that? So you can connect to other platforms?
Sure. So the repo itself, it's a harness and you can connect any
agents or any LLMs you want. We actually have an internal version of this, which is running it as a service,right, with an agentic harness on top of it that has all
the metrics we care about. But I do accept your feature request and I'll be adding auto telemetry to the harness.
Awesome. Thank you very much. A warm welcome or round of applause for Maor. Thank you.
Thank you all.
Thanks.





