paper-with-me

홈 › Papers

Suspected Object Matters: Rethinking Model's Prediction for One-stage Visual Grounding

2022-03-10 · Yang Jiao, Zequn Jie, Jingjing Chen, Lin Ma, Yu-Gang Jiang

Recently, one-stage visual grounders attract high attention due to their comparable accuracy but significantly higher efficiency than two-stage grounders. However, inter-object relation modeling has not been well studied for one-stage grounders. Inter-object relationship modeling, though important, is not necessarily performed among all objects, as only part of them are related to the text query and may confuse the model. We call these objects suspected objects. However, exploring their relationships in the one-stage paradigm is non-trivial because: First, no object proposals are available as the basis on which to select suspected objects and perform relationship modeling. Second, suspected objects are more confusing than others, as they may share similar semantics, be entangled with certain relationships, etc, and thereby more easily mislead the model prediction. Toward this end, we propose a Suspected Object Transformation mechanism (SOT), which can be seamlessly integrated into existing CNN and Transformer-based one-stage visual grounders to encourage the target object selection among the suspected ones. Suspected objects are dynamically discovered from a learned activation map adapted to the model current discrimination ability during training. Afterward, on top of suspected objects, a Keyword-Aware Discrimination module (KAD) and an Exploration by Random Connection strategy (ERC) are concurrently proposed to help the model rethink its initial prediction. On the one hand, KAD leverages keywords contributing high to suspected object discrimination. On the other hand, ERC allows the model to seek the correct object instead of being trapped in a situation that always exploits the current false prediction. Extensive experiments demonstrate the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2203.05186

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectVisual Grounding

Similar Papers 제목 키워드 기반

Complexity Matters: Rethinking the Latent Space for Generative Modeling

2023-07-17 · NeurIPS 2023 11

In generative modeling, numerous successful approaches leverage a low-dimensional latent space, e.g., Stable Diffusion models the latent space induced by an encoder and generates images through a paired decoder. Although…

Decoder

M3DM-NR: RGB-3D Noisy-Resistant Industrial Anomaly Detection via Multimodal Denoising

2024-06-04 · Chengjie Wang, Haokun Zhu, Jinlong Peng, Yue Wang 외

Existing industrial anomaly detection methods primarily concentrate on unsupervised learning with pristine RGB images. Yet, both RGB and 3D data are crucial for anomaly detection, and the datasets are seldom completely c…

Anomaly DetectionDenoising

Learning from Suspected Target: Bootstrapping Performance for Breast Cancer Detection in Mammography

2020-03-01 · Li Xiao, Cheng Zhu, Junjun Liu, Chunlong Luo 외

Deep learning object detection algorithm has been widely used in medical image analysis. Currently all the object detection tasks are based on the data annotated with object classes and their bounding boxes. On the other…

Breast Cancer DetectionMedical Image Analysisobject-detectionObject Detection+1

Rethinking Correspondence-based Category-Level Object Pose Estimation

2025-01-01 · CVPR 2025 1 · Huan Ren, Wenfei Yang, Shifeng Zhang, Tianzhu Zhang

Category-level object pose estimation aims to determine the pose and size of arbitrary objects within given categories. Existing two-stage correspondence-based methods first establish correspondences between camera a…

ObjectPose Estimation

Two-Stage Copy-Move Forgery Detection with Self Deep Matching and Proposal SuperGlue

2020-12-16 · Yaqi Liu, Chao Xia, Xiaobin Zhu, Shengwei Xu

Copy-move forgery detection identifies a tampered image by detecting pasted and source regions in the same image. In this paper, we propose a novel two-stage framework specially for copy-move forgery detection. The first…