File size: 5,045 Bytes
cc6b71d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
---
license: mit
language:
  - en
pipeline_tag: image-to-image
library_name: pytorch

tags:
  - medical-imaging
  - computer-vision
  - pytorch
  - pix2pix
  - image-enhancement
  - laparoscopy
  - surgical-smoke-removal
  - defogging
  - gan
  - deep-learning
  - opencv
  - healthcare-ai

datasets:
  - custom

metrics:
  - psnr
  - ssim
---

# Laparoscopy Image Defogging AI

An AI-powered laparoscopic image enhancement system designed to remove fog, haze, and surgical smoke from minimally invasive surgical imagery using deep learning and image restoration techniques.

This repository contains pretrained Pix2Pix UNet-256 generator weights for real-time laparoscopic image defogging and enhancement.

---

# Model Details

## Model Description

This model is designed to improve the visual clarity of laparoscopic surgical images by removing:
- Lens fogging
- Surgical smoke
- Haze
- Low contrast artifacts

The system combines:
- Pix2Pix GAN image translation
- Dark Channel Prior (DCP)
- Guided filtering
- CLAHE enhancement
- Contrast restoration
- Sharpening and post-processing

The model aims to enhance visibility in minimally invasive surgical environments for research and educational applications.

---

- **Developed by:** Vishnu Das
- **Model type:** Pix2Pix GAN / UNet-256 Generator
- **Framework:** PyTorch
- **Language(s):** English
- **License:** MIT
- **Task:** Image-to-Image Translation / Medical Image Enhancement

---

# Model Sources

- **Repository:** https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPOSITORY_NAME
- **Model Repository:** https://huggingface.co/vishnudaspk/Laparoscopy-Image-Defogging-AI

---

# Uses

## Direct Use

This model can be used for:
- Laparoscopic image enhancement
- Surgical smoke removal
- Fog removal
- Medical imaging research
- Computer vision experimentation
- Deep learning demonstrations

---

## Downstream Use

Possible downstream applications:
- Real-time surgical visualization systems
- AI-assisted medical imaging pipelines
- Surgical simulation environments
- Medical video enhancement workflows

---

## Out-of-Scope Use

This model is NOT intended for:
- Clinical diagnosis
- Real surgical deployment
- Medical decision-making
- Autonomous healthcare systems

Outputs should always be reviewed by qualified professionals.

---

# Bias, Risks, and Limitations

- Performance depends heavily on image quality and training distribution.
- The model may produce artifacts under severe smoke or lighting conditions.
- Results may vary across different laparoscopic devices and environments.
- This system is intended for research and educational purposes only.

---

# Recommendations

Users should:
- Validate outputs before use
- Avoid clinical reliance
- Test across multiple datasets
- Use CUDA-enabled GPUs for best performance

---

# How to Get Started with the Model

## Installation

```bash
pip install -r requirements.txt
```

Recommended:

* NVIDIA GPU
* CUDA-enabled PyTorch

---

## Place Model Weights

Place:

```text
best_net_G.pth
```

inside:

```text
scripts/checkpoints/pix2pix_laparoscopy_dc/
```

---

## Run Application

```bash
python app.py
```

Open:

```text
http://127.0.0.1:5000
```

---

# Training Details

## Training Data

The model was trained on custom laparoscopic imagery containing varying levels of:

* Surgical smoke
* Fogging
* Low visibility
* Illumination artifacts

Data preprocessing included:

* Resizing
* Contrast normalization
* Paired image generation

---

## Training Procedure

### Preprocessing

* Image normalization
* CLAHE enhancement
* Resizing
* Data augmentation

---

### Training Hyperparameters

* **Architecture:** Pix2Pix UNet-256
* **Framework:** PyTorch
* **Training regime:** Mixed precision CUDA training
* **Loss Functions:** GAN Loss + L1 Loss

---

# Evaluation

## Testing Data, Factors & Metrics

### Testing Data

Custom laparoscopic test imagery.

---

### Metrics

Evaluation metrics include:

* PSNR
* SSIM
* Visual perceptual quality

---

# Results

The model demonstrated:

* Improved image clarity
* Reduced haze and smoke artifacts
* Enhanced contrast and edge visibility

---

# Environmental Impact

Training performed on:

* **Hardware Type:** NVIDIA RTX 4060 GPU
* **Framework:** PyTorch CUDA

---

# Technical Specifications

## Model Architecture and Objective

* Pix2Pix GAN
* UNet-256 Generator
* Image-to-image translation objective

---

## Compute Infrastructure

### Hardware

* NVIDIA RTX 4060 Laptop GPU

### Software

* Python
* PyTorch
* OpenCV
* NumPy
* Flask

---

# Citation

If you use this project in research or educational work, please cite the repository appropriately.

---

# More Information

This project was developed as a deep learning and medical imaging research initiative focused on improving surgical visualization quality using AI-powered enhancement techniques.

---

# Model Card Authors

Vishnu Das

---

# Model Card Contact

For questions or collaboration:

* GitHub: [https://github.com/YOUR_GITHUB_USERNAME](https://github.com/YOUR_GITHUB_USERNAME)