feat(issue-53): MoA boundary test completion + coverage to 97% - #160
Open
H2Rhan wants to merge 4 commits into
Open
feat(issue-53): MoA boundary test completion + coverage to 97%#160H2Rhan wants to merge 4 commits into
H2Rhan wants to merge 4 commits into
Conversation
Systematic boundary tests (+30 tests, 95 total): - NeckMoAFusion cross-scale size mismatch (64x upsample, non-square) - MoABlock temperature gradient at temp < 1e-8 (no NaN, no grad explosion) - _safe_groups boundary with prime channel dims (17/19/23/29/31/37/41) - C2fMoA aux_loss anti-double-count in triple nesting - FP16/BF16 linear attention path, DDP reduce path, error paths Coverage: 85% -> 97% (ultralytics/nn/modules/moa/) Training: CPU pipeline validated, VisDrone GPU training script ready
…aseline on VisDrone) MoA 50 epochs, Baseline 37 epochs, RTX 5070 Laptop MoA mAP50: 0.1923, mAP50-95: 0.1021 Baseline mAP50: 0.1868, mAP50-95: 0.0998
MoA 50ep mAP50: 0.1923, mAP50-95: 0.1021 Baseline 37ep mAP50: 0.1868, mAP50-95: 0.0998
H2Rhan
force-pushed
the
issue-53-moa-boundary-tests
branch
from
July 23, 2026 01:37
868a7f9 to
7df7feb
Compare
MoA (50ep): mAP50=0.1923, mAP50-95=0.1021 Baseline (50ep): mAP50=0.1982, mAP50-95=0.1065 Baseline MoE slightly outperforms MoA at VisDrone 50ep
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.
Closes #53
Systematic boundary tests (+30 tests, 95 total):
Coverage: 85% -> 97% (ultralytics/nn/modules/moa/)
Training: CPU pipeline validated, VisDrone GPU training script ready