Papers › On the Content Bias in Fréchet Video Distance

On the Content Bias in Fréchet Video Distance

18 Apr 2024arXiv:2404.12391archive 2025-07-28

Songwei Ge, Aniruddha Mahapatra, Gaurav Parmar, Jun-Yan Zhu, Jia-Bin Huang

Fr\'echet Video Distance (FVD), a prominent metric for evaluating video generation models, is known to conflict with human perception occasionally. In this paper, we aim to explore the extent of FVD's bias toward per-frame quality over temporal realism and identify its sources. We first quantify the FVD's sensitivity to the temporal axis by decoupling the frame and motion quality and find that the FVD increases only slightly with large temporal corruption. We then analyze the generated videos and show that via careful sampling from a large set of generated videos that do not contain motions, one can drastically decrease FVD without improving the temporal quality. Both studies suggest FVD's bias towards the quality of individual frames. We further observe that the bias can be attributed to the features extracted from a supervised video classifier trained on the content-biased dataset. We show that FVD with features extracted from the recent large-scale self-supervised video models is less biased toward image quality. Finally, we revisit a few real-world examples to validate our hypothesis.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.12391")

Code

Syntology Ran 16 of 21 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · violated contract; 5 ran · our draft was wrong; 2 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: community (archive-listed): 21 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

songweige/tats mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 16 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
5ran · our draft was wrong
2ran · fixture could not drive it
7ran
5unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from songweige/tats. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy songweige/tats/tats/utils.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 085a09050f4f41dc · report
disabled_train songweige/tats/tats/tats_transformer.py community (archive-listed) ran · violated contract MIT (permissive) · 4cb732f513d69dfd · report
get_ckpt_path songweige/tats/tats/modules/lpips.py community (archive-listed) ran MIT (permissive) · e70eb36cf08faee4 · report
get_parent_dir songweige/tats/tats/data.py community (archive-listed) ran fingerprinted MIT (permissive) · 26644593fdfc2e38 · report
hinge_d_loss songweige/tats/tats/tats_vqgan.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 22a83df891d750c6 · report
is_image_file songweige/tats/tats/data.py community (archive-listed) ran · violated contract MIT (permissive) · 59848503040bbdac · report
md5_hash songweige/tats/tats/modules/lpips.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 07d90bd6ae1be7db · report
normalize_tensor songweige/tats/tats/modules/lpips.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 7257fdf155f5ef45 · report
preprocess songweige/tats/tats/data.py community (archive-listed) ran MIT (permissive) · 0149bd126048e025 · report
preprocess songweige/tats/tats/coinrun/coinrun_data.py community (archive-listed) ran MIT (permissive) · 9b8215e10d2f2bc5 · report
sample_with_past songweige/tats/tats/modules/gpt.py community (archive-listed) ran MIT (permissive) · 7805435b1e5053a7 · report
sample_with_past_and_future songweige/tats/tats/modules/gpt.py community (archive-listed) ran MIT (permissive) · 715551c67f608fa4 · report
shift_dim songweige/tats/tats/utils.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 791774067a83bf99 · report
silu songweige/tats/tats/tats_vqgan.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · a8c56a46a8cde9c8 · report
top_k_top_p_filtering songweige/tats/tats/modules/gpt.py community (archive-listed) ran MIT (permissive) · 49f3df5f44c69b6f · report
vanilla_d_loss songweige/tats/tats/tats_vqgan.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 263c54290c553ddd · report
download songweige/tats/tats/download.py community (archive-listed) unverified MIT (permissive) · 5d4761377571292e · report
get_confirm_token songweige/tats/tats/download.py community (archive-listed) unverified MIT (permissive) · 135b3dc835ffe6ad · report
load_vqgan songweige/tats/tats/download.py community (archive-listed) unverified MIT (permissive) · d2ea9a6058bfe57a · report
preprocess_text songweige/tats/tats/coinrun/coinrun_data.py community (archive-listed) unverified MIT (permissive) · 24674c65e5c3df68 · report
view_range songweige/tats/tats/utils.py community (archive-listed) unverified MIT (permissive) · 9f28796c8276d371 · report

Tasks

Video Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections