paper-with-me

Papers

AutoSynth: Learning to Generate 3D Training Data for Object Point Cloud Registration

2023-09-20 · ICCV 2023 1 · Zheng Dang, Mathieu Salzmann

In the current deep learning paradigm, the amount and quality of training data are as critical as the network architecture and its training details. However, collecting, processing, and annotating real data at scale is difficult, expensive, and time-consuming, particularly for tasks such as 3D object registration. While synthetic datasets can be created, they require expertise to design and include a limited number of categories. In this paper, we introduce a new approach called AutoSynth, which automatically generates 3D training data for point cloud registration. Specifically, AutoSynth automatically curates an optimal dataset by exploring a search space encompassing millions of potential datasets with diverse 3D shapes at a low cost.To achieve this, we generate synthetic 3D datasets by assembling shape primitives, and develop a meta-learning strategy to search for the best training data for 3D registration on real point clouds. For this search to remain tractable, we replace the point cloud registration network with a much smaller surrogate network, leading to a $4056.43$ times speedup. We demonstrate the generality of our approach by implementing it with two different point cloud registration networks, BPNet and IDAM. Our results on TUD-L, LINEMOD and Occluded-LINEMOD evidence that a neural network trained on our searched dataset yields consistently better performance than the same one trained on the widely used ModelNet40 dataset.

📄 PDF Abstract BibTeX arXiv:2309.11170

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningPoint Cloud Registration

Similar Papers 제목 키워드 기반

AutoSynth: Automated Workflow Optimization for High-Quality Synthetic Dataset Generation via Monte Carlo Tree Search

2025-11-12 · Shuzhen Bi, Chang Song, Siyu Song, Jinze Lv 외 arxiv

Supervised fine-tuning (SFT) of large language models (LLMs) for specialized tasks requires high-quality datasets, but manual curation is prohibitively expensive. Synthetic data generation offers scalability, but its eff…

Synthetic Data GenerationPrompt EngineeringWorkflow Discovery

AutoSynthesis: An agentic system for automated meta-analysis

2026-07-16 · Moein Taherinezhad, Sebastian Maier, Gerardo Vitagliano, Francesco Pierri 외 arxiv

Evidence synthesis is crucial for turning primary research into reliable knowledge for science, medicine, education, and policy. Yet, quantitative evidence synthesis remains largely manual and difficult to scale. Here, w…

One Point, One Object: Simultaneous 3D Object Segmentation and 6-DOF Pose Estimation

2019-12-27 · Hongsen Liu

We propose a single-shot method for simultaneous 3D object segmentation and 6-DOF pose estimation in pure 3D point clouds scenes based on a consensus that \emph{one point only belongs to one object}, i.e., each point has…

ObjectPose EstimationSemantic Segmentation

FAIRS -- Soft Focus Generator and Attention for Robust Object Segmentation from Extreme Points

2020-04-04 · Ahmed H. Shahin, Prateek Munjal, Ling Shao, Shadab Khan

Semantic segmentation from user inputs has been actively studied to facilitate interactive segmentation for data annotation and other applications. Recent studies have shown that extreme points can be effectively used to…

Interactive SegmentationSegmentationSemantic Segmentation

Multi-Frame to Single-Frame: Knowledge Distillation for 3D Object Detection

2020-09-24 · Yue Wang, Alireza Fathi, Jiajun Wu, Thomas Funkhouser 외

A common dilemma in 3D object detection for autonomous driving is that high-quality, dense point clouds are only available during training, but not testing. We use knowledge distillation to bridge the gap between a model…

3D Object DetectionAutonomous DrivingKnowledge DistillationObject+2