paper-with-me

Papers

SODAR: Segmenting Objects by DynamicallyAggregating Neighboring Mask Representations

2022-02-15 · Tao Wang, Jun Hao Liew, Yu Li, Yunpeng Chen, Jiashi Feng

Recent state-of-the-art one-stage instance segmentation model SOLO divides the input image into a grid and directly predicts per grid cell object masks with fully-convolutional networks, yielding comparably good performance as traditional two-stage Mask R-CNN yet enjoying much simpler architecture and higher efficiency. We observe SOLO generates similar masks for an object at nearby grid cells, and these neighboring predictions can complement each other as some may better segment certain object part, most of which are however directly discarded by non-maximum-suppression. Motivated by the observed gap, we develop a novel learning-based aggregation method that improves upon SOLO by leveraging the rich neighboring information while maintaining the architectural efficiency. The resulting model is named SODAR. Unlike the original per grid cell object masks, SODAR is implicitly supervised to learn mask representations that encode geometric structure of nearby objects and complement adjacent representations with context. The aggregation method further includes two novel designs: 1) a mask interpolation mechanism that enables the model to generate much fewer mask representations by sharing neighboring representations among nearby grid cells, and thus saves computation and memory; 2) a deformable neighbour sampling mechanism that allows the model to adaptively adjust neighbor sampling locations thus gathering mask representations with more relevant context and achieving higher performance. SODAR significantly improves the instance segmentation performance, e.g., it outperforms a SOLO model with ResNet-101 backbone by 2.2 AP on COCO \texttt{test} set, with only about 3\% additional computation. We further show consistent performance gain with the SOLOv2 model.

📄 PDF Abstract BibTeX arXiv:2202.07402

Code (1)

advdfacd/AggMask 공식 구현 pytorch

Tasks

Instance SegmentationObjectSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

BATMAN: Bilateral Attention Transformer in Motion-Appearance Neighboring Space for Video Object Segmentation

2022-08-01 · Ye Yu, Jialin Yuan, Gaurav Mittal, Li Fuxin 외

Video Object Segmentation (VOS) is fundamental to video understanding. Transformer-based methods show significant performance improvement on semi-supervised VOS. However, existing work faces challenges segmenting visuall…

ObjectOptical Flow EstimationSegmentationSemantic Segmentation+5

Wind profiling in the lower atmosphere from wind-induced perturbations to multirotor UAS

2020-01-10

We present a model-based approach to wind velocity profiling using motion perturbations of a multirotor unmanned aircraft system (UAS) in both hovering and steady ascending flight. A state estimation framework was adapte…

State Estimation

RefineMask: Towards High-Quality Instance Segmentation with Fine-Grained Features

2021-04-17 · CVPR 2021 1 · Gang Zhang, Xin Lu, Jingru Tan, Jianmin Li 외

The two-stage methods for instance segmentation, e.g. Mask R-CNN, have achieved excellent performance recently. However, the segmented masks are still very coarse due to the downsampling operations in both the feature py…

Instance SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

Unsupervised Region-Growing Network for Object Segmentation in Atmospheric Turbulence

2023-11-06 · Dehao Qin, Ripon Saha, Suren Jayasuriya, Jinwei Ye 외

Moving object segmentation in the presence of atmospheric turbulence is highly challenging due to turbulence-induced irregular and time-varying distortions. In this paper, we present an unsupervised approach for segmenti…

ObjectOptical Flow EstimationSegmentationSemantic Segmentation

Referring Camouflaged Object Detection

2023-06-13 · Xuying Zhang, Bowen Yin, Zheng Lin, Qibin Hou 외

We consider the problem of referring camouflaged object detection (Ref-COD), a new task that aims to segment specified camouflaged objects based on a small set of referring images with salient target objects. We first as…

Objectobject-detectionObject Detection