feat(issue54): add multi-seed MoT routing stability and architecture controls - #216
Open
PinkTulips139 wants to merge 14 commits into
Open
feat(issue54): add multi-seed MoT routing stability and architecture controls#216PinkTulips139 wants to merge 14 commits into
PinkTulips139 wants to merge 14 commits into
Conversation
PinkTulips139
marked this pull request as ready for review
August 3, 2026 14:02
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.
Summary
This PR implements and documents the Issue #54 study of multi-seed MoT routing stability, reproducibility, interpretability, and architecture controls on VisDrone2019-DET.
The highest-level experimental unit is an independently trained seed. Images and tokens are not treated as independent training repetitions.
Related to #54.
Main changes
Formal experiment scope
All formal runs used VisDrone2019-DET, 30 epochs, batch size 8, and image size 640.
v10_mot)v10)v10_moa)All nine formal runs completed successfully. Their checkpoint SHA256 values were verified and are mutually distinct.
Detection results
MoA currently has only one independent seed, so no between-seed variance estimate is reported.
MoT routing results
Across the five independently trained MoT seeds:
The evidence therefore indicates relatively stable detection performance alongside only moderate or low internal routing agreement, with strong layer-level differences.
Evidence boundaries
This PR does not claim that:
The architecture comparison is descriptive and specific to the current protocol.
Integrity and reproducibility
status=passed.Final validation
cdffaaf3e30d1ff742c0cd32f7ce7c295f7a0ade.MixtureDDP,MixtureP0Regression,IsolatedExports, Benchmarks, and therequired Summary gate passed.
manifest-matching checkpoint SHA256 values.
distributed in this PR.
formal provenance, compact global summary, and formally derived CSV reports.
approximately 21,916 added lines without changing the formal results.
Branch status
The earlier note that this branch was behind upstream
mainis no longercurrent. The reviewed upstream commit has been integrated through the normal
merge commit above. No rebase, force push, or history rewrite was used.
Review status
This pull request is ready for maintainer review.