paper-with-me

Papers

Hierarchical Contrastive Learning for Pattern-Generalizable Image Corruption Detection

2023-08-27 · ICCV 2023 1 · Xin Feng, Yifeng Xu, Guangming Lu, Wenjie Pei

Effective image restoration with large-size corruptions, such as blind image inpainting, entails precise detection of corruption region masks which remains extremely challenging due to diverse shapes and patterns of corruptions. In this work, we present a novel method for automatic corruption detection, which allows for blind corruption restoration without known corruption masks. Specifically, we develop a hierarchical contrastive learning framework to detect corrupted regions by capturing the intrinsic semantic distinctions between corrupted and uncorrupted regions. In particular, our model detects the corrupted mask in a coarse-to-fine manner by first predicting a coarse mask by contrastive learning in low-resolution feature space and then refines the uncertain area of the mask by high-resolution contrastive learning. A specialized hierarchical interaction mechanism is designed to facilitate the knowledge propagation of contrastive learning in different scales, boosting the modeling performance substantially. The detected multi-scale corruption masks are then leveraged to guide the corruption restoration. Detecting corrupted regions by learning the contrastive distinctions rather than the semantic patterns of corruptions, our model has well generalization ability across different corruption patterns. Extensive experiments demonstrate following merits of our model: 1) the superior performance over other methods on both corruption detection and various image restoration tasks including blind inpainting and watermark removal, and 2) strong generalization across different corruption patterns such as graffiti, random noise or other image content. Codes and trained weights are available at https://github.com/xyfJASON/HCL .

📄 PDF Abstract BibTeX arXiv:2308.14061

Code (1)

xyfjason/hcl 공식 구현 pytorch

Tasks

Contrastive LearningImage InpaintingImage Restoration

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

BlindGuard: Safeguarding LLM-based Multi-Agent Systems under Unknown Attacks

2025-08-11 · Rui Miao, Yixin Liu, Yili Wang, Xu Shen 외 arxiv

The security of LLM-based multi-agent systems (MAS) is critically threatened by propagation vulnerability, where malicious agents can distort collective decision-making through inter-agent message interactions. While exi…

Contrastive Learning

MFCLIP: Multi-modal Fine-grained CLIP for Generalizable Diffusion Face Forgery Detection

2024-09-15 · Yaning Zhang, Tianyi Wang, Zitong Yu, Zan Gao 외

The rapid development of photo-realistic face generation methods has raised significant concerns in society and academia, highlighting the urgent need for robust and generalizable face forgery detection (FFD) techniques.…

Face GenerationRepresentation Learning

A Hierarchical Semantic Distillation Framework for Open-Vocabulary Object Detection

2025-03-13 · Shenghao Fu, Junkai Yan, Qize Yang, Xihan Wei 외

Open-vocabulary object detection (OVD) aims to detect objects beyond the training annotations, where detectors are usually aligned to a pre-trained vision-language model, eg, CLIP, to inherit its generalizable recognitio…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Semi-Supervised Video Desnowing Network via Temporal Decoupling Experts and Distribution-Driven Contrastive Regularization

2024-10-10 · Hongtao Wu, Yijun Yang, Angelica I Aviles-Rivero, Jingjing Ren 외

Snow degradations present formidable challenges to the advancement of computer vision tasks by the undesirable corruption in outdoor scenarios. While current deep learning-based desnowing approaches achieve success on sy…

Snow Removal

Analysing the Robustness of Vision-Language-Models to Common Corruptions

2025-04-18 · Muhammad Usama, Syeda Aishah Asim, Syed Bilal Ali, Syed Talal Wasim 외

Vision-language models (VLMs) have demonstrated impressive capabilities in understanding and reasoning about visual and textual content. However, their robustness to common image corruptions remains under-explored. In th…

TextVQA