Tensor Factorization for Leveraging Cross-Modal Knowledge in Data-Constrained Infrared Object Detection
Manish Sharma, Moitreya Chatterjee, Kuan-Chuan Peng, Suhas Lohit,, Michael Jones

TL;DR
This paper introduces TensorFact, a tensor decomposition method that leverages cross-modal knowledge from RGB to infrared images, improving IR object detection performance with limited IR data.
Contribution
The paper proposes a novel tensor decomposition approach, TensorFact, to transfer knowledge from RGB to IR modalities, enhancing IR detection with fewer parameters and less overfitting.
Findings
TensorFact improves RGB object detection performance.
Pre-trained TensorFact models outperform standard detectors on IR data.
Fine-tuning TensorFact yields about 4% higher mAP on FLIR ADAS v1 dataset.
Abstract
The primary bottleneck towards obtaining good recognition performance in IR images is the lack of sufficient labeled training data, owing to the cost of acquiring such data. Realizing that object detection methods for the RGB modality are quite robust (at least for some commonplace classes, like person, car, etc.), thanks to the giant training sets that exist, in this work we seek to leverage cues from the RGB modality to scale object detectors to the IR modality, while preserving model performance in the RGB modality. At the core of our method, is a novel tensor decomposition method called TensorFact which splits the convolution kernels of a layer of a Convolutional Neural Network (CNN) into low-rank factor matrices, with fewer parameters than the original CNN. We first pretrain these factor matrices on the RGB modality, for which plenty of training data are assumed to exist and then…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Tensor decomposition and applications
MethodsConvolution
