paper-with-me

Papers

Seg&Struct: The Interplay Between Part Segmentation and Structure Inference for 3D Shape Parsing

2022-11-01 · Jeonghyun Kim, Kaichun Mo, Minhyuk Sung, Woontack Woo

We propose Seg&Struct, a supervised learning framework leveraging the interplay between part segmentation and structure inference and demonstrating their synergy in an integrated framework. Both part segmentation and structure inference have been extensively studied in the recent deep learning literature, while the supervisions used for each task have not been fully exploited to assist the other task. Namely, structure inference has been typically conducted with an autoencoder that does not leverage the point-to-part associations. Also, segmentation has been mostly performed without structural priors that tell the plausibility of the output segments. We present how these two tasks can be best combined while fully utilizing supervision to improve performance. Our framework first decomposes a raw input shape into part segments using an off-the-shelf algorithm, whose outputs are then mapped to nodes in a part hierarchy, establishing point-to-part associations. Following this, ours predicts the structural information, e.g., part bounding boxes and part relationships. Lastly, the segmentation is rectified by examining the confusion of part boundaries using the structure-based part features. Our experimental results based on the StructureNet and PartNet demonstrate that the interplay between the two tasks results in remarkable improvements in both tasks: 27.91% in structure inference and 0.5% in segmentation.

📄 PDF Abstract BibTeX arXiv:2211.00382

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Similar Papers 제목 키워드 기반

A CNN Cascade for Landmark Guided Semantic Part Segmentation

2016-09-30 · Aaron Jackson, Michel Valstar, Georgios Tzimiropoulos

This paper proposes a CNN cascade for semantic part segmentation guided by pose-specific information encoded in terms of a set of landmarks (or keypoints). There is large amount of prior work on each of these tasks separ…

Pose EstimationSegmentation

Linear CNNs Discover the Statistical Structure of the Dataset Using Only the Most Dominant Frequencies

2023-03-03 · Hannah Pinson, Joeri Lenaerts, Vincent Ginis

We here present a stepping stone towards a deeper understanding of convolutional neural networks (CNNs) in the form of a theory of learning in linear CNNs. Through analyzing the gradient descent equations, we discover th…

Anatomy-guided Pathology Segmentation

2024-07-08 · Alexander Jaus, Constantin Seibold, Simon Reiß, Lukas Heine 외

Pathological structures in medical images are typically deviations from the expected anatomy of a patient. While clinicians consider this interplay between anatomy and pathology, recent deep learning algorithms specializ…

AnatomyDecoderSegmentation

How Sampling Strategy Affects Imbalance Mitigation in LiDAR Segmentation: A Study of Structured vs. Random Point-Based Architectures

2026-08-17 · Antonis Savva, Christos Kyrkou, Theocharis Theocharides arxiv

Class imbalance in LiDAR point clouds poses challenges for semantic segmentation in autonomous navigation and urban mapping. While 2D vision has numerous mitigation techniques, their effectiveness in 3D remains unclear. …

Semantic SegmentationPoint Clouds

On the Interplay between Graph Structure and Learning Algorithms in Graph Neural Networks

2025-08-20 · Junwei Su, Chuan Wu arxiv

This paper studies the interplay between learning algorithms and graph structure for graph neural networks (GNNs). Existing theoretical studies on the learning dynamics of GNNs primarily focus on the convergence rates of…