paper-with-me

Papers

Generating Object Segmentation Proposals using Global and Local Search

2014-06-01 · CVPR 2014 6 · Pekka Rantalankila, Juho Kannala, Esa Rahtu

We present a method for generating object segmentation proposals from groups of superpixels. The goal is to propose accurate segmentations for all objects of an image. The proposed object hypotheses can be used as input to object detection systems and thereby improve efficiency by replacing exhaustive search. The segmentations are generated in a class-independent manner and therefore the computational cost of the approach is independent of the number of object classes. Our approach combines both global and local search in the space of sets of superpixels. The local search is implemented by greedily merging adjacent pairs of superpixels to build a bottom-up segmentation hierarchy. The regions from such a hierarchy directly provide a part of our region proposals. The global search provides the other part by performing a set of graph cut segmentations on a superpixel graph obtained from an intermediate level of the hierarchy. The parameters of the graph cut problems are learnt in such a manner that they provide complementary sets of regions. Experiments with Pascal VOC images show that we reach state-of-the-art with greatly reduced computational cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionSemantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

Proposal-Free Temporal Action Detection via Global Segmentation Mask Learning

2022-07-14 · Sauradip Nag, Xiatian Zhu, Yi-Zhe Song, Tao Xiang

Existing temporal action detection (TAD) methods rely on generating an overwhelmingly large number of proposals per video. This leads to complex model designs due to proposal generation and/or per-proposal action instanc…

Action DetectionRepresentation LearningTemporal Action Localization

ArtPro: Self-Supervised Articulated Object Reconstruction with Adaptive Integration of Mobility Proposals

2026-02-26 · Xuelu Li, Zhaonan Wang, Xiaogang Wang, Lei Wu 외 arxiv

Reconstructing articulated objects into high-fidelity digital twins is crucial for applications such as robotic manipulation and interactive simulation. Recent self-supervised methods using differentiable rendering frame…

Global Object Proposals for Improving Multi-Sentence Video Descriptions

2021-07-18 · International Joint Conference on Neural Networks (IJCNN) 2021 7 · Chandresh S. Kanani, Sriparna Saha, Pushpak Bhattacharyya

There has been significant progress in image captioning in recent years. The generation of video descriptions is still in its early stages; this is due to the complex nature of videos in comparison to images. Generating …

Caption GenerationDense Video CaptioningImage CaptioningObject+3

Object-Extent Pooling for Weakly Supervised Single-Shot Localization

2017-07-19 · Amogh Gudi, Nicolai van Rosmalen, Marco Loog, Jan van Gemert

In the face of scarcity in detailed training annotations, the ability to perform object localization tasks in real-time with weak-supervision is very valuable. However, the computational cost of generating and evaluating…

ObjectObject LocalizationRegion ProposalWeakly-Supervised Object Localization

Generating Discriminative Object Proposals via Submodular Ranking

2016-02-11 · Yangmuzi Zhang, Zhuolin Jiang, Xi Chen, Larry S. Davis

A multi-scale greedy-based object proposal generation approach is presented. Based on the multi-scale nature of objects in images, our approach is built on top of a hierarchical segmentation. We first identify the repres…

DiversityImage SegmentationObjectObject Proposal Generation+2