国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

論文閱讀——Loss odyssey in medical image segmentation

這篇具有很好參考價(jià)值的文章主要介紹了論文閱讀——Loss odyssey in medical image segmentation。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

Loss odyssey in medical image segmentation

github:https://github.com/JunMa11/SegLossOdyssey

這篇文章回顧了醫(yī)學(xué)圖像分割中的20種不同的損失函數(shù),旨在回答:對(duì)于醫(yī)學(xué)圖像分割任務(wù),我們應(yīng)該選擇哪種損失函數(shù)?

首先是一張各類分割函數(shù)的圖譜:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

介紹函數(shù)之前先定義字母符號(hào)的含義:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能,

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能分別代表分割結(jié)果和GT,論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能代表里面的每個(gè)體素,N是一張圖片體素?cái)?shù)量,C是類別

損失函數(shù)分為四類:即分布不匹配,區(qū)域、邊界或它們的某種組合。

1. Distribution-based Loss?

基于分布的損失函數(shù)旨在最小化兩個(gè)分布之間的不相似性。以交叉熵cross entropy為代表。

1.1. Cross entropy

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

對(duì)于CNN模型,可以寫為:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

加權(quán)版——Weighted cross entropy (WCE)(2015):

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能,一般和類別占得比例成反比,本文實(shí)驗(yàn)中使用類別比例的倒數(shù)。另一種使用加權(quán)交叉熵的方式是根據(jù)GT對(duì)每個(gè)像素加權(quán)。

1.2. TopK loss(2016)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

t∈ (0, 1]是個(gè)閾值,也就是說(shuō),容易分類的像素點(diǎn)(概率>t)被忽略了,另一個(gè)實(shí)現(xiàn)版本:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

本文實(shí)驗(yàn)中k=10%

1.3. Focal loss(2018)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

通過(guò)減少已經(jīng)分好類的樣本的損失來(lái)關(guān)注困難樣本,可以處理前景背景類別不平衡的情況。原始論文中給出γ=2表現(xiàn)最好。

1.4. Distance map penalized cross entropy loss (DPCE)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

具體地,通過(guò)取GT的距離變換的逆來(lái)生成Dc。通過(guò)這種方式,可以為邊界上的像素分配更大的權(quán)重。

DPCE損失通過(guò)從GT掩碼導(dǎo)出的距離圖來(lái)加權(quán)交叉熵。它旨在引導(dǎo)網(wǎng)絡(luò)將重點(diǎn)放在難以分割的邊界區(qū)域。

2. Region-based Loss

基于區(qū)域的損失函數(shù)旨在最小化GT和預(yù)測(cè)S之間的不匹配或最大化兩者的重疊區(qū)域。最有代表性的是Dice loss。

2.1. Sensitivity-specificity loss(2015)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

將特異性加權(quán)得更高來(lái)解決類別失衡問(wèn)題。w控制敏感性和特異性的平衡。

2.2. Dice loss(2016)

有兩個(gè)變體:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

直接優(yōu)化Dice Similarity Coefficient (DSC)。與加權(quán)交叉熵不同,Dice損失不需要對(duì)不平衡分割任務(wù)進(jìn)行類重新加權(quán)。

2.3. IoU (Jaccard) loss(2016)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

和Dice loss很相似,也是直接優(yōu)化目標(biāo)類別的分割指標(biāo)。

2.4. Lovász loss

定義類c ∈ C的像素誤差:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

與IoU損失類似,Lovasz損失也是直接優(yōu)化Jaccard指數(shù),但它使用了不同的替代策略。特別地,IoU損失(也稱為軟Jaccard)簡(jiǎn)單地用softmax概率代替Jaccard索引中的分割,while Lovász loss? uses a piecewise linear convex surrogate to the IoU loss based on the Lovász extension of submodular set functions。

2.5. Tversky loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

這個(gè)是改進(jìn)的Dice loss,旨在得到更好的P、R的平衡,強(qiáng)調(diào)錯(cuò)誤的負(fù)類樣本。α,β是超參數(shù),控制false negatives and false positives的平衡。

2.6. Generalized Dice loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能,is used to provide invariance to different label set properties.用于為不同的標(biāo)簽集屬性提供不變性。

這個(gè)損失函數(shù)是多類別Dice loss的擴(kuò)展,每個(gè)類別的權(quán)重與標(biāo)簽頻率成反比。

2.7. Focal Tversky loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

γ∈[1, 3]。把focal loss用在Tversky loss上,使得困難樣本概率低。

2.8. Asymmetric similarity loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

原始論文中β=1.5。當(dāng)α+β=1時(shí)變?yōu)門versky loss的一個(gè)特例。

Dice loss可以被視為準(zhǔn)確度和召回率的調(diào)和平均值,它對(duì)假陽(yáng)性(FP)和假陰性(FN)的權(quán)重相等。Asymmetric similarity loss的動(dòng)機(jī)是通過(guò)引入加權(quán)參數(shù)β來(lái)更好地調(diào)整FPs和FNs的權(quán)重(并在精度和召回率之間實(shí)現(xiàn)更好的平衡)。

2.9. Penalty loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能,k is a non-negative penalty coefficient. When k = 0, pGD is equivalent to generalized Dice. When k > 0, pGD gives additional weights to false positives and false negatives. In the original paper (Su et al., 2019), k = 2.5 corresponds the best performance.

3. Boundary-based Loss

基于邊界的損失函數(shù),相對(duì)比較新,旨在最小化預(yù)測(cè)S和GT之間的距離。

3.1. Boundary (BD) loss(2019,2021)

有兩種不同的框架來(lái)計(jì)算兩個(gè)邊界之間的距離。一種是微分框架,它將邊界曲線上每個(gè)點(diǎn)的運(yùn)動(dòng)計(jì)算為沿曲線法線的速度。另一種是積分框架,通過(guò)計(jì)算兩個(gè)邊界的失配區(qū)域之間的界面上的積分來(lái)近似距離。微分框架不能直接用作網(wǎng)絡(luò)softmax輸出的損失,因?yàn)樗遣豢晌⒎值摹榱艘晕⒎值姆绞接?jì)算兩個(gè)邊界之間的距離論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能,Boundary (BD) loss 使用積分框架來(lái)公式化邊界失,這可以避免涉及邊界曲線點(diǎn)的局部微分計(jì)算。

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

3.2. Hausdorff Distance (HD) loss

Hausdorff Distance (HD)距離是一種基于邊界的度量,廣泛用于評(píng)估分割方法。然而,在訓(xùn)練過(guò)程中直接最小化HD是難以解決的,并可能導(dǎo)致訓(xùn)練不穩(wěn)定。為了解決這個(gè)問(wèn)題,HD可以通過(guò)GT距離變換來(lái)近似。網(wǎng)絡(luò)可以通過(guò)以下HD損失功能進(jìn)行訓(xùn)練,以減少HD:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

dG and dS分別是GT和預(yù)測(cè)分割的距離變換地圖。距離變換計(jì)算了每個(gè)像素與對(duì)象邊界之間的最短距離。

上面這兩種邊界損失用于訓(xùn)練神經(jīng)網(wǎng)絡(luò)時(shí),應(yīng)與基于區(qū)域的損失(例如Dice loss)相結(jié)合,以減少訓(xùn)練的不穩(wěn)定性。

4. Compound Loss

混合損失是上面這些損失函數(shù)的加權(quán)。

4.1. Combo loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

4.2. Exponential Logarithmic loss (ELL)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

對(duì)Dice損失和交叉熵?fù)p失進(jìn)行指數(shù)和對(duì)數(shù)變換。通過(guò)這種方式,可以迫使網(wǎng)絡(luò)在本質(zhì)上更多地關(guān)注不太準(zhǔn)確預(yù)測(cè)的結(jié)構(gòu)。

4.3. Dice loss with focal loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

4.4. Dice loss with TopK loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

此外,文章還提到了有其他方法,一筆帶過(guò),未列出公式。

實(shí)驗(yàn)

3D U-Net+數(shù)據(jù)增強(qiáng)+Adam

三種損失函數(shù)在訓(xùn)練過(guò)程中需要額外的調(diào)度策略:Lova′sz loss, boundaries loss, and Hausdorff distance loss。對(duì)于?Lova′sz loss, 原論文作者建議先用交叉熵優(yōu)化,然后用Lova′sz loss微調(diào);對(duì)于?boundary loss 和 Hausdorff distance loss 應(yīng)該和 Dice loss 結(jié)合使用:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

α, β > 0。對(duì)于邊界損失,(Kervadec et al.,2019)建議使用Dice損失來(lái)主導(dǎo)初始訓(xùn)練,從而穩(wěn)定訓(xùn)練過(guò)程,快速獲得合理的初始分割。具體來(lái)說(shuō),他們最初設(shè)置權(quán)重β=1?α和α=1,并在每個(gè)epoch后將α減少0.01,直到達(dá)到0.01的值。對(duì)于Hausdorff距離損失,(Karimi和Salcudean,2020)將α設(shè)置為基于HD的損失項(xiàng)的平均值與DSC損失項(xiàng)的均值之比,并且β=1。最近的一項(xiàng)實(shí)證研究(Ma et al.,2020)表明,實(shí)施細(xì)節(jié)會(huì)對(duì)績(jī)效產(chǎn)生顯著影響。在我們的實(shí)驗(yàn)中,我們首先用Dice損失對(duì)網(wǎng)絡(luò)進(jìn)行訓(xùn)練,然后用建議的調(diào)度策略對(duì)BD損失和HD損失進(jìn)行微調(diào),因?yàn)槲覀儼l(fā)現(xiàn)這種訓(xùn)練技巧可以獲得穩(wěn)健的訓(xùn)練過(guò)程,并給出最佳性能。所有其他17個(gè)損失函數(shù)都可以在訓(xùn)練期間以即插即用的方式使用,而無(wú)需任何特定的調(diào)度技巧。

在四個(gè)分割數(shù)據(jù)集評(píng)估,包括balanced and imbalanced foreground-background, binary and multi-class segmentation. 類別平衡的、不平衡的、二分類的多分類的都包括了。

數(shù)據(jù)集情況:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

評(píng)估指標(biāo):Dice similarity coefficient 和?Normalized Surface Distance (NSD)

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

實(shí)驗(yàn)結(jié)果

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

1. Single segmentation task

1.1. Mildly imbalanced segmentation

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

Mildly imbalanced segmentation結(jié)果只看liver數(shù)據(jù)集上的結(jié)果。

大多數(shù)損失函數(shù)(17/20)在DSC高于0.90的情況下獲得高度準(zhǔn)確的結(jié)果。

DiceTopK損失獲得最佳DSC和NSD,而pGDice損失獲得最低DSC,TopK損耗在DSC和NSD中都獲得最低的性能。

圖2顯示TopK loss 和?pGDice loss方差比較大。圖3是失敗示例,顯示TopK loss 和?pGDice loss傾向于過(guò)度分割。

1.2. Highly imbalanced tumor segmentation

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

看liver tumor數(shù)據(jù)集上的結(jié)果。DiceHD,DiceBD表現(xiàn)比較好。加權(quán)交叉熵表現(xiàn)不好。

1.3. Highly imbalanced organ segmentation

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

DiceFocal loss表現(xiàn)最好,交叉熵不好。

1.4. Multi-class segmentation with both mildly and highly?imbalanced labels

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

研究包含輕度和高度不平衡標(biāo)簽的多類分割任務(wù)

DiceFocal loss, DiceHD loss, and DiceTopK loss表現(xiàn)好

2. Different variants of TopK loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

除了liver數(shù)據(jù)集,其他的k=10%效果比較好,但是liver數(shù)據(jù)集需要90%,作者分析的原因是liver數(shù)據(jù)集在訓(xùn)練期間僅使用10%的像素對(duì)于肝臟是不夠的,因?yàn)楦闻K非常大(最大的腹部器官)。然而,在這項(xiàng)工作中,我們主要關(guān)注標(biāo)簽不平衡的任務(wù)。因此,我們選擇TopK-10%的損失作為默認(rèn)的TopK損失,因?yàn)樗诰哂刑魬?zhàn)性的分割任務(wù)中獲得了更好的性能。

所以應(yīng)該就是說(shuō),標(biāo)簽不平衡的比較嚴(yán)重的話,k小一些,否則就大一些。

3. Different variants of Dice loss

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

4. Rank Results

作者自己設(shè)計(jì)了一套排序規(guī)則(具體看原文吧),然后給這些指標(biāo)排序:

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能

論文閱讀——Loss odyssey in medical image segmentation,論文,人工智能文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-761550.html

到了這里,關(guān)于論文閱讀——Loss odyssey in medical image segmentation的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 【論文閱讀筆記】A Recent Survey of Vision Transformers for Medical Image Segmentation

    【論文閱讀筆記】A Recent Survey of Vision Transformers for Medical Image Segmentation

    Khan A, Rauf Z, Khan A R, et al. A Recent Survey of Vision Transformers for Medical Image Segmentation[J]. arXiv preprint arXiv:2312.00634, 2023. 【論文概述】 本文是關(guān)于醫(yī)學(xué)圖像分割中視覺(jué)變換器(Vision Transformers,ViTs)的最新綜述。文中詳細(xì)回顧了ViTs及其與卷積神經(jīng)網(wǎng)絡(luò)(CNNs)結(jié)合形成的混合視覺(jué)Trans

    2024年02月02日
    瀏覽(46)
  • 《VM-UNet: Vision Mamba UNet for Medical Image Segmentation》論文閱讀及代碼復(fù)現(xiàn)

    《VM-UNet: Vision Mamba UNet for Medical Image Segmentation》論文閱讀及代碼復(fù)現(xiàn)

    論文地址:[2402.02491] VM-UNet: Vision Mamba UNet for Medical Image Segmentation (arxiv.org) 代碼地址:JCruan519/VM-UNet: (ARXIV24) This is the official code repository for \\\"VM-UNet: Vision Mamba UNet for Medical Image Segmentation\\\". (github.com) 摘要 : 在醫(yī)學(xué)圖像分割領(lǐng)域,基于細(xì)胞神經(jīng)網(wǎng)絡(luò)和基于變換器的模型都得到了廣

    2024年03月24日
    瀏覽(24)
  • 【論文閱讀筆記】Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation

    【論文閱讀筆記】Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation

    Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation Swin-Unet:用于醫(yī)學(xué)圖像分割的類Unet純Transformer 2022年發(fā)表在 Computer Vision – ECCV 2022 Workshops Paper Code 在過(guò)去的幾年里,卷積神經(jīng)網(wǎng)絡(luò)(CNN)在醫(yī)學(xué)圖像分析方面取得了里程碑式的成就。特別是基于U型結(jié)構(gòu)和跳躍連接的深度神經(jīng)

    2024年01月23日
    瀏覽(32)
  • [深度學(xué)習(xí)論文筆記](méi)UNETR: Transformers for 3D Medical Image Segmentation

    [深度學(xué)習(xí)論文筆記](méi)UNETR: Transformers for 3D Medical Image Segmentation

    UNETR: Transformers for 3D Medical Image Segmentation UNETR:用于三維醫(yī)學(xué)圖像分割的Transformer Published: Oct 2021 Published in: IEEE Winter Conference on Applications of Computer Vision (WACV) 2022 論文:https://arxiv.org/abs/2103.10504 代碼:https://monai.io/research/unetr 摘要: ??過(guò)去十年以來(lái),具有收縮路徑和擴(kuò)展路徑

    2024年01月24日
    瀏覽(23)
  • FCT: The Fully Convolutional Transformer for Medical Image Segmentation 論文解讀

    FCT: The Fully Convolutional Transformer for Medical Image Segmentation 論文解讀

    論文:The Fully Convolutional Transformer for Medical Image Segmentation (thecvf.com) 代碼:Thanos-DB/FullyConvolutionalTransformer (github.com) 期刊/會(huì)議:WACV 2023 我們提出了一種新的transformer,能夠分割不同形態(tài)的醫(yī)學(xué)圖像。 醫(yī)學(xué)圖像分析的細(xì)粒度特性所帶來(lái)的挑戰(zhàn)意味著transformer對(duì)其分析的適應(yīng)仍處

    2024年02月10日
    瀏覽(22)
  • 醫(yī)學(xué)圖像分割方向優(yōu)質(zhì)的論文及其代碼【Medical Image Segmentation】UNet、transformer、計(jì)算機(jī)視覺(jué)

    醫(yī)學(xué)圖像分割方向優(yōu)質(zhì)的論文及其代碼【Medical Image Segmentation】UNet、transformer、計(jì)算機(jī)視覺(jué)

    ? 作者:Yifei Chen, Chenyan Zhang, Yifan Ke, Yiyu Huang, Xuezhou Dai, Feiwei Qin? ?中文摘要: 由于收集過(guò)程具有挑戰(zhàn)性、標(biāo)記成本高、信噪比低以及生物醫(yī)學(xué)圖像特征復(fù)雜,傳統(tǒng)的監(jiān)督學(xué)習(xí)方法在醫(yī)學(xué)圖像分割方面歷來(lái)遇到一定的限制。 本文提出了一種半監(jiān)督模型DFCPS,創(chuàng)新性地融合了

    2024年04月13日
    瀏覽(96)
  • 【論文閱讀筆記】Pre-trained Universal Medical Image Transformer

    【論文閱讀筆記】Pre-trained Universal Medical Image Transformer

    Luo L, Chen X, Tang B, et al. Pre-trained Universal Medical Image Transformer[J]. arXiv preprint arXiv:2312.07630, 2023.【代碼開(kāi)源】 【論文概述】 本文介紹了一種名為“預(yù)訓(xùn)練通用醫(yī)學(xué)圖像變換器(Pre-trained Universal Medical Image Transformer,簡(jiǎn)稱PUMIT)”的新型算法,該算法旨在解決標(biāo)記醫(yī)學(xué)圖像數(shù)據(jù)稀缺

    2024年02月04日
    瀏覽(29)
  • 【論文閱讀】SynDiff Unsupervised Medical Image Translation with Adversarial Diffusion Models

    【論文閱讀】SynDiff Unsupervised Medical Image Translation with Adversarial Diffusion Models

    Unsupervised Medical Image Translation with Adversarial Diffusion Models 論文大致翻譯和主要內(nèi)容講解 通過(guò)源-目標(biāo)通道轉(zhuǎn)換對(duì)缺失圖像進(jìn)行填充可以提高醫(yī)學(xué)成像協(xié)議的多樣性。合成目標(biāo)圖像的普遍方法包括通過(guò)生成性對(duì)抗網(wǎng)絡(luò)(GAN)的一次映射。然而,隱含地描述圖像分布的Gan模型可能會(huì)受

    2024年04月17日
    瀏覽(53)
  • Medical Imaging AI – Image Segmentation using Deep Lear

    作者:禪與計(jì)算機(jī)程序設(shè)計(jì)藝術(shù) Image segmentation is one of the key tasks in medical image analysis and computer vision that involves dividing an entire image into multiple parts or regions based on some criteria such as color, texture, shape, etc., so that each region represents a different object or structure present in the image. It helps to e

    2024年02月06日
    瀏覽(33)
  • RIS 系列 Mask Grounding for Referring Image Segmentation 論文閱讀筆記

    RIS 系列 Mask Grounding for Referring Image Segmentation 論文閱讀筆記

    寫在前面 ??一篇 Arxiv 上面的新文章,看看清華大佬們的研究。 論文地址:Mask Grounding for Referring Image Segmentation 代碼地址:原論文說(shuō)將會(huì)開(kāi)源,靜待佳音~ 預(yù)計(jì)提交于:CVPR 2024 Ps:2023 年每周一篇博文閱讀筆記,主頁(yè) 更多干貨,歡迎關(guān)注呀,期待 6 千粉絲有你的參與呦~ ??

    2024年02月03日
    瀏覽(22)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包