ashiq24 commited on
Commit
408702e
·
verified ·
1 Parent(s): c3a2c63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -10,4 +10,31 @@ tags:
10
  - Equivariance
11
  size_categories:
12
  - 1K<n<10K
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - Equivariance
11
  size_categories:
12
  - 1K<n<10K
13
+ ---
14
+
15
+ | Global Scaling | Local Scaling |
16
+ |----------------|---------------|
17
+ | <img src="https://raw.githubusercontent.com/ashiq24/local-scale-equivariance/refs/heads/gh-pages/assets/bird_1_gscale.gif" width="450"/> | <img src="https://raw.githubusercontent.com/ashiq24/local-scale-equivariance/refs/heads/gh-pages/assets/bird_1.gif" width="450"/> |
18
+
19
+ # Multi-Scale_ImageNet
20
+ The dataset contains multi-scale ImageNet from **Local Scale Equivariance with Latent Deep Equilibrium Canonicalizer**.
21
+
22
+ The dataset generating pipeline is provided here: https://github.com/ashiq24/local-scale-equivariance/tree/main/datagen_ImNet
23
+
24
+ ## Pipeline Overview
25
+
26
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/661e07e02a8496916011c08a/RPMXOQPeUd4OrqnXvTM5o.png)
27
+
28
+
29
+ If you use this dataset, please consider citing
30
+
31
+ ```
32
+ @inproceedings{rahman2025local,
33
+ title={Local Scale Equivariance with Latent Deep Equilibrium Canonicalizer},
34
+ author={Rahman, Md Ashiqur and Yang, Chiao-An and Cheng, Michael N. and Lim, Jun Hao and Jiang, Jeremiah and Lim, Teck-Yian and Yeh, Raymond A.},
35
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
36
+ year={2025}
37
+ }
38
+ ```
39
+
40
+