Skip to content

Commit

Permalink
Update publications.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpingping1 authored May 25, 2024
1 parent cc2c62d commit 4ebd6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h3>2023</h3>
<!-- <i class="fa fa-file-pdf-o"></i> <a href="" target="_blank">PDF</a> -->
<i class="fa fa-bookmark-o"></i> <a href="javascript:toggleblock('ZhengTMI2023Abs')">Abstract</a> &nbsp;
<i class="fa fa-quote-left"></i> <a href="javascript:toggleblock('ZhengTMI2023Bib')">BibTeX</a> &nbsp;
<!-- <i class="fa fa-github"></i> <a href="https://github.com/zylbuaa/ECL.git" target="_blank">Code</a> -->
<!-- <i class="fa fa-github"></i> <a href="" target="_blank">Code</a> -->
</p>
<p id="ZhengTMI2023Abs" class="abstract" style="display: none;">
Transformer has been widely used in histopathology whole slide image analysis. However, the design of token-wise self-attention and positional embedding strategy in the common Transformer limits its effectiveness and efficiency when applied to gigapixel histopathology images. In this paper, we propose a novel kernel attention Transformer (KAT) for histopathology WSI analysis and assistant cancer diagnosis. The information transmission in KAT is achieved by cross-attention between the patch features and a set of kernels related to the spatial relationship of the patches on the whole slide images. Compared to the common Transformer structure, KAT can extract the hierarchical context information of the local regions of the WSI and provide diversified diagnosis information. Meanwhile, the kernel-based cross-attention paradigm significantly reduces the computational amount. The proposed method was evaluated on three large-scale datasets and was compared with 8 state-of-the-art methods. The experimental results have demonstrated the proposed KAT is effective and efficient in the task of histopathology WSI analysis and is superior to the state-of-the-art methods.
Expand Down

0 comments on commit 4ebd6ed

Please sign in to comment.