针对聚类中心冗余地表示背景和器官中的大区域,而不是肿瘤的问题,提出QD Loss规范背景、器官、肿瘤之间的目标的query数。提高了分割的多样性和OOD肿瘤识别分割的能力。 本文提出的观点: mask transformer利用独立的Transformer块增强基于CNN的骨干,非常适用于医学图像分割与肿瘤识别定位。原因:这些任务要求网络a. 对图像的纹理有局部的敏感性 b. 全局理解用于肿瘤亚型识别的形态学信息
(下面是个人理解,有不对及时指出,共同进步,但是我也不懂,之后填坑) 蓝色部分:下面是nnUnet模型,Object queries是可学习的参数,它们之间使用cross attention,特征作为key和value,Object queries作为query进行注意力操作,得到C。 黄色部分:C与得到的P之间相乘得到R,经过softmax得到掩码预测M。(使用softmax与sigmoid不同的是使模型关注不同区域,提高分割的多样性。)C进入MLP进行评估,预测这N个聚类的K个通道的分类。聚合掩码预测M和分类
C
k
C_k
Ck用于分割,多分割。剩下的就是QD损失的部分用mask监督掩码预测M,把M按照通道(1,1,K-2)分为三个部分,第一部分使背景,第二部分是器官,第三部分K-2使不同类别肿瘤的mask。让模型更加关注OOD与内部对象差异性。 方法: QD Loss: 用分割的真值GT对聚类分配的概率图进行监督,就是把GT,M进行分组分成背景、器官和肿瘤,使用G去监督M。
M
=
s
o
f
t
m
a
x
N
(
R
)
=
s
o
f
t
m
a
x
N
(
C
P
T
)
M =\mathop{softmax}\limits_{N}(R) = \mathop{softmax}\limits_{N}(CP^{T})
M=Nsoftmax(R)=Nsoftmax(CPT) OOD Localization:MaxQuery,即最大查询响应的负数,反映了像素与其分配的聚类中心的距离。直观上,离群点的MaxQuery应该小于内点。
A
=
−
m
a
x
N
R
A = − \mathop{max}\limits_{N} R
A=−NmaxR 结果 对比实验
c61fcde9
* DataCollatorForLanguageModeling class was updated with new parameters that provides more control over the token masking and relacing
* DataCollatorForLanguageModeling class was updated with new parameters that provides more control over the token masking and relacing
* Addressed review comments, modified the docstring and made a test for the DataCollatorForLanguageModeling14 小时前
b0cdbd91
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
Enhanced installation section with troubleshooting, GPU setup, and OS-specific details.
* Update README.md
Enhanced installation section with troubleshooting, GPU setup, and OS-specific details.
* Update installation.md
Updated installation.md to include virtual environment and GPU setup instructions.
* Update installation.md
Updated installation.md to include virtual environment and GPU setup instructions.
* Update installation.md
Updated installation.md to include virtual environment, troubleshooting and GPU setup instructions.
* Update installation.md
* Update installation.md
* Update installation.md
* Update installation.md
Updated installation.md to include virtual environment, troubleshooting functions and GPU setup instructions.
* Update installation.md
Updated installation.md to include virtual environment, troubleshooting functions and GPU setup instructions.
* Update installation.md
Updated installation.md to include virtual environment, troubleshooting functions and GPU setup instructions.
* Update README.md
Removed numbering from README.md.
* Update README.md
Removed unnecessary "a)" formatting as per maintainer feedback.
* Update README.md
Added blank lines around code snippets for better readability.
* Update README.md
Removed the line "b) Install a backend framework:" from README.md as per feedback.
* Update README.md
Simplified "For Windows:" to "Windows" in README.md as per feedback as well as "For macOS/Linux:" to "macOS/Linux"
* Update README.md
Removed unnecessary heading and retained valid code snippet.
* Update README.md
Removed unnecessary heading "d) Optional: Install from source for the latest updates" as per feedback.
* Update README.md
Removed "GPU Setup (Optional)" section to align with minimal design feedback.
* Update installation.md
Removed "Create and Activate a Virtual Environment" section from installation.md as per feedback.
* Update installation.md
Adjusted "Troubleshooting" to a second-level heading and added an introductory line as per feedback.
* Update installation.md
Updated troubleshooting section with simplified headings and formatted code blocks as per feedback.
* Update installation.md
Integrated GPU setup instructions into the "Install with pip" section for better content flow.
* Update README.md
Removed Troubleshooting section from README.md for minimalism as per maintainer feedback.15 小时前
所有评论(0)