Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add armanjr/svtav1_av1grain_10bit (score ~1.94)#51

Merged
YassineYousfi merged 1 commit into
commaai:masterfrom
ArmanJR:submission-svtav1_av1grain_10bit-1.94
Apr 13, 2026
Merged

add armanjr/svtav1_av1grain_10bit (score ~1.94)#51
YassineYousfi merged 1 commit into
commaai:masterfrom
ArmanJR:submission-svtav1_av1grain_10bit-1.94

Conversation

@ArmanJR

@ArmanJR ArmanJR commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

submission name:

svtav1_av1grain_10bit

upload zipped archive.zip

archive.zip

report.txt

=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.06858227
  Average SegNet Distortion: 0.00499263
  Submission file size: 922,624 bytes
  Original uncompressed size: 37,549,056 bytes
  Compression Rate: 0.02457456
  Final score: 100*segnet_dist + sqrt(10*posenet_dist) + 25*rate = 1.94

does your submission require gpu for evaluation (inflation)?

no

did you include the compression script? and want it to be merged?

yes

additional comments

SVT-AV1 v2.3.0 with 10-bit encoding, AV1 film-grain synthesis (no denoising), and infinite GOP.

  • Encoder: SVT-AV1 v2.3.0 (built from source; older version outperformed v3.x/v4.x on this content)
  • 10-bit YUV420: better rate-distortion efficiency than 8-bit even with 8-bit source
  • CRF 34, preset 1
  • Infinite GOP (--keyint -1): no forced keyframes for a 60s dashcam clip with no scene cuts
  • Film-grain 30, denoise=0: grain synthesis adds temporal consistency for PoseNet, but disabling the internal denoiser preserves source edges for SegNet
  • 50% Lanczos downscale (582x436) with decoder-side bicubic upscale + unsharp mask (5x5 Gaussian, sigma=1.0, amount=2.0)

Key finding: the combination of no denoising + film-grain synthesis + infinite GOP + 10-bit is critical. Each contributes ~0.03-0.05 to the score. Disabling any one regresses to ~2.05+.

Fun fact: I built an evaluation judge for myself on a Google Cloud T4 instance in Taiwan (couldn’t find an available T4 anywhere in North America lol).

@github-actions

Copy link
Copy Markdown

Thanks for the submission @ArmanJR! 🤏

A maintainer will review your PR shortly.

To run the evaluation, a maintainer will trigger the eval workflow with your PR number.

@github-actions github-actions Bot requested a review from YassineYousfi April 10, 2026 06:15
@github-actions

Copy link
Copy Markdown

Eval Results: svtav1_av1grain_10bit

=== Evaluation config ===
  batch_size: 16
  device: cpu
  num_threads: 2
  prefetch_queue_depth: 4
  report: submissions/svtav1_av1grain_10bit/report.txt
  seed: 1234
  submission_dir: submissions/svtav1_av1grain_10bit
  uncompressed_dir: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/videos
  video_names_file: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/public_test_video_names.txt
=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.07417816
  Average SegNet Distortion: 0.00502351
  Submission file size: 923,455 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.02459563
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 1.98

@YassineYousfi YassineYousfi merged commit 36ce061 into commaai:master Apr 13, 2026
1 check passed
numix74 pushed a commit to numix74/comma_video_compression_challenge that referenced this pull request Apr 18, 2026
…_10bit-1.94

add armanjr/svtav1_av1grain_10bit (score ~1.94)
@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

Eval Failed: svtav1_av1grain_10bit

Job failed

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants