Abstract
This work presents a technique for recognizing indoor home scenes by using object detection. The object detection task is achieved through pre-trained Mask-RCNN (Regional Convolutional Neural Network), whilst the scene recognition is performed through a Convolutional Neural Network (CNN). The output of the Mask-RCNN is fed in input to the CNN, as this provides the CNN with the information of objects detected in one scene. So, the CNN recognizes the scene by looking at the combination of objects detected. The CNN is trained using the various object detection outputs of Mask-RCNN. This helps the CNN learn about the various combinations of objects that a scene can have. The CNN is trained using 500 combinations of 5 different scenes (bathroom, bedroom, kitchen, living room, and dining room) of the indoor home generated by Mask-RCNN. The trained network was tested on 24,000 indoor home scene images. The final accuracy produced by the CNN is 97.14%.
Original language | English |
---|---|
Number of pages | 7 |
Publication status | Published - 19 Jun 2022 |
Event | 2022 IEEE World Conference on Applied Intelligence and Computing - Rajkiya Engineering College, Sonbhadra, India Duration: 17 Jun 2022 → 19 Jun 2022 https://aic2022.scrs.in/ |
Conference
Conference | 2022 IEEE World Conference on Applied Intelligence and Computing |
---|---|
Abbreviated title | AIC 2022 |
Country/Territory | India |
City | Sonbhadra |
Period | 17/06/22 → 19/06/22 |
Internet address |
Keywords
- indoor home scenes
- object recognition
- scene recognition
- instance segmentation
- transfer learning
- mask-RCNN
- CNN