paper-with-me

홈 › Papers

Learning without Forgetting for 3D Point Cloud Objects

2021-06-27 · Townim Chowdhury, Mahira Jalisha, Ali Cheraghian, Shafin Rahman

When we fine-tune a well-trained deep learning model for a new set of classes, the network learns new concepts but gradually forgets the knowledge of old training. In some real-life applications, we may be interested in learning new classes without forgetting the capability of previous experience. Such learning without forgetting problem is often investigated using 2D image recognition tasks. In this paper, considering the growth of depth camera technology, we address the same problem for the 3D point cloud object data. This problem becomes more challenging in the 3D domain than 2D because of the unavailability of large datasets and powerful pretrained backbone models. We investigate knowledge distillation techniques on 3D data to reduce catastrophic forgetting of the previous training. Moreover, we improve the distillation process by using semantic word vectors of object classes. We observe that exploring the interrelation of old and new knowledge during training helps to learn new concepts without forgetting old ones. Experimenting on three 3D point cloud recognition backbones (PointNet, DGCNN, and PointConv) and synthetic (ModelNet40, ModelNet10) and real scanned (ScanObjectNN) datasets, we establish new baseline results on learning without forgetting for 3D data. This research will instigate many future works in this area.

📄 PDF Abstract BibTeX arXiv:2106.14275

Code (1)

townim-faisal/lwf-3D 공식 구현 pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
DGCNN 설명 없음

Similar Papers 제목 키워드 기반

Open-world Semantic Segmentation for LIDAR Point Clouds

2022-07-04 · Jun Cen, Peng Yun, Shiwei Zhang, Junhao Cai 외

Current methods for LIDAR semantic segmentation are not robust enough for real-world applications, e.g., autonomous driving, since it is closed-set and static. The closed-set assumption makes the network only able to out…

Autonomous DrivingIncremental LearningLIDAR Semantic SegmentationSegmentation+1

InOR-Net: Incremental 3D Object Recognition Network for Point Cloud Representation

2023-02-20 · Jiahua Dong, Yang Cong, Gan Sun, Lixu Wang 외

3D object recognition has successfully become an appealing research topic in the real-world. However, most existing recognition models unreasonably assume that the categories of 3D objects cannot change over time in the …

3D Object RecognitionFairnessObject Recognition

PointCLIMB: An Exemplar-Free Point Cloud Class Incremental Benchmark

2023-04-13 · Shivanand Kundargi, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

Point clouds offer comprehensive and precise data regarding the contour and configuration of objects. Employing such geometric and topological 3D information of objects in class incremental learning can aid endless appli…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

I3DOL: Incremental 3D Object Learning without Catastrophic Forgetting

2020-12-16 · Jiahua Dong, Yang Cong, Gan Sun, Bingtao Ma 외

3D object classification has attracted appealing attentions in academic researches and industrial applications. However, most existing methods need to access the training data of past 3D object classes when facing the co…

3D Object ClassificationFairnessIncremental LearningObject

Few-shot Class-incremental Learning for 3D Point Cloud Objects

2022-05-30 · Townim Chowdhury, Ali Cheraghian, Sameera Ramasinghe, Sahar Ahmadi 외

Few-shot class-incremental learning (FSCIL) aims to incrementally fine-tune a model (trained on base classes) for a novel set of classes using a few examples without forgetting the previous training. Recent efforts addre…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning