File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ a.dataset-tag:hover {
278278
279279<div class =" catalog-stats " >
280280 <div class =" stat " >
281- <div class="stat-number">43 </div>
281+ <div class="stat-number">47 </div>
282282 <div class="stat-label">Implementations</div>
283283 </div >
284284 <div class =" stat " >
@@ -330,6 +330,10 @@ a.dataset-tag:hover {
330330
331331
332332
333+
334+
335+
336+
333337
334338
335339
@@ -378,6 +382,21 @@ a.dataset-tag:hover {
378382 <strong>Datasets:</strong> <a href="https://arxiv.org/pdf/2211.13358.pdf" class="dataset-tag" target="_blank">Bank Account Fraud Detection</a> <a href="https://dgraph.xinye.com/dataset" class="dataset-tag" target="_blank">DGraph dataset</a> <a href="https://www.mvtec.com/company/research/datasets/mvtec-ad" class="dataset-tag" target="_blank">MVTec dataset</a> <a href="http://www.svcl.ucsd.edu/projects/anomaly/dataset.htm" class="dataset-tag" target="_blank">UCSD Anomaly Detection Dataset</a> <a href="https://www.kaggle.com/datasets/odins0n/ucf-crime-dataset" class="dataset-tag" target="_blank">UCF Crime Dataset</a>
379383 </div>
380384
385+ </div>
386+ <div class="card" markdown>
387+ <div class="header">
388+ <h3><a href="https://github.com/VectorInstitute/self-supervised-learning" title="Go to Repository">self-supervised-learning</a></h3>
389+ <span class="tag year-tag">2024</span>
390+ <span class="tag type-tag">bootcamp</span>
391+ </div>
392+ <p>A repository with reference implementations of self-supervised learning techniques</p>
393+ <div class="tag-container">
394+ <a href="https://proceedings.mlr.press/v162/qiu22b/qiu22b.pdf" class="tag" target="_blank">Internal Contrastive Learning (ICL) + Latent Outlier Exposure (LOE)</a> <a href="https://arxiv.org/abs/2302.00861" class="tag" target="_blank">SimMTM</a> <a href="https://arxiv.org/abs/2303.15747" class="tag" target="_blank">TabRet</a> <a href="https://arxiv.org/abs/2202.03555" class="tag" target="_blank">Data2Vec</a>
395+ </div>
396+ <div class="datasets">
397+ <strong>Datasets:</strong> <a href="https://cs.stanford.edu/~acoates/stl10/" class="dataset-tag" target="_blank">STL-10</a> <a href="https://archive.ics.uci.edu/dataset/381/beijing+pm2+5+data" class="dataset-tag" target="_blank">Beijing PM 2.5</a>
398+ </div>
399+
381400 </div>
382401 <div class="card" markdown>
383402 <div class="header">
Original file line number Diff line number Diff line change 1+ name : self-supervised-learning
2+ repo_id : VectorInstitute/self-supervised-learning
3+ description : " A repository with reference implementations of self-supervised learning techniques"
4+ implementations :
5+ - name : Internal Contrastive Learning (ICL) + Latent Outlier Exposure (LOE)
6+ url : https://proceedings.mlr.press/v162/qiu22b/qiu22b.pdf
7+ - name : SimMTM
8+ url : https://arxiv.org/abs/2302.00861
9+ - name : TabRet
10+ url : https://arxiv.org/abs/2303.15747
11+ - name : Data2Vec
12+ url : https://arxiv.org/abs/2202.03555
13+ public_datasets :
14+ - name : STL-10
15+ url : https://cs.stanford.edu/~acoates/stl10/
16+ - name : Beijing PM 2.5
17+ url : https://archive.ics.uci.edu/dataset/381/beijing+pm2+5+data
18+ type : bootcamp
19+ year : 2024
20+ github_url : https://github.com/VectorInstitute/self-supervised-learning
You can’t perform that action at this time.
0 commit comments