2022Q1技術研討
, detection
CAM(Class Activation Map)
了解一個執行圖像分類任務的 CNN 在它自身的網路裡是因為看重照片中的哪一個區域
Learn More →
Learn More →
https://medium.com/ai-academy-taiwan/了解-cnn-關注的區域-cam-與-grad-cam-的介紹分享-2206dd1017c8
Learn More →
從這個例子來看,會有性別服藥比例不同的混雜因子存在
這個時候就要發動因果干預,後門準則
Learn More →
Learn More →
Learn More →
https://blog.csdn.net/ms961516792/article/details/115872083
動機:Segmentation標註非常耗人力,希望從week label(Bounding Box、Scribble、Point、Image-level class label)
但是只用Image-level class label去推 pseudo-Mask通常是很不準的
Learn More →
那要怎麼做到 P(sofa∣do(X)) ??
X: input image
C: class-specific average mask
M: imagespecific representation using the contextual from C
Y: labels
Learn More →
Learn More →
Learn More →
Learn More →
Learn More →
發展歷史
May 5, 2025Introduction 物件追蹤包含兩個部分: <font color=#20639B>物件偵測</font> (Object detection)物件偵測在眾多算法百家爭鳴下, 其準確度已經高到一個境界,舉凡 YOLO, SSD, Retinanet, CenterNet, …都是很好的選擇,它的功用就是要抓到 image 內的 bounding box 以及物件classification <font color=#20639B>追蹤器</font> (tracker) 追蹤器要做的事呢基本上就是==判斷前後 frame 抓到的 object 是否屬於同一個==,若是則 assign 相同 ID,若否則 assign 新的 ID。如下圖,frame t 檢測到的 3 個 objects (黃、藍、紅),frame t+1 檢測到 4 個(灰色框),而要如何把前後 frame 的框關連起來就是物件追蹤要做的事 追蹤器 (tracker)
May 2, 2024PRUNING FILTERS FOR EFFICIENT CONVNETS 剪枝 - Filter & feature maps 數學符號與圖例說明 $n_{i}$ : 第 i 層 input channel 數 $F_{i,j}$ : 第 i 層的第 j 個 filter $X_{i}$ : 第 i 層的 feature maps 模型運算量計算 :question: 如果剪掉其中一個 filter $F_{i,j}$,會減少多少運算量呢? 圖示如下:
Mar 26, 2024Introduction 本篇論文主要針對中文手寫生成做優化 主要的概念在中文字並不是每個字都會用一樣的寫法 例如 所以本篇論文解離兩種style並用contrastive learning的方式來train它 writer-wise styles characterwise styles
May 26, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up