Papers › PK-YOLO: Pretrained Knowledge Guided YOLO for Brain Tumor Detection in Multiplanar MRI Slices

PK-YOLO: Pretrained Knowledge Guided YOLO for Brain Tumor Detection in Multiplanar MRI Slices

29 Oct 2024arXiv:2410.21822archive 2025-07-28

Ming Kang, Fung Fung Ting, Raphaël C. -W. Phan, Chee-Ming Ting

Brain tumor detection in multiplane Magnetic Resonance Imaging (MRI) slices is a challenging task due to the various appearances and relationships in the structure of the multiplane images. In this paper, we propose a new You Only Look Once (YOLO)-based detection model that incorporates Pretrained Knowledge (PK), called PK-YOLO, to improve the performance for brain tumor detection in multiplane MRI slices. To our best knowledge, PK-YOLO is the first pretrained knowledge guided YOLO-based object detector. The main components of the new method are a pretrained pure lightweight convolutional neural network-based backbone via sparse masked modeling, a YOLO architecture with the pretrained backbone, and a regression loss function for improving small object detection. The pretrained backbone allows for feature transferability of object queries on individual plane MRI slices into the model encoders, and the learned domain knowledge base can improve in-domain detection. The improved loss function can further boost detection performance on small-size brain tumors in multiplanar two-dimensional MRI slices. Experimental results show that the proposed PK-YOLO achieves competitive performance on the multiplanar MRI brain tumor detection datasets compared to state-of-the-art YOLO-like and DETR-like object detectors. The code is available at https://github.com/mkang315/PK-YOLO.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.21822")

Code

Syntology Ran 13 of 34 code samples harvested from 1 repository linked to this paper; 21 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 7 ran · our draft was wrong; 2 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 34 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mkang315/pk-yolo officialmentioned in papermentioned on GitHubpytorchGPL-3.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

34 samples harvested; 13 ran; 1 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
7ran · our draft was wrong
2ran · fixture could not drive it
2ran
21unverified

Licence: 34 of the 34 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mkang315/pk-yolo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Colors mkang315/pk-yolo/models/yolo.py official repository ran GPL-3.0 (copyleft) · pointer only · 15bcf093be9970a4 · report
autopad mkang315/PK-YOLO/models/common.py official repository ran · honoured contract GPL-3.0 (copyleft) · pointer only · 86db6b7ab1646a7c · report
check_version mkang315/pk-yolo/models/yolo.py official repository ran · violated contract GPL-3.0 (copyleft) · pointer only · 63151d23aebcf9ef · report
dist2bbox mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 9b32a5ad7c8e2092 · report
emojis mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · e090ea13e4e18e2e · report
file_date mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 514ae25f3cf0ffba · report
fuse_conv_and_bn mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 72dc36cd1d7d66a2 · report
git_describe mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 1687074581e92c51 · report
make_anchors mkang315/pk-yolo/models/yolo.py official repository ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · 6e75c4e6a5469948 · report
make_divisible mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 6dd165c056f556ff · report
scale_img mkang315/pk-yolo/models/yolo.py official repository ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · 2c1954a3d18b619c · report
select_device mkang315/pk-yolo/models/yolo.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · a8291b09b1521d91 · report
time_sync mkang315/pk-yolo/models/yolo.py official repository ran · metamorphic tier: well formed GPL-3.0 (copyleft) · pointer only · d2e88702f927da29 · report
BaseModel mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 78c376110b454317 · report
DDetect mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · fc0effcd96b58c1b · report
Detect mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 129b1553453594d0 · report
DetectionModel mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · b2bf6552f4792389 · report
DualDDetect mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 7b2c07fff44d5f88 · report
DualDetect mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · dfb4a740f845f95f · report
Panoptic mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 24c4cd01978ca400 · report
Segment mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 2e51e4d41b10b344 · report
TripleDDetect mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 355e0e280acdfb78 · report
TripleDetect mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 67f2cdf0f143f4bd · report
colorstr mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 570208a226ee1464 · report
custom mkang315/PK-YOLO/hubconf.py official repository unverified GPL-3.0 (copyleft) · pointer only · 6fab24a4d78a99ac · report
feature_visualization mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · e6363f643e452ffc · report
initialize_weights mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 2f85802af80e3129 · report
model_info mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 6b0ae6124fdfc942 · report
parse_model mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · e318806b40126616 · report
profile mkang315/pk-yolo/models/yolo.py official repository unverified GPL-3.0 (copyleft) · pointer only · 8811fb26fca1e77e · report
repvit_m1_1 mkang315/PK-YOLO/models/repvit.py official repository unverified GPL-3.0 (copyleft) · pointer only · b865e983589ae36f · report
repvit_m1_5 mkang315/PK-YOLO/models/repvit.py official repository unverified GPL-3.0 (copyleft) · pointer only · 0e0b02abbf133af6 · report
repvit_m2_3 mkang315/PK-YOLO/models/repvit.py official repository unverified GPL-3.0 (copyleft) · pointer only · df8c28bc7f0f57d1 · report
smooth_BCE mkang315/PK-YOLO/utils/loss.py official repository unverified GPL-3.0 (copyleft) · pointer only · 386a04c4b6c96c88 · report

Tasks

ObjectObject DetectionSmall Object Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections