paper-with-me

홈 › Papers

Reducing Predictive Feature Suppression in Resource-Constrained Contrastive Image-Caption Retrieval

2022-04-28 · Maurits Bleeker, Andrew Yates, Maarten de Rijke

To train image-caption retrieval (ICR) methods, contrastive loss functions are a common choice for optimization functions. Unfortunately, contrastive ICR methods are vulnerable to predictive feature suppression. Predictive features are features that correctly indicate the similarity between a query and a candidate item. However, in the presence of multiple predictive features during training, encoder models tend to suppress redundant predictive features, since these features are not needed to learn to discriminate between positive and negative pairs. While some predictive features are redundant during training, these features might be relevant during evaluation. We introduce an approach to reduce predictive feature suppression for resource-constrained ICR methods: latent target decoding (LTD). We add an additional decoder to the contrastive ICR framework, to reconstruct the input caption in a latent space of a general-purpose sentence encoder, which prevents the image and caption encoder from suppressing predictive features. We implement the LTD objective as an optimization constraint, to ensure that the reconstruction loss is below a bound value while primarily optimizing for the contrastive loss. Importantly, LTD does not depend on additional training data or expensive (hard) negative mining strategies. Our experiments show that, unlike reconstructing the input caption in the input space, LTD reduces predictive feature suppression, measured by obtaining higher recall@k, r-precision, and nDCG scores than a contrastive ICR baseline. Moreover, we show that LTD should be implemented as an optimization constraint instead of a dual optimization objective. Finally, we show that LTD can be used with different contrastive learning losses and a wide variety of resource-constrained ICR methods.

📄 PDF Abstract BibTeX arXiv:2204.13382

Code (1)

mauritsbleeker/reducing-predictive-feature-suppression 공식 구현 pytorch

Tasks

Contrastive LearningRetrievalSentence

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Ultra Low Complexity Deep Learning Based Noise Suppression

2023-12-13 · Shrishti Saha Shetu, Soumitro Chakrabarty, Oliver Thiergart, Edwin Mabande

This paper introduces an innovative method for reducing the computational complexity of deep neural networks in real-time speech enhancement on resource-constrained devices. The proposed approach utilizes a two-stage pro…

Deep LearningSpeech Enhancement

Predictive and Prescriptive AI toward Optimizing Wildfire Suppression

2026-05-06 · Leonard Boussioux, Alexandre Jacquillat, Ryne Reger, Jacob Wachspress arxiv

Intense wildfire seasons require critical prioritization decisions to allocate scarce suppression resources over a dispersed geographical area. This paper develops a predictive and prescriptive approach to jointly optimi…

Predictive Triggering for Distributed Control of Resource Constrained Multi-agent Systems

2019-07-29

A predictive triggering (PT) framework for the distributed control of resource constrained multi-agent systems is proposed. By predicting future communication demands and deriving a probabilistic priority measure, the PT…

Onboard MuJoCo-based Model Predictive Control for Shipboard Crane with Double-Pendulum Sway Suppression

2026-03-17 · Oscar Pang, Lisa Coiffard, Paul Templier, Luke Beddow 외 arxiv

Transferring heavy payloads in maritime settings relies on efficient crane operation, limited by hazardous double-pendulum payload sway. This sway motion is further exacerbated in offshore environments by external pertur…

Reinforcement Learning

Dynamic nsNet2: Efficient Deep Noise Suppression with Early Exiting

2023-08-31 · Riccardo Miccini, Alaa Zniber, Clément Laroche, Tobias Piechowiak 외

Although deep learning has made strides in the field of deep noise suppression, leveraging deep architectures on resource-constrained devices still proved challenging. Therefore, we present an early-exiting model based o…