paper-with-me

Papers

Cross-Modal Spherical Aggregation for Weakly Supervised Remote Sensing Shadow Removal

2024-06-25 · Kaichen Chi, Wei Jing, Junjie Li, Qiang Li, Qi Wang

Remote sensing shadow removal, which aims to recover contaminated surface information, is tricky since shadows typically display overwhelmingly low illumination intensities. In contrast, the infrared image is robust toward significant light changes, providing visual clues complementary to the visible image. Nevertheless, the existing methods ignore the collaboration between heterogeneous modalities, leading to undesired quality degradation. To fill this gap, we propose a weakly supervised shadow removal network with a spherical feature space, dubbed S2-ShadowNet, to explore the best of both worlds for visible and infrared modalities. Specifically, we employ a modal translation (visible-to-infrared) model to learn the cross-domain mapping, thus generating realistic infrared samples. Then, Swin Transformer is utilized to extract strong representational visible/infrared features. Simultaneously, the extracted features are mapped to the smooth spherical manifold, which alleviates the domain shift through regularization. Well-designed similarity loss and orthogonality loss are embedded into the spherical space, prompting the separation of private visible/infrared features and the alignment of shared visible/infrared features through constraints on both representation content and orientation. Such a manner encourages implicit reciprocity between modalities, thus providing a novel insight into shadow removal. Notably, ground truth is not available in practice, thus S2-ShadowNet is trained by cropping shadow and shadow-free patches from the shadow image itself, avoiding stereotypical and strict pair data acquisition. More importantly, we contribute a large-scale weakly supervised shadow removal benchmark, including 4000 shadow images with corresponding shadow masks.

📄 PDF Abstract BibTeX arXiv:2406.17469

Code (1)

chi-kaichen/S2-ShadowNet 공식 구현

Tasks

Shadow Removal

Methods 이 논문이 사용한 방법론

Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Swin Transformer 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Understanding and Guiding Weakly Supervised Entity Alignment with Potential Isomorphism Propagation

2024-02-05 · Yuanyi Wang, Wei Tang, Haifeng Sun, Zirui Zhuang 외

Weakly Supervised Entity Alignment (EA) is the task of identifying equivalent entities across diverse knowledge graphs (KGs) using only a limited number of seed alignments. Despite substantial advances in aggregation-bas…

Entity AlignmentKnowledge Graphs

Cross-Modal Prototype Allocation: Unsupervised Slide Representation Learning via Patch-Text Contrast in Computational Pathology

2025-03-26 · Yuxuan Chen, Jiawen Li, Jiali Hu, Xitong Ling 외

With the rapid advancement of pathology foundation models (FMs), the representation learning of whole slide images (WSIs) attracts increasing attention. Existing studies develop high-quality patch feature extractors and …

DescriptiveLarge Language ModelMultiple Instance LearningRepresentation Learning+1

Counterfactual Cross-modality Reasoning for Weakly Supervised Video Moment Localization

2023-08-10 · Zezhong Lv, Bing Su, Ji-Rong Wen

Video moment localization aims to retrieve the target segment of an untrimmed video according to the natural language query. Weakly supervised methods gains attention recently, as the precise temporal location of the tar…

Contrastive Learningcounterfactual

Weakly Supervised Deep Hyperspherical Quantization for Image Retrieval

2024-04-07 · Proceedings of the AAAI Conference on Artificial Intelligence 2021 5 · Jinpeng Wang, Bin Chen, Qiang Zhang, Zaiqiao Meng 외

Deep quantization methods have shown high efficiency on large-scale image retrieval. However, current models heavily rely on ground-truth information, hindering the application of quantization in label-hungry scenarios. …

Image RetrievalQuantizationRetrievalTAG+1

FedLPPA: Learning Personalized Prompt and Aggregation for Federated Weakly-supervised Medical Image Segmentation

2024-02-27 · Li Lin, Yixiang Liu, Jiewei Wu, Pujin Cheng 외

Federated learning (FL) effectively mitigates the data silo challenge brought about by policies and privacy concerns, implicitly harnessing more data for deep model training. However, traditional centralized FL models gr…

DecoderFederated LearningImage SegmentationMedical Image Segmentation+3