paper-with-me

홈 › Papers

EAGLE: An Edge-Aware Gradient Localization Enhanced Loss for CT Image Reconstruction

2024-03-15 · Yipeng Sun, Yixing Huang, Linda-Sophie Schneider, Mareike Thies, Mingxuan Gu, Siyuan Mei, Siming Bayer, Andreas Maier

Computed Tomography (CT) image reconstruction is crucial for accurate diagnosis and deep learning approaches have demonstrated significant potential in improving reconstruction quality. However, the choice of loss function profoundly affects the reconstructed images. Traditional mean squared error loss often produces blurry images lacking fine details, while alternatives designed to improve may introduce structural artifacts or other undesirable effects. To address these limitations, we propose Eagle-Loss, a novel loss function designed to enhance the visual quality of CT image reconstructions. Eagle-Loss applies spectral analysis of localized features within gradient changes to enhance sharpness and well-defined edges. We evaluated Eagle-Loss on two public datasets across low-dose CT reconstruction and CT field-of-view extension tasks. Our results show that Eagle-Loss consistently improves the visual quality of reconstructed images, surpassing state-of-the-art methods across various network architectures. Code and data are available at \url{https://github.com/sypsyp97/Eagle_Loss}.

📄 PDF Abstract BibTeX arXiv:2403.10695

Code (1)

sypsyp97/eagle_loss 공식 구현 pytorch

Tasks

Computed Tomography (CT)CT ReconstructionImage Reconstruction

Similar Papers 제목 키워드 기반

EAGLE: Episodic Appearance- and Geometry-aware Memory for Unified 2D-3D Visual Query Localization in Egocentric Vision

2025-11-11 · Yifei Cao, Yu Liu, Guolong Wang, Zhu Liu 외 arxiv

Egocentric visual query localization is vital for embodied AI and VR/AR, yet remains challenging due to camera motion, viewpoint changes, and appearance variations. We present EAGLE, a novel framework that leverages epis…

Where MLLMs Attend and What They Rely On: Explaining Autoregressive Token Generation

2025-09-26 · Ruoyu Chen, Xiaoqing Guo, Kangwei Liu, Siyuan Liang 외 arxiv

Multimodal large language models (MLLMs) have demonstrated remarkable capabilities in aligning visual inputs with natural language outputs. Yet, the extent to which generated tokens depend on visual modalities remains po…

Laplacian Patch-Based Image Synthesis

2016-06-01 · CVPR 2016 6 · Joo Ho Lee, Inchang Choi, Min H. Kim

Patch-based image synthesis has been enriched with global optimization on the image pyramid. Successively, the gradient-based synthesis has improved structural coherence and details. However, the gradient operator is dir…

global-optimizationImage Generation

P-EAGLE: Parallel-Drafting EAGLE with Scalable Training

2026-02-01 · Mude Hui, Xin Huang, Jaime Campos Salas, Yue Sun 외 arxiv

Reasoning LLMs produce longer outputs, requiring speculative decoding drafters trained on extended sequences. Parallel drafting - predicting multiple tokens per forward pass - offers latency benefits over sequential gene…

EAGLE-2: Faster Inference of Language Models with Dynamic Draft Trees

2024-06-24 · Yuhui Li, Fangyun Wei, Chao Zhang, Hongyang Zhang

Inference with modern Large Language Models (LLMs) is expensive and time-consuming, and speculative sampling has proven to be an effective solution. Most speculative sampling methods such as EAGLE use a static draft tree…