paper-with-me

홈 › Papers

Reverse Region-to-Entity Annotation for Pixel-Level Visual Entity Linking

2024-12-18 · Zhengfei Xu, Sijia Zhao, Yanchao Hao, Xiaolong Liu, Lili Li, Yuyang Yin, Bo Li, Xi Chen, Xin Xin

Visual Entity Linking (VEL) is a crucial task for achieving fine-grained visual understanding, matching objects within images (visual mentions) to entities in a knowledge base. Previous VEL tasks rely on textual inputs, but writing queries for complex scenes can be challenging. Visual inputs like clicks or bounding boxes offer a more convenient alternative. Therefore, we propose a new task, Pixel-Level Visual Entity Linking (PL-VEL), which uses pixel masks from visual inputs to refer to objects, supplementing reference methods for VEL. To facilitate research on this task, we have constructed the MaskOVEN-Wiki dataset through an entirely automatic reverse region-entity annotation framework. This dataset contains over 5 million annotations aligning pixel-level regions with entity-level labels, which will advance visual understanding towards fine-grained. Moreover, as pixel masks correspond to semantic regions in an image, we enhance previous patch-interacted attention with region-interacted attention by a visual semantic tokenization approach. Manual evaluation results indicate that the reverse annotation framework achieved a 94.8% annotation success rate. Experimental results show that models trained on this dataset improved accuracy by 18 points compared to zero-shot models. Additionally, the semantic tokenization method achieved a 5-point accuracy improvement over the trained baseline.

📄 PDF Abstract BibTeX arXiv:2412.13614

Code (1)

np-net-research/pl-vel 공식 구현

Tasks

Entity Linking

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Reinforced Disentanglement for Face Swapping without Skip Connection

2023-07-16 · ICCV 2023 1 · Xiaohang Ren, Xingyu Chen, Pengfei Yao, Heung-Yeung Shum 외

The SOTA face swap models still suffer the problem of either target identity (i.e., shape) being leaked or the target non-identity attributes (i.e., background, hair) failing to be fully preserved in the final results. W…

DisentanglementFace Swapping

Finding Meaning in Points: Weakly Supervised Semantic Segmentation for Event Cameras

2024-07-15 · Hoonhee Cho, Sung-Hoon Yoon, Hyeokjun Kweon, Kuk-Jin Yoon

Event cameras excel in capturing high-contrast scenes and dynamic objects, offering a significant advantage over traditional frame-based cameras. Despite active research into leveraging event cameras for semantic segment…

Contrastive LearningSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

A Weakly Supervised and Globally Explainable Learning Framework for Brain Tumor Segmentation

2024-08-02 · Ruitao Xie, Limai Jiang, Xiaoxi He, Yi Pan 외

Machine-based brain tumor segmentation can help doctors make better diagnoses. However, the complex structure of brain tumors and expensive pixel-level annotations present challenges for automatic tumor segmentation. In …

Brain Tumor SegmentationcounterfactualSegmentationTopological Data Analysis+1

Synthesizing Artifact Dataset for Pixel-level Detection

2025-09-23 · Dennis Menn, Feng Liang, Diana Marculescu arxiv

Artifact detectors have been shown to enhance the performance of image-generative models by serving as reward models during fine-tuning. These detectors enable the generative model to improve overall output fidelity and …

Artifact Detection

MT-Web2Code: Benchmarking Coding Agents on Multi-Turn Regional Reconstruction and Localized Modification

2026-08-04 · Qiming Li, Shujie Hu, Haohan Liu, Xiaocheng Feng 외 arxiv

Recent advances in Large Vision-Language Models (LVLMs) have demonstrated impressive capabilities in web UI generation. However, existing benchmarks predominantly focus on single-turn full-page generation from scratch, o…