paper-with-me

Papers

Progressive Frequency-Aware Network for Laparoscopic Image Desmoking

2023-12-19 · Jiale Zhang, Wenfeng Huang, Xiangyun Liao, Qiong Wang

Laparoscopic surgery offers minimally invasive procedures with better patient outcomes, but smoke presence challenges visibility and safety. Existing learning-based methods demand large datasets and high computational resources. We propose the Progressive Frequency-Aware Network (PFAN), a lightweight GAN framework for laparoscopic image desmoking, combining the strengths of CNN and Transformer for progressive information extraction in the frequency domain. PFAN features CNN-based Multi-scale Bottleneck-Inverting (MBI) Blocks for capturing local high-frequency information and Locally-Enhanced Axial Attention Transformers (LAT) for efficiently handling global low-frequency information. PFAN efficiently desmokes laparoscopic images even with limited training data. Our method outperforms state-of-the-art approaches in PSNR, SSIM, CIEDE2000, and visual quality on the Cholec80 dataset and retains only 629K parameters. Our code and models are made publicly available at: https://github.com/jlzcode/PFAN.

📄 PDF Abstract BibTeX arXiv:2312.12023

Code (1)

jlzcode/pfan 공식 구현 pytorch

Tasks

SSIM

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Surgical Smoke: A Smoke-Type-Aware Laparoscopic Video Desmoking Method and Dataset

2025-12-02 · Qifan Liang, Junlin Li, Zhen Han, Xihao Wang 외 arxiv

Electrocautery or lasers will inevitably generate surgical smoke, which hinders the visual guidance of laparoscopic videos for surgical procedures. The surgical smoke can be classified into different types based on its m…

Video Reconstruction

LSD3K: A Benchmark for Smoke Removal from Laparoscopic Surgery Images

2024-07-18 · Wenhui Chang, Hongming Chen

Smoke generated by surgical instruments during laparoscopic surgery can obscure the visual field, impairing surgeons' ability to perform operations accurately and safely. Thus, smoke removal task for laparoscopic images …

Dataset Generation

Investigating the Impact of Various Loss Functions and Learnable Wiener Filter for Laparoscopic Image Desmoking

2025-09-11 · Chengyu Yang, Chengjun Liu arxiv

To rigorously assess the effectiveness and necessity of individual components within the recently proposed ULW framework for laparoscopic image desmoking, this paper presents a comprehensive ablation study. The ULW appro…

DeSmoke-LAP: improved unpaired image-to-image translation for desmoking in laparoscopic surgery

2022-03-30 · International Journal of Computer Assisted Radiology and Surgery 2022 3 · Yirou Pan, Sophia Bano, Francisco Vasconcelos, Hyun Park 외

Robotic-assisted laparoscopic surgery has become the trend in medicine thanks to its convenience and lower risk of infection against traditional open surgery. However, the visibility during these procedures may severely …

Generative Adversarial NetworkImage-to-Image Translation

Self-Supervised Video Desmoking for Laparoscopic Surgery

2024-03-17 · Renlong Wu, Zhilu Zhang, Shuohao Zhang, Longfei Gou 외

Due to the difficulty of collecting real paired data, most existing desmoking methods train the models by synthesizing smoke, generalizing poorly to real surgical scenarios. Although a few works have explored single-imag…