paper-with-me

Papers

Occlusion-Resistant Instance Segmentation of Piglets in Farrowing Pens Using Center Clustering Network

2022-06-04 · Endai Huang, Axiu Mao, Junhui Hou, Yongjian Wu, Weitao Xu, Maria Camila Ceballos, Thomas D. Parsons, Kai Liu

Computer vision enables the development of new approaches to monitor the behavior, health, and welfare of animals. Instance segmentation is a high-precision method in computer vision for detecting individual animals of interest. This method can be used for in-depth analysis of animals, such as examining their subtle interactive behaviors, from videos and images. However, existing deep-learning-based instance segmentation methods have been mostly developed based on public datasets, which largely omit heavy occlusion problems; therefore, these methods have limitations in real-world applications involving object occlusions, such as farrowing pen systems used on pig farms in which the farrowing crates often impede the sow and piglets. In this paper, we adapt a Center Clustering Network originally designed for counting to achieve instance segmentation, dubbed as CClusnet-Inseg. Specifically, CClusnet-Inseg uses each pixel to predict object centers and trace these centers to form masks based on clustering results, which consists of a network for segmentation and center offset vector map, Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm, Centers-to-Mask (C2M), and Remain-Centers-to-Mask (RC2M) algorithms. In all, 4,600 images were extracted from six videos collected from three closed and three half-open farrowing crates to train and validate our method. CClusnet-Inseg achieves a mean average precision (mAP) of 84.1 and outperforms all other methods compared in this study. We conduct comprehensive ablation studies to demonstrate the advantages and effectiveness of core modules of our method. In addition, we apply CClusnet-Inseg to multi-object tracking for animal monitoring, and the predicted object center that is a conjunct output could serve as an occlusion-resistant representation of the location of an object.

📄 PDF Abstract BibTeX arXiv:2206.01942

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringInstance SegmentationMulti-Object TrackingObjectObject TrackingSegmentationSemantic 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…
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…
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$…
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 제목 키워드 기반

Occlusion-Ordered Semantic Instance Segmentation

2025-04-18 · Soroosh Baselizadeh, Cheuk-To Yu, Olga Veksler, Yuri Boykov

Standard semantic instance segmentation provides useful, but inherently 2D information from a single image. To enable 3D analysis, one usually integrates absolute monocular depth estimation with instance segmentation. Ho…

Depth EstimationInstance SegmentationMonocular Depth EstimationSegmentation+1

BANet: Bidirectional Aggregation Network with Occlusion Handling for Panoptic Segmentation

2020-03-31 · CVPR 2020 6 · Yifeng Chen, Guangchen Lin, Songyuan Li, Bourahla Omar 외

Panoptic segmentation aims to perform instance segmentation for foreground instances and semantic segmentation for background stuff simultaneously. The typical top-down pipeline concentrates on two key issues: 1) how to …

Instance SegmentationOcclusion HandlingPanoptic SegmentationSegmentation+1

Joint Learning of Instance and Semantic Segmentation for Robotic Pick-and-Place with Heavy Occlusions in Clutter

2020-01-21 · Kentaro Wada, Kei Okada, Masayuki Inaba

We present joint learning of instance and semantic segmentation for visible and occluded region masks. Sharing the feature extractor with instance occlusion segmentation, we introduce semantic occlusion segmentation into…

Instance SegmentationSegmentationSemantic Segmentation

Robust Instance Segmentation through Reasoning about Multi-Object Occlusion

2020-12-03 · CVPR 2021 1 · Xiaoding Yuan, Adam Kortylewski, Yihong Sun, Alan Yuille

Analyzing complex scenes with Deep Neural Networks is a challenging task, particularly when images contain multiple objects that partially occlude each other. Existing approaches to image analysis mostly process objects …

image-classificationImage ClassificationInstance SegmentationObject+2

OAFormer: Learning Occlusion Distinguishable Feature for Amodal Instance Segmentation

2023-06-04 · IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2023 6 · Zhixuan Li, Ruohua Shi, Tiejun Huang, Tingting Jiang

The Amodal Instance Segmentation (AIS) task aims to infer the complete mask of occluded instance. Under many circumstances, existing methods treat occluded objects as unoccluded ones, and vice versa, leading to inaccurat…

Amodal Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation