Add link to Hugging Face paper page

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -22
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  library_name: pytorch
 
6
  pipeline_tag: image-to-image
7
  tags:
8
  - reflection-removal
@@ -12,18 +12,18 @@ tags:
12
  - pytorch
13
  ---
14
 
15
- # DIRS Models and Data
16
 
17
- This repository hosts the released checkpoints and TJReflection real-world data
18
- for **DIRS: Principled Reflection Separation via Nonlinear Superposition and
19
- Feature Interaction**.
20
 
 
 
 
21
  - [Code](https://github.com/mingcv/DIRS)
22
  - [Project Page](https://mingcv.github.io/DIRS-Page)
23
- - [Paper](https://openreview.net/pdf?id=Shwtw8uV8l)
24
 
25
- DIRS studies reflection separation under a nonlinear sRGB image formation model
26
- and provides three released variants:
27
 
28
  - **DIRS-YTMT**: CNN interaction through feature recycling.
29
  - **DIRS-MuGI**: CNN interaction through mutual gating.
@@ -45,13 +45,11 @@ datasets/
45
  TJReflection/
46
  ```
47
 
48
- `datasets/TJReflection/` contains 175 real-world reflection images used by the
49
- DIRS release.
50
 
51
  ## Checkpoints
52
 
53
- Metrics are reported on the LORS test setting at 256 x 256 resolution. Runtime
54
- is measured on a single NVIDIA RTX 3090.
55
 
56
  | Model | Type | Params | FLOPs | Time | PSNR | SSIM | File |
57
  |---|---:|---:|---:|---:|---:|---:|---|
@@ -70,9 +68,7 @@ Supplementary checkpoints:
70
 
71
  ## Usage
72
 
73
- Clone this repository or download it from the Hugging Face UI, then place
74
- `checkpoints/` and `datasets/` at the root of the
75
- [DIRS code repository](https://github.com/mingcv/DIRS):
76
 
77
  ```bash
78
  git clone https://github.com/mingcv/DIRS.git
@@ -101,12 +97,7 @@ Available evaluation configs in the code repository:
101
 
102
  ## Intended Use
103
 
104
- These files are intended for academic research and reproducibility in image
105
- reflection separation, reflection scene reconstruction, and polarized reflection
106
- separation. The models are not designed as a safety-critical restoration system
107
- and may fail on images outside the training and evaluation distribution,
108
- including unusual glass materials, severe saturation, extreme low light, or
109
- strong misalignment.
110
 
111
  ## Citation
112
 
@@ -119,4 +110,4 @@ If you use these checkpoints, data, or code, please cite:
119
  journal={arXiv preprint},
120
  year={2026}
121
  }
122
- ```
 
1
  ---
 
2
  language:
3
  - en
4
  library_name: pytorch
5
+ license: apache-2.0
6
  pipeline_tag: image-to-image
7
  tags:
8
  - reflection-removal
 
12
  - pytorch
13
  ---
14
 
15
+ # DIRS: Principled Reflection Separation via Nonlinear Superposition and Feature Interaction
16
 
17
+ This repository hosts the released checkpoints and TJReflection real-world data for **DIRS: Principled Reflection Separation via Nonlinear Superposition and Feature Interaction**.
 
 
18
 
19
+ Authors: Qiming Hu, Mingjia Li, Yuntong Li, Xiaojie Guo.
20
+
21
+ - [Hugging Face Paper Page](https://huggingface.co/papers/2606.02831)
22
  - [Code](https://github.com/mingcv/DIRS)
23
  - [Project Page](https://mingcv.github.io/DIRS-Page)
24
+ - [Paper (OpenReview)](https://openreview.net/pdf?id=Shwtw8uV8l)
25
 
26
+ DIRS studies reflection separation under a nonlinear sRGB image formation model and provides three released variants:
 
27
 
28
  - **DIRS-YTMT**: CNN interaction through feature recycling.
29
  - **DIRS-MuGI**: CNN interaction through mutual gating.
 
45
  TJReflection/
46
  ```
47
 
48
+ `datasets/TJReflection/` contains 175 real-world reflection images used by the DIRS release.
 
49
 
50
  ## Checkpoints
51
 
52
+ Metrics are reported on the LORS test setting at 256 x 256 resolution. Runtime is measured on a single NVIDIA RTX 3090.
 
53
 
54
  | Model | Type | Params | FLOPs | Time | PSNR | SSIM | File |
55
  |---|---:|---:|---:|---:|---:|---:|---|
 
68
 
69
  ## Usage
70
 
71
+ Clone this repository or download it from the Hugging Face UI, then place `checkpoints/` and `datasets/` at the root of the [DIRS code repository](https://github.com/mingcv/DIRS):
 
 
72
 
73
  ```bash
74
  git clone https://github.com/mingcv/DIRS.git
 
97
 
98
  ## Intended Use
99
 
100
+ These files are intended for academic research and reproducibility in image reflection separation, reflection scene reconstruction, and polarized reflection separation. The models are not designed as a safety-critical restoration system and may fail on images outside the training and evaluation distribution, including unusual glass materials, severe saturation, extreme low light, or strong misalignment.
 
 
 
 
 
101
 
102
  ## Citation
103
 
 
110
  journal={arXiv preprint},
111
  year={2026}
112
  }
113
+ ```