paper-with-me

Papers

Generating Enhanced Negatives for Training Language-Based Object Detectors

2023-12-29 · CVPR 2024 1 · Shiyu Zhao, Long Zhao, Vijay Kumar B. G, Yumin Suh, Dimitris N. Metaxas, Manmohan Chandraker, Samuel Schulter

The recent progress in language-based open-vocabulary object detection can be largely attributed to finding better ways of leveraging large-scale data with free-form text annotations. Training such models with a discriminative objective function has proven successful, but requires good positive and negative samples. However, the free-form nature and the open vocabulary of object descriptions make the space of negatives extremely large. Prior works randomly sample negatives or use rule-based techniques to build them. In contrast, we propose to leverage the vast knowledge built into modern generative models to automatically build negatives that are more relevant to the original data. Specifically, we use large-language-models to generate negative text descriptions, and text-to-image diffusion models to also generate corresponding negative images. Our experimental analysis confirms the relevance of the generated negative data, and its use in language-based detectors improves performance on two complex benchmarks. Code is available at \url{https://github.com/xiaofeng94/Gen-Enhanced-Negs}.

📄 PDF Abstract BibTeX arXiv:2401.00094

Code (1)

xiaofeng94/gen-enhanced-negs 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

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…

Similar Papers 제목 키워드 기반

Enhanced Bayesian Personalized Ranking for Robust Hard Negative Sampling in Recommender Systems

2024-03-28 · Kexin Shi, Jing Zhang, Linjiajie Fang, Wenjia Wang 외

In implicit collaborative filtering, hard negative mining techniques are developed to accelerate and enhance the recommendation model learning. However, the inadvertent selection of false negatives remains a major concer…

Collaborative FilteringRecommendation Systems

Fake & Square: Training Self-Supervised Vision Transformers with Synthetic Data and Synthetic Hard Negatives

2025-09-02 · Nikolaos Giakoumoglou, Andreas Floros, Kleanthis Marios Papadopoulos, Tania Stathaki arxiv

This paper does not introduce a new method per se. Instead, we build on existing self-supervised learning approaches for vision, drawing inspiration from the adage "fake it till you make it". While contrastive self-super…

Self-Supervised LearningRepresentation Learning

FaNe: Towards Fine-Grained Cross-Modal Contrast with False-Negative Reduction and Text-Conditioned Sparse Attention

2025-11-15 · Peng Zhang, Zhihui Lai, Wenting Chen, Xu Wu 외 arxiv

Medical vision-language pre-training (VLP) offers significant potential for advancing medical image understanding by leveraging paired image-report data. However, existing methods are limited by Fa}lse Negatives (FaNe) i…

Semantic SegmentationImage ClassificationObject Detection

Improving Visual-Semantic Embeddings by Learning Semantically-Enhanced Hard Negatives for Cross-modal Information Retrieval

2022-10-10 · Yan Gong, Georgina Cosma

Visual Semantic Embedding (VSE) aims to extract the semantics of images and their descriptions, and embed them into the same latent space for cross-modal information retrieval. Most existing VSE networks are trained by a…

Cross-Modal Information RetrievalImage DescriptionInformation RetrievalRetrieval

Negative Metric Learning for Graphs

2025-05-15 · Yiyang Zhao, Chengpei Wu, Lilin Zhang, Ning Yang

Graph contrastive learning (GCL) often suffers from false negatives, which degrades the performance on downstream tasks. The existing methods addressing the false negative issue usually rely on human prior knowledge, sti…

Contrastive LearningMetric Learning