# SparseMask
**Repository Path**: scu-cabbage/SparseMask
## Basic Information
- **Project Name**: SparseMask
- **Description**: No description available
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-06-11
- **Last Updated**: 2024-06-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# SparseMask
Pytorch implementation of "Exploring Fine-Grained Sparsity in Convolutional Neural Networks for Efficient Inference", TPAMI 2022
[[Paper]](https://ieeexplore.ieee.org/document/9841044)
## Motivation
- Connection between the sparsity in human brains and the sparsity in CNNs
- Feature sparsity in CNNs
## Overview
- Sparse Mask Generation
- Sparse Mask Convolution
## Applications
### 1. Point Cloud Semgantic Segmentation [[code]](https://github.com/LongguangWang/SparseMask/tree/master/point_cloud_semantic_segmentation)
- Network Architecture
- Results
### 2. Singe Image Super-Resolution [[code]](https://github.com/LongguangWang/SMSR)
- Network Architecture
- Results
### 3. Stereo Matching
- Network Architecture
- Results
## Citation
```
@Article{Wang2022Exploring,
author = {Longguang Wang and Yulan Guo and Xiaoyu Dong and Yingqian Wang and Xinyi Ying and Zaiping Lin and Wei An},
title = {Exploring Fine-Grained Sparsity in Convolutional Neural Networks for Efficient Inference},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
year = {2022},
}
```