paper-with-me

Papers

Domain Decomposition Algorithms for Real-time Homogeneous Diffusion Inpainting in 4K

2021-10-08 · Niklas Kämper, Joachim Weickert

Inpainting-based compression methods are qualitatively promising alternatives to transform-based codecs, but they suffer from the high computational cost of the inpainting step. This prevents them from being applicable to time-critical scenarios such as real-time inpainting of 4K images. As a remedy, we adapt state-of-the-art numerical algorithms of domain decomposition type to this problem. They decompose the image domain into multiple overlapping blocks that can be inpainted in parallel by means of modern GPUs. In contrast to classical block decompositions such as the ones in JPEG, the global inpainting problem is solved without creating block artefacts. We consider the popular homogeneous diffusion inpainting and supplement it with a multilevel version of an optimised restricted additive Schwarz (ORAS) method that solves the local problems with a conjugate gradient algorithm. This enables us to perform real-time inpainting of 4K colour images on contemporary GPUs, which is substantially more efficient than previous algorithms for diffusion-based inpainting.

📄 PDF Abstract BibTeX arXiv:2110.03946

Code (0)

등록된 구현이 없습니다.

Tasks

4k

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Efficient Parallel Algorithms for Inpainting-Based Representations of 4K Images -- Part I: Homogeneous Diffusion Inpainting

2024-01-12 · Niklas Kämper, Vassillen Chizhov, Joachim Weickert

In recent years inpainting-based compression methods have been shown to be a viable alternative to classical codecs such as JPEG and JPEG2000. Unlike transform-based codecs, which store coefficients in the transform doma…

4kGPUImage Reconstruction

Efficient Parallel Data Optimization for Homogeneous Diffusion Inpainting of 4K Images

2024-01-12 · Niklas Kämper, Vassillen Chizhov, Joachim Weickert

Homogeneous diffusion inpainting can reconstruct missing image areas with high quality from a sparse subset of known pixels, provided that their location as well as their gray or color values are well optimized. This pro…

4kGPUImage Compression

Distributed Value Decomposition Networks with Networked Agents

2025-02-11 · Guilherme S. Varela, Alberto Sardinha, Francisco S. Melo

We investigate the problem of distributed training under partial observability, whereby cooperative multi-agent reinforcement learning agents (MARL) maximize the expected cumulative joint reward. We propose distributed v…

Multi-agent Reinforcement Learning

QTypeMix: Enhancing Multi-Agent Cooperative Strategies through Heterogeneous and Homogeneous Value Decomposition

2024-08-12 · Songchen Fu, Shaojing Zhao, Ta Li, Yonghong Yan

In multi-agent cooperative tasks, the presence of heterogeneous agents is familiar. Compared to cooperation among homogeneous agents, collaboration requires considering the best-suited sub-tasks for each agent. However, …

Multi-agent Reinforcement LearningSMACSMAC+

A random algorithm for low-rank decomposition of large-scale matrices with missing entries

2014-11-04 · Yiguang Liu

A Random SubMatrix method (RSM) is proposed to calculate the low-rank decomposition of large-scale matrices with known entry percentage \rho. RSM is very fast as the floating-point operations (flops) required are compare…