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

Skip to content

Rang Mask Optimizations (0.275)#84

Closed
ottokunkel wants to merge 4 commits into
commaai:masterfrom
ottokunkel:ottokunkel/adaptive-range-mask-submission
Closed

Rang Mask Optimizations (0.275)#84
ottokunkel wants to merge 4 commits into
commaai:masterfrom
ottokunkel:ottokunkel/adaptive-range-mask-submission

Conversation

@ottokunkel

@ottokunkel ottokunkel commented May 3, 2026

Copy link
Copy Markdown

submission name:

adaptive_range_mask

upload zipped archive.zip

archive.zip

report.txt

=== Evaluation config ===
  batch_size: 16
  device: cuda
  num_threads: 2
  prefetch_queue_depth: 4
  report: /root/comma_video_compression_challenge/submissions/adaptive_range_mask_no_router/report.txt
  seed: 1234
  submission_dir: /root/comma_video_compression_challenge/submissions/adaptive_range_mask_no_router
  uncompressed_dir: /root/comma_video_compression_challenge/videos
  video_names_file: /root/comma_video_compression_challenge/public_test_video_names.txt
=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.00049341
  Average SegNet Distortion: 0.00061248
  Submission file size: 215,735 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.00574596
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 0.28

does your submission require gpu for evaluation (inflation)?

yes

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

no

additional comments

This needs a C compiler in the runtime.

I first tried to retrain from #55, and it took wayy too many GPU credits. So I tried optimizing from there. I saw another PR which uses the same strat of compressing the segnet mask. I think both our LLM's landed at the same conclusion hahah. At least right now, this one is marginally better. There is still lots of room for optimizing further from just this model.

For retraining, I used the same pipeline as #62 and #55, and got very similar results without breaking through the 0.33 mark so I just decided to continue from theirs. But with enough GPU time and testing different pipelines, I bet you could get a model that can predict segnet/pose with a smaller compression.

Exact local score: 0.2751402303839512

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown

Thanks for the submission @ottokunkel! 🤏

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 May 3, 2026 21:11
@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown

Eval Results: adaptive_range_mask

=== Evaluation config ===
  batch_size: 16
  device: cuda
  num_threads: 2
  prefetch_queue_depth: 4
  report: submissions/adaptive_range_mask/report.txt
  seed: 1234
  submission_dir: submissions/adaptive_range_mask
  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.00049341
  Average SegNet Distortion: 0.00061248
  Submission file size: 215,735 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.00574596
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 0.28

@YassineYousfi

Copy link
Copy Markdown
Collaborator

@ottokunkel Congratulations on making it onto the leaderboard! I hope you had fun competing in the challenge and learned something new along the way. If you are looking for a job or internship, please email [email protected] with a link to this PR. See you in the next challenge!

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