XCAT -- Lightweight Quantized Single Image Super-Resolution using Heterogeneous Group Convolutions and Cross Concatenation
Mustafa Ayazoglu, Bahri Batuhan Bilecen

TL;DR
XCAT is a lightweight, quantized super-resolution network optimized for mobile devices, using heterogeneous group convolutions and cross concatenation to reduce computation and enable real-time performance.
Contribution
The paper introduces HXBlock with heterogeneous group convolutions and cross concatenation, improving efficiency and performance for mobile super-resolution.
Findings
Operates in real time on Mali-G71 GPU (320ms)
Achieves 30ms on Synaptics Dolphin NPU (NCHW)
Suitable for real-time mobile applications
Abstract
We propose a lightweight, single image super-resolution network for mobile devices, named XCAT. XCAT introduces Heterogeneous Group Convolution Blocks with Cross Concatenations (HXBlock). The heterogeneous split of the input channels to the group convolution blocks reduces the number of operations, and cross concatenation allows for information flow between the intermediate input tensors of cascaded HXBlocks. Cross concatenations inside HXBlocks can also avoid using more expensive operations like 1x1 convolutions. To further prev ent expensive tensor copy operations, XCAT utilizes non-trainable convolution kernels to apply up sampling operations. Designed with integer quantization in mind, XCAT also utilizes several techniques on training, like intensity-based data augmentation. Integer quantized XCAT operates in real time on Mali-G71 MP2 GPU with 320ms, and on Synaptics Dolphin NPU…
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 Fluorescence Microscopy Techniques · Optical Coherence Tomography Applications · Advanced Image Processing Techniques
MethodsConvolution
