SageMix: Saliency-Guided Mixup for Point Clouds
Authors: Sanghyeok Lee, Minkyu Jeon, Injae Kim, Yunyang Xiong, Hyunwoo J. Kim
NeurIPS 2022 | Conference PDF | Archive PDF | Plain Text | LLM Run Details
| Reproducibility Variable | Result | LLM Response |
|---|---|---|
| Research Type | Experimental | Extensive experiments demonstrate that the proposed method consistently outperforms existing Mixup methods in various benchmark point cloud datasets. 4 Experiments In this section, we demonstrate the effectiveness of our proposed method Sage Mix with various benchmark datasets. |
| Researcher Affiliation | Collaboration | Sanghyeok Lee Korea University cat0626@korea.ac.kr Minkyu Jeon Korea University jmk94810@korea.ac.kr Injae Kim Korea University dna9041@korea.ac.kr Yunyang Xiong Meta Reality Labs yunyang@fb.com Hyunwoo J. Kim Korea University hyunwoojkim@korea.ac.kr |
| Pseudocode | Yes | The overall pipeline is illustrated in Figure 2 and pseudocode is provided in Algorithm 1 . Algorithm 1 A saliency-guided Mixup for point clouds |
| Open Source Code | Yes | Code is available at https://github.com/mlvlab/Sage Mix. |
| Open Datasets | Yes | We use two benchmark dataset: 3D Warehouse dataset (MN40) [18] and Scan Object NN [19]. |
| Dataset Splits | Yes | MN40 is a synthetic dataset containing 9,843 CAD models for training and 2,468 CAD models for evaluation. Scan Object NN... is a real-world dataset that is split into 80% for training and 20% for evaluation. |
| Hardware Specification | No | The paper states 'National Supercomputing Center with supercomputing resources including technical support (KSC-2022-CRE-0261)' in the acknowledgments, but does not provide specific hardware details like GPU or CPU models in the main text. |
| Software Dependencies | No | The paper does not explicitly provide specific software dependencies with version numbers (e.g., 'PyTorch 1.9', 'Python 3.8'). |
| Experiment Setup | No | Implementation details are provided in Appendix A. (However, Appendix A itself is not provided in the input text, thus specific values are not present in the given context). |