paper-with-me

홈 › Papers

Copy-and-Paste Networks for Deep Video Inpainting

2019-08-30 · ICCV 2019 10 · Sungho Lee, Seoung Wug Oh, DaeYeun Won, Seon Joo Kim

We present a novel deep learning based algorithm for video inpainting. Video inpainting is a process of completing corrupted or missing regions in videos. Video inpainting has additional challenges compared to image inpainting due to the extra temporal information as well as the need for maintaining the temporal coherency. We propose a novel DNN-based framework called the Copy-and-Paste Networks for video inpainting that takes advantage of additional information in other frames of the video. The network is trained to copy corresponding contents in reference frames and paste them to fill the holes in the target frame. Our network also includes an alignment network that computes affine matrices between frames for the alignment, enabling the network to take information from more distant frames for robustness. Our method produces visually pleasing and temporally coherent results while running faster than the state-of-the-art optimization-based method. In addition, we extend our framework for enhancing over/under exposed frames in videos. Using this enhancement technique, we were able to significantly improve the lane detection accuracy on road videos.

📄 PDF Abstract BibTeX arXiv:1908.11587

Code (1)

shleecs/Copy-and-Paste-Networks-for-Deep-Video-Inpainting pytorch

Tasks

Image InpaintingLane DetectionVideo Inpainting

Similar Papers 제목 키워드 기반

DeePaste -- Inpainting for Pasting

2021-12-20 · Levi Kassel Michael Werman

One of the challenges of supervised learning training is the need to procure an substantial amount of tagged data. A well-known method of solving this problem is to use synthetic data in a copy-paste fashion, so that we …

Foreground Segmentation

SDI-Paste: Synthetic Dynamic Instance Copy-Paste for Video Instance Segmentation

2024-10-16 · Sahir Shrestha, Weihao Li, Gao Zhu, Nick Barnes

Data augmentation methods such as Copy-Paste have been studied as effective ways to expand training datasets while incurring minimal costs. While such methods have been extensively implemented for image level tasks, we f…

Data AugmentationInstance SegmentationMORPHSemantic Segmentation+1

Staging E-Commerce Products for Online Advertising using Retrieval Assisted Image Generation

2023-07-28 · Yueh-Ning Ku, Mikhail Kuznetsov, Shaunak Mishra, Paloma de Juan

Online ads showing e-commerce products typically rely on the product images in a catalog sent to the advertising platform by an e-commerce platform. In the broader ads industry such ads are called dynamic product ads (DP…

Generative Adversarial NetworkImage GenerationRetrieval

MuSS: A Large-Scale Dataset and Cinematic Narrative Benchmark for Multi-Shot Subject-to-Video Generation

2026-04-26 · Haojie Zhang, Di Wu, Bingyan Liu, Linjie Zhong 외 arxiv

While video foundation models excel at single-shot generation, real-world cinematic storytelling inherently relies on complex multi-shot sequencing. Further progress is constrained by the absence of datasets that address…

Video GenerationVideo Alignment

Copy-Paste to Mitigate Large Language Model Hallucinations

2025-10-01 · Yongchao Long, Xian Wu, Yingying Zhang, Xianbin Wen 외 arxiv

While Retrieval-Augmented Generation (RAG) enables large language models (LLMs) to generate contextually grounded responses, contextual faithfulness remains challenging as LLMs may not consistently trust provided context…