Conversation
Score 0.14797617125559104 on contest-CUDA Tesla T4, n600 (archive 180,002 bytes, SHA-256 cbb8d928a8ccdd3f5103da1d4a8d38d0662a5e5615266b923b5f8350d405bf25). Builds on the PR commaai#130 / commaai#133 / commaai#135 semantic-token vehicle; credits in README.md. Inflation requires CUDA.
|
Thanks for the submission @adpena! 🤏 A maintainer will review your PR shortly. To run the evaluation, a maintainer will trigger the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submission name
semantic_joint_ctxmix
Upload zipped
archive.zipAttached to this pull request via my fork's release: archive.zip. Verify after download:
cbb8d928a8ccdd3f5103da1d4a8d38d0662a5e5615266b923b5f8350d405bf25p, 179,902 bytes)report.txt
Verbatim from the evaluator (device: cuda, num_threads: 2), Tesla T4, Linux x86_64, all 600 samples. The final line displays two decimals; recomputed from the report's own printed components the score is 0.14797617125559104.
Does your submission require GPU for evaluation (inflation)?
Yes. Measured on T4: 532.3 s inflation + 40.6 s evaluation ≈ 573 s. CPU inflation exceeded the wallclock budget, so GPU is required.
Did you include the compression script? And want it to be merged?
Yes. compress.py in the submission directory replays the five lossless coding stages that produced this archive from its pinned base and refuses unless the rebuilt archive matches its pinned SHA-256 exactly. The pinned base archive is an input rather than part of the packet, so compress.py refuses without it. Usage and environment pins are described in README.md.
Note: the training, segmentation edit solve, and pose re-solve stages (described below) did not run on CUDA. I ran them on my local Apple-silicon machine using this project's MLX/Metal ports of the contest's frozen scoring networks, with every accepted change verified against the standard CPU PyTorch scorers. Re-running those stages takes days of compute and would not reproduce the exact bytes on different hardware, so compress.py does not attempt it at this time. The code, configs, and logs for all of it are in my research repository: https://github.com/adpena/comma-lab (evaluated commit 1c9fbbf5).
TODO (planned after this submission):
Is this submission competitive or innovative? Explain why
Competitive: 0.14797617125559104 [contest-CUDA T4, n600] versus the public PR #135 result of 0.162 on the same axis (author-reported unrounded 0.16226842169958583).
Inherited: The learned semantic renderer and pose-carrier vehicle come from PR #130 (Fesal Fayed, @fesalfayed) and PR #135 (Shreyan Mohanty, @codexblack). PR #135 in turn builds on PR #133 (@JasonMo123), which refined PR #130's vehicle. Credits are in README.md beside the source, and the full mechanism-level accounting is in my research repository.
Innovative: The decision and lossless-representation layer built on top of that vehicle is a campaign of pointer-moving improvements, each accepted only after re-scoring the rebuilt archive:
Independent concurrent development: Some of the inherited ideas were in my tree before the PRs that published them. A stored PoseNet-target sidecar conditioning the decoder on ground-truth pose targets was committed April 11, 2026, before PR #130's semantic-pose carrier. A direct-partition coding stack (region adjacency, contour coding, margin-based region merging) was committed June 10, 2026, before PR #130's dense semantic-token vehicle. PR #130/#135 shipped working public vehicles first and this submission builds on their shipped form.
Additional comments
What did not work:
I used coding agents (Claude as orchestrator of Codex subagents) extensively as research and engineering tools for the work behind this submission. The linked repository contains the resulting prompts, implementation history, experiment receipts, and provenance records.